|
lsst.afw g714e0ed6de+61745a5d47
|
Classes | |
| class | Footprint |
Functions | |
| Footprint | getFootprintIntersection (Footprint footprint1, Footprint footprint2, bool copyPeaks=True) |
| 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.