LoadDiaCatalogsConfig#
- class lsst.ap.association.LoadDiaCatalogsConfig(*args, **kw)#
Bases:
PipelineTaskConfigConfig class for LoadDiaCatalogsConfig.
Attributes Summary
Padding to add to the radius of the bounding circle (arcseconds) (
float, default20)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.
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.
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, default20)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)
- 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, default250)Valid Range = [0,inf)
- saveLogOutput#
Flag to enable/disable saving of log output for a task, enabled by default. (
bool, defaultTrue)