wlconv {hyperSpec}R Documentation

Convert different wavelength units

Description

The following units can be converted into each other: nm, cm^{-1}, eV, THz and Raman shift

Usage

wlconv(points, src, dst, laser = NULL)

nm2raman(x, laser)

nm2invcm(x, ...)

nm2ev(x, ...)

nm2freq(x, ...)

invcm2raman(x, laser)

invcm2nm(x, ...)

invcm2ev(x, ...)

invcm2freq(x, ...)

raman2invcm(x, laser)

raman2nm(x, laser)

raman2ev(x, laser)

raman2freq(x, laser)

ev2raman(x, laser)

ev2invcm(x, ...)

ev2nm(x, ...)

ev2freq(x, ...)

freq2nm(x, ...)

freq2invcm(x, ...)

freq2ev(x, ...)

freq2raman(x, laser)

Arguments

points

data for conversion

src

source unit

dst

destination unit

laser

laser wavelength (required for work with Raman shift)

x

wavelength points for conversion

...

ignored

Functions

Author(s)

R. Kiselev

Examples

wlconv (3200, "Raman shift", "nm", laser = 785.04)
wlconv( 785, "nm", "invcm")

[Package hyperSpec version 0.100.2 Index]