Skip to content

Commit

Permalink
Add Grism to short wavelength bandpasses
Browse files Browse the repository at this point in the history
  • Loading branch information
arunkannawadi committed Jul 18, 2024
1 parent feceb8f commit b37fc91
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions galsim/roman/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,10 @@
# Which bands should use the long vs short pupil plane files for the PSF.
# F184, K213
longwave_bands = ['F184', 'K213']
# R062, Z087, Y106, J129, H158, W146
shortwave_bands = ['R062', 'Z087', 'Y106', 'J129', 'H158', 'W146','SNPrism']
# R062, Z087, Y106, J129, H158, W146, SNPrism, Grism_0thOrder, Grism_1stOrder.
# Note that the last three are not imaging bands.
shortwave_bands = ['R062', 'Z087', 'Y106', 'J129', 'H158', 'W146',
'SNPrism', 'Grism_0thOrder', 'Grism_1stOrder']

stray_light_fraction = 0.1

Expand Down

0 comments on commit b37fc91

Please sign in to comment.