NAME

Taplot,Byte - Convert floats to bytes


SYNOPSIS

Byte par= < in.H > in.T


DESCRIPTION

Convert data to raster format . PLOT = clip{ [ (DATA - bias)*(it*d1+o1)**tpow ]**gpow }


INPUT PARAMETERS

tpow - float
      [0.]  gain(it) = (it*d1+o1)**tpow, it in samples
pclip - int
      [99]  clip percentile
clip - float
      clip value (if not specified defaults to pclip)
phalf - int
      [85]  gpow percentile
gpow - float
      [1]  if given gpow<=0, sample gain power computed at phalf percentile
bias - float
      [0.0] plot = data - bias
gainpanel - char*
      [1]-plane(s) where gpow and clip are estimated
      i- ith plane is used ( i is integer )
      all-all the planes are used
      every -calculate gain parameters for every panel
gaincube
      i- ith plane is used ( i is integer ) NOT YET
      every -calculate gain parameters for every cube
      all-all the planes are used NOT YET
gainstep - float
      the subsampling rate used in estimating gpow and clip
      default = max(1,nt/256) (>=1)
allpos - char
      [n]/y  if yes, map only positive values to 0-255
transp - char
      [no] if yes, saves Movie the trouble of transposing t and x.
n1,n2,n3 - int
      cube dimensions


OUTPUT PARAMETERS

esize - int
      [1]  raster data
maxval, minval -float
      maximum and minimum value of data to be displayed 
      by Ta2vplot. For use by Ta2vplot's wantscalebar
      option.


SEE ALSO

the Grey manpage


CATEGORY

sep_graphics