lsst.skymap g37c6e7c3d5+3d96236925
|
Public Member Functions | |
__init__ (self, id, tractBuilder, ctrCoord, radius, tractOverlap, wcs) | |
Protected Member Functions | |
_minimumBoundingBox (self, wcs) | |
Protected Attributes | |
_radius | |
_vertexCoordList | |
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 410 of file tractInfo.py.
lsst.skymap.tractInfo.ExplicitTractInfo.__init__ | ( | self, | |
id, | |||
tractBuilder, | |||
ctrCoord, | |||
radius, | |||
tractOverlap, | |||
wcs | |||
) |
Reimplemented from lsst.skymap.tractInfo.TractInfo.
Definition at line 416 of file tractInfo.py.
|
protected |
Calculate the minimum bounding box for the tract, given the WCS, and the nominated radius.
Reimplemented from lsst.skymap.tractInfo.TractInfo.
Definition at line 429 of file tractInfo.py.
|
protected |
Definition at line 420 of file tractInfo.py.
|
protected |
Definition at line 427 of file tractInfo.py.