示例#1
0
 def detectorbase_start(self):
     from iotbx.detectors.noir import NoirImage
     self.detectorbase = NoirImage(self._image_file)
     self.detectorbase.open_file = self.open_file
     self.detectorbase.readHeader()
示例#2
0
 def detectorbase_start(self):
     self.detectorbase = NoirImage(self._image_file)
     self.detectorbase.open_file = self.open_file
     self.detectorbase.readHeader()