borevitzlab / exif2timestream

DEPRECATED. Please use the current version of the TimeStream tools at https://gitlab.com/appf-anu/pyts2.
https://gitlab.com/appf-anu/pyts2
1 stars 2 forks source link

Make sure all cam digits having 2-digit number i.e. "01" not "1" #30

Open TimeScience opened 9 years ago

TimeScience commented 9 years ago

Folder names are inconsistently named... overstory_nadir-1 overstory_oblique-01

second one is correct

I'll verify this isn't an issue with the text in the CSV file

jbraiuka commented 9 years ago

Yup, this isn't an issue with the csv. its an issue with the code. ill get started on a fix, but for a quick / dirty workaround, where you put CAM_NUM in the ts_structure, if its a single digit cam_num, just replace it with: ...0CAM_NUM... This will manually put the 0 in.