File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 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",
Original file line number Diff line number Diff line change 131131 },
132132 {
133133 "cell_type": "code",
134- "execution_count": 13 ,
134+ "execution_count": null ,
135135 "id": "pvK617WcNZRx",
136136 "metadata": {
137137 "ExecuteTime": {
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",
You can’t perform that action at this time.
0 commit comments