|
lsst.afw g4f4f280218+81551fceaa
|
Public Member Functions | |
| def | addTo (self, image) |
| def | subtractFrom (self, image) |
Definition at line 28 of file _heavyFootprintContinued.py.
| def lsst.afw.detection._heavyFootprintContinued.HeavyFootprint.addTo | ( | self, | |
| image | |||
| ) |
Add this heavy footprint to an image. Parameters ---------- image : `lsst.afw.image`
Definition at line 29 of file _heavyFootprintContinued.py.
| def lsst.afw.detection._heavyFootprintContinued.HeavyFootprint.subtractFrom | ( | self, | |
| image | |||
| ) |
Subtract this heavy footprint from an image. Parameters ---------- image : `lsst.afw.image`
Definition at line 40 of file _heavyFootprintContinued.py.