nmrglue.fileio.varian.find_torder

nmrglue.fileio.varian.find_torder(dic, shape)[source]

Find the torder from the procpar dictionary.

If propar dictionary is incomplete a UserWarning is issued and ‘r’ is returned.

Parameters :

dic : dict

Dictionary of parameters in the procpar file.

shaoe : tuple of ints

Shape of NMR data.

Returns :

torder : {‘r’, ‘f’, ‘o’}

File ording for using in read() or write().

Previous topic

nmrglue.fileio.varian.create_pdic_param

Next topic

nmrglue.fileio.varian.torder2i2t

This Page