diff options
author | tlatorre <tlatorre@uchicago.edu> | 2020-02-19 11:53:35 -0600 |
---|---|---|
committer | tlatorre <tlatorre@uchicago.edu> | 2020-02-19 11:53:35 -0600 |
commit | 3550aafb5784197cd2b0a3e5c1af645175084234 (patch) | |
tree | dd725e3dc49296b423019c9c4cb3e203c09893d9 /.gitignore | |
parent | f41d2cfab0ebe9d8a41333b6a24cf44550ce68d2 (diff) | |
download | sddm-3550aafb5784197cd2b0a3e5c1af645175084234.tar.gz sddm-3550aafb5784197cd2b0a3e5c1af645175084234.tar.bz2 sddm-3550aafb5784197cd2b0a3e5c1af645175084234.zip |
add scripts to apply neutrino oscillations to the atmospheric fluxes
This commit adds four scripts:
1. calculate-atmospheric-oscillations
This script uses an independent python package called nucraft to calculate the
neutrino oscillation probabilities for atmospheric neutrinos. These
probabilities are calculated as a function of energy and cosine of the zenith
angle and stored in text files.
2. apply-atmospheric-oscillations
This script combines the high energy 2D atmospheric neutrino flux from Barr and
the low energy 1D flux from Battistoni and then applies neutrino oscillations
to them. The results are then stored in new flux files that can be used with a
modified version of GENIE to simulate the oscillated atmospheric neutrino flux
from 10 MeV to 10 GeV.
3. plot-atmospheric-fluxes
This is a simple script to plot the atmospheric flux files produced by
apply-atmospheric-oscillations.
4. plot-atmospheric-oscillations
This is a simple script to plot the 2D neutrino oscillation probabilities.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ *.swp *.swo +*.swm +*.swn *.o *.zdab *.txt |