TractMatchedSummaryTask¶
Python API summary¶
from lsst.faro.summary.MatchedCatalogSummary import TractMatchedSummaryTask
-
class
(config, *args, **kwargs)TractMatchedSummaryTask
A base class for tasks that compute one metric from input datasets
...
-
attribute
config
Access configuration fields and retargetable subtasks.
See also
See the TractMatchedSummaryTask
API reference for complete details.
Retargetable subtasks¶
agg¶
- Default
lsst.faro.base.BaseSubTasks.NumpySummaryTask
- Field type
ConfigurableField
Numpy aggregation task
Configuration fields¶
connections¶
- Data type
lsst.pipe.base.config.Connections
- Field type
ConfigField
Configurations describing the connections of the PipelineTask to datatypes
saveLogOutput¶
Flag to enable/disable saving of log output for a task, enabled by default.