lsst.skymap
13.0-5-g2a40766+26
|
Public Member Functions | |
def | __init__ (self, nSide, ident, nest, patchInnerDimensions, patchBorder, ctrCoord, tractOverlap, wcs) |
![]() | |
def | __init__ (self, id, patchInnerDimensions, patchBorder, ctrCoord, vertexCoordList, tractOverlap, wcs) |
def | findPatch (self, coord) |
def | findPatchList (self, coordList) |
def | getBBox (self) |
def | getCtrCoord (self) |
def | getId (self) |
def | getNumPatches (self) |
def | getPatchBorder (self) |
def | getPatchInfo (self, index) |
def | getPatchInnerDimensions (self) |
def | getTractOverlap (self) |
def | getVertexList (self) |
def | getWcs (self) |
def | __str__ (self) |
def | __repr__ (self) |
def | __iter__ (self) |
def | __len__ (self) |
def | __getitem__ (self, index) |
def | contains (self, coord) |
Tract for the HealpixSkyMap
Definition at line 67 of file healpixSkyMap.py.
def lsst.skymap.healpixSkyMap.HealpixTractInfo.__init__ | ( | self, | |
nSide, | |||
ident, | |||
nest, | |||
patchInnerDimensions, | |||
patchBorder, | |||
ctrCoord, | |||
tractOverlap, | |||
wcs | |||
) |
Set vertices from nside, ident, nest
Definition at line 70 of file healpixSkyMap.py.