nmrglue.fileio.bruker.reorder_submatrix

nmrglue.fileio.bruker.reorder_submatrix(data, shape, submatrix_shape)[source]

Reorder processed binary Bruker data.

Parameters :

data : array

shape : tuple

Shape of final data.

submatrix_shape : tuple

Shape of submatrix.

Returns :

rdata : array

Array in which data has been reordered and correctly shaped.

Previous topic

nmrglue.fileio.bruker.uncomplexify_data

Next topic

nmrglue.fileio.bruker.rm_dig_filter

This Page