File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 57
57
#==============================================================================
58
58
59
59
#: bool: If False, U-series equations based on Bateman (1910) are implemented
60
- #: rather than the standard equations that rely on the assumption of negligible
60
+ #: rather than the standard equations that rely on the assumption of negligible
61
61
#: decay of 238U. Note, that the default Cheng et al. (2013) decay constants
62
62
#: are computed assuming secular equilibrium so these should be re-computed
63
63
#: using their measured eq. 234U/238U and 230Th/238U values if implementing
138
138
#==============================================================================
139
139
conc_age_bounds = [0.010 , 4600 ] # eq. age bounds (Ma)
140
140
# Diseq. concordia age upper and lower bounds (Ma) if
141
- # 0) inital A08 and ar48
142
- # 1) present ar48 only
143
- # 2) present A08
141
+ # 0) initial [234U/238U] and [230Th/238U]
142
+ # 1) present [234U/238U], initial [230Th/238U]
143
+ # 2) present [230Th/238U]
144
144
diseq_conc_age_bounds = [[1e-03 , 100. ,],
145
- [1e-03 , 2.5 ],
146
- [1e-03 , 1.5 ]]
145
+ [1e-03 , 5.0 ],
146
+ [1e-03 , 2.0 ]]
147
147
148
148
plot_age_markers = True
149
149
label_markers = True
176
176
'linewidth' : 0.5 ,
177
177
'zorder' : 10
178
178
}
179
+
179
180
#: Concordia uncertainty envelope fill key-word arguments.
180
181
conc_env_kw = {
181
182
'alpha' : 1.0 ,
You can’t perform that action at this time.
0 commit comments