Skip to content

Releases: nilsbore/auvlib

Tutorial release

26 Sep 19:46
df31e9d
Compare
Choose a tag to compare
Tutorial release Pre-release
Pre-release

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!

First alpha version of Windows libraries

19 Sep 18:29
f17e2fa
Compare
Choose a tag to compare

This is a release of the first version to include Windows support.
The file contains only static python libraries (x64 python 2.7 only).
More releases will follow with more coverage.
Right now, the release comes with the following caveats:

  • No .gsf support in windows version
  • .all and .xtf parsing probably shaky in windows, needs investigation
  • Raytracing through 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!