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)=ijai,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,nxny0,an1,1x(n1)y1,...,a1,n1x1y(n1),an,0x0yn

Subclassed by lsst::jointcal::FluxTransformChebyshev, lsst::jointcal::MagnitudeTransformChebyshev