NAME

Fold3d - Calculate fold maps of a SEP3d dataset


SYNOPSIS

Fold3d <in.H >out.H


INPUT PARMAETERS

max_size-
      integer [10] maximum memory in megabytes
compress-
      integer(:) [none] which axes to compress (see examples below)
verb- logical
      [n]   whether or not to be verbose


DESCRIPTION

Calculate fold maps of SEP3d datasets. These maps may be of any number
of dimensions (see examples below).


Examples

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)


SEE ALSO

Sort3d


CATEGORY

util/cube