Associations
============

.. currentmodule:: lsst.jointcal

.. autoclass:: Associations
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~Associations.ccdImageList
      ~Associations.raDecBBox

   .. rubric:: Methods Summary

   .. autosummary::

      ~Associations.associateCatalogs
      ~Associations.collectRefStars
      ~Associations.computeCommonTangentPoint
      ~Associations.createCcdImage
      ~Associations.deprojectFittedStars
      ~Associations.fittedStarListSize
      ~Associations.getCcdImageList
      ~Associations.getCommonTangentPoint
      ~Associations.getRaDecBBox
      ~Associations.nCcdImagesValidForFit
      ~Associations.nFittedStarsWithAssociatedRefStar
      ~Associations.prepareFittedStars
      ~Associations.refStarListSize
      ~Associations.setCommonTangentPoint

   .. rubric:: Attributes Documentation

   .. autoattribute:: ccdImageList
   .. autoattribute:: raDecBBox

   .. rubric:: Methods Documentation

   .. automethod:: associateCatalogs
   .. automethod:: collectRefStars
   .. automethod:: computeCommonTangentPoint
   .. automethod:: createCcdImage
   .. automethod:: deprojectFittedStars
   .. automethod:: fittedStarListSize
   .. automethod:: getCcdImageList
   .. automethod:: getCommonTangentPoint
   .. automethod:: getRaDecBBox
   .. automethod:: nCcdImagesValidForFit
   .. automethod:: nFittedStarsWithAssociatedRefStar
   .. automethod:: prepareFittedStars
   .. automethod:: refStarListSize
   .. automethod:: setCommonTangentPoint