|
lsst.fgcmcal
21.0.0-13-g1721dae+760e7a6536
|
Static Public Attributes | |
| data | |
A mapping of Sedboundaryterm name to Sedterm.
To construct a SedboundarytermDict use keyword arguments:
SedboundarytermDict(data=dataDict)
where dataDict is a Python dict of name: Sedterm
For example::
SedboundarytermDict(data={
'gr': Sedboundaryterm(primary="g", secondary="r"),
'ri': Sedboundaryterm(primary="r", secondary="i"),
})
This is a subclass of Config. This follows the form of
`lsst.pipe.tasks.ColortermDict`.
Definition at line 47 of file sedterms.py.
|
static |
Definition at line 63 of file sedterms.py.