@@ -304,6 +304,11 @@ def determine_spice_offset(date: datetime):
304304 GLOWS_TEST_DATA / "imap_glows_l3c_sw-profile_20100519-cr02097_v001.cdf" ,
305305
306306 GLOWS_TEST_DATA / "imap_glows_l3d_solar-hist_19470303-cr02096_v001.cdf" ,
307+ GLOWS_TEST_DATA / "imap_glows_l3e_survival-probability-hi-45_20100103-repoint00151_v001.cdf" ,
308+ GLOWS_TEST_DATA / "imap_glows_l3e_survival-probability-hi-90_20100103-repoint00151_v001.cdf" ,
309+ GLOWS_TEST_DATA / "imap_glows_l3e_survival-probability-lo_20100103-repoint00151_v001.cdf" ,
310+ GLOWS_TEST_DATA / "imap_glows_l3e_survival-probability-ul-hf_20100103-repoint00151_v001.cdf" ,
311+ GLOWS_TEST_DATA / "imap_glows_l3e_survival-probability-ul-sf_20100103-repoint00151_v001.cdf" ,
307312
308313 GLOWS_TEST_DATA / "imap_glows_uv-anisotropy-1CR_20100101_v001.json" ,
309314 GLOWS_TEST_DATA / "imap_glows_WawHelioIonMP_20100101_v001.json" ,
@@ -350,12 +355,18 @@ def determine_spice_offset(date: datetime):
350355 ScienceFilePath ('imap_glows_l3c_sw-profile_20100103-cr02092_v002.cdf' ),
351356
352357 ScienceFilePath ('imap_glows_l3d_solar-hist_19470303-cr02096_v002.cdf' ),
353- AncillaryFilePath ('imap_glows_uv-anis_19470303_20250509_v002.dat' ),
354- AncillaryFilePath ('imap_glows_lya_19470303_20250509_v002.dat' ),
355- AncillaryFilePath ('imap_glows_e-dens_19470303_20250509_v002.dat' ),
356- AncillaryFilePath ('imap_glows_p-dens_19470303_20250509_v002.dat' ),
357- AncillaryFilePath ('imap_glows_speed_19470303_20250509_v002.dat' ),
358- AncillaryFilePath ('imap_glows_phion_19470303_20250509_v002.dat' ),
358+ AncillaryFilePath ('imap_glows_uv-anis_19470303_20100506_v002.dat' ),
359+ AncillaryFilePath ('imap_glows_lya_19470303_20100506_v002.dat' ),
360+ AncillaryFilePath ('imap_glows_e-dens_19470303_20100506_v002.dat' ),
361+ AncillaryFilePath ('imap_glows_p-dens_19470303_20100506_v002.dat' ),
362+ AncillaryFilePath ('imap_glows_speed_19470303_20100506_v002.dat' ),
363+ AncillaryFilePath ('imap_glows_phion_19470303_20100506_v002.dat' ),
364+
365+ ScienceFilePath ("imap_glows_l3e_survival-probability-hi-45_20100103-repoint00151_v002.cdf" ),
366+ ScienceFilePath ("imap_glows_l3e_survival-probability-hi-90_20100103-repoint00151_v002.cdf" ),
367+ ScienceFilePath ("imap_glows_l3e_survival-probability-lo_20100103-repoint00151_v002.cdf" ),
368+ ScienceFilePath ("imap_glows_l3e_survival-probability-ul-hf_20100103-repoint00151_v002.cdf" ),
369+ ScienceFilePath ("imap_glows_l3e_survival-probability-ul-sf_20100103-repoint00151_v002.cdf" ),
359370 ]
360371
361372 for file_path in expected_files :
0 commit comments