The effect of chemical exchange is that steady state magnetization in
a short TR pulse and observe experiment may not always fit the Ernst equation.
For a numerical prediction of the saturation factors for a short TR
experiment with this formalism one would have to know the kinetics and
the relative equilibrium magnetizations of the exchanging species.
The relative equilibrium magnetizations are often just the thing we
want to measure and kinetic parameters are usually not known either.
Simulations have shown that the Ernst model is a good approximation
under certain conditions [Ouwerkerk,
R., and Bottomley P.A. JMR 148, 425-435 (2001)].
These conditions can be summarized as:
- Find the optimum flip angle and TR for the best SNR efficiency (SNR
per unit time) for all exchanging species.
- Then move to the most relaxed parameters that still yield
about 90-95 % of the maximum efficiency for all metabolites.
At a fixed TR choose the lowest flip angle
At a fixed flip angle choose the longest TR
The areas where saturation factors are least M0 and k dependent can
be seen as blue areas in the plots of the variance analysis
for SF.
Ideally we get an estimate for the errors by simulating
the experiment.
For these simulations I wrote a Matlab script (see
below). for evaluation of saturation factors for steady state pulse
experiments in systems with multi site chemical exchange.
This Matlab script is available on request. Just e-mail
me
| kaa=0 | kba=0.6 | kca=0 |
| kab=0.4 | kbb=0 | kcb=0.25 |
| kac=0 | kbc=0.5 | kcc=0 |
| M0A = 1.5 | T1A = 6.0 |
| M0B = 1 | T1B = 2.0 |
| M0C = 0.2 | T1C = 5.5 |
where deltaSF, deltaM0, deltak etc (dSF, dM0 etc.) , are the errors or standard deviations (SDs) in the corresponding variables, and the capital delta SF (DeltaSF) are fractional errors in each of the composite variables as defined by the respective terms in Equation [1]. Similar expressions can be written for dSF(B)/SF(B), and dSF(C)/SF(C). dSF/SF is a measure of the dependence or sensitivity of SF(TR, q) to variations or errors in the equilibrium magnetizations and rate constants.
Figures 1,2 and 3 show colormap plots of dSF/SF as a function
of TR and q, calculated for PCr, ATP and Pi using the pre-ischemic heart
muscle parameters above. The fractional variation in SF(A) due to
the individual components, DeltaSF(M0A), DeltaSF(M0B ), and DeltaSF(kAB
), are also plotted for a 25% change in the values of M0A, M0B ,
and kAB (that is, dM0,/M0, = dk/k = 0.25). The variations in
DeltaSF(M0C)and DeltaSF(kBC) were much smaller. Superimposed on the
colormap are contours lines indicating the operating conditions for q and
TR that yield 0.85, 0.9 and 0.95 times the optimum (Ernst angle) SNR efficiency
(= signal to noise per unit time = signal / sqrt(TR)).
The system in table 1 is designed to mimic the creatine kinase (CK) system in skeletal muscle, observed with 31P MRS at 1.5 T.
PCr <=> ATP<=> Pi
Table 1 Exchange and relaxation parameters for a simulation of a three
site exchange system A <=> B <=> C.
| Species | Mz equilirium | T1 [s] | k forward [s-1] |
| A | 28 | 6,7 | kab = 0.27 |
| B | 4.5 | 2.3 | kbc = 0.5 |
| C | 2 | 5.5 | kca = 0 |
Errors in calculated saturation factors for a 35 degree flip and TR = 1s
Errors in calculated saturation factors for a 35 degree flip and TR
= 1s in the "skeletal muscle" system of table 1.
using the apparent T1's as would be measured with a 15-60 degree dual
angle T1 measurement
Apparent T1, determined with the dual angle method
A : 5.800066
B : 3.925183
C : 4.385051
Relative errors in saturation factors calculated for 35 degree
flip
A : 0.017095
B : -0.069131
C : -0.036102
Equilibrium magnetization calculated with single exponential model
A : 28.486988
B : 4.209024
C : 1.930313
Matlab user interface for multi site chemical exchange models
The program checks the chemical exchange network for chemical equilibrium
(sum off all forward reactions equals the sum of all backward reactions).
For a valid set of exchange parameters it can produce a plot of the
observed signal as a function of either TR or
flip
angle.
Screen shots of the user interface and of
the TR and flip angle
dependent output are shown below.

