EMAN2
|
#include <reconstructor.h>
Public Member Functions | |
file_store (const string &filename, int npad, int write, bool CTF) | |
virtual | ~file_store () |
void | add_image (EMData *data, const Transform &tf) |
void | get_image (int id, EMData *padfft) |
void | restart () |
Private Attributes | |
shared_ptr< std::ifstream > | m_ihandle |
shared_ptr< std::ofstream > | m_bin_ohandle |
shared_ptr< std::ofstream > | m_txt_ohandle |
string | m_bin_file |
string | m_txt_file |
int | m_ctf |
int | m_npad |
int | m_prev |
int | m_x_out |
int | m_y_out |
int | m_z_out |
int | m_write |
std::istream::off_type | m_totsize |
float | m_Cs |
float | m_pixel |
float | m_voltage |
float | m_ctf_applied |
float | m_amp_contrast |
vector< float > | m_defocuses |
vector< float > | m_phis |
vector< float > | m_thetas |
vector< float > | m_psis |
Definition at line 1778 of file reconstructor.h.
file_store::file_store | ( | const string & | filename, |
int | npad, | ||
int | write, | ||
bool | CTF | ||
) |
Definition at line 6533 of file reconstructor.cpp.
|
virtual |
Definition at line 6543 of file reconstructor.cpp.
Definition at line 6547 of file reconstructor.cpp.
References checked_delete(), EMAN::Dict::get(), EMAN::Transform::get_rotation(), m_amp_contrast, m_bin_file, m_bin_ohandle, m_Cs, m_ctf, m_ctf_applied, m_defocuses, m_npad, m_phis, m_pixel, m_psis, m_thetas, m_totsize, m_txt_file, m_txt_ohandle, m_voltage, m_write, m_x_out, m_y_out, m_z_out, EMAN::padfft_slice(), and EMAN::Ctf::to_dict().
void file_store::get_image | ( | int | id, |
EMData * | padfft | ||
) |
Definition at line 6620 of file reconstructor.cpp.
References Assert, m_amp_contrast, m_Cs, m_ctf, m_ctf_applied, m_defocuses, m_ihandle, m_phis, m_pixel, m_psis, m_thetas, m_totsize, m_txt_file, m_voltage, m_x_out, m_y_out, and m_z_out.
void file_store::restart | ( | ) |
Definition at line 6709 of file reconstructor.cpp.
References m_bin_file, and m_ihandle.
|
private |
Definition at line 1808 of file reconstructor.h.
Referenced by add_image(), and get_image().
|
private |
Definition at line 1794 of file reconstructor.h.
Referenced by add_image(), and restart().
|
private |
Definition at line 1792 of file reconstructor.h.
Referenced by add_image().
|
private |
Definition at line 1804 of file reconstructor.h.
Referenced by add_image(), and get_image().
|
private |
Definition at line 1796 of file reconstructor.h.
Referenced by add_image(), file_store(), and get_image().
|
private |
Definition at line 1807 of file reconstructor.h.
Referenced by add_image(), and get_image().
|
private |
Definition at line 1809 of file reconstructor.h.
Referenced by add_image(), and get_image().
|
private |
Definition at line 1791 of file reconstructor.h.
Referenced by get_image(), and restart().
|
private |
Definition at line 1797 of file reconstructor.h.
Referenced by add_image(), and file_store().
|
private |
Definition at line 1810 of file reconstructor.h.
Referenced by add_image(), and get_image().
|
private |
Definition at line 1805 of file reconstructor.h.
Referenced by add_image(), and get_image().
|
private |
Definition at line 1798 of file reconstructor.h.
Referenced by file_store().
|
private |
Definition at line 1812 of file reconstructor.h.
Referenced by add_image(), and get_image().
|
private |
Definition at line 1811 of file reconstructor.h.
Referenced by add_image(), and get_image().
|
private |
Definition at line 1803 of file reconstructor.h.
Referenced by add_image(), and get_image().
|
private |
Definition at line 1795 of file reconstructor.h.
Referenced by add_image(), and get_image().
|
private |
Definition at line 1793 of file reconstructor.h.
Referenced by add_image().
|
private |
Definition at line 1806 of file reconstructor.h.
Referenced by add_image(), and get_image().
|
private |
Definition at line 1802 of file reconstructor.h.
Referenced by add_image(), and file_store().
|
private |
Definition at line 1799 of file reconstructor.h.
Referenced by add_image(), and get_image().
|
private |
Definition at line 1800 of file reconstructor.h.
Referenced by add_image(), and get_image().
|
private |
Definition at line 1801 of file reconstructor.h.
Referenced by add_image(), and get_image().