UnphysicalDiaSourceSeparation#

exception lsst.meas.base.UnphysicalDiaSourceSeparation(*args: Any, **kwargs: Any)#

Bases: AlgorithmError

Raised if associated DiaSources are unphysically separated.

Parameters#

separationfloat

Observed separation in arseconds.

max_allowed_separationfloat

Configured maximum separation in arcseconds.

property metadata: dict#

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.