pwem.protocols.protocol_batch module

class pwem.protocols.protocol_batch.BatchProtocol(**kwargs)[source]

Bases: EMProtocol

Base class to all protocols that are launched through other GUIs (such as showj) and that are called “batch” protocols. They should not be executed from normal “form” of other protocols.

class pwem.protocols.protocol_batch.ProtCreateFSC(**kwargs)[source]

Bases: BatchProtocol

createOutputStep()[source]
setInputFscList(fscList)[source]
setInputObj(obj)[source]
class pwem.protocols.protocol_batch.ProtCreateMask(**kwargs)[source]

Bases: BatchProtocol

createMaskStep()[source]
class pwem.protocols.protocol_batch.ProtUserSubSet(**args)[source]

Bases: BatchProtocol

Create subsets from the GUI. This protocol will be executed mainly calling the script ‘pw_create_image_subsets.py’ from the ShowJ gui. The enabled/disabled changes will be stored in a temporary sqlite file that will be read to create the new subset.

createSetObject()[source]

Moves the sqlite with the enable/disable status to its own path to keep it and names it subset.sqlite

createSetStep()[source]
getDefaultSummary()[source]