forked from tonggehua/EPG-simulation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
26 lines (18 loc) · 819 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
List of core EPG code
-----------------------
Contributors: Sairam Geethanath, Gehua Tong
-----------------------
rf_rotation.m (RF operator)
shift_grad.m (Gradient operator)
relax.m (T1,T2 relaxation operator)
* These three are employed by EPG_custom.m so you don't need to use them directly.
findEchos.m
(find unique, nonzero F0 states that are not simultaneous with RF pulse; always picks the second one if two happen at the same time (we want the one after relaxation))
findAllEchos.m (find ALL nonzero F0 states)
display_echos.m (display echoes found from findEchos or findAllEchos)
display_epg.m (display EPG with echo locations)
EPG_custom.m (simulates EPG given seq struct; outputs all omegas and echos using findEchos)
Demos:
--------
EPGdemo_tutorial.m
EPGdemo_tutorial.pdf