def _start(self): FormatSMV._start(self) if not hasattr(self, "detectorbase") or self.detectorbase is None: from iotbx.detectors import SMVImage self.detectorbase = SMVImage(self._image_file) self.detectorbase.readHeader()
def _start(self): FormatSMV._start(self)
def _start(self): FormatSMV._start(self) self._header_size = int(self._header_dictionary['HEADER_BYTES'])