-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdoctree.txt
116 lines (116 loc) · 4.13 KB
/
doctree.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
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
mdl-R56/
├── docs/
│ ├── Dot Probe - Methods.docx
│ ├── Pupil dilation - Methods.docx
│ └── triggers.json
├── doctree.txt
├── HOWTO.md
├── LICENSE
├── other/
│ ├── .DS_Store
│ └── backup/
├── README.md
├── tasks/
│ ├── pst/
│ │ ├── dotprobe/
│ │ │ ├── 5.0/
│ │ │ │ ├── beep-7.wav
│ │ │ │ ├── changes.txt
│ │ │ │ ├── r56-dot.ebs2
│ │ │ │ ├── r56-dot.es2
│ │ │ │ ├── stim/
│ │ │ │ └── stim.zip
│ │ │ └── 5.1/
│ │ └── pupil_dilation/
│ │ ├── 5.7/
│ │ │ ├── advisor.xsl
│ │ │ ├── beep-7.wav
│ │ │ ├── changes.txt
│ │ │ ├── py/
│ │ │ │ └── list.py
│ │ │ ├── r56-ppi.ebs2
│ │ │ ├── r56-ppi.es2
│ │ │ ├── r56-ppi.wndpos
│ │ │ └── stim/
│ │ └── 5.8/
│ │ ├── advisor.xsl
│ │ ├── beep-7.wav
│ │ ├── changes.txt
│ │ ├── fixation calculation.txt
│ │ ├── py/
│ │ │ └── list.py
│ │ ├── r56-ppi.ebs2
│ │ ├── r56-ppi.es2
│ │ ├── r56-ppi.wndpos
│ │ └── stim/
│ └── python/
│ ├── _dfat/
│ │ ├── dfat.bat
│ │ ├── dfat.py
│ │ ├── inpout32.dll
│ │ └── instructions/
│ │ ├── png.zip
│ │ └── wav.zip
│ ├── _rsi/
│ │ ├── inpout32.dll
│ │ ├── instructions/
│ │ │ ├── .DS_Store
│ │ │ ├── even.png
│ │ │ ├── png.zip
│ │ │ └── wav.zip
│ │ ├── rsi.bat
│ │ └── rsi.py
│ ├── _wf/
│ │ ├── changes.py
│ │ ├── EmotionFeConditionsFile.csv
│ │ ├── EmotionMaConditionsFile.csv
│ │ ├── FEMA4ImagesEEG.bat
│ │ ├── FEMA4ImagesEEG.py
│ │ ├── FemalePracticeFile.csv
│ │ ├── inpout32.dll
│ │ ├── MAFE4ImagesEEG.bat
│ │ ├── MAFE4ImagesEEG.py
│ │ ├── MalePracticeFile.csv
│ │ └── stim.zip
│ ├── app/
│ │ ├── 1.0.py
│ │ ├── 2.0.py
│ │ ├── app.ico
│ │ ├── build/
│ │ ├── cmd.txt
│ │ ├── dist/
│ │ │ ├── gui/
│ │ │ └── gui.exe
│ │ ├── docs/
│ │ │ ├── app.ico
│ │ │ ├── commands.txt
│ │ │ └── script.nsi
│ │ ├── gui.spec
│ │ └── gui_backup.spec
│ └── manual/
│ ├── 1-rsi.lnk
│ ├── 2-dfat.lnk
│ ├── 3-FEMA.lnk
│ ├── 3-MAFE.lnk
│ ├── 4-rsii.lnk
│ ├── 5-smi.bat
│ ├── 6-rsiii.lnk
│ └── 7-questionnaire.bat
├── tools/
│ ├── .DS_Store
│ ├── actigraph_analysis/
│ │ ├── .DS_Store
│ │ ├── actigraph.py
│ │ ├── new/
│ │ ├── notes/
│ │ │ ├── Actigraphy Report -- 100126.docx
│ │ │ ├── chrome_0ab.csv
│ │ │ ├── nparACT.pdf
│ │ │ ├── nparACT.R
│ │ │ ├── R56ActiwareDatabase.AW5
│ │ │ └── R56ActiwareDatabase.AW5bak
│ │ └── old/
│ ├── doctree.py
│ └── rename/
│ ├── practice_instructions/
│ └── rename.py