Skip to content

Commit 2dc9743

Browse files
the default radiance map got updated; this hardcode change reflects that
1 parent 0857c2c commit 2dc9743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_instrument.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def setup_instrument_hardware():
2525
config = config_parser.Config(config_filename)
2626
hardware = instrument.Hardware(config)
2727
make_radiance_maps.MakeRadianceMaps(config).run()
28-
filenames = glob(os.getenv('suncet_data') + '/mhd/bright_fast/rendered_euv_maps/SunCET_MapSeq_044.fits')
28+
filenames = glob(os.getenv('suncet_data') + '/mhd/bright_fast/rendered_euv_maps/radiance_maps_200.fits')
2929
radiance_maps = sunpy.map.Map(filenames, sequence=True)
3030
hardware.store_target_wavelengths(radiance_maps)
3131
hardware.compute_effective_area()

0 commit comments

Comments
 (0)