Skip to content

Releases: waynegm/OpendTect-Plugins

v6.4.2: Geopackage Export plugin

25 Feb 03:23
Compare
Choose a tag to compare

Changes

GeopackageExport plugin

  • First release

v6.4.1

25 Jan 05:07
Compare
Choose a tag to compare

Changes

  • Allow all attributes to have documentation displayed from the help icon in the attribute description editor [#23]
  • Add attribute plugin skeleton code
  • Add test of Eigen and ArrayFire libraries

AVOPolarAttrib

  • First release

v6.2.4 OpendTect Plugins

25 Jan 05:08
Compare
Choose a tag to compare

Changes in release 6.2.4

  • Build against 6.2.4 release of OpendTect

MLVFilterAttrib, ExternalAttrib and GradientAttrib

  • fill missing traces to reduce edge effects

v6.0.4 OpendTect Plugins

11 Nov 11:01
Compare
Choose a tag to compare

Changes in release 6.0.4

  • Build against final 6.0.4 release of OpendTect

ExternalAttrib

  • Capture external attribute script errors in OpendTect log file

v6.0.2 OpendTect Plugins

17 May 11:48
Compare
Choose a tag to compare

Changes in release 6.0.2

  • Build against final 6.0.2 release of OpendTect

External Attribute

  • Fix for multi-trace multi-attribute input - no longer restricted to input from same multi-attribute volume [#17]

v6.0.1 OpendTect Plugins

03 Apr 11:54
Compare
Choose a tag to compare

Changes in release 6.0.1

  • Build against final 6.0.1 release of OpendTect

External Attribute

  • Add Minimum option to ZSampMargin and StepOut parameters [#15]
  • Fix for error message for multi-attribute input [#16]

v6.0.0 OpendTect Plugins

24 Jan 11:38
Compare
Choose a tag to compare

Changes in release 6.0.0

  • Build against final 6.0.0 release of OpendTect

Add GradientAttrib

  • New attribute for calculating inline, crossline or z gradient using various derivative operators

v6.0.0pre7-1 OpendTect Plugins

08 Nov 08:41
Compare
Choose a tag to compare

ExternalAttrib

  • Allow %ENVVAR% construct in interpreter field where ENVVAR is a system environment variable with the interpreter path [#12]
  • Use environment variable, OD_EX_DIR, as the root of the folder structure containing the external attribute files [#13]
  • Export ExternalAttrib and ExtProc classes to fix link errors during Windows build

v5.0.10 OpendTect Plugins

08 Nov 08:39
Compare
Choose a tag to compare

ExternalAttrib

  • Hide input controls on change of attribute [#11]
  • Allow %ENVVAR% construct in interpreter field where ENVVAR is a system environment variable with the interpreter path [#12]
  • Use environment variable, OD_EX_DIR, as the root of the folder structure containing the external attribute files [#13]
  • Export ExternalAttrib and ExtProc classes to fix link errors during Windows build

v5.0.7 OpendTect-5-plugins

03 Jul 12:37
Compare
Choose a tag to compare

Release 5.0.7

ExternalAttrib

  • Support multi-threaded execution by starting multiple copies of the external application
  • Support multi-attribute multi-trace input (upto 6 input attributes)
  • Add "Parallel" (boolean) tag to the JSON parameter string to control single vs multi-threaded computation
  • Add "Inputs" (Array of Strings) tag to the JSON parameter string to indicate the input attributes
  • Add simple python examples of multi-attribute single trace input and multi-attribute multi-trace input