-
Notifications
You must be signed in to change notification settings - Fork 16
Environment variable flag to preserve unmodified, raw trace headers from SEG-Y as variable. #659
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
Environment variable flag to preserve unmodified, raw trace headers from SEG-Y as variable. #659
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #659 +/- ##
==========================================
+ Coverage 85.30% 87.01% +1.71%
==========================================
Files 46 82 +36
Lines 2219 4576 +2357
Branches 306 303 -3
==========================================
+ Hits 1893 3982 +2089
- Misses 281 515 +234
- Partials 45 79 +34 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
908c97b to
9ae7ab6
Compare
- Avoids duplicate read regression issue - Implements isolated and testable logic
9ae7ab6 to
7a30489
Compare
* Attempt to use view * Add hex-dump and MDIO output reproducer * Fixes * Cleanup * Provide clean disaster recovery interface * Begin work on tests * Fix flattening issue * Push for debugging * Numpy updates * Testing * Working end-to-end examples * Cleanup * Bandaid fix * linting pass 1 * Fix logic issue * Use wrapper class * Precommit * Remove external debugging code * Remove debug code * Remove errant numpy additon to pyproject toml * Fix uv lock to mainline * Pre-commit * Remove raw field additions. Depends on segy >= 0.5.1 * Removed raw byte inserts (#10) * Update Xarray api access (TGSAI#688) * Reimplement disaster recovery logic * Ensure getting true raw bytes for DR array * Linting * Add v2 issue check * Fix pre-commit * Profiled disaster recovery array (#8) - Avoids duplicate read regression issue - Implements isolated and testable logic * Fix unclosed parenthesis * Linting * Test DR compatibility with all tested schemas * Fix missing test fixture error * Suppress unused linting error * Attempt to use view * Add hex-dump and MDIO output reproducer * Fixes * Cleanup * Provide clean disaster recovery interface * Begin work on tests * Fix flattening issue * Push for debugging * Numpy updates * Testing * Working end-to-end examples * Cleanup * Bandaid fix * linting pass 1 * Fix logic issue * Use wrapper class * Precommit * Remove external debugging code * Remove debug code * Remove errant numpy additon to pyproject toml * Fix uv lock to mainline * Pre-commit * Removed raw byte inserts Removed the insertions of raw bytes into the raw bytes Variable. This issue will be addressed in tgsai/segy release >0.5.1 * Use new segy API calls * Updates to get working * Use released version * Linting
# Conflicts: # pyproject.toml # uv.lock
tasansal
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM but hopefully we can remove this soon!
Supersedes #634
Pending work
Notes:
Requires environment variable
MDIO__DO_RAW_HEADERS1Will generate a logger warning regarding experimental status if the feature is enabled.