lsst.afw g401a67a369+49cb0b2ce6
Public Member Functions | List of all members
lsst.afw.detection._heavyFootprintContinued.HeavyFootprint Class Reference
Inheritance diagram for lsst.afw.detection._heavyFootprintContinued.HeavyFootprint:

Public Member Functions

def addTo (self, image)
 
def subtractFrom (self, image)
 

Detailed Description

Definition at line 28 of file _heavyFootprintContinued.py.

Member Function Documentation

◆ addTo()

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.

◆ subtractFrom()

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.


The documentation for this class was generated from the following file: