xmipp3.protocols.protocol_preprocess.protocol_crop_resize module
- class xmipp3.protocols.protocol_preprocess.protocol_crop_resize.XmippProtCropResizeParticles(**kwargs)[source]
Bases:
XmippProcessParticlesCrop or resize a set of particles
- OUTPUT_MASK_NAME = 'outputMask'
- OUTPUT_PARTICLES_NAME = 'outputParticles'
- class xmipp3.protocols.protocol_preprocess.protocol_crop_resize.XmippProtCropResizeVolumes(**kwargs)[source]
Bases:
XmippProcessVolumesCrops or resizes 3D volumes to a desired size or region of interest. This protocol helps optimize memory usage and focus on relevant structural areas for analysis or comparison.
- class xmipp3.protocols.protocol_preprocess.protocol_crop_resize.XmippResizeHelper[source]
Bases:
objectCommon features to change dimensions of either SetOfParticles, Volume or SetOfVolumes objects.
- RESIZE_DIMENSIONS = 1
- RESIZE_FACTOR = 2
- RESIZE_PYRAMID = 3
- RESIZE_SAMPLINGRATE = 0
- WINDOW_OP_CROP = 0
- WINDOW_OP_WINDOW = 1