Menu

Commit [r28224]  Maximize  Restore  History

Bug fix for the inversion recovery equations (sr #3345).

The inversion recovery experiment was incorrectly implemented as I(t) = Iinf - I0 * exp(-R1 * t)
whereas it should be I(t) = Iinf - (Iinf - I0) * exp(-R1 * t).

bugman 2016-06-03

changed /trunk/target_functions/exponential_inv.c
/trunk/target_functions/exponential_inv.c Diff Switch to side-by-side view
Loading...