Пример #1
0
  def _start(self):

    from iotbx.detectors.adsc import ADSCImage
    self.detectorbase = ADSCImage(self._image_file)
    self.detectorbase.readHeader()

    FormatSMVADSC._start(self)
Пример #2
0
    def _start(self):
        # read the headers, then swap size1 and size2
        FormatSMVADSC._start(self)
        self._header_dictionary["SIZE1"] = "2527"
        self._header_dictionary["SIZE2"] = "2463"

        from iotbx.detectors import SMVImage

        self.detectorbase = SMVImage(self._image_file)
        self.detectorbase.readHeader()
        self.detectorbase.parameters["SIZE1"] = 2527
        self.detectorbase.parameters["SIZE2"] = 2463
Пример #3
0
 def _start(self):
     # read the headers, then swap size1 and size2
     FormatSMVADSC._start(self)
     self._header_dictionary['SIZE1'] = '2527'
     self._header_dictionary['SIZE2'] = '2463'
Пример #4
0
  def _start(self):

    FormatSMVADSC._start(self)
    from iotbx.detectors.hamamatsu import HamamatsuImage
    self.detectorbase = HamamatsuImage(self._image_file)
    self.detectorbase.readHeader()
Пример #5
0
 def _start(self):
     # read the headers, then swap size1 and size2
     FormatSMVADSC._start(self)
     self._header_dictionary["SIZE1"] = "2527"
     self._header_dictionary["SIZE2"] = "2463"
Пример #6
0
    def _start(self):

        FormatSMVADSC._start(self)
Пример #7
0
 def _start(self):
   # read the headers, then swap size1 and size2
   FormatSMVADSC._start(self)
   self._header_dictionary['SIZE1'] = '2527'
   self._header_dictionary['SIZE2'] = '2463'
  def _start(self):

    FormatSMVADSC._start(self)