Class lsst::jointcal::PhotometryTransformChebyshev¶
-
class
PhotometryTransformChebyshev: public lsst::jointcal::PhotometryTransform¶ nth-order 2d Chebyshev photometry transform.
The 2-d Chebyshev polynomial used here is defined as:
f(x,y)=∑i∑jai,jTi(x)Tj(y)where Tn(x) is the n-th order Chebyshev polynomial of x and ai,j is the corresponding coefficient of the (i,j) polynomial term.
Note that the polynomial order=n means that the highest terms will be of the form:
a0,n∗xn∗y0,an−1,1∗x(n−1)∗y1,...,a1,n−1∗x1∗y(n−1),an,0∗x0∗ynSubclassed by lsst::jointcal::FluxTransformChebyshev, lsst::jointcal::MagnitudeTransformChebyshev