|
LSSTApplications
10.0-2-g4f67435,11.0.rc2+1,11.0.rc2+12,11.0.rc2+3,11.0.rc2+4,11.0.rc2+5,11.0.rc2+6,11.0.rc2+7,11.0.rc2+8
LSSTDataManagementBasePackage
|
Public Member Functions | |
| def | __init__ |
| def | getIndex |
| def | getInnerBBox |
| def | getOuterBBox |
| def | __eq__ |
| def | __ne__ |
| def | __str__ |
| def | __repr__ |
Private Attributes | |
| _index | |
| _innerBBox | |
| _outerBBox | |
Information about a patch within a tract of a sky map See TractInfo for more information.
Definition at line 24 of file patchInfo.py.
| 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 29 of file patchInfo.py.
| def lsst.skymap.patchInfo.PatchInfo.__eq__ | ( | self, | |
| rhs | |||
| ) |
| def lsst.skymap.patchInfo.PatchInfo.__ne__ | ( | self, | |
| rhs | |||
| ) |
Support !=
Definition at line 65 of file patchInfo.py.
| def lsst.skymap.patchInfo.PatchInfo.__repr__ | ( | self | ) |
| def lsst.skymap.patchInfo.PatchInfo.__str__ | ( | self | ) |
| def lsst.skymap.patchInfo.PatchInfo.getIndex | ( | self | ) |
Get patch index
Definition at line 43 of file patchInfo.py.
| def lsst.skymap.patchInfo.PatchInfo.getInnerBBox | ( | self | ) |
Get inner bounding box
Definition at line 48 of file patchInfo.py.
| def lsst.skymap.patchInfo.PatchInfo.getOuterBBox | ( | self | ) |
Get outer bounding box
Definition at line 53 of file patchInfo.py.
|
private |
Definition at line 36 of file patchInfo.py.
|
private |
Definition at line 37 of file patchInfo.py.
|
private |
Definition at line 38 of file patchInfo.py.
1.8.5