Skip to content
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

Define good default chunks for seismic CDP gathers #35

Closed
tasansal opened this issue Sep 2, 2022 · 1 comment
Closed

Define good default chunks for seismic CDP gathers #35

tasansal opened this issue Sep 2, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@tasansal
Copy link
Collaborator

tasansal commented Sep 2, 2022

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

  1. Full traces for a geographic point ([il, xl] or CDP)
  2. Visualization (tiled rendering); means we chunk sample axis
  3. Be able to re-chunk into offset/angle volumes (i.e., split the ensemble in 3D)
  4. Power of 2 chunk sizes for ML applications
  5. (holy grail, but rare) also support time slices on offset/angle planes

Sizes

  1. Support 2D and 3D CDP gathers
  2. 3,000 - 7,000 time or depth samples
  3. 100 - 300 offset values (or 5 - 25 angle values). Usually more offsets on 2D.
  4. 4TB+ files
@tasansal tasansal added the enhancement New feature or request label Sep 2, 2022
@tasansal
Copy link
Collaborator Author

will do this later as a part of MDIO v1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant