[Radiance-general] sunpath script error

Raphael Compagnon [email protected]
Fri, 15 Mar 2002 09:10:03 +0100


The problem seems to come from the \ sign that appears at line:

set gambv = `gensky $skypar | rcalc -i '# Ground ambient\ level: ${ga}' -e 
'$1=ga'`

Just replace this line by:

set gambv = `gensky $skypar | rcalc -i '# Ground ambient level: ${ga}' -e 
'$1=ga'`

and the script should work now...

Rapha�l