GammaRay 6.14: several improvements mainly involving the 3D Viewer.
Windows users: Download the ZIP and extract the files into any directory. Run the program by activating GammaRay.exe
.
These software must be installed in your system if you do not have them already:
-
GSLib Fortran source codes and executables for your operating system can be found here: http://www.statios.com/Quick/gslib.html
Some GSLib executables for MacOS can be found here: https://github.com/GeostatsGuy/GSLIB_MacOS -
Ghostscript for your platform, necessary to render GSLib plots, can be found here: https://www.ghostscript.com/download/gsdnld.html
-
GraphViz for your operating system, necessary to generate the Facies Relationships Diagram, can be found here:
http://www.graphviz.org/
What's new:
🔵 Items in the 3D Viewer now have a checkbox to enable/disable visibility.
🔵 Export a variable of a 2D Cartesian grid as .GRD file (ArcGIS-like).
🔵 3D Cartesian grids can be viewed as volumetric objects, which has a much lower memory footprint than the current method, which will continue to be available untill all current features (e.g. picking) are implemented for a volume.
🔵 3D Viewer: option to display category names for categorical variables in Segment Sets.
🔵 Support for collocated data values transfer between two GeoGrids.
🔶 3D Viewer: incorrect panning with vertical exaggeration different than 1.0.
🔶 Incorrect handling of invalid Z values when rendering 2D grids as 3D surfaces.
🔴 Import the contents of an image file as a slice of Cartesian grid do not work properly for XZ and YZ slices.
🔴 Vector3D class: wrong cross product calculation.
🔴 Crash due to bad arithmetics in ValuesTransferer::transferFromPStoCG() method.
🔴 VerticalProportionCurveDialog: crashes when the project doesn't have any CategoryPDF in it to provide fallback proportions. The fix was to display a message and the dialog simply stops working until the user creates at least onde PDF.
🔴 Mishandling of categorical variables bookkeeping in a Cartesian grid that is serving as a data store of a GeoGrid.
LEGEND:
🆕: NEW FEATURE; 🔵: enhancement; 🔶: defect fix; 🔴: bug fix.