NTNU-SmallSat-Lab / hypso-package

HYPSO Toolbox For Satellite Image Processing
https://ntnu-smallsat-lab.github.io/hypso-package/
MIT License
8 stars 2 forks source link

Call external ACOLITE code directly from hypso-package #35

Closed CameronLP closed 2 months ago

CameronLP commented 2 months ago

This PR updates the hypso-package l2a atmospheric correction to call and run external ACOLITE code. Instead of distributing a modified version of ACOLITE in the hypso-package, users will provide a path to an existing copy of the ACOLITE source code (obtained using git pull or downloaded from GitHub). Once the path to the ACOLITE copy is set, the hypso-package will import and run the required ACOLITE Python code to run the atmospheric correction.