|
lsst.afw gf03f0b42f3+e27ba6bf39
|
Public Member Functions | |
| __init__ (self, frameSet) | |
Public Attributes | |
| baseInd = frameSet.base | |
| currInd = frameSet.current | |
| str | isBaseSkyFrame = "SkyFrame" |
| str | isCurrSkyFrame = "SkyFrame" |
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 112 of file testUtils.py.
| lsst.afw.geom.testUtils.FrameSetInfo.__init__ | ( | self, | |
| frameSet ) |
Definition at line 133 of file testUtils.py.
| lsst.afw.geom.testUtils.FrameSetInfo.baseInd = frameSet.base |
Definition at line 134 of file testUtils.py.
| lsst.afw.geom.testUtils.FrameSetInfo.currInd = frameSet.current |
Definition at line 135 of file testUtils.py.
| str lsst.afw.geom.testUtils.FrameSetInfo.isBaseSkyFrame = "SkyFrame" |
Definition at line 136 of file testUtils.py.
| str lsst.afw.geom.testUtils.FrameSetInfo.isCurrSkyFrame = "SkyFrame" |
Definition at line 137 of file testUtils.py.