Menu

getSpecPipe

A. Smith

getSpecPipe

This program loads spectra from NMRPipe (Delaglio et al. (1995) J. Biomol. NMR, 6(3), 277), in addition to relevant information on processing. Arguments are the data location and the range of the spectrum to be loaded.

location: The pathway to the processed data must be specified. If data is stored in multiple files, this argument may be given with a wildcard. For example, if files are test001.ft3, test002.ft3, etc., then the location should be given as test*.ft3.
32

range: List of the lower and upper bounds of each frequency axis. Specified as follows:

range=[LB1 UB1 LB2 UB2 ...];

where ‘LBX’, ‘UBX’ are the lower and upper bounds for each dimension.

Using all defaults:

range=[LB1 UB1 LB2 UB2 ...];

where ‘LBX’, ‘UBX’ are the lower and upper bounds for each dimension.

spec=getSpecBruker(location);

Specifying a range

spec=getSpecBruker(location,range);

Auth0 Logo