RowOfKernelImagesForRegion¶
-
class
lsst.afw.math.
RowOfKernelImagesForRegion
¶ Bases:
pybind11_builtins.pybind11_object
Methods Summary
back
(self)front
(self)getNX
(self)getNY
(self)getRegion
(self, arg0)getYInd
(self)hasData
(self)incrYInd
(self)isLastRow
(self)Methods Documentation
-
getNX
(self:lsst.afw.math.RowOfKernelImagesForRegion
) → int¶
-
getNY
(self:lsst.afw.math.RowOfKernelImagesForRegion
) → int¶
-
getRegion
(self:lsst.afw.math.RowOfKernelImagesForRegion
, arg0: int) →lsst.afw.math.KernelImagesForRegion
¶
-
getYInd
(self:lsst.afw.math.RowOfKernelImagesForRegion
) → int¶
-
hasData
(self:lsst.afw.math.RowOfKernelImagesForRegion
) → bool¶
-
incrYInd
(self:lsst.afw.math.RowOfKernelImagesForRegion
) → int¶
-
isLastRow
(self:lsst.afw.math.RowOfKernelImagesForRegion
) → bool¶
-