|
lsst.afw g712618294e+4813a5392e
|
Public Member Functions | |
| def | __init__ (self, frameSet) |
Public Attributes | |
| baseInd | |
| currInd | |
| isBaseSkyFrame | |
| isCurrSkyFrame | |
Information about a FrameSet
Parameters
----------
frameSet : `ast.FrameSet`
The FrameSet about which you want information
Notes
-----
**Fields**
baseInd : `int`
Index of base frame
currInd : `int`
Index of current frame
isBaseSkyFrame : `bool`
Is the base frame an `ast.SkyFrame`?
isCurrSkyFrame : `bool`
Is the current frame an `ast.SkyFrame`?
Definition at line 113 of file testUtils.py.
| def lsst.afw.geom.testUtils.FrameSetInfo.__init__ | ( | self, | |
| frameSet | |||
| ) |
Definition at line 134 of file testUtils.py.
| lsst.afw.geom.testUtils.FrameSetInfo.baseInd |
Definition at line 135 of file testUtils.py.
| lsst.afw.geom.testUtils.FrameSetInfo.currInd |
Definition at line 136 of file testUtils.py.
| lsst.afw.geom.testUtils.FrameSetInfo.isBaseSkyFrame |
Definition at line 137 of file testUtils.py.
| lsst.afw.geom.testUtils.FrameSetInfo.isCurrSkyFrame |
Definition at line 138 of file testUtils.py.