nmrglue.fileio.varian.get_hyperheader

nmrglue.fileio.varian.get_hyperheader(file)[source]

Unpack hypercomplex header parameters to a list.

Reads the 28-bytes block header from file and unpacks into a list. Endiness is corrected as needed.

Returned list contents:

N Variable Description
0 s_spare1 Not Used
1 status status of block
2 s_spare2 Not Used
3 s_spart3 Not Used
4 l_spare1 Not Used
5 lpval1 2D left phase
6 rpval1 2D right phase
7 f_spare1 Not Used
8 f_spare2 Not Used

Previous topic

nmrglue.fileio.varian.skip_blockheader

Next topic

nmrglue.fileio.varian.put_block

This Page