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).