MatchTractCatalogConfig#
- class lsst.pipe.tasks.match_tract_catalog.MatchTractCatalogConfig(*args, **kw)#
Bases:
PipelineTaskConfigConfigure a MatchTractCatalogTask, including a configurable matching subtask.
Attributes Summary
Field which refers to a dynamically added configuration class which is based on a PipelineTaskConnections class.
Task to match sources in a reference tract catalog with a target catalog (
ConfigurableInstance, default<class 'lsst.pipe.tasks.match_tract_catalog.MatchTractCatalogSubConfig'>)The type of sharding (spatial splitting) for the reference catalog (
str, default'tract')Flag to enable/disable saving of log output for a task, enabled by default.
The type of sharding (spatial splitting) for the target catalog (
str, default'tract')Methods Summary
Get the set of input columns required for matching.
Attributes Documentation
- connections: pexConfig.ConfigField#
Field which refers to a dynamically added configuration class which is based on a PipelineTaskConnections class.
- match_tract_catalog#
Task to match sources in a reference tract catalog with a target catalog (
ConfigurableInstance, default<class 'lsst.pipe.tasks.match_tract_catalog.MatchTractCatalogSubConfig'>)
- refcat_sharding_type#
The type of sharding (spatial splitting) for the reference catalog (
str, default'tract')Allowed values:
'tract'Tract-based shards
'none'No sharding at all
'None'Field is optional
- saveLogOutput#
Flag to enable/disable saving of log output for a task, enabled by default. (
bool, defaultTrue)
- target_sharding_type#
The type of sharding (spatial splitting) for the target catalog (
str, default'tract')Allowed values:
'tract'Tract-based shards
'none'No sharding at all
'None'Field is optional
Methods Documentation