lsst.afw gb77f0a74f7+8a093cac5b
|
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.