Index2D#

class lsst.skymap.detail.Index2D(x: int, y: int)

Bases: NamedTuple

Two 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 : int y : int

Attributes Summary

x

Alias for field number 0

y

Alias for field number 1

Attributes Documentation

x: int#

Alias for field number 0

y: int#

Alias for field number 1