LoadDiaCatalogsConfig#

class lsst.ap.association.LoadDiaCatalogsConfig(*args, **kw)#

Bases: PipelineTaskConfig

Config class for LoadDiaCatalogsConfig.

Attributes Summary

angleMargin

Padding to add to the radius of the bounding circle (arcseconds) (float, default 20)

apdb_config_url

A config file specifying the APDB and its connection parameters, typically written by the apdb-cli command-line utility.

connections

Field which refers to a dynamically added configuration class which is based on a PipelineTaskConnections class.

doLoadForcedSources

Load forced DiaSource history from the APDB? This should only be turned off for debugging purposes.

pixelMargin

Padding to add to 4 all edges of the bounding box (pixels) Deprecated: This config has been replaced by `angleMargin`Will be removed after v28.

saveLogOutput

Flag to enable/disable saving of log output for a task, enabled by default.

Attributes Documentation

angleMargin#

Padding to add to the radius of the bounding circle (arcseconds) (float, default 20)

Valid Range = [0,inf)

apdb_config_url#

A config file specifying the APDB and its connection parameters, typically written by the apdb-cli command-line utility. The database must already be initialized. (str)

connections: pexConfig.ConfigField#

Field which refers to a dynamically added configuration class which is based on a PipelineTaskConnections class.

doLoadForcedSources#

Load forced DiaSource history from the APDB? This should only be turned off for debugging purposes. Deprecated: Added to allow disabling forced sources for performance reasons during the ops rehearsal. It is expected to be removed. (bool, default True)

pixelMargin#

Padding to add to 4 all edges of the bounding box (pixels) Deprecated: This config has been replaced by angleMargin`Will be removed after v28. (`int, default 250)

Valid Range = [0,inf)

saveLogOutput#

Flag to enable/disable saving of log output for a task, enabled by default. (bool, default True)