Releases: waynegm/OpendTect-Plugins
Releases · waynegm/OpendTect-Plugins
v6.4.2: Geopackage Export plugin
Changes
GeopackageExport plugin
- First release
v6.4.1
v6.2.4 OpendTect Plugins
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
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
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
v6.0.0 OpendTect Plugins
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
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
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
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