lsst.skymap ga8c6da7877+c38891e457
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
lsst.skymap.detail.utils.Index2D Class Reference
Inheritance diagram for lsst.skymap.detail.utils.Index2D:

Static Public Attributes

int x
 
int y
 

Detailed Description

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`

Definition at line 81 of file utils.py.

Member Data Documentation

◆ x

int lsst.skymap.detail.utils.Index2D.x
static

Definition at line 92 of file utils.py.

◆ y

int lsst.skymap.detail.utils.Index2D.y
static

Definition at line 93 of file utils.py.


The documentation for this class was generated from the following file: