xmipp3.protocols.protocol_preprocess.protocol_add_noise module
- class xmipp3.protocols.protocol_preprocess.protocol_add_noise.XmippProtAddNoise(**kwargs)[source]
Bases:
ProtRefine3D
Given a sets of volumes or particles the protocol adds noise to them The types of noise are Uniform, Student and Gaussian.
- GAUSSIAN_NOISE = 0
- STUDENT_NOISE = 1
- UNIFORM_NOISE = 2
- class xmipp3.protocols.protocol_preprocess.protocol_add_noise.XmippProtAddNoiseParticles(**kwargs)[source]
Bases:
XmippProtAddNoise
Given a set of particles, the protocol will add noise to them The types of noise are Uniform, Student and Gaussian.
- class xmipp3.protocols.protocol_preprocess.protocol_add_noise.XmippProtAddNoiseVolumes(**kwargs)[source]
Bases:
XmippProtAddNoise
Given a set of volumes, or a volume the protocol will add noise to them The types of noise are Uniform, Student and Gaussian.