Release 6.6.8 of wmPlugins
A new release of my free and open source wmPlugins for OpendTect 6.6.3 and later is now available for Linux and Windows and can be installed using the OpendTect installation manager. Featured are changes to the External Attribute plugin and further enhancement of the wmodpy OpendTect Python bindings.
For the External Attribute plugin I've added several scripts that use Equinor's PyLops linear operator library for seismic modelling and post stack inversion. These can be found in the bin/python/wmpy/PyLops folder of the software distribution. These scripts also demonstrate a new, more flexible approach for defining the user interface of the scripts.
More information on the PyLops scripts can be found in this article:
The wmodpy Python module is a direct binding to the OpendTect C++ code that currently provides access to survey and well information. The module is installed into the OpendTect installation bin/win64/Release folder on Windows and the bin/lux64/Release folder on Linux. So provided that folder is on your PYTHONPATH you should be able to import wmodpy and use the bindings. Check out the following article for more: