Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TraceHeaderRev0 is not compatible with CatalogSubFormat #98

Open
myak555 opened this issue Sep 25, 2023 · 0 comments
Open

TraceHeaderRev0 is not compatible with CatalogSubFormat #98

myak555 opened this issue Sep 25, 2023 · 0 comments

Comments

@myak555
Copy link

myak555 commented Sep 25, 2023

TraceHeaderRev0 does not include inline and crossline coordinates. Thus, while attempting to read a valid SEG-Y revision 0, by code

from segpy.reader import create_reader
from segpy.trace_header import TraceHeaderRev0
segy_reader = create_reader(in_file, trace_header_format=TraceHeaderRev0)

barfs with an error:

type object 'TraceHeaderRev0' has no attribute 'inline_number'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant