|
lsst.scarlet.lite ge1c02a5578+d801c9999e
|
Public Member Functions | |
| Box | bbox (self) |
| tuple[int, int] | yx0 (self) |
| Image|None | intersection (self, Footprint other) |
| Image|None | union (self, Footprint other) |
Public Attributes | |
| bounds | |
| Box lsst.scarlet.lite.detect.Footprint.bbox | ( | self | ) |
Bounding box for the Footprint
Returns
-------
bbox:
The minimal `Box` that contains the entire `Footprint`.
The intersection of two footprints
Parameters
----------
other:
The other footprint to compare.
Returns
-------
intersection:
The intersection of two footprints.
The intersection of two footprints
Parameters
----------
other:
The other footprint to compare.
Returns
-------
union:
The union of two footprints.
| tuple[int, int] lsst.scarlet.lite.detect.Footprint.yx0 | ( | self | ) |
Origin in y, x of the lower left corner of the footprint