NumSourcesTask¶
Python API summary¶
from lsst.faro.base.BaseSubTasks import NumSourcesTask
- 
classNumSourcesTask
- Simple default task to count the number of sources/objects in catalog - ...
- 
attributeconfig
- Access configuration fields and retargetable subtasks. 
- 
methodrun
- Run NumSourcesTask Parameters ———- metricName : `str` The name of the metric to measure. catalog : `dict` `lsst.afw.table` Catalog type kwargs Extra keyword arguments used to construct the task. Returns ——- measurement : `Struct` The measured value of the metric - ...
See also
See the NumSourcesTask API reference for complete details.
Retargetable subtasks¶
No subtasks.