Commit 1b98255
Environment variable flag to preserve unmodified, raw trace headers from SEG-Y as variable. (#659)
* 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
* Dr with modifications (#9)
* 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 (#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
* Linting
* revert filter/raw stuff
* rename env var for raw headers
* simplify 240-byte scalar type
* rename trace wrapper and do lazy decoding
---------
Co-authored-by: Altay Sansal <[email protected]>1 parent 48b949e commit 1b98255
File tree
7 files changed
+579
-8
lines changed- src/mdio
- builder/schemas
- converters
- segy
- tests
- integration
- unit
7 files changed
+579
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
67 | 68 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
17 | 23 | | |
18 | 24 | | |
| 25 | + | |
19 | 26 | | |
| 27 | + | |
20 | 28 | | |
21 | 29 | | |
22 | 30 | | |
| |||
333 | 341 | | |
334 | 342 | | |
335 | 343 | | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
336 | 399 | | |
337 | 400 | | |
338 | 401 | | |
| |||
372 | 435 | | |
373 | 436 | | |
374 | 437 | | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
375 | 446 | | |
376 | 447 | | |
377 | 448 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
121 | 122 | | |
122 | 123 | | |
123 | 124 | | |
124 | | - | |
125 | 125 | | |
126 | 126 | | |
| 127 | + | |
127 | 128 | | |
128 | 129 | | |
129 | 130 | | |
130 | 131 | | |
131 | 132 | | |
132 | 133 | | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
133 | 143 | | |
134 | 144 | | |
135 | 145 | | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
136 | 157 | | |
137 | 158 | | |
138 | 159 | | |
| |||
0 commit comments