def setDataInput(self, _dataInput):
     """
     Sets the Plugin input data. A part from using the EDPlugin.setDataInput method,
     this method also converts the input data to the Labelit specific data model indexing input.
     """
     EDVerbose.DEBUG("EDPluginControlIndexingLabelitv10.setDataInput")
     EDPluginControlIndexingv10.setDataInput(self, _dataInput)
     # Convert the input data to MOSFLM specific input data
     from EDHandlerXSDataLabelitv1_1 import EDHandlerXSDataLabelitv1_1
     self.__listXSDataImageReference = EDHandlerXSDataLabelitv1_1.generateListXSDataImageReference(self.getDataInput())
 def setDataInput(self, _dataInput):
     """
     Sets the Plugin input data. A part from using the EDPlugin.setDataInput method,
     this method also converts the input data to the MOSFLM specific data model indexing input.
     """
     self.verboseDebug("EDPluginControlIndexingMOSFLMv10.setDataInput")
     EDPluginControlIndexingv10.setDataInput(self, _dataInput)
     # Convert the input data to MOSFLM specific input data
     from EDHandlerXSDataMOSFLMv10 import EDHandlerXSDataMOSFLMv10
     self.__xsDataMOSFLMIndexingInput = EDHandlerXSDataMOSFLMv10.generateXSDataMOSFLMInputIndexing(self.getDataInput())
Example #3
0
 def setDataInput(self, _dataInput):
     """
     Sets the Plugin input data. A part from using the EDPlugin.setDataInput method,
     this method also converts the input data to the MOSFLM specific data model indexing input.
     """
     self.verboseDebug("EDPluginControlIndexingMOSFLMv10.setDataInput")
     EDPluginControlIndexingv10.setDataInput(self, _dataInput)
     # Convert the input data to MOSFLM specific input data
     from EDHandlerXSDataMOSFLMv10 import EDHandlerXSDataMOSFLMv10
     self.__xsDataMOSFLMIndexingInput = EDHandlerXSDataMOSFLMv10.generateXSDataMOSFLMInputIndexing(self.getDataInput())
Example #4
0
 def setDataInput(self, _dataInput):
     """
     Sets the Plugin input data. A part from using the EDPlugin.setDataInput method,
     this method also converts the input data to the Labelit specific data model indexing input.
     """
     self.DEBUG("EDPluginControlIndexingLabelitv10.setDataInput")
     EDPluginControlIndexingv10.setDataInput(self, _dataInput)
     # Convert the input data to MOSFLM specific input data
     from EDHandlerXSDataLabelitv1_1 import EDHandlerXSDataLabelitv1_1
     self.__listXSDataImageReference = EDHandlerXSDataLabelitv1_1.generateListXSDataImageReference(
         self.getDataInput())