Skip to content

Commit

Permalink
update ell range of the null to nominal
Browse files Browse the repository at this point in the history
  • Loading branch information
Louis Thibaut committed Nov 6, 2024
1 parent 0e200b6 commit 423648c
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions project/data_analysis/python/null_tests/null_infos.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,33 +2,33 @@
multipole_range = {
"dr6_pa4_f150": {
"T": [1250, 8500],
"E": [500, 8500],
"B": [500, 8500]
"E": [1250, 8500],
"B": [1250, 8500]
},
"dr6_pa4_f220": {
"T": [1000, 8500],
"E": [500, 8500],
"B": [500, 8500]
"E": [1000, 8500],
"B": [1000, 8500]
},
"dr6_pa5_f090": {
"T": [1000, 8500],
"E": [500, 8500],
"B": [500, 8500]
"E": [1000, 8500],
"B": [1000, 8500]
},
"dr6_pa5_f150": {
"T": [800, 8500],
"E": [500, 8500],
"B": [500, 8500]
"E": [800, 8500],
"B": [800, 8500]
},
"dr6_pa6_f090": {
"T": [1000, 8500],
"E": [500, 8500],
"B": [500, 8500]
"E": [1000, 8500],
"B": [1000, 8500]
},
"dr6_pa6_f150": {
"T": [600, 8500],
"E": [500, 8500],
"B": [500, 8500]
"E": [600, 8500],
"B": [600, 8500]
}
}

Expand Down

0 comments on commit 423648c

Please sign in to comment.