Skip to content

Commit

Permalink
update ipynb for mt_metadata decimation
Browse files Browse the repository at this point in the history
  • Loading branch information
kkappler committed Jan 5, 2025
1 parent c229015 commit 55557b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorials/process_cas04_multiple_station.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -3534,8 +3534,8 @@
"cc = ConfigCreator()\n",
"config = cc.create_from_kernel_dataset(kernel_dataset,) \n",
"for dec_level in config.decimations:\n",
" dec_level.window.type = \"hamming\"\n",
"# dec_level.window.overlap = int(dec_level.window.num_samples/4)\n",
" dec_level.stft.window.type = \"hamming\"\n",
"# dec_level.stft.window.overlap = int(dec_level.stft.window.num_samples/4)\n",
" dec_level.save_fcs = True\n",
" dec_level.save_fcs_type = \"h5\""
]
Expand Down

0 comments on commit 55557b5

Please sign in to comment.