Relaxation and Kinetics Analysis 

T1 Inversion Recovery and single-exponential T2 data can be analyzed.  First order kinetics data for either reactant or product can be analyzed.

The data set being analyzed must contain multiple spectra, and must include a list of delay values.  Up to a maximum of 64 delay values can be viewed or entered by typing D1.  The analysis is performed on one peak at a time.

The first step in the process is to measure the area of the chosen peak for each spectrum in the series.  The program will measure the integral of the displayed region for each spectrum, so it works best by zooming in very close to the peak.  Good phasing and good baselines are important to minimize the error in the analysis.

Type GR (or choose Relaxation/kinetcis Analysis from the Tools menu), which measures the integrals.  To display and fit the data, type DR (or choose Data Reduction data from the Relaxation/kinetcis Analysis option under the Tools menu).  A plot of integral value vs. time for the chosen peak is displayed, but the curve that is initially shown is a first guess, not the result of fitting the data.  By default, the data are assumed to be T1 relaxation, but this can be changed - type E or choose Edit Parameters from the Edit menu.  Then type F (or choose Fit from the Edit menu) to perform a Simplex fit to the data.

A sample set of T1 data (13C spectra of sucrose, shown below) is available on the Acorn NMR web site, and is called Sucrose.t1.

D1 -- Time values for arrayed experiment

Opens a dialog box for display and entry of a list of time values (in sec) used in an arrayed experiment, such as a T1 or kinetics experiment. If a variable delay list was identified when the data file was imported, the values will be displayed. Otherwise, the user can enter them manually.  Space is provided for up to 64 values.

These values are used in calculating relaxation times or rate constants.

GR -- Get Relaxation data

Used in calculating T1, T2 or a rate constant from a series of spectra. This command integrates the chosen region for each file in the data set and creates a list of time and area values which will be fit to a T1 equation. 

To use GR, the data must first be transformed, phased and baseline corrected. The user first selects a peak using Zoom to expand the spectrum so that only the peak of interest is displayed. Exit the Zoom subroutine using Enter. Type GR (or choose Get Relaxation data from the Tools >> Relaxation/kinetics menu). GR measures the integral of the displayed region for each spectrum in the data set. Note that the baseline and phasing in the expanded region must be good in order to obtain a realistic value for the integral.

The relaxation (or kinetics) data can be displayed by typing DR (or choosing Display Relaxation data from the Tools>>Relaxation/kinetcis menu). The entire process is repeated for each peak of interest.

GR can take various arguments, used for setting parameters for the data analysis.  Allowed arguments are:

T1IR - 2-parameter T1 fit
T13IR - 3-parameter T1 fit
T2S - T2 fit to single exponential
T2M - T2 fit to multiple exponentials (note that this has not yet been implemented)
K1I - first-order kinetics where peak increases over time (reaction product)
K1D- first-order kinetics where peak decreases over time (reactant)
height - use peak heights instead of peak areas
area - use peak areas (default)
help

DR -- Data Reduction

Plots integral vs. time for relaxation data on a chosen peak. The data can be fit using a choice of functions for T1 or T2 relaxation, or first order kinetics.

These steps must precede the DR command:

  1. The data must first be processed.
  2. A peak is selected by using Zoom to expand the spectrum so that only the chosen peak is displayed.
  3. The GR command must be executed, which measures the integral of that peak in each of the spectra. (Alternatively, peak heights can be used; see below.)
  4. A list of delay values must have been imported or must be created using the D1 command.

Typing DR (or choosing Data Reduction data from the Tools>>Relaxation/kinetcis menu) displays a plot of integral vs. time with each data point represented by a small square. An initial guess at an exponential curve is displayed, but this does NOT represent a fit to the data.

By default, the data are assumed to be T1 data, and a 3-parameter fit is used. The fitting function can be changed from the Edit menu. Choosing Edit Parameters brings up a dialog box which allows the user to select the fitting function. The choices are

T1 Inversion Recovery
T1 Inversion Recovery fitting 3 parameters (default)
TSingle exponential decay
First order kinetics, where the peak being measure either decreases with time (reactant), or increases with time (product).  These options are abbreviated K1D and K1I in the dialog box for choosing fit function.
Note that the parameters dialog box includes the option of fitting to a multiple exponential decay, but this has not yet been implemented.

Equations are shown below.

Also from this dialog box, the user can choose to use peak heights rather than integrals.

To perform a fit, type F or select Fit from the Edit menu. The curve determined by fitting the chosen equation to the data points is displayed, as are the values calculated in the fit process.  If the integral for the largest peak in the series is set to 100, the integrals will be given as a percentage; otherwise, it is in the absolute integral units internal to the program. The plot can be printed by typing P or selecting Print from the File menu. The whole process is repeated for each peak of interest.

A table of time and integral values can be placed into the clipboard by typing B or selecting Copy Data to Clipboard from the Edit menu. The integral values will be listed as relative values if the integral has been assigned a value; otherwise it is given in the absolute units internal to the program. This table can then be pasted into a Note for display on the spectrum, or into an external text editor or spreadsheet.

The list of delay values used in the experiment can be displayed and edited by typing D1 from the base level or from within the DR subroutine by typing D.

Subcommands:

B Copy table of time and integral values to the clipboard
D Display/edit list of time values
F Perform fit to chosen function
E Edit fit parameters - function and peak pick method (integrals or peak heights)
I Ignore a chosen data point in the fit
P Print
Enter Exit program

 

The equations used to fit relaxation and kinetics data are:

T13IR (3-parameter T1-Inversion Recovery)

y = A * { 1 - [ 1 + W * ( 1 - exp( -K/T ) ) ] * exp( -x/T ) }

where

T = T1 relaxation time
A = peak integral at time x >> T
K = total time between scans in the 180-t-90 sequence (equal to acquisition time plus relaxation delay time)
x = delay time t in the 180-t-90 pulse sequence
W = -(integral at time x=0 / A)

The parameter W is determined in the fitting process, as inversion in this experiment is not always perfect. This gives better results than assuming that the integral at time x=0 is simply the negative of the integral for infinitely long x.

ref: G.Levy and I.Peat, J.Magn.Reson., 18, 500 (1978).

T1IR (Inversion Recovery)

y = A * { 1 - [ 2 - exp( -K/T ) ] * exp( -x/T ) }

where

T = T1 relaxation time
A = peak integral at time x >> T
K = total time between scans in the 180-t-90 sequence (equal to acquisition time plus relaxation delay time)
x = delay time t in the 180-t-90 pulse sequence

ref: Levy et al, J.Magn.Reson., 11, 58 (1973).

T2 - Single exponential decay

y = A * exp( -x/T )

where

T = T2 relaxation time
A = peak integral at time x >> T
x = delay time t in the pulse sequence
 
Note that the parameters dialog box includes the option of fitting to a multiple exponential decay, but this has not yet been implemented.

K1D - First order kinetics for the reaction A --> B, where the chosen peak decreases with time (reactant, A)

y = A0 * exp( -kt )

where

k = rate constant (sec-1)
A0 = concentration of A at time t=0
t = time in sec.

 

K1I - First order kinetics for the reaction A --> B, where the chosen peak increases with time (product, B)

y = A0 * [1-exp( -kt )]

where

k = rate constant (sec-1)
A0 = concentration of A at time t=0
t = time in sec.

Last updated: 12/19/07