You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor coordinate specification handling in dataset templates
- Simplified the `declare_coordinate_specs` method in `AbstractDatasetTemplate` to use list comprehensions for better readability and performance.
- Updated coordinate specifications in `Seismic2DCdpGathersTemplate`, `Seismic3DCdpGathersTemplate`, `Seismic3DCocaGathersTemplate`, and `Seismic3DStreamerFieldRecordsTemplate` to remove redundant parameters.
- Introduced a new experimental module for handling raw headers, including functions to determine inclusion and attach binary headers, enhancing the ingestion pipeline's flexibility.
- Modified metadata handling in `metadata.py` to utilize the new raw headers functionality, streamlining the process of adding SEG-Y file headers.
0 commit comments