MultipleCellCoaddBuilderConfig#
- class lsst.cell_coadds.MultipleCellCoaddBuilderConfig(*args, **kw)#
Bases:
PipelineTaskConfigConfiguration parameters for the
MultipleCellCoaddBuilderTask.Attributes Summary
Field which refers to a dynamically added configuration class which is based on a PipelineTaskConnections class.
Type of input dataset (
str, default'calexps')Flag to enable/disable saving of log output for a task, enabled by default.
Coaddition algorithm to use.
Attributes Documentation
- connections: pexConfig.ConfigField#
Field which refers to a dynamically added configuration class which is based on a PipelineTaskConnections class.
- input_type#
Type of input dataset (
str, default'calexps')Allowed values:
'input_warps'Use warps
'calexps'Use calexps
'None'Field is optional
- saveLogOutput#
Flag to enable/disable saving of log output for a task, enabled by default. (
bool, defaultTrue)
- singleCellCoaddBuilder#
Coaddition algorithm to use. See
SingleCellCoaddBuilderTaskfor details (RegistryInstanceDict)