Skip to content

Commit

Permalink
Refs #31. Moving PG3 monitor to 1.5077m
Browse files Browse the repository at this point in the history
  • Loading branch information
peterfpeterson committed Oct 24, 2013
1 parent c6a07fe commit 64c0be8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pg3_geometry.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def rectangle(self, label, tolerance_len):

# monitors
instr.addComment("MONITORS")
instr.addMonitors([-1.], ["monitor1"])
instr.addMonitors(distance=[-1.5077], names=["monitor1"])
#instr.addMonitors([L1+59., L1+62.5, L1+64], ["monitor1", "monitor2", "monitor3"])

# choppers - copied verbatium from TS-geometry
Expand Down

0 comments on commit 64c0be8

Please sign in to comment.