CRAVA / cravagui

Graphical user interface for the CRAVA seismic inversion application.
GNU General Public License v3.0
8 stars 7 forks source link

New tags for wavelet-estimation-interval #80

Closed alfbr closed 8 years ago

alfbr commented 8 years ago

Previously we had:

<wavelet-estimation-interval>
<top-surface-file> surface.txt </top-surface-file>
</wavelet-estimation-interval>

With the support of constant time surfaces, this should now look like:

<wavelet-estimation-interval>
   <top-surface>
       <time-file>  surface.txt </time-file>
  </top-surface>

<wavelet-estimation-interval>
 <top-surface>
       <time-value>  1500 </time-value>
 </top-surface>

The gui needs to be updated accordingly.

hgolsen commented 8 years ago

This is change is also added for estimation intervals under facies probabilites, the new setup is

surface.txt or 1500
alfbr commented 8 years ago

All functionality related to this issue is now implemented. Will close issue after initial testing.