Skip to content

Commit 2761019

Browse files
committed
Updated documentation
1 parent c0a790d commit 2761019

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ Having an organized source data folder, the actual data-set conversion to BIDS c
5555
all raw source data to the BIDS labels. You can check and edit the bidsmap file with
5656
the bidseditor (but also with any text-editor) before passing it to the bidscoiner
5757
N.B.: Institute users may want to use a site-customized template bidsmap (see the
58-
--template option). The bidsmap_dccn template from the Donders Institute can serve
59-
as an example (or may even mostly work for other institutes as is).
58+
--template option). The bidsmap_dccn template from the Donders Institute can serve as
59+
an example (or may even mostly work for other institutes as it comes with the software).
6060

6161
positional arguments:
6262
sourcefolder The source folder containing the raw data in

bidscoin/bidsmapper.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
all raw source data to the BIDS labels. You can check and edit the bidsmap file with
55
the bidseditor (but also with any text-editor) before passing it to the bidscoiner
66
N.B.: Institute users may want to use a site-customized template bidsmap (see the
7-
--template option). The bidsmap_dccn template from the Donders Institute can serve
8-
as an example (or may even mostly work for other institutes as is).
7+
--template option). The bidsmap_dccn template from the Donders Institute can serve as
8+
an example (or may even mostly work for other institutes as it comes with the software).
99
"""
1010

1111
# Global imports (plugin modules may be imported when needed)

0 commit comments

Comments
 (0)