Fold3d - Calculate fold maps of a SEP3d dataset
Fold3d <in.H >out.H
integer [10] maximum memory in megabytes
integer(:) [none] which axes to compress (see examples below)
[n] whether or not to be verbose
Calculate fold maps of SEP3d datasets. These maps may be of any number | |
of dimensions (see examples below). |
Given a dataset with grid axes
axis2=trace_in_bin; axis3=aoffset; axis4=cmp_x; axis5=cmp_y
Fold3d < sep3d.H compress=2 > new.H will create a fold map of dimensions (aoffset,cmp_x,cmp_y)
Fold3d < sep3d.H compress=2,3 >new.H will create a fold map of dimensions (cmp_x,cmp_y)
Fold3d < sep3d.H compress=2,3,5 >new.H will create a fold map of dimensions (cmp_x)
Sort3d
util/cube