Skip to content

irek-zaripov/seisplot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

seisplot

If you don't already have a reliable Python installation, and know how to wield it, I recommend downloading and installing Anaconda.

Get this repo with git or by downloading the ZIP file, and enter that directory.

Make and enter a virtual environment:

conda create -n seisplot python=3.4
source activate seisplot

Install some more dependencies:

conda install -c obspy obspy
conda install nose
conda install pyyaml

Edit config.yaml to meet your requirements.

Run the script from the command line, for example:

python seisplot.py </path/to/infile.segy> --config config.yaml --out /path/to/result.pdf

image

About

Plots seismic, sorta

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%