EMAN::CtfCAverager Class Reference

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

#include <averager.h>

Inheritance diagram for EMAN::CtfCAverager:

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

string get_name () const
 Get the Averager's name.
string get_desc () const

Static Public Member Functions

static AveragerNEW ()

Static Public Attributes

static const string NAME = "ctfc"

Detailed Description

CtfCAverager averages the images with CTF correction.

Definition at line 413 of file averager.h.


Member Function Documentation

string EMAN::CtfCAverager::get_desc (  )  const [inline, virtual]

Implements EMAN::Averager.

Definition at line 421 of file averager.h.

00422                 {
00423                         return "CTF amplitude corrected average, including SNR weight, but result is unprocessed.";
00424                 }

string EMAN::CtfCAverager::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 416 of file averager.h.

References NAME.

00417                 {
00418                         return NAME;
00419                 }

static Averager* EMAN::CtfCAverager::NEW (  )  [inline, static]

Definition at line 426 of file averager.h.

00427                 {
00428                         return new CtfCAverager();
00429                 }


Member Data Documentation

const string CtfCAverager::NAME = "ctfc" [static]

Definition at line 431 of file averager.h.

Referenced by get_name().


The documentation for this class was generated from the following files:
Generated on Thu May 3 10:08:58 2012 for EMAN2 by  doxygen 1.4.7