Concepts for "identified" dimensions
- Dominant language
- C++
- Stars
- 72
- Forks
- 36
- PR merge metrics
- No merged PRs in 30d
Description
Currently there is no way to express that two dimensions are identical, i.e. they are the very same time (as in experimental time) or same spatial region, etc. pp. One way to achieve this is of course shared dimensions (cf. issue #519). But this is not sufficient, if one has for example the same time, but regularly sampled (`SampledDimension` for voltage traces and at the same time (heh!) irregularly sampled (`RangeDimension`) for spike trains.
Having a way to find identical (identified?) dimensions would allow us to e.g. automatically group data together for plotting.
It would also help with dimensions constraints for groups (c.f. #521) if we choose to implement them.
Contributor guide
Assessment
This issue has not been assessed yet.