NormalizedCalibrationFluxError#

exception lsst.meas.algorithms.NormalizedCalibrationFluxError(*args: Any, **kwargs: Any)#

Bases: AlgorithmError

Raised if Aperture Correction fails in a non-recoverable way.

Parameters#

n_initial_sourcesint

Number of sources selected by the fallback source selector.

n_calib_flux_flagint

Number of selected sources with raw calibration flux flag unset.

n_ref_flux_flagint

Number of selected sources with reference flux flag unset.

property metadata#

Metadata from the raising Task with more information about the failure. The contents of the dict are Task-dependent, and must have str keys and str, int, float, bool, or nested-dictionary (with the same key and value types) values.