EMAN2
Static Public Member Functions | Static Private Attributes | List of all members
ctf_store_real Class Reference

Static Public Member Functions

static void init (int winsize, const Ctf *ctf)
 
static EMDataget_ctf_real ()
 

Static Private Attributes

static int m_winsize
 
static int m_winsize2
 
static int m_vecsize
 
static float m_cs
 
static float m_voltage
 
static float m_pixel
 
static float m_ampcont
 
static float m_bfactor
 
static float m_defocus
 
static float m_dza
 
static float m_azz
 

Detailed Description

Definition at line 108 of file reconstructor.cpp.

Member Function Documentation

◆ get_ctf_real()

static EMData * ctf_store_real::get_ctf_real ( )
inlinestatic

Definition at line 139 of file reconstructor.cpp.

139 {
140 return Util::ctf_img_real(m_winsize, m_winsize, 1, m_defocus, m_pixel, m_voltage, m_cs, m_ampcont, m_bfactor, m_dza, m_azz, 1);
141 }
static float m_pixel
static float m_azz
static float m_cs
static float m_voltage
static int m_winsize
static float m_dza
static float m_ampcont
static float m_defocus
static float m_bfactor

References m_ampcont, m_azz, m_bfactor, m_cs, m_defocus, m_dza, m_pixel, m_voltage, and m_winsize.

◆ init()

static void ctf_store_real::init ( int  winsize,
const Ctf ctf 
)
inlinestatic

Definition at line 112 of file reconstructor.cpp.

112 {
113 Dict params = ctf->to_dict();
114
115 m_winsize = winsize;
116
117 m_voltage = params["voltage"];
118 m_pixel = params["apix"];
119 m_cs = params["cs"];
120 m_ampcont = params["ampcont"];
121 m_bfactor = params["bfactor"];
122 m_defocus = params["defocus"];
123 m_dza = params["dfdiff"];
124 m_azz = params["dfang"];
127 }
virtual Dict to_dict() const =0
Dict is a dictionary to store <string, EMObject> pair.
Definition: emobject.h:385
static int m_winsize2
static int m_vecsize

References m_ampcont, m_azz, m_bfactor, m_cs, m_defocus, m_dza, m_pixel, m_vecsize, m_voltage, m_winsize, m_winsize2, and EMAN::Ctf::to_dict().

Member Data Documentation

◆ m_ampcont

float ctf_store_real::m_ampcont
staticprivate

Definition at line 149 of file reconstructor.cpp.

Referenced by get_ctf_real(), and init().

◆ m_azz

float ctf_store_real::m_azz
staticprivate

Definition at line 153 of file reconstructor.cpp.

Referenced by get_ctf_real(), and init().

◆ m_bfactor

float ctf_store_real::m_bfactor
staticprivate

Definition at line 150 of file reconstructor.cpp.

Referenced by get_ctf_real(), and init().

◆ m_cs

float ctf_store_real::m_cs
staticprivate

Definition at line 146 of file reconstructor.cpp.

Referenced by get_ctf_real(), and init().

◆ m_defocus

float ctf_store_real::m_defocus
staticprivate

Definition at line 151 of file reconstructor.cpp.

Referenced by get_ctf_real(), and init().

◆ m_dza

float ctf_store_real::m_dza
staticprivate

Definition at line 152 of file reconstructor.cpp.

Referenced by get_ctf_real(), and init().

◆ m_pixel

float ctf_store_real::m_pixel
staticprivate

Definition at line 148 of file reconstructor.cpp.

Referenced by get_ctf_real(), and init().

◆ m_vecsize

int ctf_store_real::m_vecsize
staticprivate

Definition at line 145 of file reconstructor.cpp.

Referenced by init().

◆ m_voltage

float ctf_store_real::m_voltage
staticprivate

Definition at line 147 of file reconstructor.cpp.

Referenced by get_ctf_real(), and init().

◆ m_winsize

int ctf_store_real::m_winsize
staticprivate

Definition at line 145 of file reconstructor.cpp.

Referenced by get_ctf_real(), and init().

◆ m_winsize2

int ctf_store_real::m_winsize2
staticprivate

Definition at line 145 of file reconstructor.cpp.

Referenced by init().


The documentation for this class was generated from the following file: