[Radiance-general] water any news ???

Andrew McNeil andrew.mcneil at arup.com
Mon Aug 3 08:39:45 PDT 2009


You have a different error this time which either means you’ve either made
progress and have a new problem or you have more clues to diagnose your
original problem.

Previously the you had:
 ... | rtcontrib -w -ffc -c -n 2 \
            -f pool_coords.cal -o %s_caustics.pic \ ...
And the error was:   rtrace: fatal - command line error at '2'

So you deleted –n 2
...| rtcontrib -w -ffc -c \
            -f pool_coords.cal -o %s_caustics.pic \ ...

And got the error:  rtrace: fatal - command line error at 'pool_coords.cal'

In both cases the error occurs after the –c option.  I think radiance
expects –c to be followed by an argument, which it is taking to be –n in the
first case and –f in the second case.  The following argument (2 or
pool_coords.cal) is then interpreted as an option that doesn’t exist.

Try putting a ‘1’ after –c :
...| rtcontrib -w -ffc -c 1 \
            -f pool_coords.cal -o %s_caustics.pic \ ...

And see what you get.


-Andy




On 8/3/09 7:27 AM, "??????? ???????????" <sotos.enveng at gmail.com> wrote:

> The problem remains and no result is coming. I repait that the whole process
> was running 2 or 3 days ago.
> 
> wales at wales-laptop:~/pool$ make
> oconv -f pool_surface.rad catchpool.rad > catchscene.oct
> vwrays -vf pool_par.vf -x 500 -y 500 -ff \
>         | rtcontrib -w -ffc -c \
>             -f pool_coords.cal -o %s_caustics.pic \
>             -b floor_bin -bn 7500 -x 50 -y 150 -m floor \
>             -b s_wall_bin -bn 1500 -x 50 -y 30 -m s_wall \
>             -b n_wall_bin -bn 1500 -x 50 -y 30 -m n_wall \
>             -b e_wall_bin -bn 4500 -x 150 -y 30 -m e_wall \
>             -b w_wall_bin -bn 4500 -x 150 -y 30 -m w_wall \
>             catchscene.oct
> rtrace: fatal - command line error at 'pool_coords.cal'
> rtcontrib: fatal - rtrace process died
> make: *** [floor_caustics.pic] Error 1
> 
> Thanks Thomas for the suggestion but it is still not working
> 
> 
> 
> _______________________________________________
> Radiance-general mailing list
> Radiance-general at radiance-online.org
> http://www.radiance-online.org/mailman/listinfo/radiance-general

____________________________________________________________
Electronic mail messages entering and leaving Arup  business
systems are scanned for acceptability of content and viruses
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://radiance-online.org/pipermail/radiance-general/attachments/20090803/dd7c313f/attachment.htm


More information about the Radiance-general mailing list