app: stacked_cores: ingest a few 1200um results
This commit is contained in:
@@ -93,6 +93,12 @@ sims = [
|
|||||||
(SimParams(10, 4, 800, "5e10"), "fwd_40_800um_10_9_1_5e10", 8000),
|
(SimParams(10, 4, 800, "5e10"), "fwd_40_800um_10_9_1_5e10", 8000),
|
||||||
(SimParams(12, 2, 800, "1e11"), "fwd_40_800um_12_5_1_1e11", 8000),
|
(SimParams(12, 2, 800, "1e11"), "fwd_40_800um_12_5_1_1e11", 8000),
|
||||||
(SimParams(10, 4, 800, "1e11"), "fwd_40_800um_10_9_1_1e11", 8000),
|
(SimParams(10, 4, 800, "1e11"), "fwd_40_800um_10_9_1_1e11", 8000),
|
||||||
|
|
||||||
|
(SimParams(12, 4, 1200, "1e11"), "fwd_40_1200um_12_9_1_1e11", 8000),
|
||||||
|
(SimParams(8, 5, 800, "1e11"), "fwd_40_800um_8_11_1_1e11", 8000),
|
||||||
|
(SimParams(10, 4, 800, "1e11"), "fwd_40_800um_10_9_1_1e11", 8000),
|
||||||
|
(SimParams(10, 5, 1200, "1e11"), "fwd_40_1200um_10_11_1_1e11", 8000),
|
||||||
|
(SimParams(12, 4, 1200, "2e11"), "fwd_40_1200um_12_9_1_2e11", 8000),
|
||||||
]
|
]
|
||||||
|
|
||||||
measurements = { real.machine_name: [human, norm, None, None] for (real, human, norm) in sims }
|
measurements = { real.machine_name: [human, norm, None, None] for (real, human, norm) in sims }
|
||||||
@@ -1014,4 +1020,17 @@ Piecewise(
|
|||||||
)
|
)
|
||||||
""")
|
""")
|
||||||
|
|
||||||
|
set_meas("40-0.0011999999rad-12coupling-9_1_winding-1e11-drive", """
|
||||||
|
Piecewise(
|
||||||
|
[
|
||||||
|
[ -4389, -5228 ], # -1.0
|
||||||
|
[ -1057, -3486 ], # -0.15
|
||||||
|
[ 289, -2706 ], # -0.05
|
||||||
|
[ 752, -2285 ], # 0.0
|
||||||
|
[ 1151, -1909 ], # 0.05
|
||||||
|
[ 2989, -992 ], # 1.0
|
||||||
|
]
|
||||||
|
)
|
||||||
|
""")
|
||||||
|
|
||||||
if __name__ == '__main__': main()
|
if __name__ == '__main__': main()
|
||||||
|
@@ -3836,6 +3836,7 @@ fn main() {
|
|||||||
(8, 5, um(800), "1e11", 1e11), // unstarted; UNVERIFIED GEOM;
|
(8, 5, um(800), "1e11", 1e11), // unstarted; UNVERIFIED GEOM;
|
||||||
(10, 4, um(800), "1e11", 1e11), // unstarted; UNVERIFIED GEOM
|
(10, 4, um(800), "1e11", 1e11), // unstarted; UNVERIFIED GEOM
|
||||||
(10, 5, um(1200), "1e11", 1e11), // unstarted; UNVERIFIED GEOM
|
(10, 5, um(1200), "1e11", 1e11), // unstarted; UNVERIFIED GEOM
|
||||||
|
(12, 4, um(1200), "2e11", 2e11), // unstarted; UNVERIFIED GEOM
|
||||||
|
|
||||||
// (18, 2, um(800), "5e10", 5e10), // incomplete; verified geom; too early tx
|
// (18, 2, um(800), "5e10", 5e10), // incomplete; verified geom; too early tx
|
||||||
// (12, 3, um(800), "1e11", 1e11), // incomplete; verified geom; too low tx
|
// (12, 3, um(800), "1e11", 1e11), // incomplete; verified geom; too low tx
|
||||||
|
Reference in New Issue
Block a user