lsst.skymap g6075d09f38+b6284538f8
Public Member Functions | List of all members
lsst.skymap.tractInfo.ExplicitTractInfo Class Reference
Inheritance diagram for lsst.skymap.tractInfo.ExplicitTractInfo:
lsst.skymap.tractInfo.TractInfo

Public Member Functions

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

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 409 of file tractInfo.py.

Constructor & Destructor Documentation

◆ __init__()

def lsst.skymap.tractInfo.ExplicitTractInfo.__init__ (   self,
  id,
  tractBuilder,
  ctrCoord,
  radius,
  tractOverlap,
  wcs 
)

Reimplemented from lsst.skymap.tractInfo.TractInfo.

Definition at line 415 of file tractInfo.py.


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