v0.7.0
Full Changelog: v0.6.1...v0.7.0
-
Add new lineshapes and automatic shape selection
This release introduces new lineshapes:no_apodfor no apodization, andsp1andsp2for shifted sine-bell apodization raised to the power of 1 and 2, respectively. The acquisition time and apodization parameters are used to accurately simulate the lineshape. By default, PeakFit will check the NMRPipe spectrum header to determine the appropriate model. IfSPwith powers of 1 or 2 is detected,sp1orsp2will be selected. If no apodization orEMis used,no_apodwill be applied. For all other cases,pvoigtwill be used. -
The segmentation algorithm for identifying clusters of peaks has been replaced by the SciPy algorithm.