<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Hi all,<br>
<br>
I'm having some problems generating signals from the trajectory files output from simulations. My initial command looks like this:<br>
<br>
datasynth -walkers ${WALKERS} -tmax ${TIMESTEPS} -duration ${DUR} -initial ${INIT} -p ${PERM} -voxels 1 -packing ${PACK} -cylinderrad ${RAD} -cylinder sep ${SEP} -diffusivity ${DIFF} -trajfile trajout.traj<br>
<br>
>From the tutorials I understand I need to then use the scan command to generate signals according to a given schemefile:<br>
<br>
<code>scan -trajfile trajout.traj -schemefile myscheme.scheme > scan outpt.bfloat</code><br>
<br>
<br>
Doing this gives the following error message:<br>
<br>
Oct 16, 2012 2:03:36 PM simulation.measurement.AgnosticScan main<br>
WARNING: scan command can only use PGSE sequences.<br>
Oct 16, 2012 2:03:36 PM tools.CL_Initializer checkParsing<br>
WARNING: WARNING: couldn't parse arg 4: 'outpt.bfloat'<br>
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 0<br>
at simulation.measurement.AgnosticScan.main(AgnosticScan.java:427)<br>
<br>
Any help is much appreciated,<br>
<br>
Damien<br>
</div>
</body>
</html>