Page 1 of 1

parametrization space by command lines

Posted: Mon Nov 16, 2009 10:11 am
by Hcadet
Hi Marc,

Is there any way to create a parametrization space (I mean a toto.param file) by command line (without the dinver interface)?
(and without using gpdepths that is a specific parametrization)

Thanks!

Bye

Heloise

Posted: Fri Nov 27, 2009 2:23 pm
by admin
You can generate your own xml content at your own risk. Nearly all "geopsy" formats are compressed xml files. At input, the xml can be compressed (inside a tar structure) or not (plain text).

To have an idea of the xml structure of a .param file:

Code: Select all

tar xvfpz toto.param
If toto.param was previously generated by Dinver or gpdepth. This will produce a contents.xml file encoded in UTF-16 (no ASCII). See viewtopic.php?t=8&highlight=iconv for more details.

Once edited, you can rename your file to .param:

Code: Select all

mv contents.xml toto.param