This application wraps the Odin MRI simulator. The Odin code source is available at http://od1n.sourceforge.net <b><font color="blue">new input</font></b>: Pro file <b><font color="blue">new input</font></b>: Smp file <b><font color="blue">new input</font></b>: add description here... <b><font color="blue">options</font></b>: any option string, to be appended to the recon-all command line. For instance: '-all'. <b>Important:</b> don't put spaces, use '_' instead. And put 'no' in case you don't want to use any option. /*----------Beginning of Beanshell------------*/ import java.text.DateFormat; import java.text.SimpleDateFormat; import java.util.Date; DateFormat dateFormat = new SimpleDateFormat("dd-MM-yyyy_HH:mm:ss"); String result = dir.toString()+"/"+(dateFormat.format(System.currentTimeMillis())); /*------------End of Beanshell------------*/