Closedown
This commit is contained in:
@@ -16,5 +16,13 @@ crlogic_config["additionalBacklash"] = 0.01
|
||||
crystal.setTrustedMonitor(True)
|
||||
|
||||
|
||||
def setup_brag_plot(auto=True)
|
||||
if auto:
|
||||
setup_plotting(range = "auto")
|
||||
else:
|
||||
offset = bragg.read() - bragg.readback.read()
|
||||
setup_plotting(range = [scan_start - offset, scan_stop - offset])
|
||||
|
||||
|
||||
#add_device(bragg.getExtEncoder(), True)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user