Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • toolbox toolbox
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 12
    • Issues 12
    • List
    • Boards
    • Service Desk
    • Milestones
    • Requirements
  • Merge requests 4
    • Merge requests 4
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Institute of Technical Acoustics (ITA)
  • toolboxtoolbox
  • Merge requests
  • !6

WIP: Fix saving of coordinate class objects in *.ita files

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Marco Berzborn requested to merge ita-fileformat-cleanup into master Jan 25, 2019
  • Overview 0
  • Commits 1
  • Changes 3

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:

  • channelCoordinates
  • objectCoordinates
  • objectViewVector
  • objectUpVector

All other data will remain intact.

Todo:

  • Cleanup saveobj for itaAudio
  • Cleanup saveobj for itaSuper
  • Cleanup saveobj for itaCoordinates
  • Cleanup ita_write_ita
Edited Apr 28, 2020 by Marco Berzborn
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: ita-fileformat-cleanup