FgcmBuildStarsConfig¶
Configuration fields¶
apertureInnerInstFluxField¶
Field that contains inner aperture for aperture correction proxy
apertureOuterInstFluxField¶
Field that contains outer aperture for aperture correction proxy
applyJacobian¶
Apply Jacobian correction? Deprecated: This field is no longer used, and has been deprecated by DM-20163. It will be removed after v20.
checkAllCcds¶
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.
doApplyWcsJacobian¶
Apply the jacobian of the WCS to the star observations prior to fit?
doReferenceMatches¶
Match reference catalog as additional constraint on calibration
doSubtractLocalBackground¶
Subtract the local background before performing calibration? This is only supported for circular aperture calibration fluxes.
fgcmLoadReferenceCatalog¶
- Default
lsst.fgcmcal.fgcmLoadReferenceCatalog.FgcmLoadReferenceCatalogTask
- Field type
ConfigurableField
FGCM reference object loader
filterMap¶
Mapping from ‘filterName’ to band.
instFluxField¶
Name of the source instFlux field to use. The associated flag field (‘<name>_flag’) will be implicitly included in badFlags
jacobianName¶
Name of field with jacobian correction Deprecated: This field is no longer used, and has been deprecated by DM-20163. It will be removed after v20.
localBackgroundFluxField¶
Name of the local background instFlux field to use.
primaryBands¶
Bands for ‘primary’ star matches. A star must be observed in one of these bands to be considered as a calibration star.
psfCandidateName¶
Name of field with psf candidate flag for propagation
sourceSelector¶
- Default
'science'
- Field type
- Single-selection
RegistryField
- Choices
'science'
lsst.meas.algorithms.sourceSelector.ScienceSourceSelectorTask
'references'
lsst.meas.algorithms.sourceSelector.ReferenceSourceSelectorTask
'objectSize'
lsst.meas.algorithms.objectSizeStarSelector.ObjectSizeStarSelectorTask
'flagged'
lsst.meas.algorithms.flaggedSourceSelector.FlaggedSourceSelectorTask
'astrometry'
lsst.meas.algorithms.astrometrySourceSelector.AstrometrySourceSelectorTask
'matcher'
lsst.meas.algorithms.matcherSourceSelector.MatcherSourceSelectorTask
'diaCatalog'
lsst.ip.diffim.diaCatalogSourceSelector.DiaCatalogSourceSelectorTask
How to select sources