EMAN2
|
Calculate the circular average around the center in real space. More...
#include <analyzer.h>
Public Member Functions | |
CircularAverageAnalyzer () | |
virtual int | insert_image (EMData *image) |
insert a image to the list of input images More... | |
virtual vector< EMData * > | analyze () |
main function for Analyzer, analyze input images and create output images More... | |
string | get_name () const |
Get the Analyzer's name. More... | |
string | get_desc () const |
Get the Analyzer's description. More... | |
TypeDict | get_param_types () const |
Get Analyzer parameter information in a dictionary. More... | |
Public Member Functions inherited from EMAN::Analyzer | |
Analyzer () | |
virtual | ~Analyzer () |
virtual int | insert_images_list (vector< EMData * > image_list) |
insert a list of images to the list of input images More... | |
virtual void | set_params (const Dict &new_params) |
Set the Analyzer parameters using a key/value dictionary. More... | |
virtual Dict | get_params () const |
Get the Reconstructor's parameters in a key/value dictionary. More... | |
Static Public Member Functions | |
static Analyzer * | NEW () |
Static Public Attributes | |
static const string | NAME = "cir_avg" |
Protected Attributes | |
int | verbose |
vector< EMData * > | ret |
Protected Attributes inherited from EMAN::Analyzer | |
Dict | params |
vector< EMData * > | images |
Calculate the circular average around the center in real space.
Definition at line 368 of file analyzer.h.
|
inline |
|
virtual |
main function for Analyzer, analyze input images and create output images
Implements EMAN::Analyzer.
Definition at line 1034 of file analyzer.cpp.
References ImageDimensionException, EMAN::Analyzer::images, EMAN::Analyzer::params, ret, EMAN::Dict::set_default(), and verbose.
|
inlinevirtual |
Get the Analyzer's description.
Implements EMAN::Analyzer.
Definition at line 385 of file analyzer.h.
|
inlinevirtual |
Get the Analyzer's name.
Each Analyzer is identified by a unique name.
Implements EMAN::Analyzer.
Definition at line 380 of file analyzer.h.
References NAME.
|
inlinevirtual |
Get Analyzer parameter information in a dictionary.
Each parameter has one record in the dictionary. Each record contains its name, data-type, and description.
Implements EMAN::Analyzer.
Definition at line 395 of file analyzer.h.
References EMAN::EMObject::INT, and EMAN::TypeDict::put().
|
inlinevirtual |
insert a image to the list of input images
image |
Implements EMAN::Analyzer.
Definition at line 373 of file analyzer.h.
References EMAN::Analyzer::images.
|
inlinestatic |
Definition at line 390 of file analyzer.h.
References CircularAverageAnalyzer().
|
static |
Definition at line 404 of file analyzer.h.
Referenced by get_name().
|
protected |
Definition at line 408 of file analyzer.h.
Referenced by analyze().
|
protected |
Definition at line 407 of file analyzer.h.
Referenced by analyze().