ASD Full Range Spectroradiometer Jump Correction
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.
Cite As
Andy Hueni (2025). ASD Full Range Spectroradiometer Jump Correction (https://www.mathworks.com/matlabcentral/fileexchange/57569-asd-full-range-spectroradiometer-jump-correction), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
ASD_Jump_Correction
Version | Published | Release Notes | |
---|---|---|---|
1.6.0.2 | Added a new option to interpolate the correction model in the H2O absorption bands. The current solution is to adopt
|
||
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
|
||
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 |