|
lsst.afw g712618294e+4813a5392e
|
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 43 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.