Skip to content

Commit

Permalink
Update 13_add_noise_and_process.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
kujaku11 committed Oct 17, 2024
1 parent ea92dc3 commit bf70e61
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions notebooks/aurora/13_add_noise_and_process.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -726,10 +726,15 @@
}
],
"source": [
"kds = ap.create_kernel_dataset(run_summary=noise_run_summary, local_station_id=\"test1\")\n",
"ap.remote_station_id = None\n",
"kds = ap.create_kernel_dataset(\n",
" run_summary=noise_run_summary,\n",
" local_station_id=\"test1\",\n",
" remote_station_id=None,\n",
" )\n",
"config = ap.create_config(kds)\n",
"mt_12s_noise = ap.process_single_sample_rate(1, config, kds)\n",
"mt_12s_noise.plot_mt_response()"
"mt_12s_noise.plot_mt_response(plot_num=2)"
]
},
{
Expand Down Expand Up @@ -877,7 +882,7 @@
" )\n",
"config = ap.create_config(kds)\n",
"mt_12s_noise_rr = ap.process_single_sample_rate(1, config, kds)\n",
"mt_12s_noise_rr.plot_mt_response()"
"mt_12s_noise_rr.plot_mt_response(plot_num=2)"
]
},
{
Expand Down

0 comments on commit bf70e61

Please sign in to comment.