lsst.pipe.tasks g35da1f9f46+057a7ca058
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 1804 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 1810 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 1817 of file functors.py.

Member Data Documentation

◆ _columns

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

Definition at line 1813 of file functors.py.

◆ _defaultDataset

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

Definition at line 1806 of file functors.py.

◆ name

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

Definition at line 1807 of file functors.py.

◆ sfd

lsst.pipe.tasks.functors.Ebv.sfd

Definition at line 1814 of file functors.py.

◆ shortname

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

Definition at line 1808 of file functors.py.


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