VisitMeasurementTask¶
Python API summary¶
from lsst.faro.measurement.VisitMeasurement import VisitMeasurementTask
- 
classVisitMeasurementTask
- Base class for science performance metrics measured from source/object catalogs - ...
- 
attributeconfig
- Access configuration fields and retargetable subtasks. 
- 
methodrun
- Run the MetricTask on in-memory data - ...
See also
See the VisitMeasurementTask API reference for complete details.
Retargetable subtasks¶
measure¶
- Default
- lsst.faro.base.BaseSubTasks.NumSourcesMergeTask
- Field type
- ConfigurableField
Measure task
referenceCatalogLoader¶
- Default
- lsst.pipe.tasks.loadReferenceCatalog.LoadReferenceCatalogTask
- Field type
- ConfigurableField
Reference catalog loader
Configuration fields¶
connections¶
- Data type
- lsst.pipe.base.config.Connections
- Field type
- ConfigField
Configurations describing the connections of the PipelineTask to datatypes
requireAstrometry¶
Require that a given catalog have a valid WCS in order to be included in metric measurements?
requirePhotometry¶
Require that a given catalog have a valid photoCalib in order to be included in metric measurements?
saveLogOutput¶
Flag to enable/disable saving of log output for a task, enabled by default.