Skip to content

Schema for Ewoks results

Schema for non-overwriting

/data/visitor/ma1234/id00/20250509/PROCESSED_DATA/online/sample/sample_dataset/somectx/run0001/sample_dataset.h5
/data/visitor/ma1234/id00/20250509/PROCESSED_DATA/online/sample/sample_dataset/somectx/run0001/sample_dataset_scan0001.h5
/data/visitor/ma1234/id00/20250509/PROCESSED_DATA/online/sample/sample_dataset/somectx/run0001/workflows/sample_dataset_scan0001.json

Schema for overwriting

/data/visitor/ma1234/id00/20250509/PROCESSED_DATA/online/sample/sample_dataset/somectx/sample_dataset.h5
/data/visitor/ma1234/id00/20250509/PROCESSED_DATA/online/sample/sample_dataset/somectx/sample_dataset_scan0001.h5
/data/visitor/ma1234/id00/20250509/PROCESSED_DATA/online/sample/sample_dataset/somectx/workflows/sample_dataset_scan0001.json
  • top run context
    • parsed type: str
    • allows the empty string
    • example: online
  • bottom run context
    • parsed type: str
    • allows the empty string
    • example: somectx
  • run prefix
    • parsed type: str
    • example: run
  • run number
    • parsed type: int
    • example: 0001
  • scan number
    • parsed type: int
    • example: 0001
  • temporary
    • parsed type: bool
    • path type: Literal["PROCESSED_DATA", "NOBACKUP"]
Edited by Wout De Nolf