lsst.meas.astrom g28e8fc4f0a+51aefb3276
|
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... | |