Skip to content

[WIP] Test implementation of new commondata format

Emanuele Roberto Nocera requested to merge NEW_COMMONDATA into master

This PR addresses #1436 (closed). The proposed layout is as follows. For each data set, there is a folder called DATASET_NAME. Each folder contains:

  • a metadata.yaml file;
  • a filter.py file.

The filter.py script reads the metadata.yaml file and generates no less than three .json files:

  • data.json, for the central values of the data;
  • kinematics.json for the kinematics of the data;
  • uncertainties.json for the uncertainties of the data.

There can be as many variants as needed for each of these three files. Variants are specified in the metdata.yaml.

TO DO

  • include the missing filter.py
  • have a look at the layout and at its prototypical realisation;
  • write a validphys reader that takes as input the .json files in lieu of the 'DATAandSYSTYPE` files. (#1511 (closed))

Merge request reports

Loading