pub fn handle_single_spectrum(
    filepath: &str,
    savepath: &str
) -> Result<String, Box<dyn Error>>
Expand description

Converts a single .asp file into .csv. It also adds the corresponding wavenumber column

Examples

use asp_lib::handle_single_spectrum;
handle_single_spectrum("file.asp", "./exported")