lsst.pipe.tasks gcf790cdeb6+e07a3617c0
Loading...
Searching...
No Matches
lsst.pipe.tasks.coaddBase.CoaddBaseTask Class Reference
Inheritance diagram for lsst.pipe.tasks.coaddBase.CoaddBaseTask:

Public Member Functions

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

Static Public Attributes

 ConfigClass = CoaddBaseConfig
 

Detailed Description

Base class for coaddition.

Subclasses must specify _DefaultName

Definition at line 79 of file coaddBase.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 87 of file coaddBase.py.

Member Function Documentation

◆ getBadPixelMask()

lsst.pipe.tasks.coaddBase.CoaddBaseTask.getBadPixelMask ( self)
Convenience method to provide the bitmask from the mask plane names

Definition at line 106 of file coaddBase.py.

◆ getTempExpDatasetName()

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 92 of file coaddBase.py.

Member Data Documentation

◆ ConfigClass

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

Definition at line 85 of file coaddBase.py.


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