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

Adding DataFrames output to SeisHeaderInfo #35

Merged
merged 4 commits into from
Sep 12, 2024

Conversation

AtilaSaraiva
Copy link
Member

This PR returns the information gathered by SeisHeaderInfo to a DataFrame, a spreadsheet-like data format. This can help the user have the information used in the script.

I also made a few formating changes to the function.

@AtilaSaraiva AtilaSaraiva requested a review from msacchi September 7, 2024 02:33
@msacchi
Copy link
Contributor

msacchi commented Sep 7, 2024

nice feature if you can produce a nice organize table of headers to qc imput data.-:)

@AtilaSaraiva
Copy link
Member Author

Hey Mauricio, thx for the review!

Do you mean a table with the full header instead of just the mean, max and min in a table? If you want I can create a function that transforms the header into a table or we can make it the default.

@msacchi
Copy link
Contributor

msacchi commented Sep 7, 2024

Some summary as min/max mean is sufficient like SU does with surange.

@AtilaSaraiva
Copy link
Member Author

AtilaSaraiva commented Sep 7, 2024

in that case this is what the code is doing! It returns a table with type DataFrame

image

@AtilaSaraiva AtilaSaraiva merged commit 7d5f77e into SeismicJulia:master Sep 12, 2024
4 checks passed
@AtilaSaraiva AtilaSaraiva deleted the seisHeaderInfo branch September 12, 2024 19:53
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

Successfully merging this pull request may close these issues.

2 participants