Skip to content

Grid Overrides #612

@BrianMichell

Description

@BrianMichell

AutoChannelWrap

We believe that this override does not require modification. Unit tests pass.

NonBinned

Input Parameters

  • List of non-binned dimensions
  • Chunk size of new dimension

Behavior

From the template, we will:

  1. Drop all dimensions contained in the list of non-binned dimensions
  2. Add a new dimension trace to the N-1 position
    • The size of this dimension will be the product of all unique elements in the list of non-binned dimensions
  3. Add one new coordinate per element in the list of non-binned dimensions
    • These coordinates will have the dimensions up to trace

Example

Template with [shot_point, cable, channel, azimuth, offset, sample] and non-binned [azimuth, offset].

The new template will have dimensions [shot_point, cable, channel, trace, sample] and new coordinates azimuth and offset with dimensions [shot_point, cable, channel, trace]

The chunk size of sample will be equal to the input parameter.

DuplicateIndex

Input Parameters

Just a flag (TBD).

Behavior

We will add a new dimension called trace to the provided template at the N-1 position. This dimension must have a chunk size of 1. Coordinates will not be modified.

ChannelWrap

We believe this can be safely removed as it is superseded by AutoChannelWrap.

CalculateCable

We believe this can be safely removed as it is superseded by AutoChannelWrap.

AutoShotwrap

We believe this can be safely removed as it is not necessary.
This is necessary, but only for a specific schema.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions