MarcYin / SIAC

A sensor invariant Atmospheric Correction (SIAC)
http://www2.geog.ucl.ac.uk/~ucfafyi/Atmo_Cor/
GNU Affero General Public License v3.0
61 stars 17 forks source link

Output of SIAC_S2? #11

Closed Diego-Barbulo closed 2 years ago

Diego-Barbulo commented 2 years ago

Hi,

I am having some trouble implementing the code. I am trying to atmospherically correct a Sentinel 2 (TOA) .tif file via "from SIAC import SIAC_S2 SIAC_S2('/directory/where/I/have/stored/the/S2/data')". The code runs seamlessly, but there is no output. Where is the SIAC_S2 function storing the output BOA image?

Thank you for your time, Diego

MarcYin commented 2 years ago

Sorry for the late response, the outputs are in the original sentinel 2 IMG_DATA folder, where you will find the surface reflectance and their uncertainties with names of _sur.tif and _sur_unc.tif respectively.