sharc
Perform atmospheric correction using satellite hypercube atmospheric rapid correction (SHARC)
Description
newhcube = sharc(hcube)
The input must be radiometrically corrected hyperspectral data. The pixel values of the input data must be either top of atmosphere (TOA) radiance or TOA reflectance values. For better results, use TOA reflectance values.
Note
This function requires the Hyperspectral Imaging Library for Image Processing Toolbox™. You can install the Hyperspectral Imaging Library for Image Processing Toolbox from Add-On Explorer. For more information about installing add-ons, see Get and Manage Add-Ons.
The Hyperspectral Imaging Library for Image Processing Toolbox requires desktop MATLAB®, as MATLAB Online™ and MATLAB Mobile™ do not support the library.
newhcube = sharc(hcube,Name=Value)
Examples
Input Arguments
Name-Value Arguments
Output Arguments
Limitations
This function does not
    support parfor loops, as its performance is already
    optimized. (since R2023a)
References
[1] Katkovsky, Leonid, Anton Martinov, Volha Siliuk, Dimitry Ivanov, and Alexander Kokhanovsky. “Fast Atmospheric Correction Method for Hyperspectral Data.” Remote Sensing 10, no. 11 (October 28, 2018): 1698. https://doi.org/10.3390/rs10111698.
Version History
Introduced in R2020b

