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

How can i see the Segy's header? #1

Open
YeisonIKM opened this issue Jul 19, 2023 · 4 comments
Open

How can i see the Segy's header? #1

YeisonIKM opened this issue Jul 19, 2023 · 4 comments

Comments

@YeisonIKM
Copy link

YeisonIKM commented Jul 19, 2023

In this moment i am using your code for plot some Segy's files. The visualization that i get just show me the graphic, but i need to see the header metadata for my implementation, i debug the object returned in the code for the function "new SEGY.SegY(ab)" and i cant see the header metadata like the company or the line sismic information. i share you a screen for more datails thank you
image

@YeisonIKM YeisonIKM changed the title How can i see the How can i see the Segy's header? Jul 19, 2023
@heosd
Copy link
Owner

heosd commented Jul 20, 2023

I guess thats meta data is stays in first 3200 bytes. I did not parsed that area yet. thank you for your opinion, I will check that section to be parsed!!

@heosd
Copy link
Owner

heosd commented Jul 20, 2023

ParserSEGY can parse text header now, but as far as I know there is no standard attributes or name of each text, so I can not parse them as key-value. what you will get is just text string for now.
check link below, which is an example of reading header from segy
https://observablehq.com/d/a87981822c051c72

@YeisonIKM
Copy link
Author

Thank you for your supporting, I gonna continue with the research and developtment of my implementation, If you find something new or discover a way to see this metadata, I would like you to contact me thank you very much

@heosd
Copy link
Owner

heosd commented Jul 24, 2023

Okay I will!! thank you!!

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

2 participants