RawIngestConfig
===============

.. currentmodule:: lsst.obs.base

.. autoclass:: RawIngestConfig
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~RawIngestConfig.history
      ~RawIngestConfig.instrument
      ~RawIngestConfig.padRegionAmount
      ~RawIngestConfig.transfer

   .. rubric:: Methods Summary

   .. autosummary::

      ~RawIngestConfig.compare
      ~RawIngestConfig.formatHistory
      ~RawIngestConfig.freeze
      ~RawIngestConfig.items
      ~RawIngestConfig.iteritems
      ~RawIngestConfig.iterkeys
      ~RawIngestConfig.itervalues
      ~RawIngestConfig.keys
      ~RawIngestConfig.load
      ~RawIngestConfig.loadFromStream
      ~RawIngestConfig.names
      ~RawIngestConfig.save
      ~RawIngestConfig.saveToStream
      ~RawIngestConfig.setDefaults
      ~RawIngestConfig.toDict
      ~RawIngestConfig.update
      ~RawIngestConfig.validate
      ~RawIngestConfig.values

   .. rubric:: Attributes Documentation

   .. autoattribute:: history
   .. autoattribute:: instrument
   .. autoattribute:: padRegionAmount
   .. autoattribute:: transfer

   .. rubric:: Methods Documentation

   .. automethod:: compare
   .. automethod:: formatHistory
   .. automethod:: freeze
   .. automethod:: items
   .. automethod:: iteritems
   .. automethod:: iterkeys
   .. automethod:: itervalues
   .. automethod:: keys
   .. automethod:: load
   .. automethod:: loadFromStream
   .. automethod:: names
   .. automethod:: save
   .. automethod:: saveToStream
   .. automethod:: setDefaults
   .. automethod:: toDict
   .. automethod:: update
   .. automethod:: validate
   .. automethod:: values