Closed DrPaulSharp closed 3 months ago
The routines sp.io.loadmat and sp.io.savemat (https://docs.scipy.org/doc/scipy/reference/generated/scipy.io.loadmat.html#scipy.io.loadmat) allow MATLAB files to be read into python. We should make use of these routines to adapt the r1toProjectClass for the python code, and add a routine converting a RAT projectClass to a python project.
sp.io.loadmat
sp.io.savemat
r1toProjectClass
The routines
sp.io.loadmat
andsp.io.savemat
(https://docs.scipy.org/doc/scipy/reference/generated/scipy.io.loadmat.html#scipy.io.loadmat) allow MATLAB files to be read into python. We should make use of these routines to adapt ther1toProjectClass
for the python code, and add a routine converting a RAT projectClass to a python project.