hi all
this might be the most basic thing but can anyone help me, I need to know if the following script is right fur applying evalglare to multiple HDR images? if so, please point me the ‘obvious’ mistake..
I have this:
for t in {8..12}; do evalglare -d -vf view/vh1.vf imgs/back_$t.hdr > gout/back_$t.txt; done
Im applying to few images to simplify the test, I checked the route by trying with a single image…but for some reason is not doing the loop, the error says: Can't open imgs/back_8.hdr Can't open imgs/back_9.hdr Can't open imgs/back_10.hdr Can't open imgs/back_11.hdr Can't open imgs/back_12.hdr
I'll appreciate your help
Chantal