|
10 | 10 | % ----------------------------------------------------------------------- %
|
11 | 11 | % AUTHORS: Christine Y Chen [CYC], David McGee [DM]
|
12 | 12 | % Created: 06/09/15
|
13 |
| -% Last updated: 06/09/15 |
| 13 | +% Last updated: 2/15/24 |
14 | 14 | %% ---------------------- REVISION HISTORY ------------------------------ %
|
15 | 15 | %
|
| 16 | +% 02/15/24 [BHT] Updated spike constants |
16 | 17 | % 06/09/15 [CYC] Created by CYC. Based on Excel reduction sheet from
|
17 | 18 | % Dec 2014.
|
18 | 19 | %
|
|
21 | 22 |
|
22 | 23 | constants.spk.arag.U238_U233 = 0.000284180083703407;
|
23 | 24 | constants.spk.arag.U235_U233 = 0.0000436564125150588;
|
24 |
| -constants.spk.arag.U234_U233 = 0.000346078761686624; |
| 25 | +constants.spk.arag.U234_U233 = 0.000357; |
25 | 26 | constants.spk.arag.Th232_Th229 = 0.0035688899585085;
|
26 | 27 | constants.spk.arag.Th230_Th229 = 0.0000568907919271831;
|
27 |
| -constants.spk.arag.Th229 = 0.44434; |
28 |
| -constants.spk.arag.U233 = 8.25560374325385; |
| 28 | +constants.spk.arag.Th229 = 0.372470996654462; |
| 29 | +constants.spk.arag.U233 = 6.921675; |
29 | 30 | constants.spk.arag.U236_U233 = 0.981296488921163;
|
30 | 31 |
|
31 | 32 | constants.spk.calc.U238_U233 = 0.000175450777882931;
|
32 | 33 | constants.spk.calc.U235_U233 = 0.0000430555690434635;
|
33 |
| -constants.spk.calc.U234_U233 = constants.spk.arag.U234_U233; |
| 34 | +constants.spk.calc.U234_U233 = 0.00036; |
34 | 35 | constants.spk.calc.Th232_Th229 = 0.00119508371329823;
|
35 | 36 | constants.spk.calc.Th230_Th229 = 0.0000538350424096104;
|
36 |
| -constants.spk.calc.Th229 = 0.34846; |
37 |
| -constants.spk.calc.U233 = 2.572262028; |
| 37 | +constants.spk.calc.Th229 = 0.329206684955765; |
| 38 | +constants.spk.calc.U233 = 2.422859592; |
38 | 39 | constants.spk.calc.U236_U233 = 0.981296488921163;
|
39 | 40 |
|
40 | 41 | %% --------------------- Read in decay constants and masses ------------- %
|
|
0 commit comments