three-phase method

Hi Ogata,

You need to use the backwards single-quote in that part of the command line (ASCII code 96). Or, you can substitute the output of the command at that point in the command line, instead.

-Greg

···

From: [email protected]
Date: February 19, 2013 5:50:56 PM PST

hi all

i am trying three-phase method with three-phase method tutorial.
i have error with example 1.
i finished to make directory by using mkdir...
but i have error with following command.

vwrays -ff -vf views/back.vf -x 600 -y 600 |\
rtcontrib 'vwrays -vf views/back.vf -x 600 -y 600 -d' -ffc \
-fo -o images/vmx/window_%03d.hdr\
-f klems_int.cal -b kbinS -bn Nkbins -m windowlight \
-ab 2 -ad 1000 -ds .15 -lw le-4 model_vmx.oct

error message
rtrace: fatal - command line error at 'vwrays -vf views/back.vf -x 600 -y 600 -d'

anyone who knows the solution?

ogata