Skip to content

Commit

Permalink
addressing review comment from Ricky
Browse files Browse the repository at this point in the history
  • Loading branch information
bmorris3 committed Dec 5, 2024
1 parent 7f9e90b commit 8a20a2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jdaviz/configs/imviz/plugins/footprints/preset_regions.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def instrument_footprint(

# use different definitions of the center for JWST and Roman:
if observatory == "Roman":
if instrument.startswith("WFI"):
if 'CGI' not in instrument:
center = siaf_interface.apertures['WFI_CEN']
else:
center = siaf_interface.apertures['CGI_CEN']
Expand Down

0 comments on commit 8a20a2b

Please sign in to comment.