MagnitudeCompletenessConfig¶
- class lsst.analysis.tools.actions.keyedData.MagnitudeCompletenessConfig(*args, **kw)¶
Bases:
Config
Configuration for measuring magnitudes at given completeness thresholds.
Attributes Summary
Brightest magnitude to consider checking if completeness is below a percentile threshold for (
float
, default18
)The percentiles to find the magnitude at.
Attributes Documentation
- completeness_mag_max¶
Brightest magnitude to consider checking if completeness is below a percentile threshold for (
float
, default18
)
- completeness_percentiles¶
The percentiles to find the magnitude at. (
List
, default[90.0, 80.0, 50.0, 20.0, 10.0]
)