From 931262a560340c7c82089a7cf8f861f5c10fbe76 Mon Sep 17 00:00:00 2001 From: Yiyu Ni Date: Sat, 23 Nov 2024 23:03:55 -0800 Subject: [PATCH] Update tutorial_scedc.ipynb Signed-off-by: Yiyu Ni --- tutorials/tutorial_scedc.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/tutorial_scedc.ipynb b/tutorials/tutorial_scedc.ipynb index 85e5996..6fb0e7a 100644 --- a/tutorials/tutorial_scedc.ipynb +++ b/tutorials/tutorial_scedc.ipynb @@ -212,7 +212,7 @@ "\n", "# OUTPUTS:\n", "config.substack = True # True = smaller stacks within the time chunk. False: it will stack over inc_hours\n", - "config.substack_windows = config.cc_len # how long to stack over (for monitoring purpose)\n", + "config.substack_windows = 1 # how long to stack over (for monitoring purpose)\n", " # if substack=True, substack_windows=2, then you pre-stack every 2 correlation windows.\n", " # for instance: substack=True, substack_windows=1 means that you keep ALL of the correlations\n", " # if substack=False, the cross correlation will be stacked over the inc_hour window\n",