lsst.afw g714e0ed6de+196fb0684f
Loading...
Searching...
No Matches
lsst.afw.detection._footprintContinued Namespace Reference

Classes

class  Footprint
 

Functions

Footprint getFootprintIntersection (Footprint footprint1, Footprint footprint2, bool copyPeaks=True)
 

Function Documentation

◆ getFootprintIntersection()

Footprint lsst.afw.detection._footprintContinued.getFootprintIntersection ( Footprint footprint1,
Footprint footprint2,
bool copyPeaks = True )
Calculate the intersection of two Footprints.

Parameters
----------
footprint1: Footprint
    The first Footprint.
footprint2: Footprint
    The second Footprint.
copyFromFirst: bool
    Whether or not to copy the peaks from the first Footprint.

Returns
-------
result:
    The Footprint containing the intersection of the two footprints.

Definition at line 35 of file _footprintContinued.py.