Description Usage Arguments Value Author(s) Examples
Select spectral region around defined wavelenths with a specified buffer
1 | SelectSpectralRegion(wl, spectrum, WlSelection, buffer)
|
wl |
numeric vector: wavelength vector |
spectrum |
numeric vector: spectrum to be processed |
WlSelection |
numeric vector or value: vector or value of defined wavelength to be selected |
buffer |
numeric value: width (in nanometer) of the buffer around the defined wavelength |
numeric list containing for each selected range a data.frame with: pixel numbers,wavelengths and digital count values.
Tommaso Julitta, Mirco Migliavacca, Thomas Wutzler
1 2 3 4 5 6 7 8 9 10 |
data("indoor_wl_cal_data")
lamp_spectrum_dc_sub<-DCSubtraction(signal=indoor_wl_cal_data$lamp_spectrum,DarkSignal = indoor_wl_cal_data$dc_spectrum,type=1)
region_to_analyze<-SelectSpectralRegion(wl = indoor_wl_cal_data$DN_wl,spectrum = lamp_spectrum_dc_sub,WlSelection = indoor_wl_cal_data$emission_lines$peak,buffer=3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.