NumpySummaryTask¶
Python API summary¶
from lsst.faro.base.BaseSubTasks import NumpySummaryTask
- 
classNumpySummaryTask(config=None, *, name=None, parentTask=None, log=None)
- Base class for data processing tasks - ...
- attributeconfig
- Access configuration fields and retargetable subtasks. 
See also
See the NumpySummaryTask API reference for complete details.
Retargetable subtasks¶
No subtasks.
Configuration fields¶
columns¶
- Columns required for metric calculation. These are full column names, encompassing all columns
- in a SourceTable and columns that do not change name with band in an ObjectTable. If per-band columns are required, use - columnsBandinstead.
columnsBand¶
- Column suffixes used to identify the required columns for metric calculation. The band name
- will be prepended to this stub to select the columns of interest. These values are used to select flux columns in an objectTable. 
shelveName¶
- Name of shelve file to persist in-memory objects sent as input to the metric
- measurement run method. Used for testing, development, and debug work. 
summary¶
Aggregation to use for summary metrics