|
Bsoft 2.1.4
Bernard's software package
|
Program to calculate scattering cross sections. More...
#include "molecule_to_map.h"#include "mol_util.h"#include "seq_util.h"#include "rwmodel_param.h"#include "rwresprop.h"#include "ctf.h"#include "scatter.h"#include "json.h"#include "file_util.h"#include "options.h"#include "utilities.h"#include "timer.h"#include "use_ctf.inc"#include "ctf.inc"Macros | |
| #define | MAXSCAT 1000 |
Functions | |
| Bmaterial | protein_material_default () |
| Default protein composition adjusted by mass. More... | |
| Bmaterial | material_from_molgroup (Bmolgroup *molgroup) |
| int | cross_sections (vector< string > &elements, map< string, Bcomptype > &atompar, CTFparam &ctf) |
| int | cross_sections (Bmaterial &material, CTFparam &ctf) |
| int | cross_section_half_maximal_frequencies (vector< string > &elements, map< string, Bcomptype > &atompar) |
| int | cross_section_half_maximal_frequencies (Bmaterial &material) |
| int | aperture_series (double thickness, Bmaterial &material, CTFparam &ctf, vector< double > apser) |
| int | collection_angle_series (double thickness, Bmaterial &material, CTFparam &ctf, vector< double > angser) |
| double | particle_snr (Bmaterial &material, double mass, double radius, double thickness, CTFparam &ctf) |
| Bplot * | particle_spectral_signal (Bmaterial &material, double mass, double radius, double thickness, CTFparam &ctf) |
| int | main (int argc, char **argv) |
| double | elastic_cross_section_lenz (long Z, double volts) |
| double | elastic_cross_section_langmore (long Z, double volts) |
Variables | |
| int | verbose |
| const char * | use [] |
Program to calculate scattering cross sections.
| #define MAXSCAT 1000 |
| int aperture_series | ( | double | thickness, |
| Bmaterial & | material, | ||
| CTFparam & | ctf, | ||
| vector< double > | apser | ||
| ) |
| int collection_angle_series | ( | double | thickness, |
| Bmaterial & | material, | ||
| CTFparam & | ctf, | ||
| vector< double > | angser | ||
| ) |
| int cross_section_half_maximal_frequencies | ( | Bmaterial & | material | ) |
| int cross_section_half_maximal_frequencies | ( | vector< string > & | elements, |
| map< string, Bcomptype > & | atompar | ||
| ) |
| int cross_sections | ( | vector< string > & | elements, |
| map< string, Bcomptype > & | atompar, | ||
| CTFparam & | ctf | ||
| ) |
| double elastic_cross_section_langmore | ( | long | Z, |
| double | volts | ||
| ) |
| double elastic_cross_section_lenz | ( | long | Z, |
| double | volts | ||
| ) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
| double particle_snr | ( | Bmaterial & | material, |
| double | mass, | ||
| double | radius, | ||
| double | thickness, | ||
| CTFparam & | ctf | ||
| ) |
| Bplot * particle_spectral_signal | ( | Bmaterial & | material, |
| double | mass, | ||
| double | radius, | ||
| double | thickness, | ||
| CTFparam & | ctf | ||
| ) |
| Bmaterial protein_material_default | ( | ) |
Default protein composition adjusted by mass.
| const char* use[] |
|
extern |