bioio
bioio copied to clipboard
Migrate timeseries and 2d writer to bioio-imageio
Feature Description
For ease of testing and simpler organization, move the timeseries and 2d writer code to the https://github.com/bioio-devs/bioio-imageio repository. Make sure the reader/writer code generates/reads in sync. Use Case
Gathers the elevant code in one repo, allows easy confirmation that the reader and writer agree on what is a valid file format
Solution
Writer code is in the bioio-imageio repo
Alternatives
Convince the team not to do this, and design another method of read/write integration testing.