예제 #1
0
    def detectorbase_start(self):
        from iotbx.detectors.hamamatsu import HamamatsuImage

        self.detectorbase = HamamatsuImage(self._image_file)
        self.detectorbase.open_file = self.open_file
        self.detectorbase.readHeader()
예제 #2
0
 def detectorbase_start(self):
     self.detectorbase = HamamatsuImage(self._image_file)
     self.detectorbase.open_file = self.open_file
     self.detectorbase.readHeader()