pub fn handle_single_spectrum(filepath: &str, savepath: &str)
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")