Only ASCII script files are supported. Note that script files can contain commands to run other script files. The maximum nesting level is 10.
[header] { [rest script] } <end>
The type of the file must be script.
[commands]
[command] | [commands]
<load> [load command] | <run> [run command] | <store> [store command]
<config> "file name" | <environment> "file name" | <material> "file name"
<path> | <field> | <fresnel> | <power> | <mcv> | <dop> | <dop> <optimize> | <script> "file name" | <system> "command"
<timeseries> "file name"
Example of a script file:
radiotracer version 2 script ascii load environment "../dat/input/vigo.dat" load config "../dat/input/vigo.cnf" run dop run system "cp ../dat/output/rt.dop /home/someone/dop_files/nice.dop" end