parametrization space by command lines

This forum is dedicated to discuss all problems and suggestions related to the inversion software
Post Reply
Hcadet
Posts: 4
Joined: Thu Jun 05, 2008 11:51 am

parametrization space by command lines

Post 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
admin
Site Admin
Posts: 841
Joined: Mon Aug 13, 2007 11:48 am
Location: ISTerre
Contact:

Post 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
Post Reply