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.

methodrun(measurements, agg_name, package, metric)

Undocumented...

See also

See the NumpySummaryTask API reference for complete details.

Retargetable subtasks

No subtasks.

Configuration fields

columns

Default
{}
Field type
DictField
Key type
str
Value type
str
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

Default
{}
Field type
DictField
Key type
str
Value type
str
Columns required for metric calculation that change with band in ObjectTable contexts

summary

Default
'median'
Field type
str Field
Aggregation to use for summary metrics