[Radiance-general] Obtaining proper luminance values in scene image generated using HDR sky-probe luminance data

giulioandrea antonutto foi geotrupes at me.com
Sat Nov 24 00:30:34 PST 2012


something that Greg and Santiago discussed a while ago (and wrote for us):

#!/bin/csh -fe # Undo any exposure to one or more Radiance pictures 
foreach i ($*) 
set expos=`sed -n -e 's/^EXPOSURE=//p' -e '/^$/q' $i | total -p` 
pfilt -1 -e `ev 1/$expos` $i > $i.$$ 
mv $i.$$ $i 
end

may be of help
G






On 24 Nov 2012, at 08:05, Lars O. Grobe <grobe at gmx.net> wrote:

> I pipe any image data I get from files through 'pcomb -o -' before further using it. Just to make sure I use the original values.
> 
> Well, not always, sometimes I forget... sigh ;)
> 
> Cheers, Lars.
> _______________________________________________
> Radiance-general mailing list
> Radiance-general at radiance-online.org
> http://www.radiance-online.org/mailman/listinfo/radiance-general




More information about the Radiance-general mailing list