Skip to content

Commit

Permalink
add line breaks and images
Browse files Browse the repository at this point in the history
  • Loading branch information
likeajumprope authored Apr 30, 2023
1 parent ed9aa55 commit ec38b16
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

![Physiological noise](/img/Physio_example.png)

</br>

## How to work with this repository

### There are three ways to work with this repository:
Expand All @@ -23,7 +25,7 @@
git clone --recursive https://github.com/likeajumprope/PhysIO-Live
```
- *Note:* Check that the `libs` subfolder is not empty, and e.g,. `libs/tapas` contains files.

</br>

#### 2. Get the data.
For this live demo, we use the [Forrest Gump](https://openneuro.org/datasets/ds000113/versions/1.3.0) data set. Here we use the audio perception sub data set (see also [here](https://www.studyforrest.org/data.html))
Expand All @@ -33,10 +35,19 @@
- sub-01_ses-auditoryperception_func_sub-01_ses-auditoryperception_task-auditoryperception_run-01_physio.tsv
- recording-cardresp_physio.json

Your folder structure should look like the following:

<p align="center">
<img width="500" src="/img/Folder_structure.png">
</p>
</br>


#### 3. Adapt the environment variables in main.mlx (matlab version > 2019a) or in main.m
The two files main.mlx and main.m are identical and ensure the usability of this tutorial for matlab versions that do not support .mlx files.

</br>

## Debugging - common issues

- Make sure every step is run out of the results/>subjectID< folder!
Expand Down

0 comments on commit ec38b16

Please sign in to comment.