From 00b0e77017ab94901211f2c1ea6353312c89e6c8 Mon Sep 17 00:00:00 2001 From: Gregory Ashton <gregory.ashton@ligo.org> Date: Wed, 10 Jan 2018 09:57:15 +0100 Subject: [PATCH] Minor changes to glitch grid example --- ...herent_glitch_robust_directed_grid_search_on_1_glitch.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/glitch_examples/semicoherent_glitch_robust_directed_grid_search_on_1_glitch.py b/examples/glitch_examples/semicoherent_glitch_robust_directed_grid_search_on_1_glitch.py index 5c7cafe..0a6e80b 100644 --- a/examples/glitch_examples/semicoherent_glitch_robust_directed_grid_search_on_1_glitch.py +++ b/examples/glitch_examples/semicoherent_glitch_robust_directed_grid_search_on_1_glitch.py @@ -14,10 +14,10 @@ label = 'semicoherent_glitch_robust_directed_grid_search_on_1_glitch' plt.style.use('paper') -Nstar = 100 +Nstar = 150 F0_width = np.sqrt(Nstar)*np.sqrt(12)/(np.pi*duration) 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] F1s = [F1-F1_width/2., F1+F1_width/2., F1_width/N] F2s = [F2] @@ -25,7 +25,7 @@ Alphas = [Alpha] Deltas = [Delta] 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_F1s = [0] -- GitLab