From 8162d528b4c1b5e47e17d9acf6a630e4e35b5c78 Mon Sep 17 00:00:00 2001 From: Luisa Date: Tue, 9 Jun 2026 10:15:31 -0400 Subject: [PATCH] Update uncertianty values --- .../tests/ultra/unit/test_ultra_l2.py | 24 +++++----- .../l2/ultra_l2_systematic_uncertainties.csv | 48 +++++++++---------- 2 files changed, 36 insertions(+), 36 deletions(-) diff --git a/imap_processing/tests/ultra/unit/test_ultra_l2.py b/imap_processing/tests/ultra/unit/test_ultra_l2.py index bad3843de..217662df4 100644 --- a/imap_processing/tests/ultra/unit/test_ultra_l2.py +++ b/imap_processing/tests/ultra/unit/test_ultra_l2.py @@ -543,18 +543,18 @@ def test_ultra_l2_output_unbinned_healpix(self, mock_data_dict, furnish_kernels) expected_unc = np.broadcast_to( np.array( [ - 0.330108892, - 0.297241, - 0.258871, - 0.232249, - 0.26833, - 0.297576, - 0.330108892, - 0.330108892, - 0.330108892, - 0.330108892, - 0.330108892, - 0.330108892, + 0.380, + 0.347, + 0.309, + 0.282, + 0.318, + 0.348, + 0.380, + 0.380, + 0.380, + 0.380, + 0.380, + 0.380, ] )[np.newaxis, :, np.newaxis], map_dataset["ena_intensity_stat_uncert"].shape, diff --git a/imap_processing/ultra/l2/ultra_l2_systematic_uncertainties.csv b/imap_processing/ultra/l2/ultra_l2_systematic_uncertainties.csv index 1e758e4b8..6209df322 100644 --- a/imap_processing/ultra/l2/ultra_l2_systematic_uncertainties.csv +++ b/imap_processing/ultra/l2/ultra_l2_systematic_uncertainties.csv @@ -1,25 +1,25 @@ fm,energy,systematic_uncertainty -90,3.71,0.330108892 -90,5.66,0.297241 -90,8.45,0.258871 -90,12.7,0.232249 -90,19.19,0.26833 -90,28.64,0.297576 -90,42.74,0.330108892 -90,63.78,0.330108892 -90,95.18,0.330108892 -90,142.04,0.330108892 -90,211.97,0.330108892 -90,286.21,0.330108892 -45,3.71,0.329846444 -45,5.66,0.295639 -45,8.45,0.258938 -45,12.7,0.232017 -45,19.19,0.267892 -45,28.64,0.2972 -45,42.74,0.329846444 -45,63.78,0.329846444 -45,95.18,0.329846444 -45,142.04,0.329846444 -45,211.97,0.329846444 -45,286.21,0.329846444 \ No newline at end of file +90,3.71,0.380 +90,5.66,0.347 +90,8.45,0.309 +90,12.7,0.282 +90,19.19,0.318 +90,28.64,0.348 +90,42.74,0.380 +90,63.78,0.380 +90,95.18,0.380 +90,142.04,0.380 +90,211.97,0.380 +90,286.21,0.380 +45,3.71,0.500 +45,5.66,0.446 +45,8.45,0.409 +45,12.7,0.382 +45,19.19,0.418 +45,28.64,0.447 +45,42.74,0.480 +45,63.78,0.480 +45,95.18,0.480 +45,142.04,0.480 +45,211.97,0.480 +45,286.21,0.480 \ No newline at end of file