Skip to content

Commit b773c1b

Browse files
authored
Update general.json masses and thicknesses
1 parent 9daf4b2 commit b773c1b

File tree

1 file changed

+25
-5
lines changed

1 file changed

+25
-5
lines changed

data/general.json

Lines changed: 25 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,18 +93,38 @@
9393
"materials": [
9494
{
9595
"position": "A 325 - top",
96-
"material": "Zr",
96+
"material": "Nb",
97+
"designator": "Nb1"
98+
"number_of_foils": 1,
9799
"mass": {
98-
"value": null,
100+
"value": 0.2733,
101+
"unit": "g"
102+
},
103+
"mass_err": {
104+
"value": 0.0002,
99105
"unit": "g"
106+
},
107+
"thickness":{
108+
"value": 0.01,
109+
"unit": "inch"
100110
}
101111
},
102112
{
103113
"position": "A 325 - bottom",
104-
"material": "Nb",
114+
"material": "Zr",
115+
"designator": "Zr Packet #1"
116+
"number_of_foils": 8,
105117
"mass": {
106-
"value": null,
118+
"value": 0.9036,
119+
"unit": "g"
120+
},
121+
"mass_err": {
122+
"value": 0.0001,
107123
"unit": "g"
124+
},
125+
"thickness": {
126+
"value": 0.04,
127+
"unit": "inch"
108128
}
109129
}
110130
]
@@ -198,4 +218,4 @@
198218
}
199219
}
200220
}
201-
}
221+
}

0 commit comments

Comments
 (0)