lsst.pipe.tasks gafc8b9801c+4217b6d8cf
|
Base class for coaddition. More...
Public Member Functions | |
def | __init__ (self, **kwargs) |
def | getSkyInfo (self, patchRef) |
Use getSkyInfo to return the skyMap, tract and patch information, wcs and the outer bbox of the patch. More... | |
def | getTempExpDatasetName (self, warpType="direct") |
def | getBadPixelMask (self) |
Convenience method to provide the bitmask from the mask plane names. More... | |
Static Public Attributes | |
ConfigClass = CoaddBaseConfig | |
Base class for coaddition.
Subclasses must specify _DefaultName
Definition at line 131 of file coaddBase.py.
def lsst.pipe.tasks.coaddBase.CoaddBaseTask.__init__ | ( | self, | |
** | kwargs | ||
) |
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 174 of file coaddBase.py.
def lsst.pipe.tasks.coaddBase.CoaddBaseTask.getSkyInfo | ( | self, | |
patchRef | |||
) |
Use getSkyInfo to return the skyMap, tract and patch information, wcs and the outer bbox of the patch.
[in] | patchRef | data reference for sky map. Must include keys "tract" and "patch" |
Definition at line 143 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 : string Either 'direct' or 'psfMatched' Returns ------- WarpDatasetName : `string`
Definition at line 160 of file coaddBase.py.
|
static |
Definition at line 136 of file coaddBase.py.