TractTableValueMeasurementConfig#
- class lsst.faro.measurement.TractTableValueMeasurementConfig(*args, **kw)#
Bases:
MetricConfigConfiguration for TractTableValueMeasurementTask.
Attributes Summary
Action to compute the value with (
ConfigurableAction, default<class 'lsst.pipe.tasks.dataFrameActions._actions.SingleColumnAction'>)Standard (usually wavelength-based) ordering for possible bands to determine standard colors (
List, default('u', 'g', 'r', 'i', 'z', 'y'))Field which refers to a dynamically added configuration class which is based on a PipelineTaskConnections class.
Format of the full column names including the band (
str, default'{band}_{column}')Column name prefixes to ignore when applying special formatting rules (
List, default['all_', 'resolved_', 'unresolved_'])Index of the row to retrieve the value from (
int)Flag to enable/disable saving of log output for a task, enabled by default.
The astropy unit of the metric value (
str, default'')Attributes Documentation
- action#
Action to compute the value with (
ConfigurableAction, default<class 'lsst.pipe.tasks.dataFrameActions._actions.SingleColumnAction'>)
- band_order#
Standard (usually wavelength-based) ordering for possible bands to determine standard colors (
List, default('u', 'g', 'r', 'i', 'z', 'y'))
- connections: pexConfig.ConfigField#
Field which refers to a dynamically added configuration class which is based on a PipelineTaskConnections class.
- format_column#
Format of the full column names including the band (
str, default'{band}_{column}')
- prefixes_column#
Column name prefixes to ignore when applying special formatting rules (
List, default['all_', 'resolved_', 'unresolved_'])
- row#
Index of the row to retrieve the value from (
int)
- saveLogOutput#
Flag to enable/disable saving of log output for a task, enabled by default. (
bool, defaultTrue)
- unit#
The astropy unit of the metric value (
str, default'')