lsst.meas.astrom gb9f4f1e462+ae21b84ebb
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

namespace  lsst
 
namespace  lsst::meas
 
namespace  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...