mastodon-sc / mastodon

Mastodon – a large-scale tracking and track-editing framework for large, multi-view images.
BSD 2-Clause "Simplified" License
66 stars 20 forks source link

Windows - Linux - Compatibility #205

Closed stefanhahmann closed 1 year ago

stefanhahmann commented 1 year ago

User Story

Mastodon Users would like to be able to exchange project files between different operating systems. More specifically, Windows, Linux, MacOS.

Acceptance

  1. Project file can be saved from Linux environment and then opened from Windows environment.
  2. Project file can be saved from Windows environment and then opened from Linux environment.

Tasks

stefanhahmann commented 1 year ago

Found out that the following line already solved the problem for different SpimDataFile styles: https://github.com/stefanhahmann/mastodon/blob/master/src/main/java/org/mastodon/views/bdv/SharedBigDataViewerData.java#L364

stefanhahmann commented 1 year ago

Resolved via https://github.com/mastodon-sc/mastodon/pull/210