Skip to content

Commit 20a6a11

Browse files
committed
Update cfg.py
1 parent c04f4a9 commit 20a6a11

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

src/pysoplot/cfg.py

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
#==============================================================================
5858

5959
#: 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
6161
#: decay of 238U. Note, that the default Cheng et al. (2013) decay constants
6262
#: are computed assuming secular equilibrium so these should be re-computed
6363
#: using their measured eq. 234U/238U and 230Th/238U values if implementing
@@ -138,12 +138,12 @@
138138
#==============================================================================
139139
conc_age_bounds = [0.010, 4600] # eq. age bounds (Ma)
140140
# 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]
144144
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]]
147147

148148
plot_age_markers = True
149149
label_markers = True
@@ -176,6 +176,7 @@
176176
'linewidth': 0.5,
177177
'zorder': 10
178178
}
179+
179180
#: Concordia uncertainty envelope fill key-word arguments.
180181
conc_env_kw = {
181182
'alpha': 1.0,

0 commit comments

Comments
 (0)