Skip to content

MSNoise 1.5.1

Compare
Choose a tag to compare
@ThomasLecocq ThomasLecocq released this 26 Jan 18:41
· 454 commits to master since this release

This is a bugfix release.

  • MAJOR: revert scipy's next_fast_len in MWCS for nextpow2 (needs more work, but this restores the expected original behaviour of the spectral smoother)
  • MAJOR: When used with different filters, the AC whitening occured on the same trace, not its copy, leading to wrong spectra. (see #105)
  • allow 'intervals" to be float, not only ints