MatchedBaseTask¶
Python API summary¶
from lsst.faro.base.MatchedCatalogBase import MatchedBaseTask
-
class
MatchedBaseTask
(config, *args, **kwargs) Base class for all pipeline tasks
...
- attributeconfig
Access configuration fields and retargetable subtasks.
-
method
run
(sourceCatalogs, photoCalibs, astromCalibs, dataIds, wcs, box, doApplyExternalSkyWcs=None, doApplyExternalPhotoCalib=None) Run task algorithm on in-memory data
...
See also
See the MatchedBaseTask
API reference for complete details.
Retargetable subtasks¶
No subtasks.
Configuration fields¶
brightMagCut¶
Bright limit of catalog entries to include.
connections¶
- Data type
lsst.pipe.base.config.MatchedBaseConfigConnections
- Field type
Configurations describing the connections of the PipelineTask to datatypes
doApplyExternalPhotoCalib¶
Whether or not to use the external photoCalib. Deprecated: Deprecated in favor of the visitSummary connection; will be removed after v26.
doApplyExternalSkyWcs¶
Whether or not to use the external wcs. Deprecated: Deprecated in favor of the visitSummary connection; will be removed after v26.
faintMagCut¶
Faint limit of catalog entries to include.
match_radius¶
Match radius in arcseconds.
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. Deprecated: This field is deprecated and will be removed after v26.
selectExtended¶
Whether to select extended sources
snrMax¶
Maximum SNR for a source to be included.
snrMin¶
Minimum SNR for a source to be included.
useGlobalExternalPhotoCalib¶
Whether or not to use the global external photoCalib. Deprecated: Deprecated in favor of the visitSummary connection; will be removed after v26.
useGlobalExternalSkyWcs¶
Whether or not to use the global external wcs. Deprecated: Deprecated in favor of the visitSummary connection; will be removed after v26.