xmipp3.protocols.protocol_volume_adjust_sub module

class xmipp3.protocols.protocol_volume_adjust_sub.XmippProtVolAdjBase(**kwargs)[source]

Bases: EMProtocol

Helper class that contains some Protocol utilities methods used by both XmippProtVolSubtraction and XmippProtVolAdjust.

createOutputStep()[source]
class xmipp3.protocols.protocol_volume_adjust_sub.XmippProtVolAdjust(**kwargs)[source]

Bases: XmippProtVolAdjBase

This protocol scales a volume in order to assimilate it to another one. The volume with the best resolution should be the first one. The volumes should be aligned previously and they have to be equal in size

IMPORT_FROM_FILES = 1
IMPORT_OBJ = 0
adjustStep()[source]
class xmipp3.protocols.protocol_volume_adjust_sub.XmippProtVolSubtraction(**kwargs)[source]

Bases: XmippProtVolAdjBase

This protocol scales a volume in order to adjust it to another one. Then, it can calculate the subtraction of the two volumes. Second input can be a pdb. The volumes should be aligned previously and they have to be equal in size

IMPORT_FROM_FILES = 1
IMPORT_OBJ = 0
convertPdbStep()[source]
generateMask2Step()[source]
subtractionStep()[source]