jjhelmus / nmrglue

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

Modification of pipe.py for handling data that was applied 'nmrPipe -fn EXT' in z-dim #92

Closed makki547 closed 5 years ago

makki547 commented 5 years ago

3D nmrpipe file that was applied 'nmrPipe -fn EXT...' in z-dim could not be loaded by nmrglue.pipe.read().

I think, the trouble was originated length of z-dim was given by FDF*FTSIZE or FDF*TDSIZE. nmrPipe doesn't touch those parameters even EXT was applied. I would suggest using FDF*X1 and FDF*XN parameters for EXT applied data.

jjhelmus commented 5 years ago

This looks great, thanks for the contribution @makki547.