Skip to content
Snippets Groups Projects
Commit 00b0e770 authored by Gregory Ashton's avatar Gregory Ashton
Browse files

Minor changes to glitch grid example

parent b7875932
No related branches found
No related tags found
No related merge requests found
...@@ -14,10 +14,10 @@ label = 'semicoherent_glitch_robust_directed_grid_search_on_1_glitch' ...@@ -14,10 +14,10 @@ label = 'semicoherent_glitch_robust_directed_grid_search_on_1_glitch'
plt.style.use('paper') plt.style.use('paper')
Nstar = 100 Nstar = 150
F0_width = np.sqrt(Nstar)*np.sqrt(12)/(np.pi*duration) F0_width = np.sqrt(Nstar)*np.sqrt(12)/(np.pi*duration)
F1_width = np.sqrt(Nstar)*np.sqrt(180)/(np.pi*duration**2) F1_width = np.sqrt(Nstar)*np.sqrt(180)/(np.pi*duration**2)
N = 41 N = 61
F0s = [F0-F0_width/2., F0+F0_width/2., F0_width/N] F0s = [F0-F0_width/2., F0+F0_width/2., F0_width/N]
F1s = [F1-F1_width/2., F1+F1_width/2., F1_width/N] F1s = [F1-F1_width/2., F1+F1_width/2., F1_width/N]
F2s = [F2] F2s = [F2]
...@@ -25,7 +25,7 @@ Alphas = [Alpha] ...@@ -25,7 +25,7 @@ Alphas = [Alpha]
Deltas = [Delta] Deltas = [Delta]
max_delta_F0 = 1e-5 max_delta_F0 = 1e-5
tglitchs = [tstart+0.1*duration, tstart+0.9*duration, float(duration)/N] tglitchs = [tstart+0.1*duration, tstart+0.9*duration, 0.8*float(duration)/N]
delta_F0s = [0, max_delta_F0, max_delta_F0/N] delta_F0s = [0, max_delta_F0, max_delta_F0/N]
delta_F1s = [0] delta_F1s = [0]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment