Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change import strategy #19

Open
half-adder opened this issue Jul 21, 2020 · 0 comments
Open

Change import strategy #19

half-adder opened this issue Jul 21, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@half-adder
Copy link
Collaborator

Importing images for different imaging strategies has gotten too complex to handle in a "fancy" way. Time series experiments vs "one-off" experiments etc.

importing images should be done explicitly instead of implicitly.

The strategy will be to require a metadata table mapping frame to each dimension, like so:

frame animal pair timepoint wavelength
1 1 0 0 410
2 1 0 0 470
3 1 0 0 TL
... ... ... ... ...

and each row would be a frame.

This will allow different importers (e.g. with the GUI) to help to create that table implicitly and write it to disk, but that table on disk will be the ultimate "source of truth".

@half-adder half-adder added the enhancement New feature or request label Jul 21, 2020
@half-adder half-adder self-assigned this Jul 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant