Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kwinkunks committed Apr 17, 2019
1 parent 5a84d8e commit 6dcb94b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ Make and enter a virtual environment::
conda env create -n seisplot -f environment.yml
conda activate seisplot

If you prefer to use ``obspy`` instead of ``segyio`` for SEG-Y reading, you can then do:

conda install -c conda-forge obspy


Quick start
-------
Expand Down Expand Up @@ -72,7 +76,7 @@ Example
Recently added features
-------

- Uses `segyio` by default; `obspy` is still an option.
- Uses ``segyio`` by default; ``obspy`` is still an option.
- The ability to plot from 3D seismic, inlcuding a dual inline/crossline plot, and a timeslice.
- An intersection line on dual inline/crossline displays for 3Ds.
- You can specify min and max time for the plot(s).
Expand Down
3 changes: 2 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ channels:
dependencies:
- matplotlib
- numpy
- obspy
- pillow
- pyyaml
- pip:
- segyio

0 comments on commit 6dcb94b

Please sign in to comment.