CpDarkTaskConfig#
- class lsst.cp.pipe.cpDark.CpDarkTaskConfig(*args, **kw)#
Bases:
PipelineTaskConfigAttributes Summary
Field which refers to a dynamically added configuration class which is based on a PipelineTaskConnections class.
Grow radius for CR (pixels).
List of mask planes that should be interpolated.
Repair PSF FWHM (pixels).
Repair PSF size (pixels).
Repair task to use.
Flag to enable/disable saving of log output for a task, enabled by default.
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, default2)
- maskListToInterpolate#
List of mask planes that should be interpolated. (
List, default['SAT', 'BAD'])
- psfFwhm#
Repair PSF FWHM (pixels). (
float, default3.0)
- psfSize#
Repair PSF size (pixels). (
int, default21)
- 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, defaultTrue)
- useLegacyInterp#
Use the legacy interpolation algorithm. If False use Gaussian Process. (
bool, defaultTrue)