Skip to content

Commit 0c7dea1

Browse files
committed
updated path
1 parent c9a80da commit 0c7dea1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

notebooks/Amanda/apply_unet.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@
306306
"\n",
307307
"# Load the data\n",
308308
"# st = read('../data/B047.PB.EH*')\n",
309-
"st = read('/shared/shortcourses/crescent_ml_2025/miniseed/')\n",
309+
"st = read('/shared/shortcourses/crescent_ml_2025/miniseed/B047*')\n",
310310
"# Merge streams\n",
311311
"st.merge(fill_value='interpolate')\n",
312312
"# Ensure ENZ order\n",

notebooks/Amanda/seisbench.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
},
132132
{
133133
"cell_type": "code",
134-
"execution_count": 13,
134+
"execution_count": null,
135135
"id": "pvK617WcNZRx",
136136
"metadata": {
137137
"ExecuteTime": {
@@ -170,6 +170,7 @@
170170
"\n",
171171
"# Load the data\n",
172172
"stream = obs.read('../data/B047*')\n",
173+
"stream = obs.read('/shared/shortcourses/crescent_ml_2025/miniseed/B047*')\n",
173174
"\n",
174175
"# Detrend the data\n",
175176
"stream.detrend(\"linear\")\n",

0 commit comments

Comments
 (0)