xmipp3.protocols.protocol_preprocess.protocol_crop_resize module
- class xmipp3.protocols.protocol_preprocess.protocol_crop_resize.XmippProtCropResizeParticles(**kwargs)[source]
- Bases: - XmippProcessParticles- Crop 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: - XmippProcessVolumes- Crops 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: - object- Common 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