Ejemplo n.º 1
0
  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()
Ejemplo n.º 2
0
  def _start(self):

    FormatSMV._start(self)
 def _start(self):
   FormatSMV._start(self)
   self._header_size = int(self._header_dictionary['HEADER_BYTES'])
Ejemplo n.º 4
0
    def _start(self):

        FormatSMV._start(self)
Ejemplo n.º 5
0
 def _start(self):
     FormatSMV._start(self)
     self._header_size = int(self._header_dictionary['HEADER_BYTES'])