pyns.fetch_utils.get_paths

pyns.fetch_utils.get_paths(preproc_dir, fetch_json=False, fetch_brain_mask=False, **entities)

Get paths to preprocessed images in a Neuroscout dataset.

Args:

preproc_dir (str): Path to preprocessed dataset. fetch_json (bool): Whether to fetch JSON metadata files. entities (dict): Entities to filter by.

Returns:

paths: List of BIDSFile objects to fetch.