Skip to content

Commit

Permalink
fix bug reading NIRISS crds config
Browse files Browse the repository at this point in the history
  • Loading branch information
gbrammer committed Sep 22, 2023
1 parent 368cb84 commit 8f2c9c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grizli/grismconf.py
Original file line number Diff line number Diff line change
Expand Up @@ -674,8 +674,8 @@ def get_config_filename(instrume='WFC3', filter='F140W',
_pupil = filter
_filter = grism
else:
_pupil = grism
_filter = filter
_pupil = filter
_filter = grism

refs = crds_reffiles(instrument=instrume,
filter=_filter,
Expand Down

0 comments on commit 8f2c9c7

Please sign in to comment.