ApproximateF¶
- 
class lsst.afw.math.ApproximateF¶
- Bases: - pybind11_builtins.pybind11_object- Methods Summary - getImage(self, orderX, orderY)- getMaskedImage(self, orderX, orderY)- Methods Documentation - 
getImage(self: lsst.afw.math.approximate.ApproximateF, orderX: int=-1, orderY: int=-1) → lsst::afw::image::Image<float>¶
 - 
getMaskedImage(self: lsst.afw.math.approximate.ApproximateF, orderX: int=-1, orderY: int=-1) → lsst::afw::image::MaskedImage<float, int, float>¶
 
-