[OpendTect_Developers] Processing PreStack Data

Bert Bril bert.bril at gmail.com
Thu Aug 29 15:27:03 CEST 2013


Hi Panos,

> I am now just starting with writing my own plugin for OpendTect that
> will read, process and write prestack data. I am looking for any
> tutorial or template code that could just describe the input/output of
> prestack data. Any help is greatly appreciated.

Before you start doing all sorts of things directly in the code, I'd 
first consider using two engines that are already in place: the 
pre-stack processing module under Processing-Create seismic 
output-Presatck processing (code in uiPreStackProcessing and 
PreStackProcessing), and the Madagascar connection (plugins uiMadagascar 
and Madagascar)

Yes it's interesting to not do anything in OpendTect, but use Madagascar 
instead. Do all your processing there and go in and out of OpendTect 
using the Madagascar connection plugin. There is even a special tutorial 
for Madagascar processing plugins (uiTutMadagascar).

If you do want to work with Pre-stack data in your own plugin, you 
should really go with the PreStack processing engine. You can make your 
own stuff and plug it into OpendTect.



/Bert



More information about the Developers mailing list