lsst.afw g2603b601e3+b53bcbb7be
|
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.