Skip to content

Commit 09f8f52

Browse files
authored
Update general.json with foil masses and thicknesses
1 parent c23b4d2 commit 09f8f52

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
@@ -136,18 +136,38 @@
136136
"materials": [
137137
{
138138
"position": "A 325 - top",
139-
"material": "Zr",
139+
"material": "Nb",
140+
"designator": "Nb Packet #4"
141+
"number_of_foils": 2,
140142
"mass": {
141-
"value": null,
143+
"value": 0.5467,
144+
"unit": "g"
145+
},
146+
"mass_err": {
147+
"value": 0.0003
142148
"unit": "g"
149+
},
150+
"thickness": {
151+
"value": 0.02,
152+
"unit": "inch"
143153
}
144154
},
145155
{
146156
"position": "A 325 - bottom",
147-
"material": "Nb",
157+
"material": "Zr",
158+
"designator": "Zr Packet #1"
159+
"number_of_foils": 8,
148160
"mass": {
149-
"value": null,
161+
"value": 0.9036,
162+
"unit": "g"
163+
},
164+
"mass_err": {
165+
"value": 0.0001,
150166
"unit": "g"
167+
},
168+
"thickness": {
169+
"value": 0.04,
170+
"unit": "inch"
151171
}
152172
}
153173
]
@@ -377,4 +397,4 @@
377397
}
378398
}
379399
}
380-
}
400+
}

0 commit comments

Comments
 (0)