You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calling analyse_FadingMeasurement() on an XSYG file from which the irradiation steps have been removed produces this output:
[analyse_FadingMeasurement()]
n.MC: 100
tc: 1e-06 s
---------------------------------------------------
T_0.5 interpolated: NA
T_0.5 predicted: 1e-06
g-value: NA ± NA (%/decade)
g-value (norm. 2 days): NA ± NA (%/decade)
---------------------------------------------------
rho': NaN ± NA
log10(rho'): NaN ± NA
---------------------------------------------------
We should instead check if all irradiation times are negative (which happens if no irradiation steps can be found), and if so return an helpful message, the current behaviour is very puzzling for any user.
The text was updated successfully, but these errors were encountered:
mcol
changed the title
analyse_FadingMeasurement(): results only in NAs if
analyse_FadingMeasurement(): results only in NAs if no irradiation steps available
Feb 28, 2025
Calling
analyse_FadingMeasurement()
on an XSYG file from which the irradiation steps have been removed produces this output:We should instead check if all irradiation times are negative (which happens if no irradiation steps can be found), and if so return an helpful message, the current behaviour is very puzzling for any user.
The text was updated successfully, but these errors were encountered: