jjhelmus / nmrglue

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

Added check to F1 and F2 quad flags get swapped in magnitude mode only. #15

Closed tjragan closed 10 years ago

tjragan commented 10 years ago

The F1/F2 quad flag swap breaks complex processing. I added a test so the swap only happens if the 2D plane is magnitude mode. Checked this works on 2D HMBC (magnitude) and 2D HSQC (states).

jjhelmus commented 10 years ago

Thanks for the pull request. Merging.