| Literature DB >> 35330850 |
Nico Hachgenei1, Véronique Vaury2, Guillaume Nord1, Lorenzo Spadini1, Céline Duwig1.
Abstract
Water stable isotope analysis using Cavity Ring-Down Spectroscopy (CRDS) has a strong between-sample memory effect. The classic approach to correct this memory effect is to inject the sample at least 6 times and ignore the first two to three injections. The average of the remaining injections is then used as measured value. This is in many cases insufficient to completely compensate the memory effect. We propose a simple approach to correct this memory effect by predicting the asymptote of consecutive repeated injections instead of averaging over them. The asymptote is predicted by fitting a y = a x + b relation to the sample repetitions and keeping b as measured value. This allows to save analysis time by doing less injections while gaining precision. We provide a Python program applying this method and describe the steps necessary to implement this method in any other programming language. We also show validation data comparing this method to the classical method of averaging over the last couple of injections. The validation suggests a gain in time of a factor two while gaining in precision at the same time. The method does not have any specific requirements for the order of analysis and can therefore also be applied to an existing set of analyzes in retrospect.•We fit a simple y = a x + b relation to the sample repetitions of Picarro L2130-i isotopic water analyzer, in order to keep the asymptote (b) as measured value instead of using the average over the last couple of measurements.•This allows a higher precision in the measured value with less repetitions of the injection saving precious time during analysis.•We provide a sample code using Python, but generally this method is easy to implement in any automated data treatment protocol.Entities:
Keywords:
Calibration; Cavity ring-down spectroscopy (CRDS); Hydrology; Picarro; Tracer; Water stable isotopes; aol, average of the last injections; exp, method fitting an exponential function
Year: 2022 PMID: 35330850 PMCID: PMC8938324 DOI: 10.1016/j.mex.2022.101656
Source DB: PubMed Journal: MethodsX ISSN: 2215-0161
Values and uncertainties of the standards used. (Picarro Lot #0517–12–06.x, Certificate C0350).
| Name | δ18O [‰] | Uncertainty | δ2H [‰] | Uncertainty |
|---|---|---|---|---|
| PICARRO ZERO | 0.3 | ±0.2 | 1.8 | ±0.9 |
| PICARRO MID | −20.6 | ±0.2 | −159.0 | ±1.3 |
| PICARRO DEPL | −29.6 | ±0.2 | −235.0 | ±1.8 |
Fig. 1Application of aol, inv and exp to δ2H of Picarro ZERO standard after 12, 9, 6 and 3 injections respectively. Red dots are measurements, the blue curves are inv function fits and the purple curves are exp function fits. Dashed lines are corresponding asymptotes.
Fig. 2Goodness of fit (R²) of the calibration curve obtained from the three standards for the three presented methods as a function of the number of injections.
Fig. 3Effect of the number of injections on the two parameters of the calibration function (slope and intercept) for the three methods.
Fig. 4Prediction of the intermediate standard, that for this example has not been used for calibration. Measured using the three methods calibrated on the two remaining standards (DEPL and ZERO). The black line represents the actual value of the standard. The shaded area corresponds to the uncertainty of the standard as given by Picarro. The points are prediction from the three different methods calibrated on x injections and measuring the sample with the same number of injections.
| Subject Area: | |
| More specific subject area: | Environmental tracers |
| Method name: | Asymptotic Approximation Calibration in Cavity Ring-Down Spectroscopy (CRDS) |
| Name and reference of original method: | Picarro L2130-i manual |
| Resource availability: | A Python program applying this method is provided in the Supplementary Material, as well as a validation dataset |