|
Bsoft 2.1.4
Bernard's software package
|
Program to generate images from aberration weights and analyze them. More...
#include "rwimg.h"#include "rwPostScript.h"#include "rwmg.h"#include "mg_ctf.h"#include "mg_ctf_fit.h"#include "simplex.h"#include "utilities.h"#include "options.h"#include "timer.h"#include "use_ctf.inc"#include "ctf.inc"Functions | |
| int | weights_add (map< pair< long, long >, double > &weights, vector< double > v, int flag) |
| int | weights_add (map< pair< long, long >, double > &weights, string s, int flag) |
| map< pair< long, long >, double > | convert_zernike_weights (map< pair< long, long >, double > &weights) |
| map< pair< long, long >, double > | convert_to_zernike_weights (map< pair< long, long >, double > &weights) |
| vector< Vector3< double > > | shifts_from_file (Bstring &shiftfile) |
| int | aberration_show (map< string, CTFparam > &cpa) |
| int | img_ewald_sphere (Bimage *p, CTFparam &cp, double t) |
| Imposes an Ewald sphere weighting on a 3D frequency space volume. More... | |
| int | main (int argc, char **argv) |
Variables | |
| int | verbose |
| const char * | use [] |
Program to generate images from aberration weights and analyze them.
| int aberration_show | ( | map< string, CTFparam > & | cpa | ) |
| map< pair< long, long >, double > convert_to_zernike_weights | ( | map< pair< long, long >, double > & | weights | ) |
| map< pair< long, long >, double > convert_zernike_weights | ( | map< pair< long, long >, double > & | weights | ) |
Imposes an Ewald sphere weighting on a 3D frequency space volume.
| *p | frequency space 3D volume. |
| cp | wavelength. |
| t | thickness. |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
| int weights_add | ( | map< pair< long, long >, double > & | weights, |
| string | s, | ||
| int | flag | ||
| ) |
| int weights_add | ( | map< pair< long, long >, double > & | weights, |
| vector< double > | v, | ||
| int | flag | ||
| ) |
| const char* use[] |
|
extern |