DrpAssociationPipeConfig#
- class lsst.pipe.tasks.drpAssociationPipe.DrpAssociationPipeConfig(*args, **kw)#
Bases:
PipelineTaskConfigAttributes Summary
Task used to associate DiaSources with DiaObjects.
Field which refers to a dynamically added configuration class which is based on a PipelineTaskConnections class.
Do pull diaObject's average coordinate as coord_ra and coord_decDuplicates information, but needed for bulk ingest into qserv.
Process SolarSystem objects through the pipeline.
Use an existing schema to coerce the data types of the output columns.
If True, construct and write out empty diaSource and diaObject tables.
Configuration for how to generate catalog IDs from data IDs.
Flag to enable/disable saving of log output for a task, enabled by default.
Path to the directory containing schema definitions.
Yaml file specifying the schema of the output catalog.
Task used to associate DiaSources with SolarSystemObjects.
Attributes Documentation
- associator#
Task used to associate DiaSources with DiaObjects. (
ConfigurableInstance, default<class 'lsst.pipe.tasks.simpleAssociation.SimpleAssociationConfig'>)
- connections: pexConfig.ConfigField#
Field which refers to a dynamically added configuration class which is based on a PipelineTaskConnections class.
- doAddDiaObjectCoords#
Do pull diaObject’s average coordinate as coord_ra and coord_decDuplicates information, but needed for bulk ingest into qserv. (
bool, defaultTrue)
- doSolarSystemAssociation#
Process SolarSystem objects through the pipeline. (
bool, defaultTrue)
- doUseSchema#
Use an existing schema to coerce the data types of the output columns. (
bool, defaultFalse)
- doWriteEmptyTables#
If True, construct and write out empty diaSource and diaObject tables. If False, raise NoWorkFound (
bool, defaultFalse)
- idGenerator#
Configuration for how to generate catalog IDs from data IDs. (
SkyMapIdGeneratorConfig, default<class 'lsst.meas.base._id_generator.SkyMapIdGeneratorConfig'>)
- saveLogOutput#
Flag to enable/disable saving of log output for a task, enabled by default. (
bool, defaultTrue)
- schemaDir#
Path to the directory containing schema definitions. (
str, default'${SDM_SCHEMAS_DIR}/yml')
- schemaFile#
Yaml file specifying the schema of the output catalog. (
str, default'lsstcam.yaml')
- solarSystemAssociator#
Task used to associate DiaSources with SolarSystemObjects. (
ConfigurableInstance, default<class 'lsst.pipe.tasks.ssoAssociation.SolarSystemAssociationConfig'>)