Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions imap_processing/tests/ultra/unit/test_ultra_l2.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
48 changes: 24 additions & 24 deletions imap_processing/ultra/l2/ultra_l2_systematic_uncertainties.csv
Original file line number Diff line number Diff line change
@@ -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
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
Loading