Next: SPLINEFIT Up: SMOOTH Prev: Parameters

Examples

To correlate a time series with a gaussian mask.

  ICL> smooth time time_smooth
  First dimension to smooth over > 1
  Should gaps in the data be set to zero (Y/N) > Y
  Mask type > GAU
  Mask width > 8
  
To smooth an image in both dimensions with a Cosine bell

  ICL> smooth image image_smooth
  First dimension to smooth over > 1
  Second dimension to smooth ("0" if not wanted) > 2
  Should gaps in the data be set to zero (Y/N) > N
  Mask type > COS
  Mask width > 10
  
To smooth the variance array of a time series file, overwriting the original file.

  ICL> SMOOTH OVER TIME.VARIANCE
  


Next: SPLINEFIT Up: SMOOTH Prev: Parameters