Calculates the dose rate profile through the cobble based on Riedesel and Autzen (2020).

Corrects the beta dose rate in the cobble for the grain size following results of Guérin et al. (2012). Sediment beta and gamma dose rates are corrected for the water content of the sediment using the correction factors of Aitken (1985). Water content in the cobble is assumed to be 0.

calc_CobbleDoseRate(input, conversion = "Guerinetal2011")

Arguments

input

data.frame (required): A table containing all relevant information for each individual layer. For the table layout see details.

conversion

Which dose rate conversion factors to use. For accepted values see BaseDataSet.ConversionFactors

Value

The function returns an RLum.Results object for which the first element is a matrix (DataIndividual) that gives the dose rate results for each slice for each decay chain individually, for both, the cobble dose rate and the sediment dose rate. The second element is also a matrix (DataComponent) that gives the total beta and gamma-dose rates for the cobble and the adjacent sediment for each slice of the cobble.

Details

The input table layout

COLUMNDATA TYPEDESCRIPTION
Distancenumericdistance from the surface of the cobble to the top of each rock slice in mm. The distance for each slice will be listed in this column
DistanceErrornumericError on the distance in mm
ThicknessnumericThickness of each slice in mm
TicknessErrornumericuncertainty of the thickness in mm.
Mineralcharacter'FS' for feldspar, 'Q' for quartz, depending which mineral in the cobble is used for dating
Cobble_KnumericK nuclide content in % of the bulk cobble
Cobble_K_SEnumericerror on K nuclide content in % of the bulk cobble
Cobble_ThnumericTh nuclide content in ppm of the bulk cobble
Cobble_Th_SEnumericerror on Th nuclide content in ppm of the bulk cobble
Cobble_UnumericU nuclide content in ppm of the bulk cobble
CobbleU_SEnumericerror on U nuclide content in ppm of the bulk cobble
GrainSizenumericaverage grain size in µm of the grains used for dating
DensitynumericDensity of the cobble. Default is 2.7 g cm^-3
CobbleDiameternumericDiameter of the cobble in cm.
Sed_KnumericK nuclide content in % of the sediment matrix
Sed_K_SEnumericerror on K nuclide content in % of the sediment matrix
Sed_ThnumericTh nuclide content in ppm of the sediment matrix
Sed_Th_SEnumericerror on Th nuclide content in ppm of the sediment matrix
Sed_UnumericU nuclide content in ppm of the sediment matrix
Sed_U_SEnumericerror on U nuclide content in ppm of the sediment matrix
GrainSizenumericaverage grain size of the sediment matrix
WaterContentnumericmean water content of the sediment matrix in %
WaterContent_SEnumericrelative error on water content

Water content The water content provided by the user should be calculated according to:

$$(Wet_weight - Dry_weight) / Dry_weight * 100$$

Function version

0.1.0

How to cite

Riedesel, S., Autzen, M., 2023. calc_CobbleDoseRate(): Calculate dose rate of slices in a spherical cobble. Function version 0.1.0. In: Kreutzer, S., Burow, C., Dietze, M., Fuchs, M.C., Schmidt, C., Fischer, M., Friedrich, J., Mercier, N., Philippe, A., Riedesel, S., Autzen, M., Mittelstrass, D., Gray, H.J., Galharret, J., 2023. Luminescence: Comprehensive Luminescence Dating Data Analysis. R package version 0.9.23. https://CRAN.R-project.org/package=Luminescence

References

Riedesel, S., Autzen, M., 2020. Beta and gamma dose rate attenuation in rocks and sediment. Radiation Measurements 133, 106295.

Author

Svenja Riedesel, Aberystwyth University (United Kingdom)
Martin Autzen, DTU NUTECH Center for Nuclear Technologies (Denmark) , RLum Developer Team

Examples

## load example data
data("ExampleData.CobbleData", envir = environment())

## run function
calc_CobbleDoseRate(ExampleData.CobbleData)
#> 
#>  [RLum.Results-class]
#> 	 originator: calc_CobbleDoseRate()
#> 	 data: 3
#>  	 .. $DataIndividual : matrix
#> 	 .. $DataComponent : matrix
#> 	 .. $input : data.frame
#> 	 additional info elements:  1