NAME

Interleave - Interleave 2 seplib datasets


SYNOPSIS

  Interleave < in.H other=other.H  > out.H


INPUT PARAMETERS

other - sepfile
       second file to interleave with stdin, must be of same dimension.
axis - integer
       [2] Axis to interleave on


DESCRIPTION

Merge two SEP history files along specified axis by interleaving (alternating) traces.


EXAMPLE

        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).


CATEGORY

util/cube