This document describes the procedure and functions used for reducing, normalizing, and blank correcting NOSAMS hybrid gas ion source data.
Data reduction proceeds as follows:
Raw files are acquisition data from the AMS system, in the same format as graphite data. A typical HGIS data acquisition for a target consists of 10 sequential runs of 90s each, giving 15 min. of acquisition time per sample.
14/12 ratios of each run are corrected for fractionation using 13/12 ratio measured on the AMS system. Livetime correction is done during acquisition on USAMS. The correction is done as follows:
$$ {}^{14/12}C_{corr} = \frac{{}^{14/12}C_{meas}}{{}^{13/12}C_{meas}^2} $$
Outliers are defined as points 1.5 * interquartile range above the 3rd quartile or below the 1st quartile. 25% of values are expected to lie below the first quartile and 25% above the 3rd quartile. Interquartile range (IQR) is the difference between the 3rd and 1st quartile. Outliers are not currently dropped from the analysis.
The per-target 13C-corrected raw ratio is taken as the unweighted mean of runs of the target. The internal or counting error of a target is defined as:
$$ \sigma_{int} = \frac{1}{\sqrt{\sum{counts}}} $$
The external or statistical error is defined as:
$$ \sigma_{ext} = \frac{SE(R_{cor})}{mean(R_{cor})}$$
Unknowns are normalized using the mean measured value of gas standards using this equation:
$$ R_{norm} = \frac{R_{sample}\cdot R_{exp}}{R_{std}}$$
If the expected ratio ($R_{exp}$) of the standard is taken as a measured value with an error, rather than a constant or assigned ratio, normalization errors are propagated using this equation:
$$ \sigma_{norm} = \sqrt{\frac{\sigma_{sample}^2}{R_{sample}^2} + \frac{\sigma_{std}^2}{R_{std}^2} + \frac{\sigma_{exp}^2}{R_{exp}^2}} $$
The mean of blanks is used to apply a large blank correction to the unknowns. The error in the blanks is taken as the larger of the standard deviation of blanks or half of the mean blank Fm. The correction is done as follows:
$$ R_{cor} = R_{norm} - \frac{R_{blank}(R_{std} - R_{norm})}{R_{std}} $$
The error in the blank is propagated using this equation:
$$ \sigma_{cor} = \sqrt{\sigma_{norm}^2 * \left(\frac{1 + R_{blank}}{R_{std}}\right)^2 + \sigma_{blank}^2 * \left(\frac{R_{norm}-R_{std}}{R_{std}}\right)^2} $$
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.