This initialization file defines how plotting is done. The following namelist block defines how the plot window (also called the plot page) is broken up. &tao_plot_page plot_page%plot_display_type = 'X' ! 'X' or 'TK' !plot_page%size = 1400, 900 !plot_page%size = 600, 800 !plot_page%size = 900, 593 ! plot_page%size = 792, 612 ! plot_page%size = 900, 300 plot_page%size = 700, 300 plot_page%text_height = 12.0 plot_page%border = 0, 0, 0, 0, '%PAGE' plot_page%n_curve_pts = 900 !plot_page%title(1)%string = 'ERL' region(1)%name = 'top' region(1)%location = 0.0, 1.0, 0.6, 0.95 region(2)%name = 'middle' region(2)%location = 0.0, 1.0, 0.2, 0.6 region(3)%name = 'bottom' region(3)%location = 0.0, 1.0, 0.0, 0.2 place(1) = 'top', 'beta' place(2) = 'middle', 'eta' place(3) = 'bottom', 'layout' ! region(1)%name = 'top' ! region(1)%location = 0.0, 1.0, 0.6, 0.95 ! region(2)%name = 'middle' ! region(2)%location = 0.0, 1.0, 0.3, 0.6 ! region(3)%name = 'bottom' ! region(3)%location = 0.0, 1.0, 0.1, 0.3 ! region(4)%name = 'layout' ! region(4)%location = 0.0, 1.0, 0.0, 0.1 ! place(1) = 'top', 'beta' ! place(2) = 'middle', 'eta' ! place(3) = 'bottom', 'momentum_compaction' ! place(4) = 'layout', 'layout' / !------------------ layout ------ &tao_template_plot plot%name = 'layout' plot%x%min = 0 plot%x%max = 100 !!plot%x%major_div = 10 plot%x%label = ' ' plot%n_graph = 1 plot%x_axis_type = 's' / &tao_template_graph graph_index = 1 graph%name = 'u1' graph%type = 'lat_layout' graph%box = 1, 1, 1, 1 graph%x%draw_numbers = .false. graph%ix_universe = -1 !Syntax Changed from 0 graph%margin = 0.15, 0.06, 0.12, 0.12, '%BOX' graph%n_curve = 0 !graph%y%label = 'Layout' graph%y%max = 20 graph%y%min = -20 graph%y%major_div = 4 / !------------------ key_table ------ &tao_template_plot plot%name = 'key_table' plot%x%min = 0 plot%x%max = 100 !plot%x%major_div = 10 plot%x%label = ' ' plot%n_graph = 1 plot%x_axis_type = 's' / &tao_template_graph graph_index = 1 graph%name = 'u1' graph%type = 'key_table' graph%box = 1, 1, 1, 1 graph%ix_universe = -1 !Syntax Changed from 0 graph%margin = 0.15, 0.06, 0.12, 0.12, '%BOX' graph%n_curve = 0 graph%y%label = 'X' graph%y%max = 20 graph%y%min = -20 graph%y%major_div = 4 / !------test----------------------------------- &tao_template_plot plot%name = 'test' plot%x%min = 0 plot%x%max = 100 !plot%x%major_div = 10 plot%x%label = 's (m)' plot%x_axis_type = 's' plot%n_graph = 1 / &tao_template_graph graph%name = 'a' graph_index = 1 graph%box = 1, 1, 1, 1 graph%title = 'Test' graph%margin = 0.15, 0.06, 0.12, 0.12, '%BOX' graph%y%label = 'test' graph%y%max = 20 graph%y%min = -20 graph%y%major_div = 4 graph%n_curve = 1 curve1%data_source = 'lattice' curve1%data_type = 'touschek_heuristic' curve1%y_axis_scale_factor = 1 curve1%line%color=2 curve1%draw_symbols=.false. curve1%smooth_line_calc = .false. / !-------Orbit (mm) -------------------------------------- &tao_template_plot plot%name = 'orbit' plot%x%min = 0 plot%x%max = 100 !plot%x%major_div = 10 plot%x%label = ' ' plot%x_axis_type = 's' plot%n_graph =1 / &tao_template_graph graph%name = 'x' graph_index = 1 graph%box = 1, 1, 1, 1 !graph%title = 'Orbit (mm)' graph%margin = 0.15, 0.06, 0.06, 0.0, '%BOX' graph%y%label = 'Orbit (mm)' graph%y%max = 20 graph%y%min = -20 graph%y%major_div = 4 graph%n_curve = 2 curve1%legend_text = 'X' curve1%data_source = 'lattice' curve1%data_type = 'orbit.x' curve1%y_axis_scale_factor = 1000 curve1%draw_symbols=.false. curve2%legend_text = 'Y' curve2%data_source = 'lattice' curve2%data_type = 'orbit.y' curve2%y_axis_scale_factor = 1000 curve2%draw_symbols=.false. / !-------Beam Orbit (mm) -------------------------------------- &tao_template_plot plot%name = 'beamorbit' plot%x%min = 0 plot%x%max = 100 !plot%x%major_div = 10 plot%x%label = ' ' plot%x_axis_type = 's' plot%n_graph =1 / &tao_template_graph graph%name = 'x' graph_index = 1 graph%box = 1, 1, 1, 1 !graph%title = 'Beam Orbit (mm)' graph%margin = 0.15, 0.06, 0.06, 0.0, '%BOX' graph%y%label = 'Beam Orbit (mm)' graph%y%max = 20 graph%y%min = -20 graph%y%major_div = 4 graph%n_curve = 2 curve1%legend_text = 'X' curve1%data_source = 'beam' curve1%data_type = 'orbit.x' curve1%y_axis_scale_factor = 1000 curve1%draw_symbols=.false. curve2%legend_text = 'Y' curve2%data_source = 'beam' curve2%data_type = 'orbit.y' curve2%y_axis_scale_factor = 1000 curve2%draw_symbols=.false. / !-------Orbit Angle (mrad) -------------------------------------- &tao_template_plot plot%name = 'orbitangle' plot%x%min = 0 plot%x%max = 100 !plot%x%major_div = 10 plot%x%label = ' ' plot%x_axis_type = 's' plot%n_graph =1 / &tao_template_graph graph%name = 'x' graph_index = 1 graph%box = 1, 1, 1, 1 !graph%title = 'Orbit Angle (mrad)' graph%margin = 0.15, 0.06, 0.06, 0.0, '%BOX' graph%y%label = 'Orbit Angle (mrad)' graph%y%max = 20 graph%y%min = -20 graph%y%major_div = 4 graph%n_curve = 2 curve1%legend_text = 'X' curve1%data_source = 'lattice' curve1%data_type = 'orbit.px' curve1%y_axis_scale_factor = 1000 curve1%draw_symbols=.false. curve2%legend_text = 'Y' curve2%data_source = 'lattice' curve2%data_type = 'orbit.py' curve2%y_axis_scale_factor = 1000 curve2%draw_symbols=.false. / !---------------------------------------------------------------- &tao_template_plot plot%name = 'phase' plot%x%min = 0 plot%x%max = 100 !plot%x%major_div = 10 plot%x%label = ' ' plot%x_axis_type = 's' plot%n_graph = 1 / &tao_template_graph graph%name = 'a' graph_index = 1 graph%box = 1, 1, 1, 1 graph%margin = 0.15, 0.06, 0.06, 0.0, '%BOX' graph%y%label = '\gf\da\u, \gf\db\u (2\gp)' graph%y%max = 20 graph%y%min = -20 graph%y%major_div = 4 graph%y%label_offset=.1 graph%n_curve = 2 curve1%data_source = 'lattice' curve1%data_type = 'phase.a' !curve1%y_axis_scale_factor = 57.29578 !this is 180/pi curve1%y_axis_scale_factor = 0.1591549430 !this is 1/(2pi) curve1%line%color=2 curve1%line%width=2 curve1%draw_symbols=.false. curve1%legend_text = '\gf\da\u (2\gp)' curve2%data_source = 'lattice' curve2%data_type = 'phase.b' !curve2%y_axis_scale_factor = 57.29578 !this is 180/pi curve2%y_axis_scale_factor = 0.1591549430 !this is 1/(2pi) curve2%line%color=3 curve2%line%width=2 curve2%draw_symbols=.false. curve2%legend_text = '\gf\db\u (2\gp)' / !---------------------------------------------------------------- !-------------------------------------------------------------- &tao_template_plot plot%name = 'xphase' plot%x%min = -0.001 plot%x%max = 0.001 !plot%x%major_div = 10 plot%x%label = 'x (\gmm)' plot%n_graph = 1 / &tao_template_graph graph_index = 1 graph%name = 'x' graph%x_axis_scale_factor = 1e6 graph%type = 'phase_space' graph%box = 1, 1, 1, 1 graph%title = 'X-Px' graph%margin = 0.15, 0.06, 0.12, 0.12, '%BOX' graph%y%label = 'P\dx\u (\gmrad)' graph%y%max = 0.1 graph%y%min = -0.1 graph%y%major_div = 4 graph%n_curve = 1 curve1%data_type = 'x-px' curve1%data_source = 'beam_tracking' curve1%ix_universe = 1 curve1%y_axis_scale_factor = 1e6 curve1%ele_ref_name = "BEGINNING" curve1%symbol%type = 1 / !-------------------------------------------------------------- &tao_template_plot plot%name = 'yphase' plot%x%min = -0.001 plot%x%max = 0.001 !plot%x%major_div = 10 plot%x%label = 'y' plot%n_graph = 1 / &tao_template_graph graph_index = 1 graph%name = 'y' graph%type = 'phase_space' graph%box = 1, 1, 1, 1 graph%title = 'Y-Py' graph%margin = 0.15, 0.06, 0.12, 0.12, '%BOX' graph%y%label = 'Py' graph%y%max = 0.1 graph%y%min = -0.1 graph%y%major_div = 4 graph%n_curve = 1 curve1%data_type = 'y-py' curve1%data_source = 'beam_tracking' curve1%ix_universe = 1 curve1%ele_ref_name = "BEGINNING" curve1%symbol%type = 1 / !-------------------------------------------------------------- &tao_template_plot plot%name = 'zphase' plot%x%min = -10e-3 plot%x%max = 10e-3 !plot%x%major_div = 10 plot%x%label = 'z' plot%n_graph = 1 / &tao_template_graph graph_index = 1 graph%name = 'z' graph%type = 'phase_space' graph%box = 1, 1, 1, 1 graph%title = 'Z-Pz' graph%margin = 0.15, 0.06, 0.12, 0.12, '%BOX' graph%y%label = 'Pz' graph%y%max = 3 graph%y%min = -3 graph%y%major_div = 4 graph%n_curve = 1 curve1%data_type = 'z-pz' curve1%data_source = 'beam_tracking' curve1%ele_ref_name = "BEGINNING" curve1%symbol%type = 1 / !-------beta----------------------------------- &tao_template_plot plot%name = 'beta' plot%x%min = 0 plot%x%max = 100 !!plot%x%major_div =10 !plot%x%label = 's (m)' plot%x_axis_type = 's' !plot%x%label_offset = 1.2 plot%n_graph = 1 / &tao_template_graph graph%name = 'a' graph%x%draw_numbers = .false. graph%x%draw_label = .false. graph_index = 1 graph%box = 1, 1, 1, 1 ! graph%title = 'Lattice \gb functions' ! graph%margin = 0.15, 0.06, 0.12, 0.12, '%BOX' graph%margin = 0.15, 0.06, 0.06, 0.0, '%BOX' graph%y%label = '\gb\dx\u, \gb\dy\u (m)' graph%y%label_offset=.1 graph%y%max = 20 graph%y%min = -20 graph%y%major_div = 4 graph%n_curve = 2 curve1%data_source = 'lattice' curve1%data_type = 'beta.a' curve1%y_axis_scale_factor = 1 curve1%line%color=2 curve1%line%width=2 curve1%draw_symbols=.false. curve1%legend_text = '\gb\dx\u' curve2%data_source = 'lattice' curve2%data_type = 'beta.b' curve2%y_axis_scale_factor = 1 curve2%draw_symbols=.false. curve2%line%color = 3 curve2%line%width=2 curve2%legend_text = '\gb\dy\u' / !-------beta_error----------------------------------- &tao_template_plot plot%name = 'beta_error' plot%x%min = 0 plot%x%max = 100 !!plot%x%major_div =10 !plot%x%label = 's (m)' plot%x_axis_type = 's' !plot%x%label_offset = 1.2 plot%n_graph = 1 / &tao_template_graph graph%name = 'a' graph%x%draw_numbers = .false. graph%x%draw_label = .false. graph_index = 1 graph%component = 'model-design' graph%box = 1, 1, 1, 1 ! graph%title = 'Lattice \gb functions' ! graph%margin = 0.15, 0.06, 0.12, 0.12, '%BOX' graph%margin = 0.15, 0.06, 0.06, 0.0, '%BOX' graph%y%label = '\gb\dx\u, \gb\dy\u (m)' graph%y%label_offset=.1 graph%y%max = 20 graph%y%min = -20 graph%y%major_div = 4 graph%n_curve = 2 curve1%data_source = 'lattice' curve1%data_type = 'beta.a' curve1%y_axis_scale_factor = 1 curve1%line%color=2 curve1%line%width=2 curve1%draw_symbols=.false. curve1%legend_text = '\gb\dx\u' curve2%data_source = 'lattice' curve2%data_type = 'beta.b' curve2%y_axis_scale_factor = 1 curve2%draw_symbols=.false. curve2%line%color = 3 curve2%line%width=2 curve2%legend_text = '\gb\dy\u' / !-------alpha----------------------------------- &tao_template_plot plot%name = 'alpha' plot%x%min = 0 plot%x%max = 100 !plot%x%major_div =10 !plot%x%label = 's (m)' plot%x_axis_type = 's' !plot%x%label_offset = 1.2 plot%n_graph = 1 / &tao_template_graph graph%name = 'a' graph%x%draw_numbers = .false. graph%x%draw_label = .false. graph_index = 1 graph%box = 1, 1, 1, 1 ! graph%title = 'Lattice \gb functions' ! graph%margin = 0.15, 0.06, 0.12, 0.12, '%BOX' graph%margin = 0.15, 0.06, 0.06, 0.0, '%BOX' graph%y%label = '\ga\dx\u, \ga\dy\u (m)' graph%y%label_offset=.1 graph%y%max = 20 graph%y%min = -20 graph%y%major_div = 4 graph%n_curve = 2 curve1%data_source = 'lattice' curve1%data_type = 'alpha.a' curve1%y_axis_scale_factor = 1 curve1%line%color=2 curve1%line%width=2 curve1%draw_symbols=.false. curve1%legend_text = '\ga\dx\u' curve2%data_source = 'lattice' curve2%data_type = 'alpha.b' curve2%y_axis_scale_factor = 1 curve2%draw_symbols=.false. curve2%line%color = 3 curve2%line%width=2 curve2%legend_text = '\ga\dy\u' / !-------betalabel - same as above but with s (m) label--------------------------------- &tao_template_plot plot%name = 'betalabel' plot%x%min = 0 plot%x%max = 100 !plot%x%major_div =10 plot%x%label = 's (m)' plot%x_axis_type = 's' !plot%x%label_offset = 1.2 plot%n_graph = 1 / &tao_template_graph graph%name = 'a' !graph%x%draw_numbers = .false. !graph%x%draw_label = .false. graph_index = 1 graph%box = 1, 1, 1, 1 ! graph%title = 'Lattice \gb functions' ! graph%margin = 0.15, 0.06, 0.12, 0.12, '%BOX' graph%margin = 0.15, 0.06, 0.06, 0.0, '%BOX' graph%y%label = '\gb\dx\u, \gb\dy\u (m)' graph%y%label_offset=.1 graph%y%max = 20 graph%y%min = -20 graph%y%major_div = 4 graph%n_curve = 2 curve1%data_source = 'lattice' curve1%data_type = 'beta.a' curve1%y_axis_scale_factor = 1 curve1%line%color=2 curve1%line%width=2 curve1%draw_symbols=.false. curve1%legend_text = '\gb\dx\u' curve2%data_source = 'lattice' curve2%data_type = 'beta.b' curve2%y_axis_scale_factor = 1 curve2%draw_symbols=.false. curve2%line%color = 3 curve2%line%width=2 curve2%legend_text = '\gb\dy\u' / !-------betadispersion----------------------------------- &tao_template_plot plot%name = 'betadispersion' plot%x%min = 0 plot%x%max = 100 !plot%x%major_div =10 !plot%x%label = 's (m)' plot%x_axis_type = 's' plot%n_graph = 1 / &tao_template_graph graph%name = 'a' graph%x%draw_numbers = .false. graph%x%draw_label = .false. graph_index = 1 graph%box = 1, 1, 1, 1 graph%title = 'Lattice \gb functions' ! graph%margin = 0.15, 0.06, 0.12, 0.12, '%BOX' graph%margin = 0.15, 0.06, 0.06, 0.12, '%BOX' !----y1 graph%y%label = '\gb\dx\u (m), \gb\dy\u (m)' graph%y%max = 20 graph%y%min = -20 graph%y%major_div = 4 !-----y2 graph%y2%label='yafaf' graph%y2%max = 20 graph%y2%min = -20 graph%y2%major_div = 4 graph%y2%label_color=2 graph%n_curve = 2 curve1%data_source = 'lattice' curve1%data_type = 'beta.a' curve1%y_axis_scale_factor = 1 curve1%line%color=2 curve1%line%width=2 curve1%draw_symbols=.false. curve2%data_source = 'lattice' curve2%data_type = 'eta.a' curve2%y_axis_scale_factor = 1 curve2%draw_symbols=.false. curve2%line%color = 3 curve2%line%width=2 / !-----------beambeta-------------------------------------- &tao_template_plot plot%name = 'beambeta' plot%x%min = 0 plot%x%max = 100 !plot%x%major_div = 10 plot%x%label = ' ' plot%x_axis_type = 's' plot%n_graph = 1 / &tao_template_graph graph%name = 'a' graph_index = 1 graph%box = 1, 1, 1, 1 graph%title = 'Beta X, Y (m)' graph%margin = 0.15, 0.06, 0.12, 0.12, '%BOX' graph%y%label = 'Beta (m)' graph%y%max = 20 graph%y%min = -20 graph%y%major_div = 4 graph%n_curve = 2 curve1%data_source = 'beam_tracking' curve1%data_type = 'beta.a' curve1%y_axis_scale_factor = 1 curve1%line%color=2 curve1%line%width=2 curve2%data_source = 'beam_tracking' curve2%data_type = 'beta.b' curve2%y_axis_scale_factor = 1 curve2%line%color = 3 curve2%line%width=2 / !-----------beambeta-------------------------------------- &tao_template_plot plot%name = 'beameta' plot%x%min = 0 plot%x%max = 100 !plot%x%major_div = 10 plot%x%label = ' ' plot%x_axis_type = 's' plot%n_graph = 1 / &tao_template_graph graph%name = 'a' graph_index = 1 graph%box = 1, 1, 1, 1 graph%title = 'Beam eta' graph%margin = 0.15, 0.06, 0.12, 0.12, '%BOX' graph%y%label = '\gy\dx\u, \gy\dy\u (m)' graph%y%max = 20 graph%y%min = -20 graph%y%major_div = 4 graph%n_curve = 2 curve1%data_source = 'beam_tracking' curve1%data_type = 'eta.x' curve1%y_axis_scale_factor = 1 curve1%line%color=2 curve1%line%width=2 curve1%legend_text = 'beam \gy\dx\u' curve2%data_source = 'beam_tracking' curve2%data_type = 'etap.x' curve2%y_axis_scale_factor = 1 curve2%line%color = 3 curve2%line%width=2 curve2%legend_text = 'beam \gy\dy\u' / !-------------- ETA (X, Y)----------------------------------- &tao_template_plot plot%name = 'eta' plot%x%min = 0 plot%x%max = 100 !plot%x%major_div = 10 plot%x%minor_div = 4 plot%x%label = 's (m)' plot%x_axis_type = 's' plot%n_graph = 1 / &tao_template_graph graph%name = 'x' graph_index = 1 graph%box = 1, 1, 1, 1 !graph%title = 'Horizontal Eta (m)' graph%margin = 0.15, 0.06, 0.12, 0.12, '%BOX' graph%y%label = 'Eta X (m)' graph%y%max = 20 graph%y%min = -20 graph%y%major_div = 4 graph%y%label = '\gy\dx\u, \gy\dy\u (m)' graph%n_curve = 2 curve1%data_source = 'lattice' curve1%data_type = 'eta.x' curve1%legend_text = '\gy\dx\u' curve1%y_axis_scale_factor = 1 curve1%draw_symbols=.false. curve1%line%width=2 !curve1%line%color=2 curve2%data_source = 'lattice' curve2%data_type = 'eta.y' curve2%legend_text = '\gy\dy\u' curve2%y_axis_scale_factor = 1 curve2%draw_symbols=.false. curve2%line%color=3 curve2%line%width=2 / !-------------- ETAZ ----------------------------------- &tao_template_plot plot%name = 'etaz' plot%x%min = 0 plot%x%max = 100 !plot%x%major_div = 10 plot%x%minor_div = 4 plot%x%label = 's (m)' plot%x_axis_type = 's' plot%n_graph = 1 / &tao_template_graph graph%name = 'z' graph_index = 1 graph%box = 1, 1, 1, 1 !graph%title = 'Z Eta (m)' graph%margin = 0.15, 0.06, 0.12, 0.12, '%BOX' graph%y%label = 'Eta Z (m)' graph%y%max = 20 graph%y%min = -20 graph%y%major_div = 4 graph%y%label = '\gy\dz\u(m)' graph%n_curve = 1 curve1%data_source = 'lattice' curve1%data_type = 'eta.z' curve1%legend_text = '\gy\dz\u' curve1%y_axis_scale_factor = 1 curve1%draw_symbols=.false. curve1%line%width=2 !curve1%line%color=2 / !-------------- ETAP ----------------------------------- &tao_template_plot plot%name = 'etap' plot%x%min = 0 plot%x%max = 100 !plot%x%major_div = 10 plot%x%minor_div = 4 plot%x%label = 's (m)' plot%x_axis_type = 's' plot%n_graph = 1 / &tao_template_graph graph%name = 'x' graph_index = 1 graph%box = 1, 1, 1, 1 graph%title = 'Horizontal Etap (m)' graph%margin = 0.15, 0.06, 0.12, 0.12, '%BOX' graph%y%label = 'Etap X (m)' graph%y%max = 20 graph%y%min = -20 graph%y%major_div = 4 graph%n_curve = 2 curve1%data_source = 'lattice' curve1%data_type = 'etap.x' curve1%y_axis_scale_factor = 1 curve1%draw_symbols=.false. curve1%line%width=2 !curve1%line%color=2 curve2%data_source = 'lattice' curve2%data_type = 'etap.y' curve2%y_axis_scale_factor = 1 curve2%draw_symbols=.false. curve2%line%color=3 curve2%line%width=2 / !------- First and Second order dispersion: dispersionx ----------------------------------- !------- First and Second order dispersion: dispersionx ----------------------------------- &tao_template_plot plot%name = 'dispersionx' plot%x%min = 0 plot%x%max = 100 !plot%x%major_div = 10 plot%x%label = 's (m)' plot%x_axis_type = 's' plot%n_graph = 1 / &tao_template_graph graph%name = 'x' graph_index = 1 graph%box = 1, 1, 1, 1 !graph%title = 'First and Second order Dispersion (m)' !graph%margin = 0.15, 0.06, 0.12, 0.12, '%BOX' graph%margin = 0.15, 0.06, 0.12, 0.06, '%BOX' graph%y%label = 'r\d16\u, t\d166\u (m)' !graph%draw_axes = .false. graph%y%max = 20 graph%y%min = -20 graph%y%label_offset=.1 graph%y%major_div = 4 graph%n_curve = 2 curve1%data_source = 'lattice' curve1%data_type = 'eta.x' curve1%y_axis_scale_factor = 1 curve1%line%width=2 !curve1%smooth_line_calc = .false. curve1%draw_symbols=.false. !curve1%line%color=2 curve1%legend_text = 'r\d16\u' curve2%data_source = 'lattice' curve2%line%pattern=4 curve2%data_type = 't.166' curve2%smooth_line_calc = .false. curve2%ele_ref_name = 'BEGINNING' curve2%y_axis_scale_factor = 1 curve2%draw_symbols=.false. curve2%line%width=2 curve2%legend_text = 't\d166\u' curve2%line%color=1 !1:Black 2:Red 3:Blue . . . see bottom of this file / !------- Scaled First and Second order dispersion: dispersionx ----------------------------------- &tao_template_plot plot%name = 'dispersionxscaled' plot%x%min = 0 plot%x%max = 100 !plot%x%major_div = 10 plot%x%label = 's (m)' plot%x_axis_type = 's' plot%n_graph = 1 / &tao_template_graph graph%name = 'x' graph_index = 1 graph%box = 1, 1, 1, 1 !graph%title = 'First and Second order Dispersion (m)' !graph%margin = 0.15, 0.06, 0.12, 0.12, '%BOX' graph%margin = 0.15, 0.06, 0.12, 0.06, '%BOX' graph%y%label = 'r\d16\u (m), t\d166\u (10m)' !graph%draw_axes = .false. graph%y%max = 20 graph%y%min = -20 graph%y%label_offset=.1 graph%y%major_div = 4 graph%n_curve = 2 curve1%data_source = 'lattice' curve1%data_type = 'eta.x' curve1%y_axis_scale_factor = 1 !m curve1%line%width=2 curve1%draw_symbols=.false. !curve1%smooth_line_calc = .false. !curve1%line%color=2 curve1%legend_text = 'r\d16\u (m)' curve2%data_source = 'lattice' curve2%line%pattern=4 curve2%data_type = 't.166' curve2%smooth_line_calc = .false. curve2%ele_ref_name = 'BEGINNING' curve2%y_axis_scale_factor = 0.1 !m->10m curve2%draw_symbols=.false. curve2%line%width=2 curve2%legend_text = 't\d166\u (10m)' curve2%line%color=2 !1:Black 2:Red 3:Blue . . . see bottom of this file / !------------ orbit.amp &tao_template_plot plot%name = 'orbitamp' plot%x%min = 0 plot%x%max = 100 !plot%x%major_div = 10 plot%x%label = ' ' plot%x_axis_type = 's' plot%n_graph = 1 / &tao_template_graph graph%name = 'a' graph_index = 1 graph%box = 1, 1, 1, 1 graph%title = 'Orbit Amp X, Y (m)' graph%margin = 0.15, 0.06, 0.12, 0.12, '%BOX' graph%y%label = 'Amp' graph%y%max = 20 graph%y%min = -20 graph%y%major_div = 4 graph%n_curve = 2 curve1%data_source = 'lattice' curve1%data_type = 'orbit.amp_a' curve1%y_axis_scale_factor = 1 curve1%line%color=2 curve1%line%width=2 curve2%data_source = 'lattice' curve2%data_type = 'orbit.amp_b' curve2%y_axis_scale_factor = 1 curve2%line%color = 3 curve2%line%width=2 / !-------------- i5a ----------------------------------- &tao_template_plot plot%name = 'i5a' plot%x%min = 0 plot%x%max = 100 !plot%x%major_div = 10 ! plot%x%label = 's (m)' plot%x_axis_type = 's' plot%n_graph = 1 / &tao_template_graph graph%name = 'x' graph%x%draw_numbers = .false. graph%x%draw_label = .false. graph_index = 1 graph%box = 1, 1, 1, 1 !graph%title = 'i5a_e6 * (2/3) * C_q * r_e * 1E9 nm/m' !graph%margin = 0.15, 0.06, 0.12, 0.12, '%BOX' graph%margin = 0.15, 0.06, 0.06, 0.0, '%BOX' !graph%y%label = 'Normalized Radiative Emittance Growth(nm)' graph%y%label = '\ge\dN\u Growth (mm-mrad)' graph%y%max = 20 graph%y%label_offset=.1 graph%y%min = -20 graph%y%major_div = 4 graph%n_curve = 1 curve1%smooth_line_calc = .false. curve1%data_source = 'lattice' curve1%legend_text = '\ge\dN\u' curve1%data_type = 'rad_int.i5a_e6' !curve1%y_axis_scale_factor = 7.213927194325027E-28 for meters !curve1%y_axis_scale_factor = 7.213927194325027E-19 !for nm curve1%y_axis_scale_factor = 7.213927194325027E-22 !for mm-mrad curve1%ele_ref_name = 'BEGINNING' curve1%draw_symbols=.false. curve1%line%width=2 curve1%line%color=4 / !-------------- i2a (SR energy loss) ----------------------------------- &tao_template_plot plot%name = 'i2e4' plot%x%min = 0 plot%x%max = 100 !plot%x%major_div = 10 ! plot%x%label = 's (m)' plot%x_axis_type = 's' plot%n_graph = 1 / &tao_template_graph graph%name = 'x' graph%x%draw_numbers = .false. graph%x%draw_label = .false. graph_index = 1 graph%box = 1, 1, 1, 1 !graph%title = '(2/3) * r_e *mec2 * i2_e4' !graph%margin = 0.15, 0.06, 0.12, 0.12, '%BOX' graph%margin = 0.15, 0.06, 0.06, 0.0, '%BOX' graph%y%label = '-\gDE\dISR\u (MeV)' graph%y%max = 20 graph%y%label_offset=.1 graph%y%min = -20 graph%y%major_div = 4 graph%n_curve = 1 curve1%smooth_line_calc = .false. curve1%data_source = 'lattice' curve1%legend_text = '' curve1%data_type = 'rad_int.i2_e4' curve1%y_axis_scale_factor = 9.59976e-16 !(2/3) * r_e *mec2 in MeV*m curve1%ele_ref_name = 'BEGINNING' curve1%draw_symbols=.false. curve1%line%width=2 curve1%line%color=4 / !-------------- i3e7 (energy spread) ----------------------------------- &tao_template_plot plot%name = 'i3e7' plot%x%min = 0 plot%x%max = 100 !plot%x%major_div = 10 ! plot%x%label = 's (m)' plot%x_axis_type = 's' plot%n_graph = 1 / &tao_template_graph graph%name = 'x' graph%x%draw_numbers = .false. graph%x%draw_label = .false. graph_index = 1 graph%box = 1, 1, 1, 1 !graph%title = '(4/3) * C_q * r_e *mec2^2 * i3_e7' !graph%margin = 0.15, 0.06, 0.12, 0.12, '%BOX' graph%margin = 0.15, 0.06, 0.06, 0.0, '%BOX' !graph%y%label = 'Energy spread growth (eV^2)' graph%y%label = '\gs\dE\u\u2\d Growth (eV\u2\d)' graph%y%max = 20 graph%y%label_offset=.1 graph%y%min = -20 graph%y%major_div = 4 graph%n_curve = 1 curve1%smooth_line_calc = .false. curve1%data_source = 'lattice' curve1%legend_text = '' curve1%data_type = 'rad_int.i3_e7' curve1%y_axis_scale_factor = 3.75949e-16 !for eV^2 curve1%ele_ref_name = 'BEGINNING' curve1%draw_symbols=.false. curve1%line%width=2 curve1%line%color=4 / !-------------- tof : time of flight ----------------------------------- &tao_template_plot plot%name = 'tof' plot%x%min = 0 plot%x%max = 100 !plot%x%major_div = 10 plot%x%label = 's (m)' plot%x_axis_type = 's' plot%n_graph = 1 / &tao_template_graph graph%name = 'z' graph_index = 1 graph%box = 1, 1, 1, 1 !graph%title = 'Time of Flight terms' !graph%margin = 0.15, 0.06, 0.12, 0.12, '%BOX' graph%margin = 0.15, 0.06, 0.12, 0.06, '%BOX' graph%y%label = 'r\d56\u, t\d566\u (m)' graph%y%max = 20 graph%y%label_offset=.1 graph%y%min = -20 graph%y%major_div = 4 graph%n_curve = 2 curve1%data_source = 'lattice' curve1%data_type = 'r.56' curve1%legend_text = 'r\d56\u' curve1%y_axis_scale_factor = 1 curve1%smooth_line_calc = .false. curve1%ele_ref_name = 'BEGINNING' curve1%draw_symbols=.false. curve1%line%width=2 curve1%line%color=1 curve2%data_source = 'lattice' curve2%legend_text = 't\d566\u' curve2%data_type = 't.566' curve2%y_axis_scale_factor = 1 curve2%smooth_line_calc = .false. curve2%ele_ref_name = 'BEGINNING' curve2%draw_symbols=.false. curve2%line%color=1 curve2%line%width=2 curve2%line%pattern=4 / !-------------- Scaled tof : time of flight ----------------------------------- &tao_template_plot plot%name = 'tofscaled' plot%x%min = 0 plot%x%max = 100 !plot%x%major_div = 10 plot%x%label = 's (m)' plot%x_axis_type = 's' plot%n_graph = 1 / &tao_template_graph graph%name = 'z' graph_index = 1 graph%box = 1, 1, 1, 1 !graph%title = 'Time of Flight terms' !graph%margin = 0.15, 0.06, 0.12, 0.12, '%BOX' graph%margin = 0.15, 0.06, 0.12, 0.06, '%BOX' graph%y%label = 'r\d56\u (cm), t\d566\u (m)' graph%y%max = 20 graph%y%label_offset=.1 graph%y%min = -20 graph%y%major_div = 4 graph%n_curve = 2 curve1%data_source = 'lattice' curve1%data_type = 'r.56' curve1%legend_text = 'r\d56\u (cm)' curve1%y_axis_scale_factor = 100 !m->cm !curve1%smooth_line_calc = .false. curve1%ele_ref_name = 'BEGINNING' curve1%draw_symbols=.false. curve1%line%width=2 curve1%line%color=1 curve2%data_source = 'lattice' curve2%legend_text = 't\d566\u (m)' curve2%data_type = 't.566' curve2%y_axis_scale_factor = 1 curve2%smooth_line_calc = .false. curve2%ele_ref_name = 'BEGINNING' curve2%draw_symbols=.false. curve2%line%color=2 curve2%line%width=2 curve2%line%pattern=4 / !-------------- txx6 ----------------------------------- &tao_template_plot plot%name = 'txx6' plot%x%min = 0 plot%x%max = 100 !plot%x%major_div = 10 plot%x%label = 's (m)' plot%x_axis_type = 's' plot%n_graph = 1 / &tao_template_graph graph%name = 'x' graph_index = 1 graph%box = 1, 1, 1, 1 !graph%title = '' !graph%margin = 0.15, 0.06, 0.12, 0.12, '%BOX' graph%margin = 0.15, 0.06, 0.12, 0.06, '%BOX' graph%y%label = 't\1xx\u ()' graph%y%max = 20 graph%y%label_offset=.1 graph%y%min = -20 graph%y%major_div = 4 graph%n_curve = 4 curve1%data_type = 't.116' curve2%data_type = 't.126' curve3%data_type = 't.226' curve(4)%data_type = 't.166' curve(5)%data_type = 't.266' !curve1%ele_ref_name = 'wa_cellb01_mar_beg' !curve2%ele_ref_name = 'wa_cellb01_mar_beg' !curve3%ele_ref_name = 'wa_cellb01_mar_beg' !curve(4)%ele_ref_name = 'wa_cellb01_mar_beg' !curve(5)%ele_ref_name = 'wa_cellb01_mar_beg' curve1%smooth_line_calc = .false. curve2%smooth_line_calc = .false. curve3%smooth_line_calc = .false. curve(4)%smooth_line_calc = .false. curve(5)%smooth_line_calc = .false. curve(4)%data_source = 'lattice' curve1%y_axis_scale_factor = 1 curve1%draw_symbols=.false. curve1%line%width=2 curve1%line%color=1 curve2%data_source = 'lattice' curve2%y_axis_scale_factor = 1 curve2%draw_symbols=.false. curve2%line%width=2 curve2%line%color=2 curve3%data_source = 'lattice' curve3%y_axis_scale_factor = 1 curve3%draw_symbols=.false. curve3%line%width=2 curve3%line%color=3 curve(4)%data_source = 'lattice' curve(4)%y_axis_scale_factor = 1 curve(4)%draw_symbols=.false. curve(4)%line%width=2 curve(4)%line%color=4 ! curve(5)%data_source = 'lattice' ! curve(5)%y_axis_scale_factor = 1 ! curve(5)%draw_symbols=.false. ! curve(5)%line%width=2 ! curve(5)%line%color=5 / !-------------- u1666 ----------------------------------- &tao_template_plot plot%name = 'u1666' plot%x%min = 0 plot%x%max = 100 !plot%x%major_div = 10 plot%x%label = 's (m)' plot%x_axis_type = 's' plot%n_graph = 1 / &tao_template_graph graph%name = 'x' graph_index = 1 graph%box = 1, 1, 1, 1 !graph%title = '' !graph%margin = 0.15, 0.06, 0.12, 0.12, '%BOX' graph%margin = 0.15, 0.06, 0.12, 0.06, '%BOX' graph%y%label = 'u\d1666\u (m)' graph%y%max = 20 graph%y%label_offset=.1 graph%y%min = -20 graph%y%major_div = 4 graph%n_curve = 1 curve1%data_source = 'lattice' curve1%data_type = 'tt.1666' curve1%legend_text = 'u\d1666\u' curve1%y_axis_scale_factor = 1 curve1%smooth_line_calc = .false. curve1%ele_ref_name = 'BEGINNING' curve1%draw_symbols=.false. curve1%line%width=2 curve1%line%color=1 / !-------------- u5666 ----------------------------------- &tao_template_plot plot%name = 'u5666' plot%x%min = 0 plot%x%max = 100 !plot%x%major_div = 10 plot%x%label = 's (m)' plot%x_axis_type = 's' plot%n_graph = 1 / &tao_template_graph graph%name = 'z' graph_index = 1 graph%box = 1, 1, 1, 1 !graph%title = '' !graph%margin = 0.15, 0.06, 0.12, 0.12, '%BOX' graph%margin = 0.15, 0.06, 0.12, 0.06, '%BOX' graph%y%label = 'u\d5666\u (m)' graph%y%max = 20 graph%y%label_offset=.1 graph%y%min = -20 graph%y%major_div = 4 graph%n_curve = 1 curve1%data_source = 'lattice' curve1%data_type = 'tt.5666' curve1%legend_text = 'u\d5666\u' curve1%y_axis_scale_factor = 1 curve1%smooth_line_calc = .false. curve1%ele_ref_name = 'BEGINNING' curve1%draw_symbols=.false. curve1%line%width=2 curve1%line%color=1 / !-------------- t166 ----------------------------------- &tao_template_plot plot%name = 'pt166' plot%x%min = 0 plot%x%max = 100 !plot%x%major_div = 10 plot%x%label = 's (m)' plot%x_axis_type = 's' plot%n_graph = 1 / &tao_template_graph graph%name = 'x' graph_index = 1 graph%box = 1, 1, 1, 1 graph%title = 'periodic t166 (m)' graph%margin = 0.15, 0.06, 0.12, 0.12, '%BOX' graph%y%label = 'periodic t166 (m)' graph%y%max = 20 graph%y%min = -20 graph%y%major_div = 4 graph%n_curve = 1 curve1%smooth_line_calc = .false. curve1%data_source = 'lattice' curve1%data_type = 'periodic.tt.166' curve1%y_axis_scale_factor = 1 curve1%ele_ref_name = 'BEGINNING' curve1%draw_symbols=.false. curve1%line%width=2 / !-------------- t166 ----------------------------------- &tao_template_plot plot%name = 't166' plot%x%min = 0 plot%x%max = 100 !plot%x%major_div = 10 plot%x%label = 's (m)' plot%x_axis_type = 's' plot%n_graph = 1 / &tao_template_graph graph%name = 'x' graph_index = 1 graph%box = 1, 1, 1, 1 graph%title = 't166 (m)' graph%margin = 0.15, 0.06, 0.12, 0.12, '%BOX' graph%y%label = 't166 (m)' graph%y%max = 20 graph%y%min = -20 graph%y%major_div = 4 graph%n_curve = 1 curve1%smooth_line_calc = .false. curve1%data_source = 'lattice' curve1%data_type = 't.166' curve1%y_axis_scale_factor = 1 curve1%ele_ref_name = 'BEGINNING' curve1%draw_symbols=.false. curve1%line%width=2 !curve1%line%color=2 / !-------------- t266 ----------------------------------- &tao_template_plot plot%name = 't266' plot%x%min = 0 plot%x%max = 100 !plot%x%major_div = 10 plot%x%label = ' ' plot%x_axis_type = 's' plot%n_graph = 1 / &tao_template_graph graph%name = 'x' graph_index = 1 graph%box = 1, 1, 1, 1 graph%title = 't266 (m)' graph%margin = 0.15, 0.06, 0.12, 0.12, '%BOX' graph%y%label = 'Eta X (m)' graph%y%max = 20 graph%y%min = -20 graph%y%major_div = 4 graph%n_curve = 1 curve1%data_source = 'lattice' curve1%data_type = 't.266' curve1%y_axis_scale_factor = 1 curve1%ele_ref_name = 'BEGINNING' curve1%line%width=2 !curve1%line%color=2 / !-------------- t566 ----------------------------------- &tao_template_plot plot%name = 't566' plot%x%min = 800 plot%x%max = 2000 !plot%x%major_div = 10 plot%x%label = ' ' plot%x_axis_type = 's' plot%n_graph = 1 / &tao_template_graph graph%name = 'x' graph_index = 1 graph%box = 1, 1, 1, 1 graph%title = 't566 (m)' graph%margin = 0.15, 0.06, 0.12, 0.12, '%BOX' graph%y%label = 't566 X [m]' graph%y%max = 20 graph%y%min = -20 graph%y%major_div = 4 graph%n_curve = 1 curve1%data_source = 'lattice' curve1%data_type = 't.566' curve1%y_axis_scale_factor = 1 curve1%ele_ref_name = 'BEGINNING' curve1%draw_symbols=.false. !curve1%line%color=2 curve1%line%width=2 / !-------------- pt566 ----------------------------------- &tao_template_plot plot%name = 'pt566' plot%x%min = 800 plot%x%max = 2000 !plot%x%major_div = 10 plot%x%label = ' ' plot%x_axis_type = 's' plot%n_graph = 1 / &tao_template_graph graph%name = 'x' graph_index = 1 graph%box = 1, 1, 1, 1 graph%title = 't566 (m)' graph%margin = 0.15, 0.06, 0.12, 0.12, '%BOX' graph%y%label = 'Periodic t566 X [m]' graph%y%max = 20 graph%y%min = -20 graph%y%major_div = 4 graph%n_curve = 1 curve1%data_source = 'lattice' curve1%data_type = 'periodic.tt.566' curve1%y_axis_scale_factor = 1 !curve1%ele_ref_name = 'BEGINNING' curve1%draw_symbols=.false. !curve1%line%color=2 curve1%line%width=2 / !-------------- momentum_compaction ----------------------------------- &tao_template_plot plot%name = 'momentum_compaction' plot%x%min = 0 plot%x%max = 100 !plot%x%major_div = 10 plot%x%label = ' ' plot%x_axis_type = 's' plot%n_graph = 1 / &tao_template_graph graph%name = 'r56' graph_index = 1 graph%box = 1, 1, 1, 1 ! graph%title = 'Momentum Compaction' graph%margin = 0.15, 0.06, 0.12, 0.12, '%BOX' graph%y%label = 'r\d56\u contribution (m)' graph%y%max = 20 graph%y%label_offset=.1 graph%y%min = -20 graph%y%major_div = 4 graph%n_curve = 1 curve1%data_source = 'lattice' curve1%data_type = 'momentum_compaction' curve1%y_axis_scale_factor = 1 curve1%ele_ref_name = 'BEGINNING' curve1%draw_symbols=.false. curve1%line%width=2 / !-------------- energy ----------------------------------- &tao_template_plot plot%name = 'energy' plot%x%min = 0 plot%x%max = 100 !plot%x%major_div = 10 plot%x%label = 's (m)' plot%x_axis_type = 's' plot%n_graph = 1 / &tao_template_graph graph%name = 'beam' ! graph%x%draw_numbers = .false. ! graph%x%draw_label = .false. graph_index = 1 graph%box = 1, 1, 1, 1 !graph%title = 'Energy' !graph%margin = 0.15, 0.06, 0.12, 0.12, '%BOX' graph%margin = 0.15, 0.06, 0.12, 0.06, '%BOX' graph%y%label = '\(0555) (GeV)' ! \(0555) is caligraphic E graph%y%max = 20 graph%y%label_offset=.1 graph%y%min = -20 graph%y%major_div = 4 graph%n_curve = 1 curve1%data_source = 'lattice' curve1%data_type = 'e_tot' curve1%y_axis_scale_factor = 1e-9 curve1%draw_symbols=.false. ! curve1%line%width=3 / !---------------------------------------------------------------- &tao_template_plot plot%name = 'coupling' plot%x%min = 0 plot%x%max = 100 !plot%x%major_div = 10 plot%x%label = ' ' plot%x_axis_type = 's' plot%n_graph = 3 / &tao_template_graph graph%name = '22a' graph_index = 1 graph%box = 1, 3, 1, 3 graph%title = 'Cbar22' graph%margin = 0.15, 0.06, 0.2, 0.2, '%BOX' graph%y%label = 'Cbar22' graph%y%max = 0.10 graph%y%min = -0.10 graph%y%major_div = 4 graph%n_curve = 1 curve1%data_source = 'lattice' curve1%data_type = 'coupling.22a' curve1%y_axis_scale_factor = 1 ! curve1%convert = .true. / &tao_template_graph graph%name = '12a' graph_index = 2 graph%box = 1, 2, 1, 3 graph%title = 'Cbar12' graph%margin = 0.15, 0.06, 0.2, 0.2, '%BOX' graph%y%label = 'Cbar12' graph%y%max = 0.10 graph%y%min = -0.10 graph%y%major_div = 4 graph%n_curve = 1 curve1%data_source = 'lattice' curve1%data_type = 'coupling.12a' curve1%y_axis_scale_factor = 1 !curve1%convert = .true. / &tao_template_graph graph%name = '11b' graph_index = 3 graph%box = 1, 1, 1, 3 graph%title = 'Cbar11' graph%margin = 0.15, 0.06, 0.2, 0.2, '%BOX' graph%y%label = 'Cbar11' graph%y%max = 0.10 graph%y%min = -0.10 graph%y%major_div = 4 graph%n_curve = 1 curve1%data_source = 'lattice' curve1%data_type = 'coupling.11b' curve1%y_axis_scale_factor = 1 ! curve1%convert = .true. / !----------beamdispersion------------------------------------ &tao_template_plot plot%name = 'beamdispersion' plot%x%min = 0 plot%x%max = 2900 !plot%x%major_div = 10 plot%x%label = ' ' plot%x_axis_type = 's' plot%n_graph = 1 plot%autoscale_gang_y = .false. / &tao_template_graph graph%name = 'xy' graph_index = 1 graph%x%draw_numbers = .false. graph%x%draw_label = .false. graph%box = 1, 1, 1, 1 !graph%title = 'D\dx\u, D\dy\u (m)' !graph%margin = 0.15, 0.06, 0.12, 0.12, '%BOX' graph%margin = 0.15, 0.06, 0.06, 0.0, '%BOX' graph%y%label = 'D\dx\u, D\dy\u (m)' graph%y%max = 6.0 graph%y%label_offset=.1 graph%y%min = -6.0 graph%y%major_div = 4 graph%n_curve = 4 curve1%data_source = 'beam_tracking' curve1%data_type = 'eta.x' curve1%legend_text = 'D\dx\u' curve1%y_axis_scale_factor = 1 curve1%line%color=2 curve1%line%width=2 curve2%data_source = 'beam_tracking' curve2%data_type = 'eta.y' curve2%legend_text = 'D\dy\u' curve2%y_axis_scale_factor = 1 curve2%line%color=3 curve2%line%width=2 curve3%data_source = 'lattice' curve3%data_type = 'eta.x' curve3%legend_text = 'Lattice D\dx\u' curve3%y_axis_scale_factor = 1 curve3%line%color=2 curve3%line%width=2 curve3%line%pattern= 2 !Dashed curve4%data_source = 'lattice' curve4%data_type = 'eta.y' curve4%legend_text = 'Lattice D\dy\u' curve4%y_axis_scale_factor = 1 curve4%line%color=3 curve4%line%width=2 curve4%line%pattern= 2 !Dashed / !----------emittancexy------------------------------------ &tao_template_plot plot%name = 'emittancexy' plot%x%min = 0 plot%x%max = 2900 !plot%x%major_div = 10 plot%x%label = ' ' plot%x_axis_type = 's' plot%n_graph = 1 plot%autoscale_gang_y = .false. / &tao_template_graph graph%name = 'xy' graph_index = 1 graph%x%draw_numbers = .false. graph%x%draw_label = .false. graph%box = 1, 1, 1, 1 !graph%title = '\ge\dN\u X, Y (mm-mrad)' !graph%margin = 0.15, 0.06, 0.12, 0.12, '%BOX' graph%margin = 0.15, 0.06, 0.06, 0.0, '%BOX' graph%y%label = 'Beam \ge\dN\u (mm-mrad)' graph%y%max = 100 graph%y%label_offset=.1 graph%y%min = 0.0 graph%y%major_div = 4 graph%n_curve = 2 curve1%data_source = 'beam_tracking' curve1%data_type = 'norm_emit.x' curve1%legend_text = '\ge\dN\u X' curve1%y_axis_scale_factor = 1e6 curve1%line%color=2 curve1%line%width=2 curve2%data_source = 'beam_tracking' curve2%data_type = 'norm_emit.y' curve2%legend_text = '\ge\dN\u Y' curve2%y_axis_scale_factor = 1e6 curve2%line%color=3 curve2%line%width=2 / !---------------------------------------------------------------- !-------------- emittancex ----------------------------------- &tao_template_plot plot%name = 'emittancex' plot%x%min = 0 plot%x%max = 100 !plot%x%major_div = 10 plot%x%label = 'Distance [m]' plot%x_axis_type = 's' plot%n_graph = 1 / &tao_template_graph graph%name = 'x' graph_index = 1 graph%box = 1, 1, 1, 1 graph%title = 'X Normalized Projected Emittance (m)' graph%margin = 0.15, 0.06, 0.12, 0.12, '%BOX' graph%y%label = 'Normalized Emittance (m)' graph%y%max = 20 graph%y%min = -20 graph%y%major_div = 4 graph%n_curve = 1 !curve1%smooth_line_calc = .false. curve1%data_source = 'beam' curve1%data_type = 'norm_emit.x' curve1%y_axis_scale_factor = 1 curve1%draw_symbols=.false. curve1%line%width=2 / !---------------------------------------------------------------- !-------------- emittancey ----------------------------------- &tao_template_plot plot%name = 'emittancey' plot%x%min = 0 plot%x%max = 100 !plot%x%major_div = 10 plot%x%label = 'Distance [m]' plot%x_axis_type = 's' plot%n_graph = 1 / &tao_template_graph graph%name = 'x' graph_index = 1 graph%box = 1, 1, 1, 1 graph%title = 'Y Normalized Projected Emittance (m)' graph%margin = 0.15, 0.06, 0.12, 0.12, '%BOX' graph%y%label = 'Normalized Emittance (m)' graph%y%max = 20 graph%y%min = -20 graph%y%major_div = 4 graph%n_curve = 1 !curve1%smooth_line_calc = .false. curve1%data_source = 'beam' curve1%data_type = 'norm_emit.y' curve1%y_axis_scale_factor = 1 curve1%draw_symbols=.false. curve1%line%width=2 !curve1%ele_ref_name = 'BEGINNING' / !---------------------------------------------------------------- !-------------- emittancez ----------------------------------- &tao_template_plot plot%name = 'emittancez' plot%x%min = 0 plot%x%max = 100 !plot%x%major_div = 10 plot%x%label = 'Distance [m]' plot%x_axis_type = 's' plot%n_graph = 1 / &tao_template_graph graph%name = 'x' graph_index = 1 graph%box = 1, 1, 1, 1 graph%title = 'Z Normalized Projected Emittance (m)' graph%margin = 0.15, 0.06, 0.12, 0.12, '%BOX' graph%y%label = 'Normalized Emittance (m)' graph%y%max = 20 graph%y%min = -20 graph%y%major_div = 4 graph%n_curve = 1 !curve1%smooth_line_calc = .false. curve1%data_source = 'beam' curve1%data_type = 'norm_emit.z' curve1%y_axis_scale_factor = 1 curve1%draw_symbols=.false. curve1%line%width=2 !curve1%ele_ref_name = 'BEGINNING' / !----------sigmaxy------------------------------------ &tao_template_plot plot%name = 'sigmaxy' plot%x%min = 0 plot%x%max = 2900 !plot%x%major_div = 10 plot%x%label = ' ' plot%x_axis_type = 's' plot%n_graph = 1 plot%autoscale_gang_y = .false. / &tao_template_graph graph%name = 'xy' graph_index = 1 graph%x%draw_numbers = .false. graph%x%draw_label = .false. graph%box = 1, 1, 1, 1 !graph%title = 'Sigma X, Y (\gmm)' !graph%margin = 0.15, 0.06, 0.12, 0.12, '%BOX' graph%margin = 0.15, 0.06, 0.06, 0.0, '%BOX' graph%y%label = '\gs\dx\u, \gs\dy\u (\gmm)' graph%y%max = 100 graph%y%label_offset=.1 graph%y%min = 0.0 graph%y%major_div = 4 graph%n_curve = 2 curve1%data_source = 'beam_tracking' curve1%data_type = 'sigma.x' curve1%legend_text = '\gs\dx\u' curve1%y_axis_scale_factor = 1e6 curve1%line%color=2 curve1%line%width=2 curve1%draw_symbols=.false. curve2%data_source = 'beam_tracking' curve2%data_type = 'sigma.y' curve2%legend_text = '\gs\dy\u' curve2%y_axis_scale_factor = 1e6 curve2%line%color=3 curve2%line%width=2 curve2%draw_symbols=.false. / !----------sigmaz------------------------------------ &tao_template_plot plot%name = 'sigmaz' plot%x%min = 0 plot%x%max = 2900 !plot%x%major_div = 10 plot%x%label = ' ' plot%x_axis_type = 's' plot%n_graph = 1 plot%autoscale_gang_y = .false. plot%x%label = 's (m)' / &tao_template_graph graph%name = 'z' graph_index = 1 graph%box = 1, 1, 1, 1 !graph%title = 'Sigma Z (femtoseconds)' !graph%margin = 0.15, 0.06, 0.12, 0.12, '%BOX' graph%margin = 0.15, 0.06, 0.12, 0.06, '%BOX' graph%y%label = '\gs\dz\u/c (fs)' graph%y%max = 200 graph%y%label_offset=.1 graph%y%min = 0.0 graph%y%major_div = 4 graph%n_curve = 1 curve1%data_source = 'beam_tracking' curve1%data_type = 'sigma.z' curve1%y_axis_scale_factor = 3335640.95 curve1%line%color=4 curve1%line%width=2 curve1%draw_symbols=.false. / !----------sigmapz------------------------------------ &tao_template_plot plot%name = 'sigmapz' plot%x%min = 0 plot%x%max = 2900 !plot%x%major_div = 10 plot%x%label = ' ' plot%x_axis_type = 's' plot%n_graph = 1 plot%autoscale_gang_y = .false. plot%x%label = 's (m)' / &tao_template_graph graph%name = 'z' graph_index = 1 graph%box = 1, 1, 1, 1 !graph%title = 'Sigma P_z Beam (-)' !graph%margin = 0.15, 0.06, 0.12, 0.12, '%BOX' graph%margin = 0.15, 0.06, 0.12, 0.06, '%BOX' graph%y%label = '\gs\d\gd\u (10\u-4\d)' graph%y%max = 100 graph%y%label_offset=.1 graph%y%min = 0.0 graph%y%major_div = 4 graph%n_curve = 1 curve1%data_source = 'beam_tracking' curve1%data_type = 'sigma.pz' curve1%y_axis_scale_factor = 1e4 curve1%line%color=4 curve1%line%width=2 / !---------------------------------------------------------------- !&tao_template_plot plot%name = 'quads' plot%x%min = 0 plot%x%max = 120 !plot%x%major_div = 10 plot%x%label = ' ' plot%x_axis_type = 'index' plot%n_graph = 1 / !&tao_template_graph graph%name = 'k1' graph_index = 1 graph%box = 1, 1, 1, 1 graph%title = 'Quadrupole K1 (m\u-2\d)' graph%margin = 0.15, 0.06, 0.12, 0.12, '%BOX' graph%y%label = 'k1' graph%y%max = 0.1 graph%y%min = -0.1 graph%y%major_div = 4 graph%n_curve = 1 curve1%data_source = 'lattice' curve1%data_type = 'element_param.k1' curve1%y_axis_scale_factor = 1 / !----------ploss (Particles Lost)------------------------------------ &tao_template_plot plot%name = 'ploss' plot%x%min = 0 plot%x%max = 100 !plot%x%major_div = 10 plot%x%label = ' ' plot%x_axis_type = 's' plot%n_graph = 1 plot%autoscale_gang_y = .false. plot%x%label = 's (m)' / &tao_template_graph graph%name = 'z' graph_index = 1 graph%box = 1, 1, 1, 1 !graph%title = 'Particles Lost' !graph%margin = 0.15, 0.06, 0.12, 0.12, '%BOX' graph%margin = 0.15, 0.06, 0.12, 0.06, '%BOX' graph%y%label = 'Particles Lost' graph%y%max = 100 graph%y%label_offset=.1 graph%y%min = 0.0 graph%y%major_div = 4 graph%n_curve = 1 curve1%data_source = 'beam_tracking' curve1%data_type = 'n_particle_loss' curve1%y_axis_scale_factor =1 curve1%line%color=4 curve1%line%width=2 curve1%draw_symbols=.false. / !------delta_heuristic----------------------------------- &tao_template_plot plot%name = 'delta_heuristic' plot%x%min = 0 plot%x%max = 100 !plot%x%major_div = 10 plot%x%label = 's (m)' plot%x_axis_type = 's' plot%n_graph = 1 / &tao_template_graph graph%name = 'a' graph_index = 1 graph%box = 1, 1, 1, 1 !graph%title = 'Test' graph%margin = 0.15, 0.06, 0.12, 0.12, '%BOX' graph%y%label = '\gd Heuristic' graph%y%max = 20 graph%y%min = -20 graph%y%major_div = 4 graph%n_curve = 1 curve1%data_source = 'lattice' curve1%data_type = 'delta_heuristic' curve1%ele_ref_name = "BEGINNING" curve1%y_axis_scale_factor = 1 curve1%line%color=2 curve1%draw_symbols=.false. curve1%smooth_line_calc = .false. / !------touschek_heuristic----------------------------------- &tao_template_plot plot%name = 'touschek_heuristic' plot%x%min = 0 plot%x%max = 100 !plot%x%major_div = 10 plot%x%label = 's (m)' plot%x_axis_type = 's' plot%n_graph = 1 / &tao_template_graph graph%name = 'a' graph_index = 1 graph%box = 1, 1, 1, 1 !graph%title = 'Test' graph%margin = 0.15, 0.06, 0.12, 0.12, '%BOX' graph%y%label = '\(2558) (\gs\dx\u\gs\dy\u)\u-1/2\d' graph%y%max = 20 graph%y%min = -20 graph%y%major_div = 4 graph%n_curve = 1 curve1%data_source = 'lattice' curve1%data_type = 'touschek_heuristic' curve1%y_axis_scale_factor = 1 curve1%line%color=2 curve1%draw_symbols=.false. curve1%smooth_line_calc = .false. / !------touschek_heuristic_integral----------------------------------- &tao_template_plot plot%name = 'touschek_heuristic_integral' plot%x%min = 0 plot%x%max = 100 !plot%x%major_div = 10 plot%x%label = 's (m)' plot%x_axis_type = 's' plot%n_graph = 1 / &tao_template_graph graph%name = 'a' graph_index = 1 graph%box = 1, 1, 1, 1 !graph%title = 'Test' graph%margin = 0.15, 0.06, 0.12, 0.12, '%BOX' graph%y%label = '\(2412) \(2558) (\gs\dx\u\gs\dy\u)\u-1/2\d' graph%y%max = 20 graph%y%min = -20 graph%y%major_div = 4 graph%n_curve = 1 curve1%data_source = 'lattice' curve1%ele_ref_name = "BEGINNING" curve1%data_type = 'touschek_heuristic_integral' curve1%y_axis_scale_factor = 1 curve1%line%color=2 curve1%draw_symbols=.false. curve1%smooth_line_calc = .false. / !--------floor---------------------------------------- &tao_template_plot plot%name = 'floor' plot%x%min = -0.1 plot%x%max = 0.1 !plot%x%major_div = 10 plot%x%label = 'y' plot%n_graph = 1 / &tao_template_graph graph_index = 1 graph%name = 'plan' graph%type = 'floor_plan' graph%box = 1, 1, 1, 1 graph%title = 'floor_plan' graph%margin = 0.15, 0.06, 0.12, 0.12, '%BOX' graph%y%label = 'Py' graph%y%max = 0.1 graph%y%min = -0.1 graph%y%major_div = 4 graph%n_curve = 1 !curve1%data_type = 'y-py' curve1%data_source = 'lattice' curve1%ix_universe = 1 ! curve1%ele_ref_name = "NA_Mar_BEG" / !The Quick Plot line patterns (curve1%line%pattern= ) are: !1 -- solid$ Solid !2 -- dashed$ Dashed !3 -- dash_dot$ Dash--dot !4 -- dotted$ Dotted !5 -- dash_dot3$ Dash--dot--dot--dot !The color patterns in Quick Plot are: !0 -- White$ (actually the background color) !1 -- Black$ (actually the foreground color) !2 -- Red$ !3 -- Green$ !4 -- Blue$ !5 -- Cyan$ !6 -- Magenta$ !7 -- Yellow$ !8 -- Orange$ !9 -- Yellow_Green$ !10 -- Light_Green$ !11 -- Navy_Blue$ !12 -- Purple$ !13 -- Redish_Purple$ !14 -- Dark_Grey$ !15 -- Light_Grey$