nmrglue.fileio.sparky.find_tilen_2d

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

Return a tile from a 2D NMR data set.

Parameters
data2D ndarray

NMR data, untiled/standard format.

ntileint

Tile number to extract.

(lentY, lentX)tuple of ints

Tile size (w1, w2).

Returns
tile1D ndarray

Tile of NMR data, returned as 1D array.

Notes

Edge tiles are zero filled to the indicated tile size.