From dec9e7ed3d0f88f21178cd405f8baf8ff5ab0b77 Mon Sep 17 00:00:00 2001 From: Ariel Rokem Date: Sun, 20 Nov 2022 15:41:20 -0800 Subject: [PATCH] Use the original dataset description. --- ndslib/data.py | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/ndslib/data.py b/ndslib/data.py index 3b4c157..b4ca589 100644 --- a/ndslib/data.py +++ b/ndslib/data.py @@ -152,7 +152,14 @@ def download_bids_dataset(): download_file("https://openneuro.org/crn/datasets/ds001233/snapshots/00003/files/sub-17:ses-pre:anat:sub-17_ses-pre_T1w.json", "ds001233/sub-17/ses-pre/anat/sub-17_ses-pre_T1w.json") - make_description("ds001233") + make_description("ds001233", + BIDSVersion="1.0.2", + **{"Name":"singleFingerRSA", + "Authors":["Patrick Beukema","Timothy Verstynen"], + "Funding":["NSF Career Award 1351748, Pennsylvania Department of Health Formula Award SAP4100062201, Multimodal Neuroimaging Training Program NIH T90 DA022761"], + "License":"Creative Commons CC0 1.0", + "HowToAcknowledge":"Please cite the following manuscript Patrick Beukema, Jörn Diedrichsen, Timothy Verstynen. bioRxiv 255794; doi: https://doi.org/10.1101/255794 in addition to this dataset"}) + def load_npy(url, fname=None): """