nigsp.operations.nifti.vol_to_mat¶
- nigsp.operations.nifti.vol_to_mat(data)[source]¶
Reshape <3D in 1D or 4D into 2D.
- Parameters:
- data
numpy.ndarray The data to be transformed into 2D.
- data
- Returns:
numpy.ndarray2D reshaped data.
Reshape <3D in 1D or 4D into 2D.
numpy.ndarrayThe data to be transformed into 2D.
numpy.ndarray2D reshaped data.