Interleave - Interleave 2 seplib datasets
Interleave < in.H other=other.H > out.H
second file to interleave with stdin, must be of same dimension.
[2] Axis to interleave on
Merge two SEP history files along specified axis by interleaving (alternating) traces.
Given equally-dimensioned input files 'file1.H' and 'file2.H'
Interleave <file1.H other=file2.H > out.H
creates out.H, which contains all traces from each input file in alternating sequence (trace 1 from file1.H, then trace 1 from file2.H then trace 2 from file1.H, etc).
util/cube