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

Feature request: Can recording objects have explicit experiment and recording number attributes? #9

Open
holmescharles opened this issue Jan 12, 2022 · 1 comment

Comments

@holmescharles
Copy link

Recordings have an experiment_index and recording_index, but these are just enumerations determined at run time. I would like to have access to the numbers in the path.

E.g.,

If I have three recordings:

  1. Experiment 1, Recording 1
  2. Experiment 2, Recording 1
  3. Experiment 2, Recording 2

I would like attributes that give me 1, 2, and 2 for experiments (not 0, 1, 1) and 1, 1, 1 for recording (not 1, 2, 3).

Thanks!

@jsiegle
Copy link
Member

jsiegle commented Jan 13, 2022

Agreed, this is an important thing to add. Not sure about the timeline for implementing this, but it will likely coincide with our next major GUI release (0.6.0) in February or March.

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

No branches or pull requests

2 participants