We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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)
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'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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'
The text was updated successfully, but these errors were encountered: