TRiP98 FAQ: How to plan with biologically equivalent dose


An example is here, which uses the "classic" (but slow!) RBE algorithm. You can call it e.g. as a script as follows:
exec "$TRIP98/TUTOR/planbio.exec" 
A second parameter (./) indicates the target directory for the various output files,
exec "$TRIP98/TUTOR/planbio.exec" './'
in this case the current working directory.
Be patient, it will take some time (approx half an hour) !

How to plan with a faster biological algorithm

You may use the same example as above, but specify an additional parameter ld to select an alternative algorithm:
exec "$TRIP98/TUTOR/planbio.exec" './' 'ld'

Last updated:
$Id: trip98faqplanbio.html,v 1.6 2011/03/08 19:02:47 kraemer Exp $
M.Kraemer@gsi.de