glmdenoise.io.input module

glmdenoise.io.input.load_nifti(fpath)[source]

Read Nifti file and return data in time x voxels shape.

Uses nibabel

Parameters:fpath (str) – Full path to a nifti bold file
Returns:two-dimensional array with data in time x voxels
Return type:ndarray