CoaddDepthSummaryConfig#
- class lsst.analysis.tools.tasks.CoaddDepthSummaryConfig(*args, **kw)#
Bases:
PipelineTaskConfigAttributes Summary
Field which refers to a dynamically added configuration class which is based on a PipelineTaskConnections class.
The percentiles at which to compute n_image values, in ascending order.
Flag to enable/disable saving of log output for a task, enabled by default.
The n_image pixel value thresholds, in ascending order.
Attributes Documentation
- connections: pexConfig.ConfigField#
Field which refers to a dynamically added configuration class which is based on a PipelineTaskConnections class.
- quantile_list#
The percentiles at which to compute n_image values, in ascending order. (
List, default[5, 10, 25, 50, 75, 90, 95])
- saveLogOutput#
Flag to enable/disable saving of log output for a task, enabled by default. (
bool, defaultTrue)
- threshold_list#
The n_image pixel value thresholds, in ascending order. (
List, default[1, 3, 5, 12])