Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

EMAN::CtfCWAverager Class Reference

CtfCWAverager averages the images with CTF correction. More...

#include <averager.h>

Inheritance diagram for EMAN::CtfCWAverager:

Inheritance graph
[legend]
Collaboration diagram for EMAN::CtfCWAverager:

Collaboration graph
[legend]
List of all members.

Public Member Functions

string get_name () const
 Get the Averager's name.
string get_desc () const
void set_params (const Dict &new_params)
 Set the Averager parameters using a key/value dictionary.

Static Public Member Functions

AveragerNEW ()

Static Public Attributes

const string NAME = "ctfcw"

Detailed Description

CtfCWAverager averages the images with CTF correction.

Definition at line 436 of file averager.h.


Member Function Documentation

string EMAN::CtfCWAverager::get_desc  )  const [inline, virtual]
 

Implements EMAN::Averager.

Definition at line 444 of file averager.h.

00445                 {
00446                         return "CTF amplitude corrected average, including SNR weight and Wiener filtration";
00447                 }

string EMAN::CtfCWAverager::get_name  )  const [inline, virtual]
 

Get the Averager's name.

Each Averager is identified by a unique name.

Returns:
The Averager's name.

Implements EMAN::Averager.

Definition at line 439 of file averager.h.

00440                 {
00441                         return NAME;
00442                 }

Averager* EMAN::CtfCWAverager::NEW  )  [inline, static]
 

Definition at line 449 of file averager.h.

00450                 {
00451                         return new CtfCWAverager();
00452                 }

void EMAN::CtfCWAverager::set_params const Dict new_params  )  [inline, virtual]
 

Set the Averager parameters using a key/value dictionary.

Parameters:
new_params A dictionary containing the new parameters.

Reimplemented from EMAN::Averager.

Definition at line 454 of file averager.h.

00455                 {
00456                         params = new_params;
00457                         if ((int) params["need_snr"]) {
00458                                 need_snr = true;
00459                         }
00460                         else {
00461                                 need_snr = false;
00462                         }
00463                 }


Member Data Documentation

const string CtfCWAverager::NAME = "ctfcw" [static]
 

Definition at line 51 of file averager.cpp.


The documentation for this class was generated from the following files:
Generated on Thu Nov 17 12:45:23 2011 for EMAN2 by  doxygen 1.3.9.1