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

[NixIO] Support multidimensional annotations #501

Closed
achilleas-k opened this issue Mar 21, 2018 · 2 comments
Closed

[NixIO] Support multidimensional annotations #501

achilleas-k opened this issue Mar 21, 2018 · 2 comments
Labels
Milestone

Comments

@achilleas-k
Copy link
Contributor

achilleas-k commented Mar 21, 2018

See #476
This will be tricky since NIX metadata does not support multidimensional property values. One option might be to serialise it somehow, though this would make it hard to read outside of Neo. Another option is to make multiple properties that are somehow grouped together, either as a child segment, or by sharing a name prefix with sequential suffixes.

@achilleas-k
Copy link
Contributor Author

Array annotations #472 are a different story and should be much easier to implement.
Signals stored in nix are separated into multiple DataArrays (one per signal), so the array annotation for each signal will be stored in a separate metadata section, one for each DataArray.

@samuelgarcia samuelgarcia added this to the 0.7.0 milestone Mar 21, 2018
@apdavison apdavison modified the milestones: 0.7.0, 0.8.0 Nov 15, 2018
@apdavison apdavison modified the milestones: 0.8.0, 0.9.0 Jul 23, 2019
@JuliaSprenger
Copy link
Member

This issue has been fixed in 9dc27cf.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants