NumpySummaryTask¶
Python API summary¶
from lsst.faro.base.BaseSubTasks import NumpySummaryTask
-
class
(config: Optional[Config] = None, name: Optional[str] = None, parentTask: Optional[Task] = None, log: Optional[Union[logging.Logger, lsst.utils.logging.LsstLogAdapter]] = None)NumpySummaryTask
Base class for data processing tasks
...
-
attribute
config
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. Should be all columns in SourceTable contexts,
- and columns that do not change name with band in ObjectTable contexts
columnsBand¶
Columns required for metric calculation that change with band in ObjectTable contexts
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.