jjhelmus / nmrglue

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

BUG FIX: Bruker guess_shape calculation for 3rd and 4th dimensions #84

Closed kaustubhmote closed 5 years ago

kaustubhmote commented 5 years ago

3D and 4D files are often read with wrong 3rd and 4th dimensions as the number of points in the 3rd dimension were hard-coded to 16. This PR fixes that.

jjhelmus commented 5 years ago

Thanks for the fix. Not sure how that value got hard coded but it is definitely incorrect.