From 1bcd63353c5958fd212664f3a8851bc79b02e52a Mon Sep 17 00:00:00 2001 From: kalt_r Date: Fri, 1 Jul 2016 15:10:01 +0200 Subject: [PATCH] Closedown --- script/jitter_scan.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/script/jitter_scan.py b/script/jitter_scan.py index eceba2b..bdd95fa 100644 --- a/script/jitter_scan.py +++ b/script/jitter_scan.py @@ -202,8 +202,8 @@ vsum_jit_phase = all_statistics_calc(scan_result.getReadable(9)) # adjust plot ranges for the color bar -""" -(p0,p1,p2,p3,p4,p5,p6,p7,p8,p9) = get_plots(”Jitter Scan”) # get_plots() return the plots of the default panel + +{p0,p1,p2,p3,p4,p5,p6,p7,p8,p9} = get_plots(”Jitter Scan”) a_lim = 2.0e-4 p_lim = 0.004 p0.setColorScale(0.0, a_lim) @@ -216,7 +216,7 @@ p6.setColorScale(0.0, a_lim) p7.setColorScale(0.0, p_lim) p8.setColorScale(0.0, a_lim) p9.setColorScale(0.0, p_lim) -""" + #Setting attributes to the scan group path = get_context().group