Reads the RASX Rigaku XRD data

xrd.read.RASX(filename)

Arguments

filename

filename including path

Value

data frame with XRD data

Author

Thomas Gredig

Examples

fname = xrd.getSampleFiles('rasx')[1]
d = xrd.read.RASX(fname)
head(d)
#>   theta   I I.meas loop
#> 1  8.50 591    591    1
#> 2  8.51 609    609    1
#> 3  8.52 598    598    1
#> 4  8.53 568    568    1
#> 5  8.54 556    556    1
#> 6  8.55 612    612    1