lsst.afw
19.0.0-22-gd98cb7f78
|
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 114 of file testUtils.py.
def lsst.afw.geom.testUtils.FrameSetInfo.__init__ | ( | self, | |
frameSet | |||
) |
Definition at line 135 of file testUtils.py.
lsst.afw.geom.testUtils.FrameSetInfo.baseInd |
Definition at line 136 of file testUtils.py.
lsst.afw.geom.testUtils.FrameSetInfo.currInd |
Definition at line 137 of file testUtils.py.
lsst.afw.geom.testUtils.FrameSetInfo.isBaseSkyFrame |
Definition at line 138 of file testUtils.py.
lsst.afw.geom.testUtils.FrameSetInfo.isCurrSkyFrame |
Definition at line 139 of file testUtils.py.