GenerateDonutFromRefitWcsTaskConfig#
- class lsst.ts.wep.task.GenerateDonutFromRefitWcsTaskConfig(*args, **kw)#
Bases:
GenerateDonutCatalogWcsTaskConfigConfiguration settings for GenerateDonutCatalogWcsTask. Specifies filter and camera details as well as subtasks that run to do the source selection.
Attributes Summary
Set filter to use in Astrometry task.
Task for WCS fitting.
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)Fail if error raised.
Maximum allowed scatter for a successful fit (in arcseconds.) (
float, default1.0)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.
Methods Summary
Subclass hook for computing defaults.
Attributes Documentation
-
astromTask:
ConfigurableField# Task for WCS fitting. (
ConfigurableInstance, default<class 'lsst.meas.astrom.astrometry.AstrometryConfig'>)
-
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: pexConfig.ConfigurableField#
How to select donut targets. (
ConfigurableInstance, default<class 'lsst.ts.wep.task.donutSourceSelectorTask.DonutSourceSelectorTaskConfig'>)
-
maxFitScatter:
Field# Maximum allowed scatter for a successful fit (in arcseconds.) (
float, default1.0)
-
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)
-
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, defaultNone)
- saveLogOutput#
Flag to enable/disable saving of log output for a task, enabled by default. (
bool, defaultTrue)
Methods Documentation
- setDefaults()#
Subclass hook for computing defaults.
- Return type:
Notes
Derived
Configclasses that must compute defaults rather than using theFieldinstances’s defaults should do so here. To correctly use inherited defaults, implementations ofsetDefaultsmust call their base class’ssetDefaults.
-
astromTask: