We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0857c2c commit 2dc9743Copy full SHA for 2dc9743
tests/test_instrument.py
@@ -25,7 +25,7 @@ def setup_instrument_hardware():
25
config = config_parser.Config(config_filename)
26
hardware = instrument.Hardware(config)
27
make_radiance_maps.MakeRadianceMaps(config).run()
28
- filenames = glob(os.getenv('suncet_data') + '/mhd/bright_fast/rendered_euv_maps/SunCET_MapSeq_044.fits')
+ filenames = glob(os.getenv('suncet_data') + '/mhd/bright_fast/rendered_euv_maps/radiance_maps_200.fits')
29
radiance_maps = sunpy.map.Map(filenames, sequence=True)
30
hardware.store_target_wavelengths(radiance_maps)
31
hardware.compute_effective_area()
0 commit comments