Skip to content

Tutorial release

Pre-release
Pre-release
Compare
Choose a tag to compare
@nilsbore nilsbore released this 26 Sep 19:46
· 198 commits to master since this release
df31e9d

This is a release of a second Windows version that includes functionality for the upcoming tutorials.
The file contains only static python libraries (x64 python 2.7 only).
More releases will follow with more coverage (python 3 will come soon).
Right now, the release comes with the following caveats:

  • No .gsf support in windows version
  • .all file parsing works and is tested, .xtf files does currently not work but will be fixed in the near future
  • Refraction through velocity layers not working in windows, draping can still be used (straight rays)

Since the library is compiled with static libraries, all that is needed is python2.7 and numpy
installed. If you install python from the official site
and then install numpy with the accompanying pip version, everything should work
out of the box. Either open a python prompt at the root of the extracted zip file, or add
that directory to your python path (set PYTHONPATH=%PYTHONPATH%;/path/to/extracted/folder).
Then you should be ready to go!