CoaddDepthSummaryConfig#

class lsst.analysis.tools.tasks.CoaddDepthSummaryConfig(*args, **kw)#

Bases: PipelineTaskConfig

Attributes Summary

connections

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.

saveLogOutput

Flag to enable/disable saving of log output for a task, enabled by default.

threshold_list

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, default True)

threshold_list#

The n_image pixel value thresholds, in ascending order. (List, default [1, 3, 5, 12])