How to produce seismic wiggles from a segyfile with Obspy

Dear Obspy users

Am a PhD student at the University of South Africa and am currently working on segy data using obspy. Please, take me through the procedure of how I can produce variable area wiggle traces on seismic record section from the segy data file? . I have been struggling to do this on obspy for sometime now.

Hope to hear from you soon

Kind regards

Mxolisi

Hi Mxolisi,

ObsPy is not a tool to produce a final product but rather helps you (along other things) with I/O and designing your own processing pipelines. I assume you can read the data with ObsPy, now it should be quite simple to produce the desired plot with matplotlib:

Cheers! Lion