Skip to content

Commit

Permalink
Add dispersive bands in test_roman
Browse files Browse the repository at this point in the history
  • Loading branch information
arunkannawadi authored Jul 31, 2024
1 parent 0857e7a commit a8bca52
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/test_roman.py
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,11 @@ def test_roman_basic_numbers():
'H158': 0.04,
'F184': 0.17,
'K213': 4.52,
'W146': 0.98}
'W146': 0.98,
'SNPrism': 0.00,
'Grism_0thOrder': 0.00,
'Grism_1stOrder': 0.00,
}
ref_pupil_plane_file = os.path.join(
galsim.meta_data.share_dir, 'roman', 'SCA2_rim_mask.fits.gz')
ref_stray_light_fraction = 0.1
Expand Down

0 comments on commit a8bca52

Please sign in to comment.