lsst.pipe.tasks gcadf7aa612+8a2b7c9dea
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:

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

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 124 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 143 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 129 of file coaddBase.py.

Member Data Documentation

◆ ConfigClass

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

Definition at line 122 of file coaddBase.py.


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