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
- class pwem.protocols.protocol_batch.ProtCreateMask(**kwargs)[source]
Bases:
BatchProtocol
- 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.