CpDarkTaskConfig#

class lsst.cp.pipe.cpDark.CpDarkTaskConfig(*args, **kw)#

Bases: PipelineTaskConfig

Attributes Summary

connections

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

crGrow

Grow radius for CR (pixels).

maskListToInterpolate

List of mask planes that should be interpolated.

psfFwhm

Repair PSF FWHM (pixels).

psfSize

Repair PSF size (pixels).

repair

Repair task to use.

saveLogOutput

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

useLegacyInterp

Use the legacy interpolation algorithm.

Attributes Documentation

connections: pexConfig.ConfigField#

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

crGrow#

Grow radius for CR (pixels). (int, default 2)

maskListToInterpolate#

List of mask planes that should be interpolated. (List, default ['SAT', 'BAD'])

psfFwhm#

Repair PSF FWHM (pixels). (float, default 3.0)

psfSize#

Repair PSF size (pixels). (int, default 21)

repair#

Repair task to use. (ConfigurableInstance, default <class 'lsst.pipe.tasks.repair.RepairConfig'>)

saveLogOutput#

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

useLegacyInterp#

Use the legacy interpolation algorithm. If False use Gaussian Process. (bool, default True)