StitchedApertureCorrection#
- class lsst.cell_coadds.StitchedApertureCorrection(ugrid: UniformGrid, gc: Mapping[Index2D, float])#
Bases:
objectA 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.
Methods Summary
evaluate()Evaluate the BoundedField at a given point on the image.
Methods Documentation
- ugrid