def __init__(self, _edStringTestName=None):
     EDTestCasePluginExecuteControlIndexingv10WithLabelit.__init__(
         self, _edStringTestName)
     self.setRequiredPluginConfiguration("EDPluginLabelitIndexingv1_1")
     self.setDataInputFile(
         os.path.join(self.getPluginTestsDataHome(),
                      "XSDataIndexingInput_withFourImages.xml"))
 def __init__(self, _edStringTestName=None):
     EDTestCasePluginExecuteControlIndexingv10WithLabelit.__init__(self, _edStringTestName)
     self.setRequiredPluginConfiguration("EDPluginLabelitIndexingv1_1")
     edStringConfigurationLabelit = os.path.join(self.getPluginTestsDataHome(), "XSConfiguration_IndexingWithLabelit.xml")
     self.setConfigurationFile(edStringConfigurationLabelit)
     self.setDataInputFile(os.path.join(self.getPluginTestsDataHome(), "XSDataIndexingInput_withForcedSymmetry.xml"))
     self.strReferenceDataOutputFile = os.path.join(self.getPluginTestsDataHome(), "XSDataIndexingResult_withForcedSymmetry.xml")
 def __init__(self, _edStringTestName=None):
     EDTestCasePluginExecuteControlIndexingv10WithLabelit.__init__(
         self, _edStringTestName)
     self.setRequiredPluginConfiguration("EDPluginLabelitIndexingv1_1")
     edStringConfigurationLabelit = os.path.join(
         self.getPluginTestsDataHome(),
         "XSConfiguration_IndexingWithLabelit.xml")
     self.setConfigurationFile(edStringConfigurationLabelit)
     self.setDataInputFile(
         os.path.join(self.getPluginTestsDataHome(),
                      "XSDataIndexingInput_withForcedSymmetry.xml"))
     self.strReferenceDataOutputFile = os.path.join(
         self.getPluginTestsDataHome(),
         "XSDataIndexingResult_withForcedSymmetry.xml")
 def preProcess(self):
     EDTestCasePluginExecuteControlIndexingv10WithLabelit.preProcess(self)
     self.loadTestImage([ "thau_1_0001.cbf", "thau_1_0002.cbf", "thau_1_0003.cbf", "thau_1_0004.cbf", "thau_1_0005.cbf" ])
 def __init__(self, _edStringTestName=None):
     EDTestCasePluginExecuteControlIndexingv10WithLabelit.__init__(self, _edStringTestName)
     self.setRequiredPluginConfiguration("EDPluginLabelitIndexingv1_1")
     self.setDataInputFile(os.path.join(self.getPluginTestsDataHome(), "XSDataIndexingInput_withFiveImages.xml"))
 def preProcess(self):
     EDTestCasePluginExecuteControlIndexingv10WithLabelit.preProcess(self)
     self.loadTestImage([
         "ref-opid30a1_4_0001.cbf", "ref-opid30a1_4_0002.cbf",
         "ref-opid30a1_4_0003.cbf", "ref-opid30a1_4_0004.cbf"
     ])
예제 #7
0
 def preProcess(self):
     EDTestCasePluginExecuteControlIndexingv10WithLabelit.preProcess(self)
     self.loadTestImage([
         "thau_1_0001.cbf", "thau_1_0002.cbf", "thau_1_0003.cbf",
         "thau_1_0004.cbf", "thau_1_0005.cbf"
     ])