nmrglue.fileio.sparky.get_tile

nmrglue.fileio.sparky.get_tile(f, num_points)[source]

Read the next tile from a Sparky file object.

Parameters :

f : file object

Open file object pointing to a Sparky file.

num_points : int

Number of points in the tile.

Returns :

tile : ndarray

Tile of NMR data. Data is returned as a 1D array.

Previous topic

nmrglue.fileio.sparky.get_tilen

Next topic

nmrglue.fileio.sparky.put_tile

This Page