NumSourcesTask

Python API summary

from lsst.faro.base.BaseSubTasks import NumSourcesTask
classNumSourcesTask(config=None, name=None, parentTask=None, log=None)

Simple default task to count the number of sources/objects in catalog...

attributeconfig

Access configuration fields and retargetable subtasks.

methodrun(metricName, catalog, **kwargs)

Run NumSourcesTask...

See also

See the NumSourcesTask API reference for complete details.

Retargetable subtasks

No subtasks.

Configuration fields

doPrimary

Default
False
Field type
bool Field
Only count sources where detect_isPrimary is True.