From 795241012ab680366907021ab75923619d8efafd Mon Sep 17 00:00:00 2001 From: Ian Liu Rodrigues Date: Mon, 25 Apr 2016 10:13:52 -0300 Subject: [PATCH] Add gitignore and improve README --- .gitignore | 1 + README.md | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..378eac2 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +build diff --git a/README.md b/README.md index b64849d..d573d29 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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.