Published June 15, 2022
| Version v0.3.0
Software
Open
ir: Functions to Handle and Preprocess Infrared Spectra
Creators
- 1. Biogeochemistry and Ecohydrology Group, Institue for Landscape Ecology, University of Münsterlo
Description
ir version 0.3.0
Bug fixes
- In
ir_import_spc()
, the returnedir
object was not atbl_df
, but a data frame. This is now corrected. - In
unnest.ir()
, their
class was not restored and therefore the result was always unclassed. - In
ir_average()
, the returnedir
object was still agrouped_df
. This is now corrected (by adding the.groups
argument fordplyr::summarize()
which is internally used byir_average()
).
New functions
ir_export_prepare()
to support exportingir
objects tocsv
.ir_correct_atmosphere()
enables correcting for atmospheric artifacts (e.g. H$_2$O and CO$_2$ peaks) following Perez-Guaita et al. (2013) (DOI: 10.1366/13-07159).
Improvements
- Making
ir_flatten()
faster by improving spectra combining. - Making
ir_bin()
faster by improving spectra summarizing per bin. Allowing to specify how wavenumber values should be defined after binning. - Arithmetic operations now also accept numeric vectors (
ir_subtract()
,ir_add()
,ir_multiply()
,ir_divide()
).
Files
henningte/ir-v0.3.0.zip
Files
(2.6 MB)
Name | Size | Download all |
---|---|---|
md5:fb076be8db7db584ccb1b9e386237a25
|
2.6 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/henningte/ir/tree/v0.3.0 (URL)