From dcb62e540d2a452b78bec6e16e4238ac422a47d1 Mon Sep 17 00:00:00 2001 From: mgaubert <93723496+mgaubert@users.noreply.github.com> Date: Fri, 1 Mar 2024 11:05:23 +0100 Subject: [PATCH] Update Readme.md Update description of longitudinal part of shanoir2bids --- Readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 64bdffc..0c2ea88 100644 --- a/Readme.md +++ b/Readme.md @@ -52,10 +52,12 @@ The dictionary in the json file must have four keys : -> "bidsDir" : str, BIDS subdirectory sequence name (eg : "anat", "func" or "dwi", ...) -> "bidsName" : str, BIDS sequence name (eg: "t1w-mprage", "t2-hr", "cusp66-ap-b0", ...) ``` -To download longitudinal data, a key `session` and a new entry `bidsSession` in `data_to_bids` dictionaries should be defined in the JSON configuration files. An example is provided in the file `s2b_example_config.json`. +To download longitudinal data, a key `session` and a new entry `bidsSession` in `data_to_bids` dictionaries should be defined in the JSON configuration files. Of note, only one session can be downloaded at once. Then, the key `session` is just a string, not a list as for subjects. + + ### Example usage To download datasets, verify the content of them, anonymize them and / or encrypt them you can use a command like: