예제 #1
0
  def _start(self):

    FormatTIFF._start(self)
  def _start(self):

    FormatTIFF._start(self)
예제 #3
0
  def _start(self):

    FormatTIFF._start(self)
    from iotbx.detectors.mar import MARImage
    self.detectorbase = MARImage(self._image_file)
    self.detectorbase.readHeader()