Wednesday, April 20, 2005

Diving into python - SEG-Y files and Python

I just started diving into Python, and it is allways good to have something specific to do when learning a new programming language. So, i have started to implement a SEG-Y reader/writer for as a Python module. The structure of the module is borrowed from SegyMAT.

It may not be the fastest libraray but it will bring SEG-Y files into Python, and i have looked at matplotlib that seems to be a really great 2D plotting module whith Matlab like plotting functions.

I call the Python module for SegyPY, nd it can currently load an IEEE formatted segy file. Get it from CVS at : SegyPY homepage

No comments: