jjhelmus / nmrglue

A module for working with NMR data in Python
BSD 3-Clause "New" or "Revised" License
211 stars 86 forks source link

bruker spectra show repetetive funny peaks #58

Closed jdhaller closed 7 years ago

jdhaller commented 7 years ago

Hello,

I experienced a funny bug, when spectra where large. I saw funny repetetive peaks. It can be solved, when line 906 in burker.py is changed. Here, the (submatrices) reordering function is applied twice.

by the way, I'm a big fan of nmrglue ;)

Sorry, it might be line 1080 instead.

jjhelmus commented 7 years ago

@jdhaller Good catch, only a single reordering of the sub-matrices is needed. I'll submit a fix shortly.