xmipp3.protocols.protocol_create_gallery module
- class xmipp3.protocols.protocol_create_gallery.XmippProtCreateGallery(**kwargs)[source]
Bases:
ProtAnalysis3D
Create a gallery of projections from a volume. This gallery of projections may help to understand the images observed in the microscope.
- INTERP_METHOD_BSPLINE = 2
- INTERP_METHOD_LINEAR = 1
- INTERP_METHOD_NEAREST = 0
- METHOD_FOURIER = 2
- METHOD_REAL_SPACE = 0
- METHOD_SHEARS = 1
- PARAM_FILE_NAME = 'projectionParameters.xmd'
- interpMethodsDict = {0: 'nearest', 1: 'linear', 2: 'bspline'}