hypso.atmospheric.atmospheric_correction_acolite module
- hypso.atmospheric.atmospheric_correction_acolite.get_acolite_repo()
Download the ACOLITE Repo as a tar archive
- Returns:
No return.
- Return type:
None
- hypso.atmospheric.atmospheric_correction_acolite.reset_config_file(path)
Reset the config file used for ACOLITE so that the user and password can be included if changed
- Parameters:
path (Path) – Absolute path of the config file
- Returns:
No return
- Return type:
None
- hypso.atmospheric.atmospheric_correction_acolite.run_acolite(hypso_info, atmos_dict, nc_file_acoliteready)
Run the ACOLITE correction model. Adjustments of the original files are made to ensure they work for HYPSO
- Parameters:
hypso_info (dict) – Dictionary containing the hypso capture information
atmos_dict (dict) – Dictionary containing the information required for the atmospheric correction
nc_file_acoliteready (Path) – Absolute path for the .nc file for ACOLITE (L1B)
- Returns:
Returns surface reflectanc corrected spectral image
- Return type:
ndarray