How to read .page file in other software?

This forum is dedicated to discuss all problems and suggestions related to the use of geopsy database and its plugins (array processing, H/V,...).
Post Reply
jingranzhou
Posts: 1
Joined: Fri May 15, 2020 7:32 am

How to read .page file in other software?

Post by jingranzhou »

I am facing a problem that I need to download plenty of Spac curve data to analyze them. However, I am only able to save the data by using the Figue one by one right now. Therefore, I am wondering that if it is possible that I can load .page file in other software, such as Python or MATLAB. Thanks so much for your help!
admin
Site Admin
Posts: 841
Joined: Mon Aug 13, 2007 11:48 am
Location: ISTerre
Contact:

Re: How to read .page file in other software?

Post by admin »

Did you try to use command options? Run "figue -h all" to get them. There are options to directly convert .page files into pdf, png,... Or to merge several page files into a single one. .page format is a compressed xml format. So it can be parsed by any other application.

Code: Select all

tar xvfpz your.page
It contains a file 'contents.xml' that can be parsed.
Post Reply