GenerateDonutCatalogWcsTaskConfig#
- class lsst.ts.wep.task.GenerateDonutCatalogWcsTaskConfig(*args, **kw)#
Bases:
PipelineTaskConfigConfiguration settings for GenerateDonutCatalogWcsTask. Specifies filter and camera details as well as subtasks that run to do the source selection.
Attributes Summary
Filters from reference catalog to include in donut catalog.
Field which refers to a dynamically added configuration class which is based on a PipelineTaskConnections class.
Whether or not to run donut selector.
How to select donut targets.
Size of detector edge margin in pixels (
int, default80)Set filter to use in Photometry catalog.
Set filter prefix to use.
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.
-
donutSelector:
ConfigurableField# How to select donut targets. (
ConfigurableInstance, default<class 'lsst.ts.wep.task.donutSourceSelectorTask.DonutSourceSelectorTaskConfig'>)
-
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, defaultNone)
-
catalogFilterList: