An option exists to smooth or not smooth a histogram. The smoothing is done using a 5-point Hamming window and gives a much cleaner histogram [22].
The output is a file called ``histogram.stats'' and can be plotted using the ANALYZE PLOT program. Column 1 is the grayscale bin number and column 2 is the y axis.
levels_per_bin = 1You do not have to have one histogram bin per graylevel value. By using the parameter setting ``levels_per_bin = 3'', for example, you can have 3 graylevels per bin. This typically gives a smoother fuller histogram.
smooth_hist = yes
use_volumes = input_only
image_out = undefined
second_volume = 0
To make a histogram using two volumes, toggle the option ``use_volumes = ''. To only use one, leave the parameter at its default. The ``second_volume = '' parameter is only used when the two-volume histogram option is elected.