Skip to content

Implement driver that emits user-defined layer hierarchy #145

@knoepfel

Description

@knoepfel

A user should be able to specify something like:

driver : {
  plugin: "layer_generator",
  layers: {
    run: { number: 3 },
    subrun: { parent: "run", number: 10 },
    spill: { parent: "subrun", number: 10 },
    calib: { number: 4},
},

which is an indication that 3 run data cells will be created, each with 10 subrun data cells, with each subrun data cell containing 10 spill data cells. In addition, each job has 4 calibration data cells. The total number of processed data cells being:

Runs:     3
Subruns: 30
Spills: 300
Calib:    4

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions