lsst.afw gf03f0b42f3+e27ba6bf39
Loading...
Searching...
No Matches
lsst.afw.geom.testUtils.FrameSetInfo Class Reference

Public Member Functions

 __init__ (self, frameSet)
 

Public Attributes

 baseInd = frameSet.base
 
 currInd = frameSet.current
 
str isBaseSkyFrame = "SkyFrame"
 
str isCurrSkyFrame = "SkyFrame"
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ __init__()

lsst.afw.geom.testUtils.FrameSetInfo.__init__ ( self,
frameSet )

Definition at line 133 of file testUtils.py.

Member Data Documentation

◆ baseInd

lsst.afw.geom.testUtils.FrameSetInfo.baseInd = frameSet.base

Definition at line 134 of file testUtils.py.

◆ currInd

lsst.afw.geom.testUtils.FrameSetInfo.currInd = frameSet.current

Definition at line 135 of file testUtils.py.

◆ isBaseSkyFrame

str lsst.afw.geom.testUtils.FrameSetInfo.isBaseSkyFrame = "SkyFrame"

Definition at line 136 of file testUtils.py.

◆ isCurrSkyFrame

str lsst.afw.geom.testUtils.FrameSetInfo.isCurrSkyFrame = "SkyFrame"

Definition at line 137 of file testUtils.py.


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