From: nico r. <nic...@gm...> - 2008-08-01 01:54:02
|
You can actually run sgems from the command line, without the graphical interface. Try: > sgems command_file where command_file contains a list of sgems commands, see http://sgems.sourceforge.net/doc/sgems_scripts.html for a brief description of what commands are. Instead of sgems commands, you can use a python script (the "-s" flag tell sgems to interpret the file as a python script) : > sgems -s script_file.py Nicolas On Thu, Jul 31, 2008 at 1:50 PM, Thomas Mejer Hansen < tho...@gm...> wrote: > Hi > Thank you for the amazing SGeMS. > > I have one suggestion: It would be nice to have commandline tools for > the various simulation/estimation algorithms that could be called > using an xml file (as exported from SGeMS) as for example : > > snesim_std snesim_par.xml > > Command line binaries would be great for linking to other programs and > for use on non-graphical machines. > > I would like to help out but I have close to no C++ expirience. With a > little guidance I will be happy to try. > > I hope you can guide me some. :) > > Have a nice day > - Thomas Mejer Hansen > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Sgems-devel mailing list > Sge...@li... > https://lists.sourceforge.net/lists/listinfo/sgems-devel > > |