MatchedBaseTask¶
Python API summary¶
from lsst.faro.base.MatchedCatalogBase import MatchedBaseTask
-
class
(config: lsst.pipe.base.config.PipelineTaskConfig, *args, **kwargs)MatchedBaseTask
Base class for all pipeline tasks
...
-
attribute
config
Access configuration fields and retargetable subtasks.
-
method
(source_catalogs, photo_calibs, astrom_calibs, vIds, wcs, box, apply_external_wcs)run
Run task algorithm on in-memory data
...
See also
See the MatchedBaseTask
API reference for complete details.
Retargetable subtasks¶
No subtasks.
Configuration fields¶
apply_external_wcs¶
Apply correction to coordinates with e.g. a jointcal WCS.
connections¶
- Data type
lsst.pipe.base.config.Connections
- Field type
ConfigField
Configurations describing the connections of the PipelineTask to datatypes
saveMetadata¶
Flag to enable/disable metadata saving for a task, enabled by default.