CalexpCutoutTaskConfig#
- class lsst.pipe.tasks.calexpCutout.CalexpCutoutTaskConfig(*args, **kw)#
Bases:
PipelineTaskConfigConfiguration for CalexpCutoutTask
Attributes Summary
Field which refers to a dynamically added configuration class which is based on a PipelineTaskConnections class.
Maximum number of entries to process.
Flag to enable/disable saving of log output for a task, enabled by default.
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, default100)
- saveLogOutput#
Flag to enable/disable saving of log output for a task, enabled by default. (
bool, defaultTrue)
- skip_bad#
Skip cutouts that do not fall completely within the calexp bounding box? If set to False a ValueError is raised instead. (
bool, defaultTrue)