segypy
segypy copied to clipboard
Read and write SEGY formatted files using Python
good afternoon , I am very interested in your SegY project .I started studying this topic recently , can you please briefly tell me what xline , iline offset adn...
When I write new segyfile by "segypy.writeSegyStructure", the error will be appear "error: bad char in struct format". and I use the sh and sth are from  And what...
I couldn't read this sgy file : [S270M_S400M_.txt](https://github.com/cultpenguin/segypy/files/3577245/S270M_S400M_.txt) (remember change .txt to .sgy) Here is the error: ``An error has ocurred interpreting a SEGY binary header key getBytePerSample. Please check...
I'd like to ask your help for a problem I'm encountering about segypy.writeSegy fonction. I am a new python user and i am working on segy file using segypy. I...
I wanna know how to get the coordinates of each trace's source and group coordinates.
I'd like to ask your help for a problem I'm encountering. I need to read a data in segy with 2G, this data is a given test. For me it...
I was trying to use the testsegy.py to read segy file.But got an TypeError below. read segy: SegyPY 0.2 : readSegy : Trying to read GTZ_p14_p19.sgy 812417984 SegyPY 0.2 :...
Hi, I encountered a strange KeyError when writing back the sucsessfully read Data: IDLE 2.7.3 Module numpy-1.13.3. Every time when I call STH[key][itrace] in any variation (as STH ['Inline3D'] [1]...