download_participants_tsv#
- torch_brain.utils.openneuro.download_participants_tsv(dataset_id, target_dir, *, redownload=False)[source]#
Download participants.tsv from OpenNeuro S3.
- Parameters:
- Return type:
- Returns:
Path to the downloaded or existing participants.tsv file, or
Noneif the dataset has no participants.tsv on OpenNeuro S3.- Raises:
RuntimeError – If the download fails for a reason other than the file being absent.