-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsweep_settings.h
136 lines (133 loc) · 5.76 KB
/
sweep_settings.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
//No of trials
//Uncomment the macro below if you are turning on Sweeps.
//#define SWEEP 1 //SWEEP is a flag variable that tells main that we are currently in sweep mode
#define TOTAL_RUNS 5 //This is the total number of runs of the experiment
//Array of settings for each param in run_settings.h
//const int param_vals[TOTAL_RUNS] = {a, b, ..., n};
//Make sure to enter all the values for all the arrays. Otherwise it might result in undefined behaviour
int AOM_0_Amp_Init_vals[TOTAL_RUNS] = {};
int AOM_0_Freq_Init_vals[TOTAL_RUNS] = {};
int AOM_1_Amp_Init_vals[TOTAL_RUNS] = {};
int AOM_1_SW_Init_vals[TOTAL_RUNS] = {};
int AOM_1_Freq_Init_vals[TOTAL_RUNS] = {};
int AOM_2_Amp_Init_vals[TOTAL_RUNS] = {};
int AOM_2_SW_Init_vals[TOTAL_RUNS] = {};
int AOM_2_Freq_Init_vals[TOTAL_RUNS] = {};
int EOM_1_Pow_Init_vals[TOTAL_RUNS] = {};
int EOM_1_Freq_Init_vals[TOTAL_RUNS] = {};
int ANT_1_Pow_Init_vals[TOTAL_RUNS] = {};
int ANT_1_SW_Init_vals[TOTAL_RUNS] = {};
int ANT_1_Freq_Init_vals[TOTAL_RUNS] = {};
int AOM_3_Pow_Init_vals[TOTAL_RUNS] = {};
int AOM_3_SW_Init_vals[TOTAL_RUNS] = {};
int AOM_3_Freq_Init_vals[TOTAL_RUNS] = {};
int AOM_4_Pow_Init_vals[TOTAL_RUNS] = {};
int AOM_4_SW_Init_vals[TOTAL_RUNS] = {};
int AOM_4_Freq_Init_vals[TOTAL_RUNS] = {};
int AOM_5_Pow_Init_vals[TOTAL_RUNS] = {};
int AOM_5_SW_Init_vals[TOTAL_RUNS] = {};
int AOM_5_Freq_Init_vals[TOTAL_RUNS] = {};
int EOM_2_Pow_Init_vals[TOTAL_RUNS] = {};
int EOM_2_Freq_Init_vals[TOTAL_RUNS] = {};
int ANT_2_Pow_Init_vals[TOTAL_RUNS] = {};
int ANT_2_SW_Init_vals[TOTAL_RUNS] = {};
int ANT_2_Freq_Init_vals[TOTAL_RUNS] = {};
int SHTR_1_Init_vals[TOTAL_RUNS] = {};
int SHTR_2_Init_vals[TOTAL_RUNS] = {};
int SHTR_3_Init_vals[TOTAL_RUNS] = {};
int SHTR_4_Init_vals[TOTAL_RUNS] = {};
int SHTR_5_Init_vals[TOTAL_RUNS] = {};
int SHTR_6_Init_vals[TOTAL_RUNS] = {};
int SHTR_7_Init_vals[TOTAL_RUNS] = {};
int SHTR_8_Init_vals[TOTAL_RUNS] = {};
int MOTC_Init_vals[TOTAL_RUNS] = {};
int INIT_vals[TOTAL_RUNS] = {};
int MOT_vals[TOTAL_RUNS] = {};
int AOM_ramp_Delay_SD_vals[TOTAL_RUNS] = {};
int AOM_0_Freq_start_vals[TOTAL_RUNS] = {};
int AOM_0_Freq_end_vals[TOTAL_RUNS] = {};
int AOM_1_Amp_start_vals[TOTAL_RUNS] = {};
int AOM_1_Amp_end_vals[TOTAL_RUNS] = {};
int AOM_1_Freq_start_vals[TOTAL_RUNS] = {};
int AOM_1_Freq_end_vals[TOTAL_RUNS] = {};
int AOM_2_Amp_start_vals[TOTAL_RUNS] = {};
int AOM_2_Amp_end_vals[TOTAL_RUNS] = {};
int AOM_3_Amp_start_vals[TOTAL_RUNS] = {};
int AOM_3_Amp_end_vals[TOTAL_RUNS] = {};
int AOM_3_Freq_start_vals[TOTAL_RUNS] = {};
int AOM_3_Freq_end_vals[TOTAL_RUNS] = {};
int AOM_5_Amp_start_vals[TOTAL_RUNS] = {};
int AOM_5_Amp_end_vals[TOTAL_RUNS] = {};
int AOM_ramp_duration_vals[TOTAL_RUNS] = {};
int AOM_ramp_time_step_vals[TOTAL_RUNS] = {};
int MOTC_Delay_SD_vals[TOTAL_RUNS] = {};
int MOTC_SD_vals[TOTAL_RUNS] = {};
int SHIM_Delay_SD_vals[TOTAL_RUNS] = {};
int SUB_DOPPLER_vals[TOTAL_RUNS] = {};
int AOM_0_Freq_STATE_PREP_vals[TOTAL_RUNS] = {};
int AOM_1_Amp_STATE_PREP_vals[TOTAL_RUNS] = {};
int AOM_1_SW_STATE_PREP_vals[TOTAL_RUNS] = {};
int AOM_1_Freq_STATE_PREP_vals[TOTAL_RUNS] = {};
int AOM_2_Delay_STATE_PREP_vals[TOTAL_RUNS] = {};
int AOM_2_Amp_STATE_PREP_vals[TOTAL_RUNS] = {};
int AOM_2_SW_STATE_PREP_vals[TOTAL_RUNS] = {};
int ANT_1_Delay_STATE_PREP_vals[TOTAL_RUNS] = {};
int ANT_1_SW_STATE_PREP_vals[TOTAL_RUNS] = {};
int ANT_1_Freq_Start_STATE_PREP_vals[TOTAL_RUNS] = {};
int ANT_1_Freq_End_STATE_PREP_vals[TOTAL_RUNS] = {};
int AOM_3_Amp_STATE_PREP_vals[TOTAL_RUNS] = {};
int AOM_3_SW_STATE_PREP_vals[TOTAL_RUNS] = {};
int AOM_3_Freq_STATE_PREP_vals[TOTAL_RUNS] = {};
int AOM_5_Amp_STATE_PREP_vals[TOTAL_RUNS] = {};
int AOM_5_SW_STATE_PREP_vals[TOTAL_RUNS] = {};
int ANT_2_SW_STATE_PREP_vals[TOTAL_RUNS] = {};
int ANT_2_Freq_Start_STATE_PREP_vals[TOTAL_RUNS] = {};
int ANT_2_Freq_End_STATE_PREP_vals[TOTAL_RUNS] = {};
int SHTR_1_STATE_PREP_vals[TOTAL_RUNS] = {};
int SHTR_2_STATE_PREP_vals[TOTAL_RUNS] = {};
int SHTR_3_STATE_PREP_vals[TOTAL_RUNS] = {};
int SHTR_4_STATE_PREP_vals[TOTAL_RUNS] = {};
int SHTR_5_STATE_PREP_vals[TOTAL_RUNS] = {};
int SHTR_6_STATE_PREP_vals[TOTAL_RUNS] = {};
int SHTR_7_STATE_PREP_vals[TOTAL_RUNS] = {};
int SHTR_8_STATE_PREP_vals[TOTAL_RUNS] = {};
int STATE_PREP_vals[TOTAL_RUNS] = {};
int AOM_Delay_BLOW_AWAY_vals[TOTAL_RUNS] = {};
int AOM_SW_BLOW_AWAY_vals[TOTAL_RUNS] = {};
int BLOW_AWAY_vals[TOTAL_RUNS] = {};
int AOM_0_Freq_RAMAN_vals[TOTAL_RUNS] = {};
int AOM_1_Amp_RAMAN_vals[TOTAL_RUNS] = {};
int AOM_1_Freq_RAMAN_vals[TOTAL_RUNS] = {};
int AOM_2_Amp_RAMAN_vals[TOTAL_RUNS] = {};
int AOM_SW_1_Delay_RAMAN_vals[TOTAL_RUNS] = {};
int AOM_SW_1_RAMAN_vals[TOTAL_RUNS] = {};
int AOM_SW_2_Delay_RAMAN_vals[TOTAL_RUNS] = {};
int AOM_SW_2_RAMAN_vals[TOTAL_RUNS] = {};
int AOM_SW_3_Delay_RAMAN_vals[TOTAL_RUNS] = {};
int AOM_2_SW_3_RAMAN_vals[TOTAL_RUNS] = {};
int EOM_1_Pow_RAMAN_vals[TOTAL_RUNS] = {};
int EOM_Chirp_Delay_RAMAN_vals[TOTAL_RUNS] = {};
int EOM_1_Freq_Start_RAMAN_vals[TOTAL_RUNS] = {};
int EOM_1_Freq_End_RAMAN_vals[TOTAL_RUNS] = {};
int EOM_1_Chirp_Step_RAMAN_vals[TOTAL_RUNS] = {};
int AOM_3_Amp_RAMAN_vals[TOTAL_RUNS] = {};
int AOM_3_Freq_RAMAN_vals[TOTAL_RUNS] = {};
int AOM_5_Amp_RAMAN_vals[TOTAL_RUNS] = {};
int EOM_2_Pow_RAMAN_vals[TOTAL_RUNS] = {};
int EOM_2_Freq_Start_RAMAN_vals[TOTAL_RUNS] = {};
int EOM_2_Freq_End_RAMAN_vals[TOTAL_RUNS] = {};
int EOM_2_Chirp_Step_RAMAN_vals[TOTAL_RUNS] = {};
int SHTR_1_RAMAN_vals[TOTAL_RUNS] = {};
int SHTR_2_RAMAN_vals[TOTAL_RUNS] = {};
int SHTR_3_RAMAN_vals[TOTAL_RUNS] = {};
int SHTR_4_RAMAN_vals[TOTAL_RUNS] = {};
int SHTR_5_RAMAN_vals[TOTAL_RUNS] = {};
int SHTR_6_RAMAN_vals[TOTAL_RUNS] = {};
int SHTR_7_RAMAN_vals[TOTAL_RUNS] = {};
int SHTR_8_RAMAN_vals[TOTAL_RUNS] = {};
int RAMAN_vals[TOTAL_RUNS] = {};
int AOM_Delay_DET_vals[TOTAL_RUNS] = {};
int AOM_SW_DET_vals[TOTAL_RUNS] = {};
int CAM_Delay_DET_vals[TOTAL_RUNS] = {};
int DET_vals[TOTAL_RUNS] = {};
int END_vals[TOTAL_RUNS] = {};