nmrglue.fileio.sparky.find_tilen_3d

nmrglue.fileio.sparky.find_tilen_3d(data, ntile, tile_size)[source]

Return a single tile from a 3D NMR data set.

Parameters
data3D ndarray

NMR data, untiled/standard format.

ntileint

Tile number to extract.

(lentZ, lentY, lentX)tuple of ints

Tile size (w1, w2, w3).

Returns
tile1D ndarray

Tile of NMR data, returned as 1D array.

Notes

Edge tiles are zero filled to the indicated tile size.