nmrglue.fileio.sparky.find_tilen_2d

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

Return a tile from a 2D NMR data set.

Parameters :

data : 2D ndarray

NMR data, untiled/standard format.

ntile : int

Tile number to extract.

(lentY, lentX) : tuple of ints

Tile size (w1, w2).

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.put_data

Next topic

nmrglue.fileio.sparky.tile_data2d

This Page