nmrglue.fileio.bruker.guess_shape

nmrglue.fileio.bruker.guess_shape(dic)[source]

Determine data shape and complexity from Bruker dictionary.

Returns
shapetuple

Shape of data in Bruker binary file (R+I for all dimensions).

cplexbool

True for complex data in last (direct) dimension, False otherwise.