Index2D#
- class lsst.skymap.detail.Index2D(x: int, y: int)
Bases:
NamedTupleTwo dimensional index for patches and cells.
This class contains the x and y values of the location of a patch within a tract, or a cell within a patch.
Parameters#
x :
inty :intAttributes Summary
Attributes Documentation
- x: int#
Alias for field number 0
- y: int#
Alias for field number 1