CoaddBaseTask#

class lsst.pipe.tasks.coaddBase.CoaddBaseTask(**kwargs)#

Bases: PipelineTask

Base class for coaddition.

Subclasses must specify _DefaultName

Methods Summary

getBadPixelMask()

Convenience method to provide the bitmask from the mask plane names

getTempExpDatasetName([warpType])

Return warp name for given warpType and task config

Methods Documentation

getBadPixelMask()#

Convenience method to provide the bitmask from the mask plane names

getTempExpDatasetName(warpType='direct')#

Return warp name for given warpType and task config

Parameters#

warpTypestr

Either ‘direct’ or ‘psfMatched’.

Returns#

WarpDatasetName : str