Learn R Programming

LCF (version 1.7.0)

read_raw_spec: Read raw spectra

Description

This function reads the raw .xmu file, extracts E0 and energy shift and returns a list with name, E0, energy shift, and the raw spectrum

Usage

read_raw_spec(file, use.eshift = NULL)

Arguments

file

The raw .xmu file

use.eshift

Set TRUE, if using energy shift value, defaults to NULL

Examples

Run this code
# NOT RUN {
## any .xmu file as output from ATHENA (>=0.9.25)
# }

Run the code above in your browser using DataLab