Skip to content

Commit

Permalink
Modified the help text for sim_press.m, changed the manual accordingl…
Browse files Browse the repository at this point in the history
…y, and marked the new version 1.0-alpha to coincide with the first submission of the FID-A manuscript for publication.
  • Loading branch information
jamienear committed Apr 9, 2015
1 parent faffb2c commit 7f41a0b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Binary file modified FID-A_Documentation/FID-A_Manual.pdf
Binary file not shown.
14 changes: 7 additions & 7 deletions simulationTools/sim_press.m
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
%sim_press.m
%Robin Simpson and Jamie Near, 2014.
% sim_press.m
% Robin Simpson and Jamie Near, 2014.
%
% USAGE:
% out = sim_press(n,sw,Bfield,linewidth,sys,tau1,tau2)
%
% DESCRIPTION:
% This function simulates an ideal PRESS experiment.
% The function calls the function 'sim_Hamiltonian.m' which produces the free
% evolution Hamiltonian for the specified number of spins, J and shifts.
% This time the individual Iy and Iz are needed as well.
% This function simulates a spin-echo experiment with echo time tau.
% This function simulates an ideal PRESS experiment with first echo time
% "tau1" and a second echo time of "tau2". The function calls the function
% 'sim_Hamiltonian.m' which produces the free evolution Hamiltonian and
% rotation Hamiltonians for the specified spin system.

%
% INPUTS:
% n = number of points in fid/spectrum
Expand Down

0 comments on commit 7f41a0b

Please sign in to comment.