bids_bep16_conv.datasets.download_HBN¶
- bids_bep16_conv.datasets.download_HBN(dataset_path=None)[source]¶
Download the QSIprep outcomes obtained for the HBN dataset subset provided on OSF. Currently this entails sub-NDARYM277DEA.
- Parameters:
dataset_path (string) – Path where the file will be saved. If None, the file will be saved in the current working directory. Default = None.
- Returns:
path – A PosixPath indicating the path to the downloaded dataset.
- Return type:
PosixPath
Examples
Download the HBN dataset to the current directory.
>>> download_HBN(dataset_path=None)
Download the dataset to a specific path, e.g. the user’s Desktop.
>>> download_HBN(dataset_path='/home/user/Desktop')