Skip to content

Commit 827cb06

Browse files
authored
Clarify source data copying process in tutorial
1 parent d2d6244 commit 827cb06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tutorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ lslautobids run -p TestData2025
8080

8181
1. This will convert the xdf file in the `LSLAutoBIDS/data/projects/TestProject2025/sub-001/ses-001/eeg/` directory to BIDS format and store it in the `LSLAutoBIDS/data/bids/TestProject2025/sub-001/ses-001/` directory.
8282
2. You can check the logs in the log file `LSLAutoBIDS/data/bids/TestProject2025/code/TestProject2025.log` file.
83-
3. The source data i.e. the raw xdf file, behavioral data (e.g. eye-tracking recording) and the experimental code files (e.g. .py, .oxexp) will be copied to the `LSLAutoBIDS/data/bids/TestProject2025/source_data/`, `LSLAutoBIDS/data/bids/TestProject2025/beh/` and `LSLAutoBIDS/data/bids/TestProject2025/misc/` directories respectively.
83+
3. The source data i.e. the raw xdf file, behavioral data (e.g. eye-tracking recording) and the experimental code files in `PROJECT_STIM_ROOT/TestProject2025/experiment` (all files e.g. .py, .oxexp will be compressed to a `tar.gz` archive) will be copied to the `LSLAutoBIDS/data/bids/TestProject2025/source_data/`, `LSLAutoBIDS/data/bids/TestProject2025/beh/` and `LSLAutoBIDS/data/bids/TestProject2025/misc/` directories respectively.
8484

8585
## Example Case 2
8686

@@ -101,4 +101,4 @@ __Since the dataset is version controlled using datalad, the large files are not
101101

102102
```
103103
datalad get <file-path>
104-
```
104+
```

0 commit comments

Comments
 (0)