|
Bsoft 2.1.4
Bernard's software package
|
Header file for CTF (contrast transfer function) functions. More...
Functions | |
| Bimage * | img_ctf_focal_series (CTFparam &cp, double def_min, double def_max, double def_inc, Vector3< long > size, Vector3< double > sam, double lores, double hires) |
| Bimage * | img_ctf_focal_fit (Bimage *p, CTFparam &cp, double hires, double lores, double Bfactor, long maxiter) |
| Fits the CTF to focal series power spectra. More... | |
| Bimage * | img_fspace_extract_sphere (Bimage *p, double volt) |
| Extracts a sphere corresponding to a given acceleration voltage. More... | |
Header file for CTF (contrast transfer function) functions.
| Bimage * img_ctf_focal_fit | ( | Bimage * | p, |
| CTFparam & | cp, | ||
| double | hires, | ||
| double | lores, | ||
| double | Bfactor, | ||
| long | maxiter | ||
| ) |
Fits the CTF to focal series power spectra.
| *p | Focal series. |
| &cp | CTF parameters. |
| hires | High resolution limit. |
| lores | Low resolution limit. |
| Bfactor | B-factor for weighting. |
| maxiter | Maximum number of iterations. |
The image should be 3D with the third sampling interval the change in focus per 2D image.
| Bimage * img_ctf_focal_series | ( | CTFparam & | cp, |
| double | def_min, | ||
| double | def_max, | ||
| double | def_inc, | ||
| Vector3< long > | size, | ||
| Vector3< double > | sam, | ||
| double | lores, | ||
| double | hires | ||
| ) |