ApproximateControl¶
-
class
lsst.afw.math.
ApproximateControl
¶ Bases:
pybind11_builtins.pybind11_object
Attributes Summary
CHEBYSHEV
NUM_STYLES
UNKNOWN
Methods Summary
getOrderX
(self)getOrderY
(self)getStyle
(self)getWeighting
(self)setOrderX
(self, arg0)setOrderY
(self, arg0)setStyle
(self, arg0)setWeighting
(self, arg0)Attributes Documentation
-
CHEBYSHEV
= Style.CHEBYSHEV¶
-
NUM_STYLES
= Style.NUM_STYLES¶
-
UNKNOWN
= Style.UNKNOWN¶
Methods Documentation
-
getOrderX
(self: lsst.afw.math.approximate.ApproximateControl) → int¶
-
getOrderY
(self: lsst.afw.math.approximate.ApproximateControl) → int¶
-
getStyle
(self: lsst.afw.math.approximate.ApproximateControl) → lsst.afw.math.approximate.ApproximateControl.Style¶
-
getWeighting
(self: lsst.afw.math.approximate.ApproximateControl) → bool¶
-
setOrderX
(self: lsst.afw.math.approximate.ApproximateControl, arg0: int) → None¶
-
setOrderY
(self: lsst.afw.math.approximate.ApproximateControl, arg0: int) → None¶
-
setStyle
(self: lsst.afw.math.approximate.ApproximateControl, arg0: lsst.afw.math.approximate.ApproximateControl.Style) → None¶
-
setWeighting
(self: lsst.afw.math.approximate.ApproximateControl, arg0: bool) → None¶
-