Skip to content

Commit

Permalink
Expand names.
Browse files Browse the repository at this point in the history
  • Loading branch information
ktlim committed May 14, 2024
1 parent 398759d commit 07af014
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions python/lsst/consdb/hinfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ def logical_or(*bools: int | str | None) -> bool:
"shut_time": "SHUTTIME",
"dark_time": "DARKTIME",
"group_id": "GROUPID",
"curindex": "CURINDEX",
"maxindex": "MAXINDEX",
"imgtype": "IMGTYPE",
"cur_index": "CURINDEX",
"max_index": "MAXINDEX",
"img_type": "IMGTYPE",
"emulated": (logical_or, "EMUIMAGE"),
"science_program": "PROGRAM",
"observation_reason": "REASON",
Expand Down

0 comments on commit 07af014

Please sign in to comment.