lsst.fgcmcal  20.0.0-6-g9a5b7a1+118284cf5c
Static Public Attributes | List of all members
lsst.fgcmcal.sedterms.Sedboundaryterm Class Reference
Inheritance diagram for lsst.fgcmcal.sedterms.Sedboundaryterm:

Static Public Attributes

 primary = Field(dtype=str, doc="name of primary band")
 
 secondary = Field(dtype=str, doc="name of secondary band")
 

Detailed Description

SED boundary term for a pair of bands.

The SED slope (in flux units) at the boundary between two bands is given by:

    S = -0.921 * (primary - secondary) / (lambda_primary - lambda_secondary)

To construct a Sedboundaryterm, use keyword arguments:
Sedboundaryterm(primary=primaryBandName, secondary=secondaryBandName)

This is a subclass of Config.  This follows the form of
`lsst.pipe.tasks.Colorterm`.

Definition at line 30 of file sedterms.py.

Member Data Documentation

◆ primary

lsst.fgcmcal.sedterms.Sedboundaryterm.primary = Field(dtype=str, doc="name of primary band")
static

Definition at line 43 of file sedterms.py.

◆ secondary

lsst.fgcmcal.sedterms.Sedboundaryterm.secondary = Field(dtype=str, doc="name of secondary band")
static

Definition at line 44 of file sedterms.py.


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