lsst.fgcmcal g5ec818987f+864ee9cddb
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
lsst.fgcmcal.sedterms.SedboundarytermDict Class Reference
Inheritance diagram for lsst.fgcmcal.sedterms.SedboundarytermDict:

Static Public Attributes

 data
 

Detailed Description

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.

Member Data Documentation

◆ data

lsst.fgcmcal.sedterms.SedboundarytermDict.data
static
Initial value:
= ConfigDictField(
doc="Mapping of Sedboundary term name to Sedboundaryterm",
keytype=str,
itemtype=Sedboundaryterm,
default={},
)

Definition at line 63 of file sedterms.py.


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