MatchedTractBaseTask¶
Python API summary¶
from lsst.faro.base.MatchedCatalogBase import MatchedTractBaseTask
-
class
(config: lsst.faro.base.MatchedCatalogBase.MatchedBaseConfig, *args, **kwargs)MatchedTractBaseTask
Base class for all pipeline tasks
...
-
attribute
config
Access configuration fields and retargetable subtasks.
-
method
(sourceCatalogs, photoCalibs, astromCalibs, dataIds, wcs, box, doApplyExternalSkyWcs=False, doApplyExternalPhotoCalib=False)run
Run task algorithm on in-memory data
...
See also
See the MatchedTractBaseTask
API reference for complete details.
Retargetable subtasks¶
No subtasks.
Configuration fields¶
connections¶
- Data type
lsst.pipe.base.config.Connections
- Field type
ConfigField
Configurations describing the connections of the PipelineTask to datatypes
doApplyExternalPhotoCalib¶
Whether or not to use the external photoCalib.
saveLogOutput¶
Flag to enable/disable saving of log output for a task, enabled by default.
saveMetadata¶
Flag to enable/disable metadata saving for a task, enabled by default.
useGlobalExternalPhotoCalib¶
Whether or not to use the global external photoCalib.