Skip to content

Commit

Permalink
Merge pull request #889 from mperrin/fix_888
Browse files Browse the repository at this point in the history
Fix #888, typo in NIRSpec disperser list
  • Loading branch information
BradleySappington committed Jul 24, 2024
2 parents 5f3db8b + b367271 commit d4e4ea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webbpsf/webbpsf_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -3172,7 +3172,7 @@ def __init__(self):
self.image_mask = 'MSA all open'
self.pupil_mask = self.pupil_mask_list[-1]

self.disperser_list = ['PRISM', 'G140M', 'G140H', 'G235M', 'G235H', 'G394M', 'G395H']
self.disperser_list = ['PRISM', 'G140M', 'G140H', 'G235M', 'G235H', 'G395M', 'G395H']
self._disperser = None
self._IFU_bands_cubepars = {
'PRISM/CLEAR': (0.10, 0.0050, 0.60, 5.30),
Expand Down

0 comments on commit d4e4ea3

Please sign in to comment.