TractTableValueMeasurementConfig#

class lsst.faro.measurement.TractTableValueMeasurementConfig(*args, **kw)#

Bases: MetricConfig

Configuration for TractTableValueMeasurementTask.

Attributes Summary

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

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.

unit

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

unit#

The astropy unit of the metric value (str, default '')