lsst.pipe.tasks g74b9dd4314+e6fb14f238
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | List of all members
lsst.pipe.tasks.coaddBase.CoaddBaseTask Class Reference
Inheritance diagram for lsst.pipe.tasks.coaddBase.CoaddBaseTask:
lsst.pipe.tasks.assembleCoadd.AssembleCoaddTask lsst.pipe.tasks.assembleCoadd.CompareWarpAssembleCoaddTask

Public Member Functions

def __init__ (self, **kwargs)
 
def getTempExpDatasetName (self, warpType="direct")
 
def getBadPixelMask (self)
 

Static Public Attributes

 ConfigClass = CoaddBaseConfig
 

Detailed Description

Base class for coaddition.

Subclasses must specify _DefaultName

Definition at line 130 of file coaddBase.py.

Constructor & Destructor Documentation

◆ __init__()

def lsst.pipe.tasks.coaddBase.CoaddBaseTask.__init__ (   self,
**  kwargs 
)

Member Function Documentation

◆ getBadPixelMask()

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.

◆ getTempExpDatasetName()

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.

Member Data Documentation

◆ ConfigClass

lsst.pipe.tasks.coaddBase.CoaddBaseTask.ConfigClass = CoaddBaseConfig
static

Definition at line 136 of file coaddBase.py.


The documentation for this class was generated from the following file: