Beispiel #1
0
 def postProcess(self, _edObject=None):
     EDPluginMOSFLMv10.postProcess(self)
     self.DEBUG("EDPluginMOSFLMIntegrationv10.postProcess")
     xsDataMOSFLMOutputIntegration = self.createDataMOSFLMOutputIntegration()
     if (xsDataMOSFLMOutputIntegration is None):
         strError = "MOSFLM integration error : no integration results obtained."
         self.addExecutiveSummaryLine(strError)
         self.ERROR(strError)
         self.setFailure()
     else:
         self.setDataOutput(xsDataMOSFLMOutputIntegration)
 def postProcess(self, _edObject=None):
     EDPluginMOSFLMv10.postProcess(self)
     self.DEBUG("EDPluginMOSFLMIntegrationv10.postProcess")
     xsDataMOSFLMOutputIntegration = self.createDataMOSFLMOutputIntegration()
     if (xsDataMOSFLMOutputIntegration is None):
         strError = "MOSFLM integration error : no integration results obtained."
         self.addExecutiveSummaryLine(strError)
         self.ERROR(strError)
         self.setFailure()
     else:
         self.setDataOutput(xsDataMOSFLMOutputIntegration)
 def postProcess(self, _edObject=None):
     EDPluginMOSFLMv10.postProcess(self)
     self.DEBUG("EDPluginMOSFLMGeneratePredictionv10.postProcess")
     xsDataMOSFLMOutputGeneratePrediction = self.createDataMOSFLMOutputGeneratePrediction(
     )
     self.setDataOutput(xsDataMOSFLMOutputGeneratePrediction)
 def postProcess(self, _edObject=None):
     EDPluginMOSFLMv10.postProcess(self)
     EDVerbose.DEBUG("EDPluginMOSFLMGeneratePredictionv10.postProcess")
     xsDataMOSFLMOutputGeneratePrediction = self.createDataMOSFLMOutputGeneratePrediction()
     self.setDataOutput(xsDataMOSFLMOutputGeneratePrediction)
 def finallyProcess(self, _edObject=None):
     EDPluginMOSFLMv10.postProcess(self)
     EDVerbose.DEBUG("EDPluginMOSFLMIndexingv10.finallyProcess")
     xsDataMOSFLMOutputIndexing = self.createDataMOSFLMOutputIndexing()
     self.setDataOutput(xsDataMOSFLMOutputIndexing)