FWHMestimater
FWHMestimater is a Python function designed to estimate the Full Width at Half Maximum (FWHM) of a given signal. The FWHM is a common metric used to characterize the width of a peak or a profile. It is defined as the width of the peak at 50% of its maximum amplitude.
The FWHMestimater function typically takes a signal (represented as a list or NumPy array of y-values) and
Various methods can be employed within FWHMestimater to find these half-maximum points. Some implementations might use
FWHMestimater is a useful tool in fields such as spectroscopy, image processing, and data analysis where characterizing