lsst.afw  21.0.0-35-g4939cbb3d+fb0e51fe34
Public Member Functions | Public Attributes | List of all members
lsst.afw.geom.testUtils.FrameSetInfo Class Reference

Public Member Functions

def __init__ (self, frameSet)
 

Public Attributes

 baseInd
 
 currInd
 
 isBaseSkyFrame
 
 isCurrSkyFrame
 

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 113 of file testUtils.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 134 of file testUtils.py.

Member Data Documentation

◆ baseInd

lsst.afw.geom.testUtils.FrameSetInfo.baseInd

Definition at line 135 of file testUtils.py.

◆ currInd

lsst.afw.geom.testUtils.FrameSetInfo.currInd

Definition at line 136 of file testUtils.py.

◆ isBaseSkyFrame

lsst.afw.geom.testUtils.FrameSetInfo.isBaseSkyFrame

Definition at line 137 of file testUtils.py.

◆ isCurrSkyFrame

lsst.afw.geom.testUtils.FrameSetInfo.isCurrSkyFrame

Definition at line 138 of file testUtils.py.


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