xmipp3.protocols.protocol_preprocess.protocol_image_operate module

class xmipp3.protocols.protocol_preprocess.protocol_image_operate.XmippOperateHelper(**args)[source]

Bases: object

Some image operations such as: Dot product or Summation.

class xmipp3.protocols.protocol_preprocess.protocol_image_operate.XmippProtImageOperateParticles(**args)[source]

Bases: ProtOperateParticles, XmippProcessParticles, XmippOperateHelper

Performs operations between two sets of particles or to a set of particles. The mathematical operations are: plus, minus multiply, divide, minimum, maximum, dot product, log, log10, sqrt, abs, pow, column, slice, row, mn, radial average or reset. This protocol supports comparative analysis or creation of difference maps between conditions.

convertInputStep()[source]

convert to Xmipp image model

operationStep(operationStr)[source]
class xmipp3.protocols.protocol_preprocess.protocol_image_operate.XmippProtImageOperateVolumes(**args)[source]

Bases: ProtOperateVolumes, XmippProcessVolumes, XmippOperateHelper

A Executes arithmetic operations between two volumesor to a volume. The mathematical operations are: plus, minus multiply, divide, minimum, maximum, dot product, log, log10, sqrt, abs, pow, column, slice, row, mn, radial average or resetThis enables structural comparisons, highlighting conformational changes or shared features between datasets.

convertInputStep()[source]

convert to Xmipp image model

operationStep(operationStr)[source]