xmipp3.protocols.protocol_resolution3d module

class xmipp3.protocols.protocol_resolution3d.XmippProtResolution3D(**kwargs)[source]

Bases: ProtAnalysis3D

Computes the resolution of 3D volumes using the Fourier Shell Correlation (FSC) criteria. The protocol requires two volumes, which are assumed to be independently reconstructed. In addition, the protocol can also compute the B-factor for the volumes.

calculateDPRResolution(mData, threshold)[source]
calculateFSCResolution(mData, threshold)[source]
calculateFscStep()[source]

Calculate the FSC between two volumes

computeBfactorStep()[source]

Calculate the structure factors of the volume

createOutputStep()[source]
createSummaryStep()[source]