コード例 #1
0
 def detectorbase_start(self):
     self.detectorbase = SaturnImage(self._image_file)
     self.detectorbase.open_file = self.open_file
     self.detectorbase.readHeader()
コード例 #2
0
    def detectorbase_start(self):
        from iotbx.detectors.saturn import SaturnImage

        self.detectorbase = SaturnImage(self._image_file)
        self.detectorbase.open_file = self.open_file
        self.detectorbase.readHeader()