Skip to content
Snippets Groups Projects
Commit bfc3ba1a authored by Tooba Ali's avatar Tooba Ali
Browse files

change the theta range in the highlighted events

parent bcb849b6
No related branches found
No related tags found
1 merge request!199Draft: Use of JUGGLER_N_EVENTS=10000
......@@ -145,7 +145,7 @@ for i in range(len(MC_list)): #Repeat the following steps for each variable (the
ratio = Y_list[j]-X_list[j]
Y_plot[j] = ratio
if i == 0: #Theta
boolean_tilt_x = np.logical_and(X_list[j] > 0 , X_list[j] < 0.5)
boolean_tilt_x = np.logical_and(X_list[j] > 0 , X_list[j] < 0.25)
boolean_tilt_y = np.logical_or(Y_plot[j] < -0.002 , Y_plot[j] > 0.002)
boolean_tilt[j] = np.logical_and(boolean_tilt_x, boolean_tilt_y)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment