nibabel.data

Utilities to find files from NIPY data packages

Functions

datasource_or_bomber(pkg_def, **options)

Return a viable datasource or a Bomber

find_data_dir(root_dirs, *names)

Find relative path given path prefixes to search

get_data_path()

Return specified or guessed locations of NIPY data files

make_datasource(pkg_def, **kwargs)

Return datasource defined by pkg_def as found in data_path

Classes

Bomber(name, msg)

Class to raise an informative error when used

Datasource(base_path)

Simple class to add base path to relative path

VersionedDatasource(base_path[, config_filename])

Datasource with version information in config file

Exceptions

BomberError

Error when trying to access Bomber instance

DataError