This codebase is intended to read output txt files from the HydroLight aquatic radiative transfer program and model above water reflectance to top-of-atmosphere for various atmosphere conditions and multiple satellite sensor configurations, as well as hyperspectral. This code does not include MODTRAN itself, and is built using a MODTRAN 5 Matlab wrapper or the github which needs to be installed separately and point to the MODTRAN 5 executable (see associated instructions in the wrapper: Mod5CLassWrapperForMODTRAN.pdf).
- Parent script is RunBatch_v5.m
- Test output HydroLight data is located in folder 'test'
- For current version of code, you will need to adjust paths pointing to hydrolight data in line 6 of FindHyCases_v5.m and line 37 in ExecuteCase_ver5.m
- Outputs will be printed in .csv files with prefix defined in RunBatch_v5.m file.