spliceCorrection {prospectr} | R Documentation |
Corrects steps in an input spectral matrix by linear interpolation of the values of the edges of the middle sensor
spliceCorrection(X,wav,splice=c(1000,1830),interpol.bands=10)
X |
numeric |
wav |
numeric |
splice |
numeric |
interpol.bands |
number of interpolation bands |
Spectra acquired with an ASD FieldSpec Pro spectroradiometer usually exhibit steps at the splice of the three built-in sensors, positioned at 1000 nm (end of VNIR detector) and 1830 nm (end of SWIR1 detector).
a matrix
with the splice corrected data
Antoine Stevens