RascalSoftware / python-RAT

Python interface for RAT
1 stars 5 forks source link

Read in RASCAL1 and RAT input files #46

Closed DrPaulSharp closed 3 months ago

DrPaulSharp commented 4 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.