lsst.fgcmcal gb8350603e9+9fb5c704a4
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
lsst.fgcmcal.fgcmBuildFromIsolatedStars.FgcmBuildFromIsolatedStarsConfig Class Reference
Inheritance diagram for lsst.fgcmcal.fgcmBuildFromIsolatedStars.FgcmBuildFromIsolatedStarsConfig:
lsst.fgcmcal.fgcmBuildStarsBase.FgcmBuildStarsConfigBase lsst.fgcmcal.fgcmBuildFromIsolatedStars.FgcmBuildFromIsolatedStarsConnections

Public Member Functions

 setDefaults (self)
 

Public Attributes

 instFluxField
 
 localBackgroundFluxField
 
 apertureInnerInstFluxField
 
 apertureOuterInstFluxField
 

Static Public Attributes

 referenceCCD
 
 reserve_selection
 

Detailed Description

Config for FgcmBuildFromIsolatedStarsTask.

Definition at line 143 of file fgcmBuildFromIsolatedStars.py.

Member Function Documentation

◆ setDefaults()

lsst.fgcmcal.fgcmBuildFromIsolatedStars.FgcmBuildFromIsolatedStarsConfig.setDefaults ( self)

Member Data Documentation

◆ apertureInnerInstFluxField

lsst.fgcmcal.fgcmBuildFromIsolatedStars.FgcmBuildFromIsolatedStarsConfig.apertureInnerInstFluxField

Definition at line 165 of file fgcmBuildFromIsolatedStars.py.

◆ apertureOuterInstFluxField

lsst.fgcmcal.fgcmBuildFromIsolatedStars.FgcmBuildFromIsolatedStarsConfig.apertureOuterInstFluxField

Definition at line 166 of file fgcmBuildFromIsolatedStars.py.

◆ instFluxField

lsst.fgcmcal.fgcmBuildFromIsolatedStars.FgcmBuildFromIsolatedStarsConfig.instFluxField

Definition at line 163 of file fgcmBuildFromIsolatedStars.py.

◆ localBackgroundFluxField

lsst.fgcmcal.fgcmBuildFromIsolatedStars.FgcmBuildFromIsolatedStarsConfig.localBackgroundFluxField

Definition at line 164 of file fgcmBuildFromIsolatedStars.py.

◆ referenceCCD

lsst.fgcmcal.fgcmBuildFromIsolatedStars.FgcmBuildFromIsolatedStarsConfig.referenceCCD
static
Initial value:
= pexConfig.Field(
doc="Reference detector for checking PSF and background.",
dtype=int,
default=40,
)

Definition at line 146 of file fgcmBuildFromIsolatedStars.py.

◆ reserve_selection

lsst.fgcmcal.fgcmBuildFromIsolatedStars.FgcmBuildFromIsolatedStarsConfig.reserve_selection
static
Initial value:
= pexConfig.ConfigurableField(
target=ReserveIsolatedStarsTask,
doc="Task to select reserved stars.",
)

Definition at line 151 of file fgcmBuildFromIsolatedStars.py.


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