Correction of HDR images

Hi list,
I wanna compare the error between the sensor-measured and HDR-derived vertical illuminance to check the validity of the HDR images. I finished the whole procedures by refering to this paper:
https://doi.org/10.1080/15502724.2019.1684319
However, there is something weird about “evalglare” with invaild exposure. This caused me unable to get the illuminance from the HDR images. I checked the original image and the corected images. It seems that “pcompos” command has changed the exposure. Any suggestion is appreciated!
Besides, I used this version of Radiance:


7w1.hdr

7w1_c.hdr

1 Like

I think evalglare objects to seeing an EXPOSURE= line in the previous input headers, even if there is a valid EXPOSURE= line in the final (left-justified) header portion. This is a problem for both pcompos and pcomb (even using -o option).

I think you can avoid the complaints by using the “-h” option to pcompos and pcomb, which leaves off information from the previous headers. You should try that.

Best,
-Greg