Closed kerim371 closed 2 years ago
Oh, that is my fault. The library is interesting and it works differently from what I was expecting.
Hi
Sorry for the delayed response. Yes this may be a little unexpected behavior. The scan
function spkits the result into blocks based on the chunks it reads. If you wanna get the actually header you would need to call get_header
on each block separately, I. e gx1 = get_header(s.blocks[1], "GroupX")
Hope this package can provide what you need and we'll be happy to improve on any issues
@mloubout thank you for explanation Yes the library is very attractive
Hi,
My segy contains
64860
traces and 1501 nsamp. I noticed if I read the the whole data at once I get the correct info:But if I read the same data in
SeisCon
I get the number of traces64859
that is one less:and I don't know why but when I extract header for say
GroupX
I get two columns (again wrong number of traces i.e. rows):Cant understand why there are two columns
SegyIO v0.7.5