CalcZernikesUnpairedTaskConfig#

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

Bases: CalcZernikesTaskConfig

Attributes Summary

combineZernikes

Choice of task to combine the Zernikes from pairs of donuts into a single value for the detector.

connections

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

doBlurClip

Remove donuts with outlier donut blur fwhm fromfinal averages.

doDonutStampSelector

Whether or not to run donut stamp selector.If this is False, then we do not get donutQualityTable.(The default is True).

donutStampSelector

How to select donut stamps.

estimateZernikes

Choice of task to estimate Zernikes from pairs of donuts.

saveLogOutput

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, default True)

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, default True)

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'>)

saveLogOutput#

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