lsst.skymap ga8c6da7877+ef4e3a5875
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
lsst.skymap.tractInfo.ExplicitTractInfo Class Reference
Inheritance diagram for lsst.skymap.tractInfo.ExplicitTractInfo:
lsst.skymap.tractInfo.TractInfo

Public Member Functions

 __init__ (self, id, tractBuilder, ctrCoord, radius, tractOverlap, wcs)
 

Protected Member Functions

 _minimumBoundingBox (self, wcs)
 

Protected Attributes

 _radius
 
 _vertexCoordList
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ __init__()

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.

Member Function Documentation

◆ _minimumBoundingBox()

lsst.skymap.tractInfo.ExplicitTractInfo._minimumBoundingBox ( self,
wcs )
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.

Member Data Documentation

◆ _radius

lsst.skymap.tractInfo.ExplicitTractInfo._radius
protected

Definition at line 420 of file tractInfo.py.

◆ _vertexCoordList

lsst.skymap.tractInfo.ExplicitTractInfo._vertexCoordList
protected

Definition at line 427 of file tractInfo.py.


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