lsst.pipe.tasks g94c5179e93+fec7869426
|
Public Member Functions | |
def | __init__ (self, **kwargs) |
def | getTempExpDatasetName (self, warpType="direct") |
def | getBadPixelMask (self) |
Static Public Attributes | |
ConfigClass = CoaddBaseConfig | |
Base class for coaddition. Subclasses must specify _DefaultName
Definition at line 130 of file coaddBase.py.
def lsst.pipe.tasks.coaddBase.CoaddBaseTask.__init__ | ( | self, | |
** | kwargs | ||
) |
Reimplemented in lsst.pipe.tasks.assembleCoadd.AssembleCoaddTask, and lsst.pipe.tasks.assembleCoadd.CompareWarpAssembleCoaddTask.
Definition at line 138 of file coaddBase.py.
def lsst.pipe.tasks.coaddBase.CoaddBaseTask.getBadPixelMask | ( | self | ) |
Convenience method to provide the bitmask from the mask plane names
Definition at line 157 of file coaddBase.py.
def lsst.pipe.tasks.coaddBase.CoaddBaseTask.getTempExpDatasetName | ( | self, | |
warpType = "direct" |
|||
) |
Return warp name for given warpType and task config Parameters ---------- warpType : `str` Either 'direct' or 'psfMatched'. Returns ------- WarpDatasetName : `str`
Definition at line 143 of file coaddBase.py.
|
static |
Definition at line 136 of file coaddBase.py.