Photometry
==========

.. currentmodule:: lsst.pipe.tasks.functors

.. autoclass:: Photometry
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~Photometry.AB_FLUX_SCALE
      ~Photometry.COADD_ZP
      ~Photometry.FIVE_OVER_2LOG10
      ~Photometry.LOG_AB_FLUX_SCALE
      ~Photometry.columns
      ~Photometry.name
      ~Photometry.noDup
      ~Photometry.shortname

   .. rubric:: Methods Summary

   .. autosummary::

      ~Photometry.__call__
      ~Photometry.difference
      ~Photometry.dn2MagErr
      ~Photometry.dn2flux
      ~Photometry.dn2fluxErr
      ~Photometry.dn2mag
      ~Photometry.fail
      ~Photometry.hypot
      ~Photometry.multilevelColumns

   .. rubric:: Attributes Documentation

   .. autoattribute:: AB_FLUX_SCALE
   .. autoattribute:: COADD_ZP
   .. autoattribute:: FIVE_OVER_2LOG10
   .. autoattribute:: LOG_AB_FLUX_SCALE
   .. autoattribute:: columns
   .. autoattribute:: name
   .. autoattribute:: noDup
   .. autoattribute:: shortname

   .. rubric:: Methods Documentation

   .. automethod:: __call__
   .. automethod:: difference
   .. automethod:: dn2MagErr
   .. automethod:: dn2flux
   .. automethod:: dn2fluxErr
   .. automethod:: dn2mag
   .. automethod:: fail
   .. automethod:: hypot
   .. automethod:: multilevelColumns