Config for FgcmBuildStarsTask
Definition at line 46 of file fgcmBuildStars.py.
◆ setDefaults()
def lsst.fgcmcal.fgcmBuildStars.FgcmBuildStarsConfig.setDefaults |
( |
|
self | ) |
|
◆ checkAllCcds
lsst.fgcmcal.fgcmBuildStars.FgcmBuildStarsConfig.checkAllCcds |
|
static |
Initial value:= pexConfig.Field(
doc=("Check repo for all CCDs for each visit specified. To be used when the "
"full set of ids (visit/ccd) are not specified on the command line. For "
"Gen2, specifying one ccd and setting checkAllCcds=True is significantly "
"faster than the alternatives."),
dtype=bool,
default=True,
)
Definition at line 54 of file fgcmBuildStars.py.
◆ referenceCCD
lsst.fgcmcal.fgcmBuildStars.FgcmBuildStarsConfig.referenceCCD |
|
static |
Initial value:= pexConfig.Field(
doc="Reference CCD for scanning visits",
dtype=int,
default=13,
)
Definition at line 49 of file fgcmBuildStars.py.
The documentation for this class was generated from the following file: