Skip to content

Commit

Permalink
Merge pull request #101 from DmBorisov/master
Browse files Browse the repository at this point in the history
Fixed typo in preprocessing and Revised README
  • Loading branch information
rmodrak authored Dec 13, 2018
2 parents 6a90d4a + d1f61c0 commit d906298
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ References
----------
If you find this package useful, please cite:

`Ryan Modrak, Jeroen Tromp; Seismic waveform inversion best practices: regional, global and exploration test cases, Geophysical Journal International, Volume 206, Issue 3, 1 September 2016, Pages 1864–1889, https://doi.org/10.1093/gji/ggw202`
`Ryan Modrak, Dmitry Borisov, Matthieu Lefebvre, JeroenTrompa; SeisFlows—Flexible waveform inversion software, Computers & Geosciences, Volume 115, June 2018, Pages 88-95, https://doi.org/10.1016/j.cageo.2018.02.004`

Another manuscript is currently under review in Computers and Geosciences.
`Ryan Modrak, Jeroen Tromp; Seismic waveform inversion best practices: regional, global and exploration test cases, Geophysical Journal International, Volume 206, Issue 3, 1 September 2016, Pages 1864–1889, https://doi.org/10.1093/gji/ggw202`


See also
Expand Down
2 changes: 1 addition & 1 deletion seisflows/preprocess/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ def check_mute(self):

if 'MuteLongOffsets' in PAR.MUTE:
assert 'MUTE_LONG_OFFSETS_DIST' in PAR
assert 0 < PAR.MUTE_SHORT_OFFSETS_DIST
assert 0 < PAR.MUTE_LONG_OFFSETS_DIST

if 'MuteShortOffsets' not in PAR.MUTE:
setattr(PAR, 'MUTE_SHORT_OFFSETS_DIST', 0.)
Expand Down

0 comments on commit d906298

Please sign in to comment.