pyanno4rt.patient.import_functions._read_data_from_mat

MATLAB data reading.

Overview

Function

read_data_from_mat(path)

Read the MATLAB data from the path.

Functions

pyanno4rt.patient.import_functions._read_data_from_mat.read_data_from_mat(path)[source]

Read the MATLAB data from the path.

Parameters:

path (str) – Path to the MATLAB file.

Returns:

  • dict – Dictionary with information on the CT slices.

  • ndarray – Array with information on the segmented structures.