Menu

pycaravel: This module is designed to simplify continuous integration (CI) of data from multiple projects.

Note

This page is a reference documentation. It only explains the class signature, and not how to use it. Please refer to the gallery for the big picture.

class caravel.loaders._dwi.DWI[source]

Define the DWI bvec bval loader.

load(path)[source]

A method that load a bvec/bvel file.

Parameters:

path : str

the path to the bvec/bval file.

Returns:

data : object

the loaded data.

save(data, outpath)[source]

A method that save the data in a bvec/bval file.

Parameters:

data : object

the data to be saved.

outpath : str

the path where the the data will be saved.

Follow us

© 2025, Antoine Grigis