[OpendTect_Developers] Exported ASCII file format

Bert Bril Bert.Bril at opendtect.org
Mon Apr 30 16:22:35 CEST 2012


Júlio:


> should i assume some trace
> ordering? OpendTect will always export in inline-major order?
>
> 1 1
> 1 2
> 1 3
> 2 1
> 2 2
> 2 3
> ...

You do not have to assume this - it's up to you to protect against any 
sorting, But that is what you will get when you export any data. And 
when when you import, you have to provide inline- and crossline sorted data.


> Where in the source code i can find the export routine?

src/Seis/seisiosimple.cc. The corresponding header is - as always - in 
include/Seis.



Cheers, Bert





More information about the Developers mailing list