def __init__(self):
        EDPluginExecProcessScript.__init__(self)
        self.setXSDataInputClass(XSDataInputCrystFEL)
        self.setDataOutput(XSDataResultCrystFEL())

        #TODO move to input file
        self.partialator_options = "--max-adu=65000 --iterations=1 --model=unity -j 60"
    def __init__(self):
        EDPluginExecProcessScript.__init__(self)
        self.setXSDataInputClass(XSDataInputCrystFEL)
        self.setDataOutput(XSDataResultCrystFEL())

        self.process_hkl_options = "--max-adu=65000 --scale"
        self.process_hkl_type = None
 def parseOutputDirectory(self, _workingDirectory):
     xsDataResultCrystFEL = XSDataResultCrystFEL()
     return xsDataResultCrystFEL
 def __init__(self):
     EDPluginExecProcessScript.__init__(self)
     self.setXSDataInputClass(XSDataInputCrystFEL)
     self.setDataOutput(XSDataResultCrystFEL())