Define good default chunks for seismic CDP gathers
Closed this issue · 1 comments
tasansal commented
Intro
This is regarding regularized CDP offset gathers and is pre-stack.
We need to define good default chunk sizes that satisfy multiple use cases (see access patterns below).
Keys
3D acquisition:
- Inline
- Crossline
- Offset (or Angle)
2D acquisition:
- CDP
- Offset (or Angle)
+ Time or depth for both.
Access Patterns
- Full traces for a geographic point ([il, xl] or CDP)
- Visualization (tiled rendering); means we chunk sample axis
- Be able to re-chunk into offset/angle volumes (i.e., split the ensemble in 3D)
- Power of 2 chunk sizes for ML applications
- (holy grail, but rare) also support time slices on offset/angle planes
Sizes
- Support 2D and 3D CDP gathers
- 3,000 - 7,000 time or depth samples
- 100 - 300 offset values (or 5 - 25 angle values). Usually more offsets on 2D.
- 4TB+ files
tasansal commented
will do this later as a part of MDIO v1.