lsst.afw
20.0.0-9-g61a2a9a3d+14f89e4eca
|
A control object used when fitting ChebyshevBoundedField to data (see ChebyshevBoundedField::fit) More...
#include <ChebyshevBoundedField.h>
Public Member Functions | |
ChebyshevBoundedFieldControl () | |
int | computeSize () const |
Return the number of nonzero coefficients in the Chebyshev function defined by this object. More... | |
Public Attributes | |
int | orderX |
"maximum Chebyshev function order in x" ; More... | |
int | orderY |
"maximum Chebyshev function order in y" ; More... | |
bool | triangular |
"if true, only include terms where the sum of the x and y order " "is less than or equal to max(orderX, orderY)" ; More... | |
A control object used when fitting ChebyshevBoundedField to data (see ChebyshevBoundedField::fit)
Definition at line 38 of file ChebyshevBoundedField.h.
|
inline |
Definition at line 40 of file ChebyshevBoundedField.h.
int lsst::afw::math::ChebyshevBoundedFieldControl::computeSize | ( | ) | const |
Return the number of nonzero coefficients in the Chebyshev function defined by this object.
Definition at line 44 of file ChebyshevBoundedField.cc.
int lsst::afw::math::ChebyshevBoundedFieldControl::orderX |
"maximum Chebyshev function order in x" ;
Definition at line 42 of file ChebyshevBoundedField.h.
int lsst::afw::math::ChebyshevBoundedFieldControl::orderY |
"maximum Chebyshev function order in y" ;
Definition at line 44 of file ChebyshevBoundedField.h.
bool lsst::afw::math::ChebyshevBoundedFieldControl::triangular |
"if true, only include terms where the sum of the x and y order " "is less than or equal to max(orderX, orderY)" ;
Definition at line 48 of file ChebyshevBoundedField.h.