lsst.afw g5dde539398+b655ba634f
|
Public Member Functions | |
float | computeFluxFromArray (self, np.ndarray image, Point2I xy0) |
float | computeFluxFromImage (self, "Image" image) |
Definition at line 36 of file _footprintContinued.py.
float lsst.afw.detection._footprintContinued.Footprint.computeFluxFromArray | ( | self, | |
np.ndarray | image, | ||
Point2I | xy0 | ||
) |
Calculate the total flux in the region of an image array contained in this Footprint. Parameters ---------- image: Array containing the pixels to extract. xy0: The origin of the image array. Returns flux: Flux from the image in pixels contained in the footprint.
Definition at line 37 of file _footprintContinued.py.
float lsst.afw.detection._footprintContinued.Footprint.computeFluxFromImage | ( | self, | |
"Image" | image | ||
) |
Calculate the total flux in the region of an Image contained in this Footprint. Parameters ---------- image: Image to extract. Returns ------- flux: Flux from the image pixels contained in the footprint.
Definition at line 54 of file _footprintContinued.py.