Clip,Scale - compute clip on a dataset and apply it if requested
Clip pclip=98 dclip=1 retry=y chop=no to=zero clip= < in.H > out.H
Scale < in.H > out.H axis=12
[98]: clip percentile [98] for Clip, [100] for Scale
[1.]: scale on clip (the maximum value of the data will be dclip)
[1.]: scale the data so the maximum value is this
Set the scale value yourself
Set the clip value yourself
[y]: If the clip turns out zero, the program will try again with a higher pclip if the input file is not all zeroes. Defaults to no for Scale, yes for Clip.
[no]: values are not cliped. less: all values less than or equal to the clip value will be changed. greater: all values greater than the clip value will be changed. to: What the above values are changed to a value, or 'clip'. clip: if chop=g (The original sign is multiplied by this value, so a positive value of to preserves the original sign) Defaults to [no] for Clip, [yes] for Scale
standard SEP cube dimensions.
Sub cube to do individual clip/scale operations on. Defaults to the entire dataset
[50] Maximum memory to use in megabytes
[nsize/esize/max_size] - Subsamples the dataset to calculate clip values. For Scale option the entire dataset is used.
Clip - compute clip value based on all the data and put it on the header, and do various sorts of clipping if requested.
Scale - compute maximum on a given sub-cube and standardize the entire dataset to maximum of dclip
Only Scale option available on complex data
seis/filter