|
lsst.fgcmcal
21.0.0-13-g1721dae+760e7a6536
|
Static Public Attributes | |
| primary = Field(dtype=str, doc="name of primary band") | |
| secondary = Field(dtype=str, doc="name of secondary band") | |
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.
|
static |
Definition at line 43 of file sedterms.py.
|
static |
Definition at line 44 of file sedterms.py.