Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Commit

Permalink
Add gitignore and improve README
Browse files Browse the repository at this point in the history
  • Loading branch information
ianliu committed Apr 25, 2016
1 parent 09c4be2 commit 7952410
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
build
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Common Mid Point

This is a toy program that estimates the _best_ velocity parameter for each
seismic session point, using a "brute force" algorithm. Notion of _best_ is
given by the _semblance_ correlation function (see below).
This is a toy program that estimates the best velocity parameter for each
seismic session point, using a brute force algorithm. Notion of best is given
by the semblance correlation function.

# Building & Testing

Expand All @@ -19,5 +19,5 @@ the program.

# License

This software is licensed as GPL version 2. It also makes use of the [UT Hash
library](https://troydhanson.github.io/uthash/), which is BSD Revised.
This software is licensed under GPL version 2. It also makes use of the [UT
Hash library](https://troydhanson.github.io/uthash/), which is BSD Revised.

0 comments on commit 7952410

Please sign in to comment.