StitchedApertureCorrection¶
- class lsst.cell_coadds.StitchedApertureCorrection(ugrid: UniformGrid, gc: Mapping[Index2D, float])¶
Bases:
object
A class that quacks like BoundedField and defined on a grid piecewise.
- Parameters:
- ugrid
UniformGrid
The uniform grid that defines the bounding boxes for each piece.
- gc
Mapping[Index2D, float]
The grid container that holds the values for each cell.
- ugrid
Methods Summary
evaluate
(point)Evaluate the BoundedField at a given point on the image.
Methods Documentation