CalcZernikesTaskConfig#
- class lsst.ts.wep.task.CalcZernikesTaskConfig(*args, **kw)#
Bases:
PipelineTaskConfigAttributes Summary
Choice of task to combine the Zernikes from pairs of donuts into a single value for the detector.
Field which refers to a dynamically added configuration class which is based on a PipelineTaskConnections class.
Remove donuts with outlier donut blur fwhm fromfinal averages.
Whether or not to run donut stamp selector.If this is False, then we do not get donutQualityTable.(The default is True).
How to select donut stamps.
Choice of task to estimate Zernikes from pairs of donuts.
Flag to enable/disable saving of log output for a task, enabled by default.
Attributes Documentation
-
combineZernikes:
ConfigurableField# Choice of task to combine the Zernikes from pairs of donuts into a single value for the detector. (The default is CombineZernikesSigmaClipTask.) (
ConfigurableInstance, default<class 'lsst.ts.wep.task.combineZernikesSigmaClipTask.CombineZernikesSigmaClipTaskConfig'>)
- connections: pexConfig.ConfigField#
Field which refers to a dynamically added configuration class which is based on a PipelineTaskConnections class.
-
doBlurClip:
Field# Remove donuts with outlier donut blur fwhm fromfinal averages. (
bool, defaultTrue)
-
doDonutStampSelector:
Field# Whether or not to run donut stamp selector.If this is False, then we do not get donutQualityTable.(The default is True). It is also possible to rundonut stamp selector (with this config set to True), butturn off doSelection config inside the donut stamp selector,which would return all donuts as selected, as well asreturning a quality table. (
bool, defaultTrue)
-
donutStampSelector:
ConfigurableField# How to select donut stamps. (
ConfigurableInstance, default<class 'lsst.ts.wep.task.donutStampSelectorTask.DonutStampSelectorTaskConfig'>)
-
estimateZernikes:
ConfigurableField# Choice of task to estimate Zernikes from pairs of donuts. (the default is EstimateZernikesTieTask) (
ConfigurableInstance, default<class 'lsst.ts.wep.task.estimateZernikesDanishTask.EstimateZernikesDanishConfig'>)
-
combineZernikes: