Problems downloading LUT files

Frequently Asked Questions
Post Reply
quinten
Posts: 1022
Joined: Tue Mar 03, 2015 8:13 am

Problems downloading LUT files

Post by quinten »

ACOLITE downloads the LUTs the first time they are required. The LUTs are downloaded from the acolite_luts repository on GitHub, using the raw.githubusercontent.com server. If you are unable to access this server it is possible to set an alternative download location in config/config.txt.

The default lut_url setting is:

Code: Select all

lut_url=https://raw.githubusercontent.com/acolite/acolite_luts/main
An alternative lut_url setting, which may work in parts of China where the githubusercontent link is blocked:

Code: Select all

lut_url=https://raw.gitmirror.com/acolite/acolite_luts/main
Please let me know if you experience more problems accessing the LUTs!

Quinten
quinten
Posts: 1022
Joined: Tue Mar 03, 2015 8:13 am

Re: Problems downloading LUT files

Post by quinten »

If you are using the Python code, make sure "requests" is installed in the environment you run ACOLITE in, which is used for downloading files.

Quinten
Post Reply