lsst.skymap  13.0-5-g2a40766+35
 All Classes Namespaces Files Functions Variables Pages
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__
 
- Public Member Functions inherited from lsst.skymap.tractInfo.TractInfo
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
 

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

Constructor & Destructor Documentation

def lsst.skymap.tractInfo.ExplicitTractInfo.__init__ (   self,
  ident,
  patchInnerDimensions,
  patchBorder,
  ctrCoord,
  radius,
  tractOverlap,
  wcs 
)

Definition at line 333 of file tractInfo.py.


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