Skip to content

Commit

Permalink
Add doc field to FilterDefinition
Browse files Browse the repository at this point in the history
  • Loading branch information
parejkoj committed Jan 30, 2021
1 parent 1074344 commit a0d1097
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions python/lsst/obs/base/filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,11 @@ class FilterDefinition:
of `~lsst.afw.image.Filter` aliases.
"""

doc: str = None
"""A short description of this filter, possibly with a link to more
information.
"""

afw_name: str = None
"""If not None, the name of the `~lsst.afw.image.Filter` object.
Expand Down

0 comments on commit a0d1097

Please sign in to comment.