GAUSS Name
      
       GAUSS Purpose
      
       Return a fitted gaussian curve for a given histogram.
Category
Calling Sequence
      
       fit = gauss(x,h) Inputs
             x = array of histogram bin center values.       in
      
       h = histogram array.                            in
Keyword Parameters
Keywords
        
         MEAN=mn returned histogram mean. 
        
         SDEV=sd returned histogram standard deviation.
Outputs
      
       fit = expected histogram values for a gaussian.  out
Common Blocks
Notes
Modification History
      
       R. Sterner, 21 May, 1992 
  
 Copyright (C) 1992, Johns Hopkins University/Applied Physics Laboratory
  
 This software may be used, copied, or redistributed as long as it is not
  
 sold and this copyright notice is reproduced on each copy made.  This
  
 routine is provided as is without any express or implied warranties
  
 whatsoever.  Other limitations apply as described in the file disclaimer.txt.