lsst.pipe.tasks g14a832a312+311607e4ab
|
Public Member Functions | |
__init__ (self, **kwargs) | |
getTempExpDatasetName (self, warpType="direct") | |
getBadPixelMask (self) | |
Static Public Attributes | |
ConfigClass = CoaddBaseConfig | |
Base class for coaddition. Subclasses must specify _DefaultName
Definition at line 71 of file coaddBase.py.
lsst.pipe.tasks.coaddBase.CoaddBaseTask.__init__ | ( | self, | |
** | kwargs ) |
Definition at line 79 of file coaddBase.py.
lsst.pipe.tasks.coaddBase.CoaddBaseTask.getBadPixelMask | ( | self | ) |
Convenience method to provide the bitmask from the mask plane names
Definition at line 98 of file coaddBase.py.
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 84 of file coaddBase.py.
|
static |
Definition at line 77 of file coaddBase.py.