PsfMatchConfig
==============

.. currentmodule:: lsst.ip.diffim

.. autoclass:: PsfMatchConfig
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~PsfMatchConfig.afwBackgroundConfig
      ~PsfMatchConfig.badMaskPlanes
      ~PsfMatchConfig.calculateKernelUncertainty
      ~PsfMatchConfig.candidateCoreRadius
      ~PsfMatchConfig.candidateResidualMeanMax
      ~PsfMatchConfig.candidateResidualStdMax
      ~PsfMatchConfig.checkConditionNumber
      ~PsfMatchConfig.conditionNumberType
      ~PsfMatchConfig.constantVarianceWeighting
      ~PsfMatchConfig.detectionConfig
      ~PsfMatchConfig.fitForBackground
      ~PsfMatchConfig.history
      ~PsfMatchConfig.iterateSingleKernel
      ~PsfMatchConfig.kernelBasisSet
      ~PsfMatchConfig.kernelSize
      ~PsfMatchConfig.kernelSizeFwhmScaling
      ~PsfMatchConfig.kernelSizeMax
      ~PsfMatchConfig.kernelSizeMin
      ~PsfMatchConfig.kernelSumClipping
      ~PsfMatchConfig.maxConditionNumber
      ~PsfMatchConfig.maxKsumSigma
      ~PsfMatchConfig.maxSpatialConditionNumber
      ~PsfMatchConfig.maxSpatialIterations
      ~PsfMatchConfig.nStarPerCell
      ~PsfMatchConfig.numPrincipalComponents
      ~PsfMatchConfig.scaleByFwhm
      ~PsfMatchConfig.singleKernelClipping
      ~PsfMatchConfig.sizeCellX
      ~PsfMatchConfig.sizeCellY
      ~PsfMatchConfig.spatialBgOrder
      ~PsfMatchConfig.spatialKernelClipping
      ~PsfMatchConfig.spatialKernelOrder
      ~PsfMatchConfig.spatialModelType
      ~PsfMatchConfig.subtractMeanForPca
      ~PsfMatchConfig.useAfwBackground
      ~PsfMatchConfig.useBicForKernelBasis
      ~PsfMatchConfig.useCoreStats
      ~PsfMatchConfig.usePcaForSpatialKernel
      ~PsfMatchConfig.warpingConfig

   .. rubric:: Methods Summary

   .. autosummary::

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

   .. rubric:: Attributes Documentation

   .. autoattribute:: afwBackgroundConfig
   .. autoattribute:: badMaskPlanes
   .. autoattribute:: calculateKernelUncertainty
   .. autoattribute:: candidateCoreRadius
   .. autoattribute:: candidateResidualMeanMax
   .. autoattribute:: candidateResidualStdMax
   .. autoattribute:: checkConditionNumber
   .. autoattribute:: conditionNumberType
   .. autoattribute:: constantVarianceWeighting
   .. autoattribute:: detectionConfig
   .. autoattribute:: fitForBackground
   .. autoattribute:: history
   .. autoattribute:: iterateSingleKernel
   .. autoattribute:: kernelBasisSet
   .. autoattribute:: kernelSize
   .. autoattribute:: kernelSizeFwhmScaling
   .. autoattribute:: kernelSizeMax
   .. autoattribute:: kernelSizeMin
   .. autoattribute:: kernelSumClipping
   .. autoattribute:: maxConditionNumber
   .. autoattribute:: maxKsumSigma
   .. autoattribute:: maxSpatialConditionNumber
   .. autoattribute:: maxSpatialIterations
   .. autoattribute:: nStarPerCell
   .. autoattribute:: numPrincipalComponents
   .. autoattribute:: scaleByFwhm
   .. autoattribute:: singleKernelClipping
   .. autoattribute:: sizeCellX
   .. autoattribute:: sizeCellY
   .. autoattribute:: spatialBgOrder
   .. autoattribute:: spatialKernelClipping
   .. autoattribute:: spatialKernelOrder
   .. autoattribute:: spatialModelType
   .. autoattribute:: subtractMeanForPca
   .. autoattribute:: useAfwBackground
   .. autoattribute:: useBicForKernelBasis
   .. autoattribute:: useCoreStats
   .. autoattribute:: usePcaForSpatialKernel
   .. autoattribute:: warpingConfig

   .. rubric:: Methods Documentation

   .. automethod:: compare
   .. automethod:: formatHistory
   .. automethod:: freeze
   .. automethod:: items
   .. automethod:: iteritems
   .. automethod:: iterkeys
   .. automethod:: itervalues
   .. 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