Skip to content

feat(segy): add update_segy_file_headers - #863

Open
BrianMichell wants to merge 2 commits into
TGSAI:mainfrom
BrianMichell:feat/update-segy-file-headers
Open

feat(segy): add update_segy_file_headers#863
BrianMichell wants to merge 2 commits into
TGSAI:mainfrom
BrianMichell:feat/update-segy-file-headers

Conversation

@BrianMichell

Copy link
Copy Markdown
Collaborator

Ingest may skip text/binary file headers. Export needs them. Write attrs only so traces stay untouched. Also provide a helper function/example for how to update the text header and binary header in place.

BrianMichelland others added 2 commits August 13, 2026 20:01
Ingest may skip text/binary file headers. Export needs them.
Write attrs only so traces stay untouched.
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
@codecov

codecovBot commented Aug 13, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 94.44444% with 14 lines in your changes missing coverage. Please review.
✅ Project coverage is 93.01%. Comparing base (c3ba558) to head (1ce06dd).
⚠️ Report is 250 commits behind head on main.

Files with missing linesPatch %Lines
src/mdio/segy/headers.py90.07%8 Missing and 6 partials ⚠️
Additional details and impacted files
@@ Coverage Diff @@## main #863 +/- ##
==========================================
+ Coverage 85.30% 93.01% +7.70% 
==========================================
Files 46 147 +101 Lines 2219 8550 +6331 Branches 306 488 +182 ==========================================
+ Hits 1893 7953 +6060 - Misses 281 517 +236 - Partials 45 80 +35 

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for freeto 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.

1 participant

@BrianMichell