Public Member Functions | |
def | __init__ |
![]() | |
def | __init__ |
def | findPatch |
def | findPatchList |
def | getBBox |
def | getCtrCoord |
def | getId |
def | getNumPatches |
def | getPatchBorder |
def | getPatchInfo |
def | getPatchInnerDimensions |
def | getTractOverlap |
def | getVertexList |
def | getWcs |
def | __str__ |
def | __repr__ |
def | __iter__ |
def | __len__ |
def | __getitem__ |
def | contains |
Information for a tract specified explicitly A tract is placed at the explicitly defined coordinates, with the nominated radius. The tracts are square (i.e., the radius is really a half-size).
Definition at line 326 of file tractInfo.py.
def lsst.skymap.tractInfo.ExplicitTractInfo.__init__ | ( | self, | |
ident, | |||
patchInnerDimensions, | |||
patchBorder, | |||
ctrCoord, | |||
radius, | |||
tractOverlap, | |||
wcs | |||
) |
Definition at line 333 of file tractInfo.py.