Skip to content

Commit

Permalink
Merge pull request #24 from lsst-dm/tickets/DM-44967
Browse files Browse the repository at this point in the history
DM-44967: Add vignetting keywords.
  • Loading branch information
ktlim committed Jun 25, 2024
2 parents 70fa1ab + 5100ff1 commit 998cea2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/lsst/consdb/hinfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,8 @@ def fp_region(
"wind_dir": "WINDDIR",
"dimm_seeing": "SEEING",
"focus_z": "FOCUSZ",
"vignette": "VIGNETTE",
"vignette_min": "VIGN_MIN",
"s_region": (fp_region, "camera", "IMGTYPE", "RA", "DEC", "ROTPA"),
}

Expand Down

0 comments on commit 998cea2

Please sign in to comment.