From: Thomas M. H. <tho...@gm...> - 2008-08-01 11:22:41
|
Hi Nico On Fri, Aug 1, 2008 at 3:53 AM, nico remy <nic...@gm...> wrote: > 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 > outstanding. Works like a charm, after I set the GSTLAPPLIHOME environment variable to the install path of SGeMS. Otherwise I got a run time error. Thank you and have a nice day - Thomas > > 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 >> >> >> |