neuralfetch.download.Osf¶
- class neuralfetch.download.Osf(*, study: str, dset_dir: str | Path, folder: str = 'download', storage_inds: list[int] = [0])[source][source]¶
Download datasets from OSF (osf.io).
Iterates over files in a project storage using
osfclientand downloads them todset_dir/download/. Already-downloaded files are skipped automatically.