Skip to content

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

@holmescharles

Description

@holmescharles

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions