Skip to content

Releases: waynegm/OpendTect-Plugins

v5.0.6-1 OpendTect-5-plugins

06 May 12:04
Compare
Choose a tag to compare

OpendTect v5+ Plugins Release Notes

Release 5.0.6-1

AVOAttrib

  • Add example color tables

ExternalAttrib

  • Add local polynomial approximation external attribute examples
  • Add dipFactor and zFactor items to the SeismicInfo block exported to external attribute scripts (note changes to extattrib.py)
  • Add "Symmetric" tag to the "ZSampMargin' JSON parameter string tag. The value of the tag is a boolean constant (True/False). If set True the UI will show a single entry box. Input sets the 'ZSampMargin.Value' array to [-Input, Input]. Default is 'ZSampMargin.Symmetric': False for which the UI displays entry boxes for both the window start and stop.
  • Bugfix: ensure number of samples provided to external attribute includes ZSampMargin - fixes calculation failure on horizons and slices

MLVFilterttrib

  • Add example color table for mlv_elements

v5.0.6 OpendTect-5-plugins

20 Mar 13:14
Compare
Choose a tag to compare

OpendTect v5+ Plugins Release Notes

Release 5.0.6

AVOAttrib

  • Fix typo in UI

ExternalAttrib

  • Add "Help" tag to JSON parameter string. The value of the tag is a url string pointing to a help page for the attribute. This is optional.
  • Add "Selection" tag to JSON parameter string. The value of the tag is an object with a 'Name' (string), 'Values' (array of strings) and 'Select' (number) tags. Displays a list box labeled 'Name' with options specified in 'Values' and default selection being item number 'Select'. This is optional.

RSpecAttrib

  • Replace window parameter with Z gate. Window parameter set from Z gate width and attribute input taken at centre of Z gate. This allows attribute extraction offset from an horizon.