You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Experiment 1, Recording 1
Experiment 2, Recording 1
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!
The text was updated successfully, but these errors were encountered:
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.
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:
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!
The text was updated successfully, but these errors were encountered: