ASD Full Range Spectroradiometer Jump Correction

Correct jumps between VNIR-SWIR1-SWIR2 channels of ASD Spectroradiometers
141 descargas
Actualizado 15 feb 2021

Ver licencia

Uses empirical correction coefficients to correct for temperature related radiometric inter-channel steps occurring in spectral data collected by Analytical Spectral Devices (ASD) spectroradiometers.
For more information please see:
Hueni, A. and Bialek, A. (2017). "Cause, Effect and Correction of Field Spectroradiometer Inter-channel Radiometric Steps." IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing 10(4): 1542-1551.
https://www.researchgate.net/publication/312482981_Cause_Effect_and_Correction_of_Field_Spectroradiometer_Interchannel_Radiometric_Steps

Note: This code may fail is the inter-channel steps are caused by field of view inhomogeneities rather than thermal effects! It is only designed to deal with thermal effects. For details see the discussion section in our paper.

Citar como

Andy Hueni (2024). ASD Full Range Spectroradiometer Jump Correction (https://www.mathworks.com/matlabcentral/fileexchange/57569-asd-full-range-spectroradiometer-jump-correction), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2020b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Dynamic System Models en Help Center y MATLAB Answers.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versión Publicado Notas de la versión
1.6.0.2

Added a new option to interpolate the correction model in the H2O absorption bands. The current solution is to adopt
the parabolic correction as introduced in Beal, D. and Eamon, M. (2009).

1.6.0.1

Added dimension check and transpose if spectrum and wavelength input vectors if required; this should take care of spectrum and wavelength vector not having the expected vector format (rows and columns).

1.6.0.0

Added special handling of negative radiances in the VNIR, presumably introduced by dark current correction issues in the ASD instrument. These artefacts may appear when measuring water or other targets largely absorbing radiance in the NIR.

1.5.0.0

Added handling for rare cases where two valid temperatures are found in quadratic model

1.4.0.0

Added handling for noise or model limited spectra: allows e.g. the processing of spectra like water where the jump size is lost in the noise.

1.3.0.0

- Updated scientific reference
- Added FOV issue to description
New ZIP file should contain all updates I wanted to upload before ...

1.2.0.0

- added missing function: get_closest_wvl_index.m

1.1.0.0

Corrected the function name for the iterative call.

1.0.0.0