NormalizedCalibrationFluxConfig#
- class lsst.meas.algorithms.NormalizedCalibrationFluxConfig(*args, **kw)#
Bases:
ConfigConfiguration parameters for NormalizedCalibrationFluxTask.
Attributes Summary
Measure the aperture correction? (Otherwise, just apply.) (
bool, defaultTrue)Set the calib flux slot to the normalized flux? (
bool, defaultTrue)Selector that is used as a fallback if the full aperture correction fails.
Subtask to measure aperture corrections.
Name of normalized calibration flux.
Name of raw calibration flux to normalize.
Methods Summary
Subclass hook for computing defaults.
Attributes Documentation
- do_measure_ap_corr#
Measure the aperture correction? (Otherwise, just apply.) (
bool, defaultTrue)
- do_set_calib_slot#
Set the calib flux slot to the normalized flux? (
bool, defaultTrue)
- fallback_source_selector#
Selector that is used as a fallback if the full aperture correction fails. (
RegistryInstanceDict, default'science')
- measure_ap_corr#
Subtask to measure aperture corrections. (
ConfigurableInstance, default<class 'lsst.meas.algorithms.measureApCorr.MeasureApCorrConfig'>)
- normalized_calibflux_name#
Name of normalized calibration flux. (
str, default'base_NormalizedCompensatedTophatFlux')
- raw_calibflux_name#
Name of raw calibration flux to normalize. (
str, default'base_CompensatedTophatFlux_12')
Methods Documentation