ExportDiaCatalogsConfig#
- class lsst.ap.association.ExportDiaCatalogsConfig(*args, **kw)#
Bases:
PipelineTaskConfigConfig class for ExportDiaCatalogsConfig.
Attributes Summary
Padding to add to the radius of the bounding circle (arcseconds) (
float, default2)A config file specifying the APDB and its connection parameters, typically written by the apdb-cli command-line utility.
Field which refers to a dynamically added configuration class which is based on a PipelineTaskConnections class.
Load forced DiaSource history from the APDB? This should only be turned off for debugging purposes.
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, default2)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, defaultTrue)
- saveLogOutput#
Flag to enable/disable saving of log output for a task, enabled by default. (
bool, defaultTrue)