Skip to content

Commit 84e4bcf

Browse files
committed
update font
1 parent b04e872 commit 84e4bcf

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

docs/m03_running_experiments/g03_dbicsetup.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,9 @@ In the SPACETOP PC, load matlab ptb3-matlab. In the command window,
118118
main(‘10.64.1.10’, 20121, 1, 100) # select Program
119119
main(10.64.1.10’, 20121, 4, 100) # Trigger Program
120120
* [ ] run `testmain.m`, which will basically do Test 2 for you.
121+
{: .fs-3 .px-6}
121122

122-
step 6
123+
step 7
123124
{: .label .label-blue}
124125
## Medoc PC: Biopac - data acquisition
125126
{: .d-inline-block .fs-6}
@@ -129,8 +130,9 @@ step 6
129130
* [ ] stop between runs
130131
* 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
131132
* [ ] at the end of the entire experiment, save the template as .acq.
133+
{: .fs-3 .px-6}
132134

133-
step 6
135+
step 8
134136
{: .label .label-blue}
135137
## Spacetop PC: Matlab
136138
{: .d-inline-block .fs-6}
@@ -141,7 +143,7 @@ step 6
141143
* [ ] End key will be `e`
142144
{: .fs-3 .px-6}
143145

144-
step 7
146+
step 9
145147
{: .label .label-blue}
146148
## Spacetop PC: saving data
147149
{: .d-inline-block }
@@ -151,12 +153,12 @@ step 7
151153
* [ ] [ spacetop PC ] push data file to github data repo
152154
{: .fs-3 .px-6}
153155
```
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" \
158160
git push origin master
159-
```
161+
```
160162
{: .fs-3 .px-7}
161163

162164
step 8

0 commit comments

Comments
 (0)