SelectSpectralRegion: SelectSpectralRegion

Description Usage Arguments Value Author(s) Examples

Description

Select spectral region around defined wavelenths with a specified buffer

Usage

1
SelectSpectralRegion(wl, spectrum, WlSelection, buffer)

Arguments

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

Value

numeric list containing for each selected range a data.frame with: pixel numbers,wavelengths and digital count values.

Author(s)

Tommaso Julitta, Mirco Migliavacca, Thomas Wutzler

Examples

 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)

tommasojulitta/FieldSpectroscopyCC documentation built on May 31, 2019, 6:19 p.m.