GenerateDonutCatalogWcsTaskConfig#

class lsst.ts.wep.task.GenerateDonutCatalogWcsTaskConfig(*args, **kw)#

Bases: PipelineTaskConfig

Configuration settings for GenerateDonutCatalogWcsTask. Specifies filter and camera details as well as subtasks that run to do the source selection.

Attributes Summary

catalogFilterList

Filters from reference catalog to include in donut catalog.

connections

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

doDonutSelection

Whether or not to run donut selector.

donutSelector

How to select donut targets.

edgeMargin

Size of detector edge margin in pixels (int, default 80)

photoRefFilter

Set filter to use in Photometry catalog.

photoRefFilterPrefix

Set filter prefix to use.

saveLogOutput

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

Attributes Documentation

catalogFilterList: ListField#

Filters from reference catalog to include in donut catalog. (List, default ['lsst_u', 'lsst_g', 'lsst_r', 'lsst_i', 'lsst_z', 'lsst_y'])

connections: pexConfig.ConfigField#

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

doDonutSelection: Field#

Whether or not to run donut selector. (bool, default True)

donutSelector: ConfigurableField#

How to select donut targets. (ConfigurableInstance, default <class 'lsst.ts.wep.task.donutSourceSelectorTask.DonutSourceSelectorTaskConfig'>)

edgeMargin: Field#

Size of detector edge margin in pixels (int, default 80)

photoRefFilter: Field#

Set filter to use in Photometry catalog. Cannot set both this and photoRefFilterPrefix. If neither is set then will just try to use the name of the exposure filter. (str, default None)

photoRefFilterPrefix: Field#

Set filter prefix to use. Will then try to use exposure band label with given catalog prefix. Cannot set both this and photoRefFilter. If neither is set then will just try to use the name of the exposure filter. (str, default None)

saveLogOutput#

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