NumberSciSourcesMetricTask¶
NumberSciSourcesMetricTask
computes the number of science sources created when processing data through image differencing (as the ip_diffim.numSciSources
metric).
It requires source catalogs (a src
dataset) as input, and can operate at image-level or coarser granularity.
Processing summary¶
FractionDiaSourcesToSciSourcesMetricTask
reads source catalogs (src
datasets) and adds up the number of sources in those catalogs.
Python API summary¶
from lsst.ip.diffim.metrics import NumberSciSourcesMetricTask
-
class
(**kwargs)NumberSciSourcesMetricTask
Task that computes the number of cataloged science sources
...
-
attribute
config
Access configuration fields and retargetable subtasks.
See also
See the NumberSciSourcesMetricTask
API reference for complete details.
Retargetable subtasks¶
No subtasks.