CTFReconstructed#
- class CTFReconstructed(defocus=None, angles=None, opening_axis=2, tilt_axis=0, sampling_rate=1, acceleration_voltage=300, spherical_aberration=27000000.0, amplitude_contrast=0.07, phase_shift=0, astigmatism_angle=0, defocus_delta=0, correction_mode='phase-flip', wiener_falloff=None)[source]#
Bases:
CTFGenerate CTF filter for reconstructions.
Attributes
The acceleration voltage in kV, defaults to 300
The amplitude contrast, defaults to 0.07.
The tilt angles in degrees.
The astigmatism angle in radians, defaults to 0.
CTF correction mode: 'raw', 'wiener', 'phase-flip', 'phase-flip-weighted'.
The mean defocus value in Ångstrom (positive is underfocus).
The defocus difference (half-delta) in Ångstrom, defaults to 0.
The microscope projection axis, defaults to 2 (z).
The phase shift in radians, defaults to 0.
The sampling rate, defaults to 1 Ångstrom / voxel.
The spherical aberration, defaults to 2.7e7 (in Angstrom).
The axis along which the tilt is applied, defaults to 0 (x).
B-factor style falloff for Wiener filter (Ų).
Methods
CTFReconstructed.__call__([return_real_fourier])This method provides the standard interface for creating of composable filter masks.
CTFReconstructed.from_file(filename, **kwargs)Initialize
CTFfrom file.