lsst.skymap  13.0-4-gd4595c5+4
 All Classes Namespaces Files Functions Variables Pages
Public Member Functions | List of all members
lsst.skymap.patchInfo.PatchInfo Class Reference
Inheritance diagram for lsst.skymap.patchInfo.PatchInfo:

Public Member Functions

def __init__
 
def getIndex
 
def getInnerBBox
 
def getOuterBBox
 
def __eq__
 
def __ne__
 
def __str__
 
def __repr__
 

Detailed Description

Information about a patch within a tract of a sky map

See TractInfo for more information.

Definition at line 26 of file patchInfo.py.

Constructor & Destructor Documentation

def lsst.skymap.patchInfo.PatchInfo.__init__ (   self,
  index,
  innerBBox,
  outerBBox 
)
Construct a PatchInfo

@param[in] index: x,y index of patch (a pair of ints)
@param[in] innerBBox: inner bounding box (an afwGeom.Box2I)
@param[in] outerBBox: inner bounding box (an afwGeom.Box2I)

Definition at line 32 of file patchInfo.py.

Member Function Documentation

def lsst.skymap.patchInfo.PatchInfo.__eq__ (   self,
  rhs 
)
Support ==

Definition at line 60 of file patchInfo.py.

def lsst.skymap.patchInfo.PatchInfo.__ne__ (   self,
  rhs 
)
Support !=

Definition at line 67 of file patchInfo.py.

def lsst.skymap.patchInfo.PatchInfo.__repr__ (   self)
Return a detailed string representation

Definition at line 77 of file patchInfo.py.

def lsst.skymap.patchInfo.PatchInfo.__str__ (   self)
Return a brief string representation

Definition at line 72 of file patchInfo.py.

def lsst.skymap.patchInfo.PatchInfo.getIndex (   self)
Get patch index

Definition at line 45 of file patchInfo.py.

def lsst.skymap.patchInfo.PatchInfo.getInnerBBox (   self)
Get inner bounding box

Definition at line 50 of file patchInfo.py.

def lsst.skymap.patchInfo.PatchInfo.getOuterBBox (   self)
Get outer bounding box

Definition at line 55 of file patchInfo.py.


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