Sedboundaryterm#
- class lsst.fgcmcal.Sedboundaryterm(*args, **kw)#
Bases:
ConfigSED 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.Attributes Summary
Attributes Documentation
- primary#
name of primary band (
str)
- secondary#
name of secondary band (
str)