Skip to content

Commit

Permalink
update downloading instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
dmalt committed Jul 22, 2022
1 parent 650f099 commit d9bb5a8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,16 @@ dvc pull
```

At this point DVC will ask for an authentification with a Google account.
Follow the link in the terminal. In the opened browser window select
the Google account with which the data were shared and click on both checkboxes.
If the data were shared with you, the download should start after the authentification.

This will load
- raw MEG and audio data @ `rawdata`,
- data annotations @ `rawdata/derivatives/011-annotate_premaxfilt`, `rawdata/derivatives/031-annotate_postmaxfilt`, `rawdata/derivatives/032-annotate_speech` `rawdata/derivatives/033-annotate_covert`, `rawdata/derivatives/071-annotate_muscles`, `rawdata/derivatives/101-merge_annotations`
- manually marked bad ICA components @ `rawdata/derivatives/051-inspect_ica`
- aligned audio data @ `rawdata/derivatives/081-align_audio`
- downsampled and ICA-cleaned MEG data @ `rawdata/derivatives/091-resample`

All the intermediate files will not be downloaded since they can be recomputed via
running the corresponding scripts from `rawdata/code/preproc`

0 comments on commit d9bb5a8

Please sign in to comment.