Skip to content

v0.7.0

Choose a tag to compare

@gbouvignies gbouvignies released this 11 Jun 21:05

Full Changelog: v0.6.1...v0.7.0

  • Add new lineshapes and automatic shape selection
    This release introduces new lineshapes: no_apod for no apodization, and sp1 and sp2 for 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. If SP with powers of 1 or 2 is detected, sp1 or sp2 will be selected. If no apodization or EM is used, no_apod will be applied. For all other cases, pvoigt will be used.

  • The segmentation algorithm for identifying clusters of peaks has been replaced by the SciPy algorithm.