!------------------------------------------------------------------------ &tao_start n_universes = 20 / !------------------------------------------------------------------------ &tao_params global%optimizer = 'lm' / !------------------------------------------------------------------------ &tao_design_lattice design_lattice(1) = "jlab-fel.bmad" / &tao_plot_page plot_page%size = 600, 800 plot_page%text_height = 12.0 plot_page%border = 0, 0, 0, 0, '%PAGE' region(1)%name = 'layout' region(1)%location = 0.0, 1.0, 0.85, 1.0 region(2)%name = 'p' region(2)%location = 0.0, 1.0, 0.20, 0.85 region(3)%name = 'table' region(3)%location = 0.0, 1.0, 0.0, 0.2 place(1) = 'layout', 'layout' place(2) = 'p', 'all_orbit' place(3) = 'table', 'table' / !---------------------------------------------------------------- Graph stuff &tao_template_plot plot%name = 'layout' plot%x%min = 0 plot%x%max = 200 plot%x_axis_type = 's' plot%n_graph = 1 / &tao_template_graph graph%type = 'lat_layout' graph_index = 1 graph%name = 'u1' graph%box = 1, 1, 1, 1 graph%ix_universe = 1 graph%margin = 0.12, 0.12, 0.12, 0.12, '%BOX' graph%n_curve = 0 / Box Label Height Level &element_shapes shape(1) = 'LCavity' '*' 'bow_tie' 'Red' 15 0 shape(2) = 'Quadrupole' '*' 'XBox' 'Magenta' 10 1 shape(3) = 'SBend' '*' 'Box' 'Blue' 20 0 shape(4) = 'HKicker' '*' 'Box' 'Blue' 20 1 shape(5) = 'VKicker' '*' 'Box' 'Magenta' 20 2 shape(6) = 'Marker' 'IPM*' 'Box' 'Red' 20 3 / &tao_template_plot plot%name = 'table' plot%n_graph = 1 / &tao_template_graph graph%type = 'key_table' graph_index = 1 graph%n_curve = 0 / !---------------------------------------------------------------- &tao_template_plot plot%name = 'all_orbit' plot%x%min = 0 plot%x%max = 200 plot%x%major_div = 10 plot%x%label = ' ' plot%x_axis_type = 's' plot%autoscale_gang_y = .true. plot%n_graph = 3 / &tao_template_graph graph_index = 1 graph%name = '2' graph%box = 1, 3, 1, 3 graph%title = '2) Orbit [mm]' graph%margin = 0.12, 0.12, 0.12, 0.12, '%BOX' graph%margin = 0.12, 0.12, 0.12, 0.12, '%BOX' graph%y%label = 'Orbit_x' graph%y%max = 10 graph%y%min = -10 graph%y%major_div = 4 graph%y2%label = 'Orbit_y' graph%n_curve = 2 graph%text_legend_origin = -0.28, 0.15, '%PAGE/RB' graph%who(1) = 'meas', +1 curve(1)%data_source = 'data_array' ! 'data_array' curve(1)%data_type = 'orbit.x' curve(1)%ix_universe = -1 curve(1)%draw_line = .false. curve(2)%data_source = 'data_array' curve(2)%data_type = 'orbit.y' curve(2)%use_y2 = .true. curve(2)%ix_universe = -1 curve(2)%line%style = 1 curve(2)%draw_line = .false. / &tao_template_graph graph_index = 2 graph%name = '1' graph%box = 1, 2, 1, 3 graph%title = '1) Orbit [mm]' graph%margin = 0.12, 0.12, 0.12, 0.12, '%BOX' graph%y%label = 'Orbit_x' graph%y%max = 10 graph%y%min = -10 graph%y%major_div = 4 graph%y2%label = 'Orbit_y' graph%n_curve = 2 graph%text_legend_origin = -0.28, 0.15, '%PAGE/RB' curve(1)%data_source = 'data_array' ! 'data_array' curve(1)%data_type = 'orbit.x' curve(1)%ix_universe = -1 curve(2)%data_source = 'data_array' curve(2)%data_type = 'orbit.y' curve(2)%use_y2 = .true. curve(2)%ix_universe = -1 curve(2)%line%style = 1 / &tao_template_graph graph_index = 3 graph%name = 'd' graph%box = 1, 1, 1, 3 graph%title = '1) Orbit [mm]' graph%margin = 0.12, 0.12, 0.12, 0.12, '%BOX' graph%y%label = 'Orbit_x' graph%y%max = 10 graph%y%min = -10 graph%y%major_div = 4 graph%y2%label = 'Orbit_y' graph%who(1) = 'meas', +1 graph%who(2) = 'model', -1 graph%n_curve = 2 graph%text_legend_origin = -0.28, 0.15, '%PAGE/RB' curve(1)%data_source = 'data_array' ! 'data_array' curve(1)%data_type = 'orbit.x' curve(1)%ix_universe = -1 curve(2)%data_source = 'data_array' curve(2)%data_type = 'orbit.y' curve(2)%use_y2 = .true. curve(2)%ix_universe = -1 curve(2)%line%style = 1 / !-------------------------------------------------------------- &tao_template_plot plot%name = 'twiss' plot%x%min = 0 plot%x%max = 200 plot%x%major_div = 10 plot%x%label = ' ' plot%x_axis_type = 's' plot%autoscale_gang_y = .true. plot%n_graph = 3 / &tao_template_graph graph_index = 1 graph%name = 'beta' graph%box = 1, 3, 1, 3 graph%title = 'Beta' graph%margin = 0.12, 0.12, 0.12, 0.12, '%BOX' graph%y%label = 'Beta_x' graph%y%max = 200 graph%y%min = 0 graph%y%major_div = 4 graph%y2%label = 'Beta_y' graph%n_curve = 2 curve(1)%data_source = 'lat_layout' curve(1)%data_type = 'beta:x' curve(1)%ix_universe = -1 curve(2)%data_source = 'lat_layout' curve(2)%data_type = 'beta:y' curve(2)%use_y2 = .true. curve(2)%ix_universe = -1 curve(2)%line%style = 1 / &tao_template_graph graph_index = 2 graph%name = 'eta' graph%box = 1, 2, 1, 3 graph%title = 'Dispersion [m]' graph%margin = 0.12, 0.12, 0.12, 0.12, '%BOX' graph%y%label = 'Eta_x' graph%y%max = 2 graph%y%min = -2 graph%y%major_div = 4 graph%y2%label = 'Eta_y' graph%n_curve = 2 graph%text_legend_origin = -0.28, 0.15, '%PAGE/RB' curve(1)%data_source = 'lat_layout' curve(1)%data_type = 'eta:x' curve(1)%ix_universe = -1 curve(2)%data_source = 'lat_layout' curve(2)%data_type = 'eta:y' curve(2)%use_y2 = .true. curve(2)%ix_universe = -1 curve(2)%line%style = 1 / &tao_template_graph graph_index = 3 graph%name = 'energy' graph%box = 1, 1, 1, 3 graph%title = 'Beam Energy [MeV]' graph%margin = 0.12, 0.12, 0.12, 0.12, '%BOX' graph%y%label = 'E' graph%y%max = 200 graph%y%min = 0 graph%y%major_div = 4 graph%n_curve = 1 curve(1)%data_source = 'lat_layout' curve(1)%data_type = 'beam_energy' curve(1)%ix_universe = -1 / !-------------------------------------------------------------- ele_name attribute delta uni step low high weight good lim lim opt &key_bindings key( 01) = 'QJ0F03' 'B_GRADIENT' 0.010 'u:*' 1e-4 -20 20 1.0 T key( 02) = 'QJ0F04' 'B_GRADIENT' 0.010 'u:*' 1e-4 -20 20 1.0 T key( 03) = 'QJ0F05' 'B_GRADIENT' 0.010 'u:*' 1e-4 -20 20 1.0 T key( 04) = 'QJ0F06' 'B_GRADIENT' 0.010 'u:*' 1e-4 -20 20 1.0 T key( 05) = 'QX1F03' 'B_GRADIENT' 0.010 'u:*' 1e-4 -20 20 1.0 T key( 06) = 'QX1F03A' 'B_GRADIENT' 0.010 'u:*' 1e-4 -20 20 1.0 T key( 07) = 'QX1F03B' 'B_GRADIENT' 0.010 'u:*' 1e-4 -20 20 1.0 T key( 08) = 'QX1F04' 'B_GRADIENT' 0.010 'u:*' 1e-4 -20 20 1.0 T key( 09) = 'QX1F04A' 'B_GRADIENT' 0.010 'u:*' 1e-4 -20 20 1.0 T key( 10) = 'QX1F04B' 'B_GRADIENT' 0.010 'u:*' 1e-4 -20 20 1.0 T key( 11) = 'QX2F01' 'B_GRADIENT' 0.010 'u:*' 1e-4 -20 20 1.0 T key( 12) = 'QX2F02' 'B_GRADIENT' 0.010 'u:*' 1e-4 -20 20 1.0 T key( 13) = 'QX2F03' 'B_GRADIENT' 0.010 'u:*' 1e-4 -20 20 1.0 T key( 14) = 'QX2F04' 'B_GRADIENT' 0.010 'u:*' 1e-4 -20 20 1.0 T key( 15) = 'QX2F05' 'B_GRADIENT' 0.010 'u:*' 1e-4 -20 20 1.0 T key( 16) = 'QX2F06' 'B_GRADIENT' 0.010 'u:*' 1e-4 -20 20 1.0 T key( 17) = 'QT2F07' 'B_GRADIENT' 0.010 'u:*' 1e-4 -20 20 1.0 T key( 18) = 'QT2F08' 'B_GRADIENT' 0.010 'u:*' 1e-4 -20 20 1.0 T key( 19) = 'QT2F09' 'B_GRADIENT' 0.010 'u:*' 1e-4 -20 20 1.0 T key( 20) = 'QT2F10' 'B_GRADIENT' 0.010 'u:*' 1e-4 -20 20 1.0 T key( 21) = 'QX3F01' 'B_GRADIENT' 0.010 'u:*' 1e-4 -20 20 1.0 T key( 22) = 'QX3F02' 'B_GRADIENT' 0.010 'u:*' 1e-4 -20 20 1.0 T key( 23) = 'QX3F03' 'B_GRADIENT' 0.010 'u:*' 1e-4 -20 20 1.0 T key( 24) = 'QX3F04' 'B_GRADIENT' 0.010 'u:*' 1e-4 -20 20 1.0 T key( 25) = 'QX3F05' 'B_GRADIENT' 0.010 'u:*' 1e-4 -20 20 1.0 T key( 26) = 'QX3F06' 'B_GRADIENT' 0.010 'u:*' 1e-4 -20 20 1.0 T key( 27) = 'QX3F07' 'B_GRADIENT' 0.010 'u:*' 1e-4 -20 20 1.0 T key( 28) = 'QX3F08' 'B_GRADIENT' 0.010 'u:*' 1e-4 -20 20 1.0 T key( 29) = 'QX3F09' 'B_GRADIENT' 0.010 'u:*' 1e-4 -20 20 1.0 T key( 30) = 'QX3F10' 'B_GRADIENT' 0.010 'u:*' 1e-4 -20 20 1.0 T key( 31) = 'QX3F11' 'B_GRADIENT' 0.010 'u:*' 1e-4 -20 20 1.0 T key( 32) = 'QX3F12' 'B_GRADIENT' 0.010 'u:*' 1e-4 -20 20 1.0 T key( 33) = 'QX4F01' 'B_GRADIENT' 0.010 'u:*' 1e-4 -20 20 1.0 T key( 34) = 'QX4F02' 'B_GRADIENT' 0.010 'u:*' 1e-4 -20 20 1.0 T key( 35) = 'QX4F03' 'B_GRADIENT' 0.010 'u:*' 1e-4 -20 20 1.0 T key( 36) = 'QX4F04' 'B_GRADIENT' 0.010 'u:*' 1e-4 -20 20 1.0 T key( 37) = 'QX4F05' 'B_GRADIENT' 0.010 'u:*' 1e-4 -20 20 1.0 T key( 38) = 'QX4F06' 'B_GRADIENT' 0.010 'u:*' 1e-4 -20 20 1.0 T key( 39) = 'QX4F07' 'B_GRADIENT' 0.010 'u:*' 1e-4 -20 20 1.0 T key( 40) = 'QX4F08' 'B_GRADIENT' 0.010 'u:*' 1e-4 -20 20 1.0 T key( 41) = 'QX4F09' 'B_GRADIENT' 0.010 'u:*' 1e-4 -20 20 1.0 T key( 42) = 'QX4F10' 'B_GRADIENT' 0.010 'u:*' 1e-4 -20 20 1.0 T key( 43) = 'QX4F11' 'B_GRADIENT' 0.010 'u:*' 1e-4 -20 20 1.0 T key( 44) = 'QX4F12' 'B_GRADIENT' 0.010 'u:*' 1e-4 -20 20 1.0 T key( 45) = 'QT5F01' 'B_GRADIENT' 0.010 'u:*' 1e-4 -20 20 1.0 T key( 46) = 'QT5F02' 'B_GRADIENT' 0.010 'u:*' 1e-4 -20 20 1.0 T key( 47) = 'QT5F03' 'B_GRADIENT' 0.010 'u:*' 1e-4 -20 20 1.0 T key( 48) = 'QT5F04' 'B_GRADIENT' 0.010 'u:*' 1e-4 -20 20 1.0 T key( 49) = 'QX5F05' 'B_GRADIENT' 0.010 'u:*' 1e-4 -20 20 1.0 T key( 50) = 'QX5F06' 'B_GRADIENT' 0.010 'u:*' 1e-4 -20 20 1.0 T key( 51) = 'QX5F07' 'B_GRADIENT' 0.010 'u:*' 1e-4 -20 20 1.0 T key( 52) = 'QX5F08' 'B_GRADIENT' 0.010 'u:*' 1e-4 -20 20 1.0 T key( 53) = 'QX5F09' 'B_GRADIENT' 0.010 'u:*' 1e-4 -20 20 1.0 T key( 54) = 'QX5F10' 'B_GRADIENT' 0.010 'u:*' 1e-4 -20 20 1.0 T key( 61) = 'R428' 'GRADIENT' 1E+5 'u:*' 1E+3 -20 20 1.0 F key( 62) = 'R427' 'GRADIENT' 1E+5 'u:*' 1E+3 -20 20 1.0 F key( 63) = 'R426' 'GRADIENT' 1E+5 'u:*' 1E+3 -20 20 1.0 F key( 64) = 'R425' 'GRADIENT' 1E+5 'u:*' 1E+3 -20 20 1.0 F key( 65) = 'R424' 'GRADIENT' 1E+5 'u:*' 1E+3 -20 20 1.0 F key( 66) = 'R423' 'GRADIENT' 1E+5 'u:*' 1E+3 -20 20 1.0 F key( 67) = 'R422' 'GRADIENT' 1E+5 'u:*' 1E+3 -20 20 1.0 F key( 68) = 'R421' 'GRADIENT' 1E+5 'u:*' 1E+3 -20 20 1.0 F key( 69) = 'R438' 'GRADIENT' 1E+5 'u:*' 1E+3 -20 20 1.0 F key( 70) = 'R437' 'GRADIENT' 1E+5 'u:*' 1E+3 -20 20 1.0 F key( 71) = 'R436' 'GRADIENT' 1E+5 'u:*' 1E+3 -20 20 1.0 F key( 72) = 'R435' 'GRADIENT' 1E+5 'u:*' 1E+3 -20 20 1.0 F key( 73) = 'R434' 'GRADIENT' 1E+5 'u:*' 1E+3 -20 20 1.0 F key( 74) = 'R433' 'GRADIENT' 1E+5 'u:*' 1E+3 -20 20 1.0 F key( 75) = 'R432' 'GRADIENT' 1E+5 'u:*' 1E+3 -20 20 1.0 F key( 76) = 'R431' 'GRADIENT' 1E+5 'u:*' 1E+3 -20 20 1.0 F key( 77) = 'R448' 'GRADIENT' 1E+5 'u:*' 1E+3 -20 20 1.0 F key( 78) = 'R447' 'GRADIENT' 1E+5 'u:*' 1E+3 -20 20 1.0 F key( 79) = 'R446' 'GRADIENT' 1E+5 'u:*' 1E+3 -20 20 1.0 F key( 80) = 'R445' 'GRADIENT' 1E+5 'u:*' 1E+3 -20 20 1.0 F key( 81) = 'R444' 'GRADIENT' 1E+5 'u:*' 1E+3 -20 20 1.0 F key( 82) = 'R443' 'GRADIENT' 1E+5 'u:*' 1E+3 -20 20 1.0 F key( 83) = 'R442' 'GRADIENT' 1E+5 'u:*' 1E+3 -20 20 1.0 F key( 84) = 'R441' 'GRADIENT' 1E+5 'u:*' 1E+3 -20 20 1.0 F key( 91) = 'BH0F04H' 'BL_KICK' 1e-5 'U:1' 1e-7 -20 20 1.0 F key( 92) = 'BH0F04V' 'BL_KICK' 1e-5 'U:1' 1e-7 -20 20 1.0 F key( 93) = 'DB0F05H' 'BL_KICK' 1e-5 'U:1' 1e-7 -20 20 1.0 F key( 94) = 'DH0F05V' 'BL_KICK' 1e-5 'U:1' 1e-7 -20 20 1.0 F key( 95) = 'BH0F06H' 'BL_KICK' 1e-5 'U:1' 1e-7 -20 20 1.0 F key( 96) = 'BH0F06V' 'BL_KICK' 1e-5 'U:1' 1e-7 -20 20 1.0 F key( 97) = 'DB0F06AH' 'BL_KICK' 1e-5 'U:1' 1e-7 -20 20 1.0 F key( 98) = 'DH0F06AV' 'BL_KICK' 1e-5 'U:1' 1e-7 -20 20 1.0 F key( 99) = 'DB1F01H' 'BL_KICK' 1e-5 'U:1' 1e-7 -20 20 1.0 F key(100) = 'DJ1F01V' 'BL_KICK' 1e-5 'U:1' 1e-7 -20 20 1.0 F key(101) = 'DB1F03H' 'BL_KICK' 1e-5 'U:1' 1e-7 -20 20 1.0 F key(102) = 'DJ1F03V' 'BL_KICK' 1e-5 'U:1' 1e-7 -20 20 1.0 F key(103) = 'DB1F04H' 'BL_KICK' 1e-5 'U:1' 1e-7 -20 20 1.0 F key(104) = 'DJ1F04V' 'BL_KICK' 1e-5 'U:1' 1e-7 -20 20 1.0 F key(105) = 'DB1F04AH' 'BL_KICK' 1e-5 'U:1' 1e-7 -20 20 1.0 F key(106) = 'DJ1F04AV' 'BL_KICK' 1e-5 'U:1' 1e-7 -20 20 1.0 F key(107) = 'DB2F01H' 'BL_KICK' 1e-5 'U:1' 1e-7 -20 20 1.0 F key(108) = 'DJ2F01V' 'BL_KICK' 1e-5 'U:1' 1e-7 -20 20 1.0 F key(109) = 'DB2F03H' 'BL_KICK' 1e-5 'U:1' 1e-7 -20 20 1.0 F key(110) = 'DJ2F03V' 'BL_KICK' 1e-5 'U:1' 1e-7 -20 20 1.0 F key(111) = 'DB2F06H' 'BL_KICK' 1e-5 'U:1' 1e-7 -20 20 1.0 F key(112) = 'DJ2F06V' 'BL_KICK' 1e-5 'U:1' 1e-7 -20 20 1.0 F key(113) = 'GF2F07H' 'BL_KICK' 1e-5 'U:1' 1e-7 -20 20 1.0 F key(114) = 'GC2F08V' 'BL_KICK' 1e-5 'U:1' 1e-7 -20 20 1.0 F key(115) = 'GF2F09H' 'BL_KICK' 1e-5 'U:1' 1e-7 -20 20 1.0 F key(116) = 'GC2F09V' 'BL_KICK' 1e-5 'U:1' 1e-7 -20 20 1.0 F key(117) = 'DB3F01H' 'BL_KICK' 1e-5 'U:1' 1e-7 -20 20 1.0 F key(118) = 'DJ3F01V' 'BL_KICK' 1e-5 'U:1' 1e-7 -20 20 1.0 F key(119) = 'DB3F02H' 'BL_KICK' 1e-5 'U:1' 1e-7 -20 20 1.0 F key(120) = 'DB3F03V' 'BL_KICK' 1e-5 'U:1' 1e-7 -20 20 1.0 F key(121) = 'DB3F04H' 'BL_KICK' 1e-5 'U:1' 1e-7 -20 20 1.0 F key(122) = 'DB3F05V' 'BL_KICK' 1e-5 'U:1' 1e-7 -20 20 1.0 F key(123) = 'DB3F06H' 'BL_KICK' 1e-5 'U:1' 1e-7 -20 20 1.0 F key(124) = 'DB3F07V' 'BL_KICK' 1e-5 'U:1' 1e-7 -20 20 1.0 F key(125) = 'DB3F08H' 'BL_KICK' 1e-5 'U:1' 1e-7 -20 20 1.0 F key(126) = 'DB3F09V' 'BL_KICK' 1e-5 'U:1' 1e-7 -20 20 1.0 F key(127) = 'DB3F10H' 'BL_KICK' 1e-5 'U:1' 1e-7 -20 20 1.0 F key(128) = 'DB3F11V' 'BL_KICK' 1e-5 'U:1' 1e-7 -20 20 1.0 F key(129) = 'DB3F12H' 'BL_KICK' 1e-5 'U:1' 1e-7 -20 20 1.0 F key(130) = 'DJ3F12V' 'BL_KICK' 1e-5 'U:1' 1e-7 -20 20 1.0 F key(131) = 'GZ4F00H' 'BL_KICK' 1e-5 'U:1' 1e-7 -20 20 1.0 F key(132) = 'GA4F00V' 'BL_KICK' 1e-5 'U:1' 1e-7 -20 20 1.0 F key(133) = 'DB4F00AH' 'BL_KICK' 1e-5 'U:1' 1e-7 -20 20 1.0 F key(134) = 'DH4F00AV' 'BL_KICK' 1e-5 'U:1' 1e-7 -20 20 1.0 F key(135) = 'DB4F03H' 'BL_KICK' 1e-5 'U:1' 1e-7 -20 20 1.0 F key(136) = 'DH4F03V' 'BL_KICK' 1e-5 'U:1' 1e-7 -20 20 1.0 F key(137) = 'DB4F06H' 'BL_KICK' 1e-5 'U:1' 1e-7 -20 20 1.0 F key(138) = 'DH4F06V' 'BL_KICK' 1e-5 'U:1' 1e-7 -20 20 1.0 F key(139) = 'DB4F07H' 'BL_KICK' 1e-5 'U:1' 1e-7 -20 20 1.0 F key(140) = 'DH4F07V' 'BL_KICK' 1e-5 'U:1' 1e-7 -20 20 1.0 F key(141) = 'DB4F09H' 'BL_KICK' 1e-5 'U:1' 1e-7 -20 20 1.0 F key(142) = 'DH4F09V' 'BL_KICK' 1e-5 'U:1' 1e-7 -20 20 1.0 F key(143) = 'DB4F12H' 'BL_KICK' 1e-5 'U:1' 1e-7 -20 20 1.0 F key(144) = 'DH4F12V' 'BL_KICK' 1e-5 'U:1' 1e-7 -20 20 1.0 F key(145) = 'GF5F01H' 'BL_KICK' 1e-5 'U:1' 1e-7 -20 20 1.0 F key(146) = 'GC5F02V' 'BL_KICK' 1e-5 'U:1' 1e-7 -20 20 1.0 F key(147) = 'GF5F03H' 'BL_KICK' 1e-5 'U:1' 1e-7 -20 20 1.0 F key(148) = 'GC5F03V' 'BL_KICK' 1e-5 'U:1' 1e-7 -20 20 1.0 F key(149) = 'DB5F05H' 'BL_KICK' 1e-5 'U:1' 1e-7 -20 20 1.0 F key(150) = 'DJ5F05V' 'BL_KICK' 1e-5 'U:1' 1e-7 -20 20 1.0 F key(151) = 'DB5F08H' 'BL_KICK' 1e-5 'U:1' 1e-7 -20 20 1.0 F key(152) = 'DJ5F08V' 'BL_KICK' 1e-5 'U:1' 1e-7 -20 20 1.0 F key(153) = 'DB5F10H' 'BL_KICK' 1e-5 'U:1' 1e-7 -20 20 1.0 F key(154) = 'DJ5F10V' 'BL_KICK' 1e-5 'U:1' 1e-7 -20 20 1.0 F / ! Note that global%n_key_table_max is set above reserve space in the key_table for the ! added variables. &felv_var_params felv_var_com%ix_key_steer0 = 160 ! start index of steering variable list. felv_var_com%ix_key_template = 154 ! template variable index. / !------------------------------------------------------------------- ! data constraints &tao_d2_data d2_data%name = 'orbit' universe = '*' default_merit_type = "target" n_d1_data = 2 / &tao_d1_data ix_d1_data = 1 d1_data%name = 'x' default_weight = 0.1 ix_min_data = 1 ix_max_data = 20 / data_type ele ele2 m_type value wgt good_dat &tao_d1_data ix_d1_data = 2 d1_data%name = 'y' default_weight = 0.1 ix_min_data = 1 ix_max_data = 20 /