Skip to content

Releases: waynegm/OpendTect-Plugins

v7.0.6

02 Sep 02:25
Compare
Choose a tag to compare

Release 7.0.6

  • update to C++ 17

EFDAttrib

  • fix display of modes and spectral decomposition test panel

External Attributes

  • fix usage of OD_USER_PLUGIN_DIR for locating scripts
  • add wmpy/AVO folder
    • add ex_avoig_angle3.py, ex_avoig_angle4.py and ex_avoig_angle5.py for intercept and gradient
      calculation from angle stacks
    • add ex_fatti3_angle3.py and ex_fatti3_angle4.py for fatti 3 term Rp, Rs and Rd calculation
      from angle stacks

LocalAttrib

  • fix display of spectral decomposition test panel

Mistie

  • fix to ensure analysis window is used for mistie calculation

RSpecAttrib

  • fix display of spectral decomposition test panel

Release 7.0.5

11 Mar 01:33
Compare
Choose a tag to compare

Release 7.0.5

External Attributes

  • add xa.params MinSamplesPerThread setting, default is 40
  • ensure OpendTect application bin/python is in the PYTHONPATH of the attribute
    script environment
  • if the environment variable OD_USER_PLUGIN_DIR exists add
    OD_USER_PLUGIN_DIR/bin/python to the PYTHONPATH of the attribute script
    environment
  • if the environment variable OD_APPL_PLUGIN_DIR exists add
    OD_APPL_PLUGIN_DIR/bin/python to the PYTHONPATH of the attribute script
    environment
  • move NAN handling in output from Python to C++ side
  • add xa.params metadata (Survey, SurveyDiskLocation, InputNames)
  • fix up help urls
  • add Text UI input type
  • add mode to File type, allowed values are "FileIn", "FileOut" and "Dir" for
    selecting an input file, output file or folder

Release 7.0.4.1

13 Feb 04:21
Compare
Choose a tag to compare

Release 7.0.4.1

External Attributes

  • fix for Output UI field not being displayed

Release 7.0.4

16 Jan 14:08
Compare
Choose a tag to compare

General

  • Compile against new versions of dependencies for OpendTect 7.0.4
    • Using gcc 10.5 on Linux and vs2022 on Windows

Release 7.0.3

01 Dec 01:30
Compare
Choose a tag to compare

General

  • Compile against new versions dependencies for OpendTect 7.0.3

External Attributes

  • fix for UI fields not being displayed

uiGeopackageExport

  • fix for crash when exporting horizon data without a layer name
  • add export of Z slices to geotiff

GradientAttrib

  • fix documentation link

Mistie Analysis

  • fix crash when no 2D horizons in survey

Release 7.0.0

02 Jun 00:18
Compare
Choose a tag to compare

General

  • Adapt to OpendTect 7.0 API changes

uiGeopackageExport

  • remove dependency on gdal

uiGrid2D3DHorizon

  • bug fixes

Release 6.6.11

24 Jan 12:09
Compare
Choose a tag to compare

Release 6.6.11

-Built against OpendTect 6.6.9

uiGrid2D3DHorizon

  • try and fix reported crashes

Release 6.6.10

19 Apr 00:08
Compare
Choose a tag to compare
  • Built against OpendTect 6.6.7
  • Documentation site converted to use Hugo site generator: new documentation at WMPlugin-Docs

AVOPolarAttrib

  • Replace Nans and Infs with Undefined

EFDAttrib

  • add EFD (Emprirical Fourier Decomposition) modes and spectral decomposition attributes

External Attributes

  • fix crash when loading attribute set with non existent interpreter or attribute script
  • add UI error reporting when loading the script into the UI
  • add ex_test_gradient.py to generate a synthetic gradient volume for testing AVO attributes
  • fix various issues with scripts related to Python module updates
  • move common functions into extlib.py
  • add Jupyter notebook to demo/test extlib.py functions

Mistie Analysis

  • fix crash when estimating misties for depth surveys

wmodpy - OpendTect Python Bindings

A decision was made to discontinue development of these within WMPlugins in favour of moving the code
into the dGB managed OpendTect open source code repository system on Github. The new repository will be
called "odpybind".

Release 6.6.9

03 Dec 00:09
Compare
Choose a tag to compare

Built against OpendTect 6.6.5

Release 6.6.9

AVOPolarAttrib

  • Fix attribute calculation on time slices and horizons

GradientAttrib

  • Fix attribute calculation on time slices and horizons

MLVFilterAttrib

  • Fix attribute calculation on time slices and horizons

RSpecAttrib

  • Add UI option to display time frequency panel for a user selected trace
  • Fix attribute calculation on time slices and horizons

LocalAttrib

  • LTFAttrib - Add UI option to display time frequency panel for a user selected trace

External Attributes

  • Fix z window sample size ex_vf_gradient3_dip.py, ex_vf_phase3_dip.py and ex_vector_filter_dip.py

wmodpy - OpendTect Python Bindings

  • revamp notebook examples
  • add pytest test script

Release 6.6.8

26 Jun 12:20
Compare
Choose a tag to compare

Release 6.6.8

External Attributes

  • remove frame around data entry UI
  • add new "params" format for attribute UI definition (legacy style still supported)
  • add input file selection new style "param"
  • allow "param" keys with spaces
  • add Pylops/ex_prestack_modelling.py external attribute script
  • add Pylops/ex_poststack_inversion.py external attribute script
  • fix noise added by ex_addnoise.py
  • replace NaN's in output with OpendTect undefined (1e30)
  • fix for read/write errors for large data

wmodpy - OpendTect Python Bindings

  • improve Windows build support
  • standardise python command naming
  • add methods to python Wells object to get well log data
  • add Horizon3D python object for working with OpendTect 3D horizons (names, info and z values)
  • add Horizon2D python object for working with OpendTect 2D horizons (names only)
  • remove dependency on GeoPandas
  • add methods to generate GeoJSON Feature Collections