CatalogSummaryBaseTask¶
Python API summary¶
from lsst.faro.base.CatalogSummaryBase import CatalogSummaryBaseTask
- 
classCatalogSummaryBaseTask
- A base class for tasks that compute one metric from input datasets - ...
- 
attributeconfig
- Access configuration fields and retargetable subtasks. 
See also
See the CatalogSummaryBaseTask 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.