-
Couldn't load subscription status.
- Fork 15
Description
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:
- Drop all dimensions contained in the list of non-binned dimensions
- Add a new dimension
traceto the N-1 position- The size of this dimension will be the product of all unique elements in the list of non-binned dimensions
- Add one new coordinate per element in the list of non-binned dimensions
- These coordinates will have the dimensions up to
trace
- These coordinates will have the dimensions up to
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.
- Confirmation by @tasansal
CalculateCable
We believe this can be safely removed as it is superseded by AutoChannelWrap.
- Confirmation by @tasansal
AutoShotwrap
We believe this can be safely removed as it is not necessary.
This is necessary, but only for a specific schema.
- Confirmation by @markspec