Description Usage Arguments Value Author(s) Examples
Create a numeric matrix where the spectra (in Digital Number) are divided by the integration time of the measurement
| 1 | DNSpectralMatrixRadCal(spectra, IntegrationTime)
 | 
| spectra | numeric data.frame or matrix: n columns correspond to n spectra acquired during the cross calibration measurements | 
| IntegrationTime | numeric value or vector: if all the measurement collected during the field cross calibration have been acquired using the same integration time one value is needed. If the integration time changed within the measurements a vector of intergration time can be provided (length of vector must to be equal to the number of columns of the spectra data frame) | 
numeric matrix of the same size as input spectra, with each entry devided by the corresponding integration time
Tommaso Julitta, Mirco Migliavacca, Thomas Wutzler
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |   
data("outdoor_rad_cal_data")
data("atmospheric_absorption_regions")
integration_time<-450
#Create matrix for radiometric calibration
DN_mat<-DNSpectralMatrixRadCal(spectra = outdoor_rad_cal_data$DN_matrix,IntegrationTime = integration_time)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.