LSSTApplications  20.0.0
LSSTDataManagementBasePackage
Classes | Namespaces | Functions
PolynomialTransform.h File Reference
#include "ndarray/eigen.h"
#include "lsst/geom/Point.h"
#include "lsst/geom/AffineTransform.h"

Go to the source code of this file.

Classes

class  lsst::meas::astrom::PolynomialTransform
 A 2-d coordinate transform represented by a pair of standard polynomials (one for each coordinate). More...
 
class  lsst::meas::astrom::ScaledPolynomialTransform
 A 2-d coordinate transform represented by a lazy composition of an AffineTransform, a PolynomialTransform, and another AffineTransform. More...
 

Namespaces

 lsst
 A base class for image defects.
 
 lsst::meas
 
 lsst::meas::astrom
 

Functions

PolynomialTransform lsst::meas::astrom::compose (geom::AffineTransform const &t1, PolynomialTransform const &t2)
 Return a PolynomialTransform that is equivalent to the composition t1(t2()) More...
 
PolynomialTransform lsst::meas::astrom::compose (PolynomialTransform const &t1, geom::AffineTransform const &t2)
 Return a PolynomialTransform that is equivalent to the composition t1(t2()) More...