Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisSWDavis authored Mar 15, 2024
1 parent 5047f8e commit c501d0e
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,26 +108,26 @@ test_isotropic_dose_rates = AniMAIRE.run_from_spectra(
)
```

in Python. This should produce some dose rates as output to `test_isotropic_dose_rates` in the format:

```
latitude longitude altitude (km) edose adose dosee tn1 tn2 tn3 SEU SEL NM64_cr_unnorm
0 65.0 25.0 0.0000 0.010434 0.012526 0.010010 0.004431 0.002726 0.001826 2.725682e-16 2.725682e-11 2.001550
1 65.0 25.0 3.0480 0.101553 0.117294 0.085010 0.051717 0.033506 0.022912 3.350616e-15 3.350616e-10 26.038614
2 65.0 25.0 6.0960 0.669389 0.736989 0.456343 0.324250 0.210297 0.144131 2.102967e-14 2.102967e-09 170.511446
3 65.0 25.0 7.6200 1.432404 1.525608 0.966025 0.658130 0.426616 0.292777 4.266156e-14 4.266156e-09 358.535818
4 65.0 25.0 8.5344 2.147704 2.220632 1.416257 0.950846 0.614894 0.422072 6.148938e-14 6.148938e-09 530.590955
5 65.0 25.0 9.4488 3.108676 3.124392 2.063826 1.319292 0.854931 0.586036 8.549315e-14 8.549315e-09 756.502868
6 65.0 25.0 10.3632 4.377677 4.263813 2.692120 1.767081 1.142345 0.782749 1.142345e-13 1.142345e-08 1041.707161
7 65.0 25.0 11.2776 5.993970 5.643631 3.764450 2.292849 1.480059 1.010255 1.480059e-13 1.480059e-08 1388.620665
8 65.0 25.0 12.1920 7.953998 7.262904 5.017846 2.881359 1.850446 1.263386 1.850446e-13 1.850446e-08 1796.032147
9 65.0 25.0 13.1064 10.414874 9.115408 6.247418 3.514676 2.249009 1.532907 2.249009e-13 2.249009e-08 2258.927626
10 65.0 25.0 14.0208 13.242733 11.101641 7.800097 4.184576 2.665499 1.810092 2.665499e-13 2.665499e-08 2768.780547
11 65.0 25.0 14.9352 16.603692 13.430864 9.571582 4.865316 3.082233 2.086676 3.082233e-13 3.082233e-08 3314.247627
12 65.0 25.0 15.8496 20.842479 15.942018 11.573518 5.568722 3.503950 2.361370 3.503950e-13 3.503950e-08 3882.143722
13 65.0 25.0 16.7640 25.482167 18.658393 13.926003 6.254882 3.914514 2.628245 3.914514e-13 3.914514e-08 4458.536645
14 65.0 25.0 17.6784 31.020574 21.767530 16.937656 6.902852 4.295149 2.869582 4.295149e-13 4.295149e-08 5029.806674
15 65.0 25.0 18.5928 37.203113 24.734609 19.638953 7.495669 4.637948 3.081391 4.637948e-13 4.637948e-08 5583.547071
in Python. This should produce some dose rates as output to `test_isotropic_dose_rates` in the format (the meaning of each column is explained later on in this README, under the "Simple isotropic runs and plotting" heading):

```
latitude longitude altitude (km) edose adose dosee tn1 tn2 tn3 SEU SEL
0 65.0 25.0 0.0000 0.010434 0.012526 0.010010 0.004431 0.002726 0.001826 2.725682e-16 2.725682e-11
1 65.0 25.0 3.0480 0.101553 0.117294 0.085010 0.051717 0.033506 0.022912 3.350616e-15 3.350616e-10
2 65.0 25.0 6.0960 0.669389 0.736989 0.456343 0.324250 0.210297 0.144131 2.102967e-14 2.102967e-09
3 65.0 25.0 7.6200 1.432404 1.525608 0.966025 0.658130 0.426616 0.292777 4.266156e-14 4.266156e-09
4 65.0 25.0 8.5344 2.147704 2.220632 1.416257 0.950846 0.614894 0.422072 6.148938e-14 6.148938e-09
5 65.0 25.0 9.4488 3.108676 3.124392 2.063826 1.319292 0.854931 0.586036 8.549315e-14 8.549315e-09
6 65.0 25.0 10.3632 4.377677 4.263813 2.692120 1.767081 1.142345 0.782749 1.142345e-13 1.142345e-08
7 65.0 25.0 11.2776 5.993970 5.643631 3.764450 2.292849 1.480059 1.010255 1.480059e-13 1.480059e-08
8 65.0 25.0 12.1920 7.953998 7.262904 5.017846 2.881359 1.850446 1.263386 1.850446e-13 1.850446e-08
9 65.0 25.0 13.1064 10.414874 9.115408 6.247418 3.514676 2.249009 1.532907 2.249009e-13 2.249009e-08
10 65.0 25.0 14.0208 13.242733 11.101641 7.800097 4.184576 2.665499 1.810092 2.665499e-13 2.665499e-08
11 65.0 25.0 14.9352 16.603692 13.430864 9.571582 4.865316 3.082233 2.086676 3.082233e-13 3.082233e-08
12 65.0 25.0 15.8496 20.842479 15.942018 11.573518 5.568722 3.503950 2.361370 3.503950e-13 3.503950e-08
13 65.0 25.0 16.7640 25.482167 18.658393 13.926003 6.254882 3.914514 2.628245 3.914514e-13 3.914514e-08
14 65.0 25.0 17.6784 31.020574 21.767530 16.937656 6.902852 4.295149 2.869582 4.295149e-13 4.295149e-08
15 65.0 25.0 18.5928 37.203113 24.734609 19.638953 7.495669 4.637948 3.081391 4.637948e-13 4.637948e-08
```

## Calculating dose rates at any location in Earth's atmosphere
Expand Down

0 comments on commit c501d0e

Please sign in to comment.