Beispiel #1
0
 def _start(self):
     '''Open the image file, read the image header, copy the key / value
 pairs into an internal dictionary self._header_dictionary along with
 the length of the header in bytes self._header_size.'''
     from iotbx.detectors.marIP import MARIPImage
     self.detectorbase = MARIPImage(self._image_file)
     self.detectorbase.readHeader()
Beispiel #2
0
 def _start(self):
     """Open the image file, read the image header, copy the key / value
     pairs into an internal dictionary self._header_dictionary along with
     the length of the header in bytes self._header_size."""
     self.detectorbase = MARIPImage(self._image_file)
     self.detectorbase.readHeader()