spider.protocols.protocol_base module¶
- class spider.protocols.protocol_base.SpiderProtocol(**kwargs)[source]¶
Bases:
pwem.protocols.protocol.EMProtocol
Base protocol for SPIDER utils.
- convertInput(attrName, stackFn, selFn)[source]¶
Convert from an input pointer of SetOfImages to Spider. Params:
attrName: the attribute name of the input pointer stackFn: the name of the stack for converted images selFn: the name of the selection file.