load_fslmeants_to_numpy_3d#
- petpal.input_function.idif_necktangle.load_fslmeants_to_numpy_3d(fslmeants_filepath: str) numpy.ndarray#
Loads fslmeants (–show-all) data from a file and converts it into a 3D numpy array.
- Parameters:
fslmeants_filepath (str) – The filepath of the fslmeants data file.
- Returns:
numpy_3d_array (np.ndarray) – A 3D numpy array representing the fslmeants data.
- Raises:
None. –