lsst.pipe.tasks g9a336e467d+02e4f8badd
Public Member Functions | Public Attributes | Static Public 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

def __init__ (self, **kwargs)
 

Public Attributes

 sfd
 

Static Public Attributes

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

Detailed Description

Compute E(B-V) from dustmaps.sfd

Definition at line 1910 of file functors.py.

Constructor & Destructor Documentation

◆ __init__()

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

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

Definition at line 1917 of file functors.py.

Member Data Documentation

◆ name

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

Definition at line 1914 of file functors.py.

◆ sfd

lsst.pipe.tasks.functors.Ebv.sfd

Definition at line 1919 of file functors.py.

◆ shortname

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

Definition at line 1915 of file functors.py.


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