SedboundarytermDict#

class lsst.fgcmcal.SedboundarytermDict(*args, **kw)#

Bases: Config

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.

Attributes Summary

data

Mapping of Sedboundary term name to Sedboundaryterm (ConfigDict, default {})

Attributes Documentation

data#

Mapping of Sedboundary term name to Sedboundaryterm (ConfigDict, default {})