Skip to content

Commit

Permalink
fix case of referenced image filename
Browse files Browse the repository at this point in the history
  • Loading branch information
kecnry committed Dec 19, 2024
1 parent f915bf5 commit 6a4ac6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jdaviz/configs/imviz/plugins/footprints/footprints.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def __init__(self, *args, **kwargs):
on_remove=self._on_overlay_remove)

if self.has_pysiaf:
obs_icons = {'JWST': read_icon(os.path.join(ICON_DIR, 'JWST_solid.svg'), 'svg+xml'),
obs_icons = {'JWST': read_icon(os.path.join(ICON_DIR, 'jwst_solid.svg'), 'svg+xml'),
'Roman': read_icon(os.path.join(ICON_DIR, 'Roman_solid.svg'), 'svg+xml')}
preset_options = [{'label': display_name,
'siaf_name': siaf_name,
Expand Down

0 comments on commit 6a4ac6d

Please sign in to comment.