nmrglue.fileio.sparky.calc_tshape

nmrglue.fileio.sparky.calc_tshape(shape, kbyte_max=128)[source]

Calculate a tile shape from data shape.

Parameters :

shape : tuple

Shape of NMR data (data.shape).

kbyte_max : float or int

Maximum tile size in Kilobytes.

Returns :

tshape : tuple

Shape of tile.

Previous topic

nmrglue.fileio.sparky.create_axisdic

Next topic

nmrglue.fileio.sparky.read_2D

This Page