FgcmBuildStarsConfigBase#
- class lsst.fgcmcal.FgcmBuildStarsConfigBase(*args, **kw)#
Bases:
ConfigBase config for FgcmBuildStars tasks
Attributes Summary
Full name of instFlux field that contains inner aperture flux for aperture correction proxy (
str, default'base_CircularApertureFlux_12_0_instFlux')Full name of instFlux field that contains outer aperture flux for aperture correction proxy (
str, default'base_CircularApertureFlux_17_0_instFlux')Healpix coarse Nside for partitioning matches (
int, default8)Density cut number of stars per pixel (
int, default1000)Density cut healpix nside (
int, default128)Apply the jacobian of the WCS to the star observations prior to fit? (
bool, defaultTrue)Model flux errors with background term? (
bool, defaultTrue)Match reference catalog as additional constraint on calibration (
bool, defaultTrue)Subtract the local background before performing calibration? This is only supported for circular aperture calibration fluxes.
FGCM reference object loader (
ConfigurableInstance, default<class 'lsst.fgcmcal.fgcmLoadReferenceCatalog.FgcmLoadReferenceCatalogConfig'>)Faull name of the source instFlux field to use, including 'instFlux'.
Isolation radius (arcseconds) (
float, default2.0)Full name of the local background instFlux field to use.
Healpix Nside for matching (
int, default4096)Match radius (arcseconds) (
float, default1.0)Minimum observations per band (
int, default2)Number of visits read between checkpoints (
int, default500)Mapping from 'physicalFilter' to band.
Bands for 'primary' star matches.
Name of field with psf candidate flag for propagation (
str, default'calib_psf_candidate')Random seed for high density down-sampling.
Bands required for each star (
List, default())How to select sources (
RegistryInstanceDict, default'science')Methods Summary
Subclass hook for computing defaults.
Attributes Documentation
- apertureInnerInstFluxField#
Full name of instFlux field that contains inner aperture flux for aperture correction proxy (
str, default'base_CircularApertureFlux_12_0_instFlux')
- apertureOuterInstFluxField#
Full name of instFlux field that contains outer aperture flux for aperture correction proxy (
str, default'base_CircularApertureFlux_17_0_instFlux')
- coarseNside#
Healpix coarse Nside for partitioning matches (
int, default8)
- densityCutMaxPerPixel#
Density cut number of stars per pixel (
int, default1000)
- densityCutNside#
Density cut healpix nside (
int, default128)
- doApplyWcsJacobian#
Apply the jacobian of the WCS to the star observations prior to fit? (
bool, defaultTrue)
- doModelErrorsWithBackground#
Model flux errors with background term? (
bool, defaultTrue)
- doReferenceMatches#
Match reference catalog as additional constraint on calibration (
bool, defaultTrue)
- doSubtractLocalBackground#
Subtract the local background before performing calibration? This is only supported for circular aperture calibration fluxes. (
bool, defaultFalse)
- fgcmLoadReferenceCatalog#
FGCM reference object loader (
ConfigurableInstance, default<class 'lsst.fgcmcal.fgcmLoadReferenceCatalog.FgcmLoadReferenceCatalogConfig'>)
- instFluxField#
Faull name of the source instFlux field to use, including ‘instFlux’. The associated flag will be implicitly included in badFlags (
str, default'slot_CalibFlux_instFlux')
- isolationRadius#
Isolation radius (arcseconds) (
float, default2.0)
- localBackgroundFluxField#
Full name of the local background instFlux field to use. (
str, default'base_LocalBackground_instFlux')
- matchNside#
Healpix Nside for matching (
int, default4096)
- matchRadius#
Match radius (arcseconds) (
float, default1.0)
- minPerBand#
Minimum observations per band (
int, default2)
- nVisitsPerCheckpoint#
Number of visits read between checkpoints (
int, default500)
- physicalFilterMap#
Mapping from ‘physicalFilter’ to band. (
Dict, default{})
- primaryBands#
Bands for ‘primary’ star matches. A star must be observed in one of these bands to be considered as a calibration star. (
List)
- psfCandidateName#
Name of field with psf candidate flag for propagation (
str, default'calib_psf_candidate')
- randomSeed#
Random seed for high density down-sampling. (
int, defaultNone)
- requiredBands#
Bands required for each star (
List, default())
- sourceSelector#
How to select sources (
RegistryInstanceDict, default'science')
Methods Documentation