nmrglue.fileio.sparky.find_tilen_3d

nmrglue.fileio.sparky.find_tilen_3d(data, ntile, (lentZ, lentY, lentX))[source]

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

Parameters :

data : 3D ndarray

NMR data, untiled/standard format.

ntile : int

Tile number to extract.

(lentZ, lentY, lentX) : tuple of ints

Tile size (w1, w2, w3).

Returns :

tile : 1D ndarray

Tile of NMR data, returned as 1D array.

Notes

Edge tiles are zero filled to the indicated tile size.

Previous topic

nmrglue.fileio.sparky.untile_data2D

Next topic

nmrglue.fileio.sparky.tile_data3d

This Page