We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f0fede commit a60fcb3Copy full SHA for a60fcb3
examples/ESRF_ORM_example/correct_orbit.py
@@ -45,7 +45,7 @@
45
response_matrix = ResponseMatrix.from_json(parent_folder / Path("ideal_orm.json"))
46
interface = pySCInterface(element_holder=ebs)
47
48
-response_matrix.disable_inputs(["SH3E-C03-V"])
+# response_matrix.disable_inputs(["SH3E-C03-V"])
49
50
for _ in range(5):
51
trims = orbit_correction(
@@ -69,9 +69,7 @@
69
reference=reference,
70
)
71
72
-print("SH3E-C03-V" in trims.keys())
73
-print("H std ", np.std(hcorr.strengths.get()))
74
-print("V std ", np.std(vcorr.strengths.get()))
+# print("SH3E-C03-V" in trims.keys())
75
76
positions_ac = bpms.positions.get()
77
std_ac = np.std(positions_ac, axis=0)
0 commit comments