CalexpCutoutTaskConfig#

class lsst.pipe.tasks.calexpCutout.CalexpCutoutTaskConfig(*args, **kw)#

Bases: PipelineTaskConfig

Configuration for CalexpCutoutTask

Attributes Summary

connections

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

max_cutouts

Maximum number of entries to process.

saveLogOutput

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

skip_bad

Skip cutouts that do not fall completely within the calexp bounding box? If set to False a ValueError is raised instead.

Attributes Documentation

connections: pexConfig.ConfigField#

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

max_cutouts#

Maximum number of entries to process. The result will be the first N in the input table. (int, default 100)

saveLogOutput#

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

skip_bad#

Skip cutouts that do not fall completely within the calexp bounding box? If set to False a ValueError is raised instead. (bool, default True)