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.image.ImageF¶
 - 
getMaskedImage(self: lsst.afw.math.approximate.ApproximateF, orderX: int=-1, orderY: int=-1) → lsst.afw.image.maskedImage.maskedImage.MaskedImageF¶
 
-