WIP: Fix saving of coordinate class objects in *.ita files
Compare changes
Fix saving of coordinate class objects. itaCoordinates are currently stored as MATLAB class objects when saving *.ita files. Use the saveobj method of itaCoordinates when writing .ita files to save the itaCoordinates as a struct, not requiring ITA-Toolbox functionality to open the files.
This change will result in a break with the backwards compatibility.
Reading *.ita files generated with newer versions on a version prior tp this will result in a loss of:
All other data will remain intact.
Todo: