Curve
=====

.. currentmodule:: lsst.meas.algorithms

.. autoclass:: Curve
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~Curve.mode
      ~Curve.subclasses

   .. rubric:: Methods Summary

   .. autosummary::

      ~Curve.compare_metadata
      ~Curve.evaluate
      ~Curve.fromTable
      ~Curve.getMetadata
      ~Curve.interpolate
      ~Curve.readFits
      ~Curve.readText
      ~Curve.toTable
      ~Curve.writeFits
      ~Curve.writeText

   .. rubric:: Attributes Documentation

   .. autoattribute:: mode
   .. autoattribute:: subclasses

   .. rubric:: Methods Documentation

   .. automethod:: compare_metadata
   .. automethod:: evaluate
   .. automethod:: fromTable
   .. automethod:: getMetadata
   .. automethod:: interpolate
   .. automethod:: readFits
   .. automethod:: readText
   .. automethod:: toTable
   .. automethod:: writeFits
   .. automethod:: writeText