Skip to content

Commit

Permalink
fix metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Radonirinaunimi committed Nov 7, 2023
1 parent 72c46e5 commit c202168
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 16 deletions.
27 changes: 16 additions & 11 deletions buildmaster/E155_NC_9GEV_EN_G1F1RATIO/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,26 +18,31 @@ nnpdf_metadata:
experiment: "E155"

implemented_observables:
- observable_name: "NC_EN_G1F1RATIO"
observable: {description: "E155 DIS scattering experiment polarized/unpolarized structure function fraction", label: $\frac{g_1}{F_1}$, units: " " }
- observable_name: "SIGMA"
observable:
description: "E155 DIS scattering experiment polarized/unpolarized structure function fraction"
label: "$\frac{g_1}{F_1}$"
units: ""
process_type: "DIS"
ndata: 24
tables: [1,2,3,4,5,6,7,8,9,10,11]
npoints: [1,1,1,2,2,3,3,3,3,3,2] # number of datapoints in each table

# Plotting information
plotting:
dataset_label: "E155 (g1/F1)"
plot_x: x
y_label: '$g_{1,N}(x, Q^2) / F_{1,N}(x, Q^2)$'
figure_by:
- Q2
kinematics_override: dis_sqrt_scale
dataset_label: "E155 (g1/F1)"
plot_x: x
y_label: '$g_{1,N}(x, Q^2) / F_{1,N}(x, Q^2)$'
figure_by:
- Q2
kinematic_coverage: [x, y, Q2]

kinematics:
variables:
x: {description: "momentum fraction", label: "$x$", units: ""}
Q2: {description: "virtuality", label: $Q^2$, units: "GeV²"}
y: {description: "inelasticity", label: "$y$", units: ""}
x: {description: "momentum fraction", label: "$x$", units: ""}
Q2: {description: "virtuality", label: "$Q^2$", units: "$GeV^2$"}
y: {description: "inelasticity", label: "$y$", units: ""}
file: kinematics.yaml

data_central: data.yaml
Expand All @@ -47,4 +52,4 @@ implemented_observables:
theory:
FK_tables:
- - E155_NC_9GEV_EN_G1F1RATIO
operation: 'null'
operation: 'null'
15 changes: 10 additions & 5 deletions buildmaster/E155_NC_9GEV_EP_G1F1RATIO/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,19 @@ nnpdf_metadata:
experiment: "E155"

implemented_observables:
- observable_name: "NC_EP_G1F1RATIO"
observable: {description: "E155 DIS scattering experiment polarized/unpolarized structure function fraction", label: $\frac{g_1}{F_1}$, units: " " }
- observable_name: "SIGMA"
observable:
description: "E155 DIS scattering experiment polarized/unpolarized structure function fraction"
label: "$\frac{g_1}{F_1}$"
units: ""
process_type: "DIS"
ndata: 24
tables: [1,2,3,4,5,6,7,8,9,10,11]
npoints: [1,1,1,2,2,3,3,3,3,3,2] # number of datapoints in each table

# Plotting information
plotting:
kinematics_override: dis_sqrt_scale
dataset_label: "E155 (g1/F1)"
plot_x: x
y_label: '$g_{1,P}(x, Q^2) / F_{1,P}(x, Q^2)$'
Expand All @@ -35,8 +40,8 @@ implemented_observables:

kinematics:
variables:
x: {description: "momentum fraction", label: "$x$", units: ""}
Q2: {description: "virtuality", label: $Q^2$, units: "GeV²"}
x: {description: "momentum fraction", label: "$x$", units: ""}
Q2: {description: "virtuality", label: "$Q^2$", units: "$GeV^2$"}
y: {description: "inelasticity", label: "$y$", units: ""}
file: kinematics.yaml

Expand All @@ -47,4 +52,4 @@ implemented_observables:
theory:
FK_tables:
- - E155_NC_9GEV_EP_G1F1RATIO
operation: 'null'
operation: 'null'

0 comments on commit c202168

Please sign in to comment.