¶meters lat_file= '$LAT/cta_2085mev_xr20m_20091205.lat' auto_bookkeeper = .true. ! set to .false. to use intelligent bookkeeping !for generating BPM errors bpm_error_sigmas%bpm_offset = 300.0e-6 bpm_error_sigmas%bpm_rotation = 5.e-3 ! radians bpm_error_sigmas%gain_sigma = 1.e-2 ! percentage bpm_error_sigmas%shear_x = 300.e-6 bpm_error_sigmas%timing_sigma= 10.0e-12 !10 pico seconds bpm_noise = 10.e-6 ! meters n_damping = 100000 ! number of damping turns; one damping time is ~20,000 turns n_turns = 32768 ! typically 32,768 init_vec(1) = 0e-5 init_vec(2) = 0 init_vec(3) = 0.0e-8 init_vec(4) = 0 init_vec(5) = 20.e-3 init_vec(6) = 0 use_new_method=.true. !.false. will use old fitting procedure ! target tunes for q_tuning. comment out or set to zero to use design lattice tunes. target_tunes(1) = 14.5701 target_tunes(2) = 9.6281 target_tunes(3) = -0.0735 !Tune-tracker parameters n_TTs = 1 tt_params(1)%useSaveState = .false. tt_params(1)%orientation = 'l' tt_params(1)%kck_name = 'RF_W1' tt_params(1)%bpm_name = 'DET_21E' tt_params(1)%LPinertia = 32768 ! LP filter time constant is LPinertia*fastPeriod. 2^15 = 32768 tt_params(1)%cyc_per_turn = 183 tt_params(1)%Ki = 0.1 ! integrator gain tt_params(1)%Kp = 10.0 ! proportional gain tt_params(1)%Kvco = 10.0 ! VCO gain. Redundant, because total gain looks like Kvco*(Ki*x + Kp*y + Kd*z) tt_params(1)%modTfrac0 = -0.0735 ! guess of fractional tune. used to compute w0 of modulator tt_params(1)%kickAmplitude = 5.0e-5 tt_params(1)%mixmode = 'sin' !Parameters specific to D channel tt_params(1)%use_D_chan = .false. tt_params(1)%Kd = 0.1 ! differential gain tt_params(1)%wls_N = 50 ! Number of data points for LS fit. More DP makes smoother but increases delay tt_params(1)%wls_order = 2 ! Order of fit polynomial. /