FgcmOutputProductsConfig#
- class lsst.fgcmcal.FgcmOutputProductsConfig(*args, **kw)#
Bases:
PipelineTaskConfigConfig for FgcmOutputProductsTask
Attributes Summary
Field which refers to a dynamically added configuration class which is based on a PipelineTaskConnections class.
Apply the mean chromatic correction to the zeropoints? (
bool, defaultTrue)Output atmospheres in transmission_atmosphere_fgcm format (
bool, defaultTrue)Compose Jacobian of WCS with fgcm calibration for output photoCalib? (
bool, defaultTrue)Transfer 'absolute' calibration from reference catalog? This afterburner step is unnecessary if reference stars were used in the full fit in FgcmFitCycleTask.
Output tract-sharded standard stars? (
bool, defaultTrue)Output zeropoints in fgcm_photoCalib format (
bool, defaultTrue)task to perform 'absolute' calibration (
ConfigurableInstance, default<class 'lsst.pipe.tasks.photoCal.PhotoCalConfig'>)Mapping from 'physicalFilter' to band.
Minimum number of stars matched to reference catalog to be used in statistics (
int, default50)Minimum number of stars per healpix pixel to select for comparisonto the specified reference catalog (
int, default200)Number of healpix pixels to sample to do comparison.
Healpix nside to pixelize catalog to compare to reference catalog (
int, default64)Flag to enable/disable saving of log output for a task, enabled by default.
Methods Summary
Subclass hook for computing defaults.
Attributes Documentation
- connections: pexConfig.ConfigField#
Field which refers to a dynamically added configuration class which is based on a PipelineTaskConnections class.
- doApplyMeanChromaticCorrection#
Apply the mean chromatic correction to the zeropoints? (
bool, defaultTrue)
- doAtmosphereOutput#
Output atmospheres in transmission_atmosphere_fgcm format (
bool, defaultTrue)
- doComposeWcsJacobian#
Compose Jacobian of WCS with fgcm calibration for output photoCalib? (
bool, defaultTrue)
- doReferenceCalibration#
Transfer ‘absolute’ calibration from reference catalog? This afterburner step is unnecessary if reference stars were used in the full fit in FgcmFitCycleTask. (
bool, defaultFalse)
- doTractStars#
Output tract-sharded standard stars? (
bool, defaultTrue)
- doZeropointOutput#
Output zeropoints in fgcm_photoCalib format (
bool, defaultTrue)
- photoCal#
task to perform ‘absolute’ calibration (
ConfigurableInstance, default<class 'lsst.pipe.tasks.photoCal.PhotoCalConfig'>)
- physicalFilterMap#
Mapping from ‘physicalFilter’ to band. (
Dict, default{})
- referenceMinMatch#
Minimum number of stars matched to reference catalog to be used in statistics (
int, default50)
- referencePixelizationMinStars#
Minimum number of stars per healpix pixel to select for comparisonto the specified reference catalog (
int, default200)
- referencePixelizationNPixels#
Number of healpix pixels to sample to do comparison. Doing too many will take a long time and not yield any more precise results because the final number is the median offset (per band) from the set of pixels. (
int, default100)
- referencePixelizationNside#
Healpix nside to pixelize catalog to compare to reference catalog (
int, default64)
- saveLogOutput#
Flag to enable/disable saving of log output for a task, enabled by default. (
bool, defaultTrue)
Methods Documentation