def _start(self):

        FormatSMVHamamatsu._start(self)
  def _start(self):

    FormatSMVHamamatsu._start(self)
    from iotbx.detectors.hamamatsu import HamamatsuImage
    self.detectorbase = HamamatsuImage(self._image_file)
    self.detectorbase.readHeader()