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
parametrization space by command lines
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:
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:
To have an idea of the xml structure of a .param file:
Code: Select all
tar xvfpz toto.param
Once edited, you can rename your file to .param:
Code: Select all
mv contents.xml toto.param