-
Notifications
You must be signed in to change notification settings - Fork 1
/
cosyph.cw
58 lines (42 loc) · 867 Bytes
/
cosyph.cw
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
;cosyph
;avance-version (12/01/11)
;2D homonuclear shift correlation
;phase sensitive
;
;$CLASS=HighRes
;$DIM=2D
;$TYPE=
;$SUBTYPE=
;$COMMENT=
#include <Avance.incl>
"in0=inf1"
"d0=in0/2-p1*4/3.1416"
"acqt0=-p1*2/3.1416"
1 ze
2 d1
3 p1 ph1
d0
p1 ph2
go=2 ph31
d1 mc #0 to 2 F1PH(calph(ph1, +90), caldel(d0, +in0))
exit
ph1=0 2 2 0 1 3 3 1
ph2=0 2 0 2 1 3 1 3
ph31=0 2 2 0 1 3 3 1
;pl1 : f1 channel - power level for pulse (default)
;p0 : f1 channel - 20 to 90 degree high power pulse
;p1 : f1 channel - 90 degree high power pulse
;d0 : incremented delay (2D)
;d1 : relaxation delay; 1-5 * T1
;inf1: 1/SW = 2 * DW
;in0: 1/(1 * SW) = 2 * DW
;nd0: 1
;ns: 4 * n
;ds: 16
;td1: number of experiments
;FnMODE: States-TPPI, TPPI, States or QSEQ
;Processing
;PHC0(F1): 90
;PHC1(F1): -180
;FCOR(F1): 1
;$Id: cosyph,v 1.9 2012/01/31 17:49:22 ber Exp $