GenerateDonutCatalogOnlineTaskConfig#

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

Bases: Config

Configuration for GenerateDonutCatalogOnlineTask.

Attributes Summary

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)

filterName

Reference filter (str, default 'g')

Attributes Documentation

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)

filterName: Field#

Reference filter (str, default 'g')