Page 1 of 1

SDDS processing of histograms

Posted: 15 Nov 2011, 15:21
by tennant
Hi,

I'm generating histograms from beam distributions and am wondering if there is a simple set of SDDS commands to calculate the full width of the histogram?

Thanks,
chris

Re: SDDS processing of histograms

Posted: 15 Nov 2011, 16:30
by michael_borland
Chris,

You can use sddsprocess, e.g.,
sddsprocess <input> <output> -process=H,fwhm,HFWHM,functionOf=t
where H and t are two columns and you want to find the FWHM of H(t).

--Michael