Class lsst::jointcal::SimpleAstrometryModel

class SimpleAstrometryModel : public lsst::jointcal::AstrometryModel

A model where there is one independent transform per CcdImage.

This modeling of distortions can even accommodate images set mixing instruments

Parameters
  • ccdImageList: The exposures that will be fit.

  • projectionHandler: The projection from “Sky” (where the “true” coordinates live) to “Tangent Plane” (where the fitting occurs).

  • initFromWCS: Initialize the model parameters from the original exposure Wcs parameters?

  • nNotFit: How many exposure to hold fixed and not be fit? (the first n will be selected) .

  • order: The polynomial order of each exposure’s pixel-tangent plane mapping.