DetectorConfig
==============

.. currentmodule:: lsst.afw.cameraGeom

.. autoclass:: DetectorConfig
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~DetectorConfig.bbox
      ~DetectorConfig.bbox_x0
      ~DetectorConfig.bbox_x1
      ~DetectorConfig.bbox_y0
      ~DetectorConfig.bbox_y1
      ~DetectorConfig.crosstalk
      ~DetectorConfig.detectorType
      ~DetectorConfig.history
      ~DetectorConfig.id
      ~DetectorConfig.name
      ~DetectorConfig.offset
      ~DetectorConfig.offset_x
      ~DetectorConfig.offset_y
      ~DetectorConfig.orientation
      ~DetectorConfig.physicalType
      ~DetectorConfig.pitchDeg
      ~DetectorConfig.pixelSize
      ~DetectorConfig.pixelSize_x
      ~DetectorConfig.pixelSize_y
      ~DetectorConfig.refPos
      ~DetectorConfig.refpos_x
      ~DetectorConfig.refpos_y
      ~DetectorConfig.rollDeg
      ~DetectorConfig.serial
      ~DetectorConfig.transformDict
      ~DetectorConfig.transposeDetector
      ~DetectorConfig.yawDeg

   .. rubric:: Methods Summary

   .. autosummary::

      ~DetectorConfig.compare
      ~DetectorConfig.formatHistory
      ~DetectorConfig.freeze
      ~DetectorConfig.getCrosstalk
      ~DetectorConfig.items
      ~DetectorConfig.keys
      ~DetectorConfig.load
      ~DetectorConfig.loadFromStream
      ~DetectorConfig.loadFromString
      ~DetectorConfig.names
      ~DetectorConfig.save
      ~DetectorConfig.saveToStream
      ~DetectorConfig.saveToString
      ~DetectorConfig.setDefaults
      ~DetectorConfig.toDict
      ~DetectorConfig.update
      ~DetectorConfig.validate
      ~DetectorConfig.values

   .. rubric:: Attributes Documentation

   .. autoattribute:: bbox
   .. autoattribute:: bbox_x0
   .. autoattribute:: bbox_x1
   .. autoattribute:: bbox_y0
   .. autoattribute:: bbox_y1
   .. autoattribute:: crosstalk
   .. autoattribute:: detectorType
   .. autoattribute:: history
   .. autoattribute:: id
   .. autoattribute:: name
   .. autoattribute:: offset
   .. autoattribute:: offset_x
   .. autoattribute:: offset_y
   .. autoattribute:: orientation
   .. autoattribute:: physicalType
   .. autoattribute:: pitchDeg
   .. autoattribute:: pixelSize
   .. autoattribute:: pixelSize_x
   .. autoattribute:: pixelSize_y
   .. autoattribute:: refPos
   .. autoattribute:: refpos_x
   .. autoattribute:: refpos_y
   .. autoattribute:: rollDeg
   .. autoattribute:: serial
   .. autoattribute:: transformDict
   .. autoattribute:: transposeDetector
   .. autoattribute:: yawDeg

   .. rubric:: Methods Documentation

   .. automethod:: compare
   .. automethod:: formatHistory
   .. automethod:: freeze
   .. automethod:: getCrosstalk
   .. automethod:: items
   .. automethod:: keys
   .. automethod:: load
   .. automethod:: loadFromStream
   .. automethod:: loadFromString
   .. automethod:: names
   .. automethod:: save
   .. automethod:: saveToStream
   .. automethod:: saveToString
   .. automethod:: setDefaults
   .. automethod:: toDict
   .. automethod:: update
   .. automethod:: validate
   .. automethod:: values