lsst.pipe.tasks g124d44cf3d+604aa34adb
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Protected Attributes | Static Protected Attributes | List of all members
lsst.pipe.tasks.functors.Ebv Class Reference
Inheritance diagram for lsst.pipe.tasks.functors.Ebv:
lsst.pipe.tasks.functors.Functor

Public Member Functions

 __init__ (self, **kwargs)
 

Public Attributes

 sfd
 

Static Public Attributes

str name = "E(B-V)"
 
str shortname = "ebv"
 

Protected Member Functions

 _func (self, df)
 

Protected Attributes

 _columns
 

Static Protected Attributes

str _defaultDataset = 'ref'
 

Detailed Description

Compute E(B-V) from dustmaps.sfd.

Definition at line 1815 of file functors.py.

Constructor & Destructor Documentation

◆ __init__()

lsst.pipe.tasks.functors.Ebv.__init__ ( self,
** kwargs )

Reimplemented from lsst.pipe.tasks.functors.Functor.

Definition at line 1821 of file functors.py.

Member Function Documentation

◆ _func()

lsst.pipe.tasks.functors.Ebv._func ( self,
df )
protected

Reimplemented from lsst.pipe.tasks.functors.Functor.

Definition at line 1828 of file functors.py.

Member Data Documentation

◆ _columns

lsst.pipe.tasks.functors.Ebv._columns
protected

Definition at line 1824 of file functors.py.

◆ _defaultDataset

str lsst.pipe.tasks.functors.Ebv._defaultDataset = 'ref'
staticprotected

Definition at line 1817 of file functors.py.

◆ name

str lsst.pipe.tasks.functors.Ebv.name = "E(B-V)"
static

Definition at line 1818 of file functors.py.

◆ sfd

lsst.pipe.tasks.functors.Ebv.sfd

Definition at line 1825 of file functors.py.

◆ shortname

str lsst.pipe.tasks.functors.Ebv.shortname = "ebv"
static

Definition at line 1819 of file functors.py.


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