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._nifti.NIFTI[source]

Define the Nifti loader.

load(path)[source]

A method that load the image.

Parameters:

path : str

the path to the image to be loaded.

Returns:

data : nibabel Nifti1Image

the loaded image.

save(data, outpath)[source]

A method that save the image.

Parameters:

data : nibabel Nifti1Image

the image to be saved.

outpath : str

the path where the the image will be saved.

Follow us

© 2025, Antoine Grigis