luke-a-brown / hemipy

A Python module for automated estimation of forest biophysical variables and uncertainties from digital hemispherical photographs
MIT License
4 stars 1 forks source link

Example not working #1

Closed herculesp17 closed 7 months ago

herculesp17 commented 7 months ago

I downloaded your repository and created a script in the root directory with your sample code from the readme. Unfortunately I get the following error message:

    image = open(glob.glob(layers[j]+'/*.cr2')[0], 'rb')
                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^
IndexError: list index out of range