|
Bsoft 2.1.4
Bernard's software package
|
Postscript output functions for calculating CTF parameters. More...
Functions | |
| int | ps_show_ctf_param (Bplot *plot, CTFparam &em_ctf) |
| int | ps_show_ctf_fit (Bplot *plot, CTFparam &em_ctf) |
| int | ps_ctf_plot (Bstring &filename, CTFparam &em_ctf, size_t n, double freq_step) |
| Generates a postscript plot from CTF parameters for defocus and the envelope. More... | |
| int | ps_ctf_plot (long n, double *rps, double interval, CTFparam *em_ctf, Bstring &filename) |
| Generates a postscript plot of a contrast transfer function. More... | |
| int | ps_ctf_defocus_zeroes (Bstring &filename, double volts, double Cs, double amp_shift) |
| Generates a postscript plot of defocus versus zeroes. More... | |
| int | point_spread (size_t n, vector< double > &a, double step) |
| int | ps_point_spread (Bstring &filename, CTFparam &em_ctf, size_t n, double freq_step) |
| Generates a point spread plot from CTF envelope parameters. More... | |
Variables | |
| int | verbose |
Postscript output functions for calculating CTF parameters.
| int point_spread | ( | size_t | n, |
| vector< double > & | a, | ||
| double | step | ||
| ) |
| int ps_ctf_defocus_zeroes | ( | Bstring & | filename, |
| double | volts, | ||
| double | Cs, | ||
| double | amp_shift | ||
| ) |
Generates a postscript plot of defocus versus zeroes.
| &filename | postscript output file name. |
| volts | accelerating voltage (in volts). |
| Cs | spherical aberration (in angstrom). |
| amp_shift | amplitude contribution phase shift (radians). |
A postscript plot is generated from microscope and defocus parameters to show the corresponding defocus and zero values. Defocus is given in um.
Generates a postscript plot from CTF parameters for defocus and the envelope.
| &filename | postscript file name. |
| &em_ctf | CTF parameter structure. |
| n | number of reciprocal space steps. |
| freq_step | spatial frequency increment per step. |
Postscript output is generated from microscope and defocus parameters.
Generates a postscript plot of a contrast transfer function.
| n | number of elements in the radial power spectrum. |
| *rps | radial power spectrum. |
| interval | spatial frequency step size. |
| *em_ctf | CTF parameter structure. |
| &filename | postscript file name. |
Postscript output is generated from fitted defocus, envelope and background parameters and compared to the radial average of the power spectrum image.
Generates a point spread plot from CTF envelope parameters.
| &filename | postscript file name. |
| &em_ctf | CTF parameter structure. |
| n | number of reciprocal space steps. |
| freq_step | spatial frequency increment per step. |
Postscript output is generated from microscope and defocus parameters.
|
extern |