Skip to content

Commit a60fcb3

Browse files
committed
comment out some prints
1 parent 2f0fede commit a60fcb3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

examples/ESRF_ORM_example/correct_orbit.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
response_matrix = ResponseMatrix.from_json(parent_folder / Path("ideal_orm.json"))
4646
interface = pySCInterface(element_holder=ebs)
4747

48-
response_matrix.disable_inputs(["SH3E-C03-V"])
48+
# response_matrix.disable_inputs(["SH3E-C03-V"])
4949

5050
for _ in range(5):
5151
trims = orbit_correction(
@@ -69,9 +69,7 @@
6969
reference=reference,
7070
)
7171

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()))
72+
# print("SH3E-C03-V" in trims.keys())
7573

7674
positions_ac = bpms.positions.get()
7775
std_ac = np.std(positions_ac, axis=0)

0 commit comments

Comments
 (0)