Skip to content

Releases: iled/subgrider

v0.121: extract several vertical lines at a time

17 Feb 05:24
Compare
Choose a tag to compare

Features:

  • Extract 10 vertical lines at the same time, reading the coordinates from an external file named pocos.cfg.

21 Oct 2010

v0.19.3: utility functions

17 Feb 06:13
Compare
Choose a tag to compare

Features:

  • Progress on the Bayesian framework
  • Use a configuration file (save settings from previous session)
The following features are only available in the MacOSX binary (but are in the source code)
  • (un)Bender
  • Improved handling of files with/without header
  • Utility functions
    • int to char
    • real to char
    • mean of array
    • variance of array

29 Oct 2010

v0.16

17 Feb 05:41
Compare
Choose a tag to compare

Features:

  • Timed operations
  • Extract any number of vertical lines from external file
  • Compute likelihood between original grid and simulated grids
  • Create masks / masked grid

24 Oct 2010

v0.11

17 Feb 05:18
Compare
Choose a tag to compare

Features:

  • Extract a vertical line from the given coordinates (x, y)
  • Extract a sub grid (subgrider!)

31 Aug 2010

Final release

17 Feb 08:08
Compare
Choose a tag to compare

This is the final release. There was no further development after this one.

It only includes the binary for Mac OS X. Previous releases includes binaries for Linux (v0.2.4) and Windows (v0.2.6). There aren't many differences with v0.2.6, so maybe it is not worth the trouble to compile this version for Windows.

The master branch include a few more codes. They correspond to stand alone utilities and tests that didn't make it to the application.

Features:

  • Downscaling without interpolation (basically convert blocks to points)
  • Updated utility that converts from grid to cartesian coordinates

2 Oct 2011

v0.2.6: Using pointers, BGeost support

17 Feb 07:35
Compare
Choose a tag to compare

This is the first version after thesis defense. Working on block approach (BGeost, Liu & Journel, 2009).

Features:

  • Using pointers for performance (list structure)
  • BGeost support
    • Discretize (upscale) grid in blocks (BGeost format)
    • Convert BGeost to gslib point set
  • Utility to convert line number to 3D coordinates

28 Mar 2011

v0.2.4

17 Feb 08:56
Compare
Choose a tag to compare

Features:

  • Random sampling of well data from file with coordinates
  • Bender & Unbender
  • Add sample data
  • Bayesian framework (prior, posterior, likelihood, and conditional probabilities)
There may be a problem with the Linux binary, it seems too small compared to the others.

20 Nov 2010

v0.2.3: mean and variance of simulated maps

17 Feb 07:10
Compare
Choose a tag to compare

Features:

  • Compute grid of mean and variance of simulated maps (grids)
  • Code refactored into modules

9 Nov 2010