NEWS.md
The hyperSpec
team gratefully acknowledges support from the Google Summer of Code program, which sponsored student Sang Truong during summer 2021. Sang and the team carried out a significant overhaul of hyperSpec
which led to this release.
hyperSpec::read.spe()
-> hySpc.read.spe::read_spe()
hyperSpec::spe.showcalpoints()
-> hySpc.read.spe::spe_plot_calibration_points()
hyperSpec::.read.spe.xml()
-> hySpc.read.spe::read_spe_xml()
hyperSpec::.read.spe.xml_string()
-> hySpc.read.spe::read_spe_xml_string()
hyperSpec::.read.spe.header()
-> hySpc.read.spe::read_spe_header()
read_spe()
and spe_plot_calibration_points()
, argument xaxis
was renamed to wl_units
and default value was changed from "file
” to NULL
(#20, #21).