Skip to content

Commit

Permalink
Update tutorial_scedc.ipynb
Browse files Browse the repository at this point in the history
Signed-off-by: Yiyu Ni <niyiyu@uw.edu>
  • Loading branch information
niyiyu authored Nov 24, 2024
1 parent dd835ca commit 931262a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/tutorial_scedc.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 931262a

Please sign in to comment.