@@ -118,8 +118,9 @@ In the SPACETOP PC, load matlab ptb3-matlab. In the command window,
118
118
main(‘10.64.1.10’, 20121, 1, 100) # select Program
119
119
main(10.64.1.10’, 20121, 4, 100) # Trigger Program
120
120
* [ ] run ` testmain.m ` , which will basically do Test 2 for you.
121
+ {: .fs-3 .px-6}
121
122
122
- step 6
123
+ step 7
123
124
{: .label .label-blue}
124
125
## Medoc PC: Biopac - data acquisition
125
126
{: .d-inline-block .fs-6}
@@ -129,8 +130,9 @@ step 6
129
130
* [ ] stop between runs
130
131
* e.g. social influence has 3 runs. Use ` ctrl + space ` to stop at the end of run 1, ` ctrl + space ` to start for run 2
131
132
* [ ] at the end of the entire experiment, save the template as .acq.
133
+ {: .fs-3 .px-6}
132
134
133
- step 6
135
+ step 8
134
136
{: .label .label-blue}
135
137
## Spacetop PC: Matlab
136
138
{: .d-inline-block .fs-6}
@@ -141,7 +143,7 @@ step 6
141
143
* [ ] End key will be ` e `
142
144
{: .fs-3 .px-6}
143
145
144
- step 7
146
+ step 9
145
147
{: .label .label-blue}
146
148
## Spacetop PC: saving data
147
149
{: .d-inline-block }
@@ -151,12 +153,12 @@ step 7
151
153
* [ ] [ spacetop PC ] push data file to github data repo
152
154
{: .fs-3 .px-6}
153
155
```
154
- cd home/spacetop/repos/data
155
- cd sub-XXXX # subject of the day
156
- git add sub-XXXX
157
- git commit -m "sub-XXXX data"
156
+ cd home/spacetop/repos/data \
157
+ cd sub-XXXX # subject of the day \
158
+ git add sub-XXXX \
159
+ git commit -m "sub-XXXX data" \
158
160
git push origin master
159
- ```
161
+ ```
160
162
{: .fs-3 .px-7}
161
163
162
164
step 8
0 commit comments