Skip to content

Commit c9a80da

Browse files
committed
updated data path
1 parent 06a276b commit c9a80da

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

notebooks/Amanda/apply_unet.ipynb

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@
238238
},
239239
{
240240
"cell_type": "code",
241-
"execution_count": 42,
241+
"execution_count": null,
242242
"id": "4420eaca",
243243
"metadata": {},
244244
"outputs": [
@@ -305,7 +305,8 @@
305305
"\n",
306306
"\n",
307307
"# Load the data\n",
308-
"st = read('../data/B047.PB.EH*')\n",
308+
"# st = read('../data/B047.PB.EH*')\n",
309+
"st = read('/shared/shortcourses/crescent_ml_2025/miniseed/')\n",
309310
"# Merge streams\n",
310311
"st.merge(fill_value='interpolate')\n",
311312
"# Ensure ENZ order\n",
@@ -404,6 +405,18 @@
404405
"P,2022-12-20T00:02:23.068400Z,0.292\n",
405406
"P,2022-12-20T00:02:30.058400Z,0.279\n"
406407
]
408+
},
409+
{
410+
"name": "stderr",
411+
"output_type": "stream",
412+
"text": [
413+
"Bad pipe message: %s [b'\\xac\\xd4o\\x1b\\xf9A|\\xc2qf\\xc8#Z\\xb4)_\\xcc\\xf5 E><\\xff?\\xc7XH\\x9d\\xda\\xec\\xbc\\xe1\\xcd\\xf3\\xb8\\xd2\\x14\\x17\\x9en \\xaf~\\x86\\xfc\\x19\\xb5\\x0eF\\x85\\xdc\\x00 \\x9a\\x9a\\x13\\x01\\x13\\x02\\x13\\x03\\xc0+\\xc0/\\xc0,\\xc00\\xcc\\xa9\\xcc\\xa8\\xc0\\x13\\xc0\\x14\\x00\\x9c\\x00\\x9d\\x00/\\x005\\x01\\x00\\x06S\\xaa\\xaa\\x00\\x00\\xff']\n",
414+
"Bad pipe message: %s [b'']\n",
415+
"Bad pipe message: %s [b'\\xf4\\x7f\\x1f\\x81\\n\\xd4\\x91w\\xfd\\x05\\xfdusI>\\x97vy \\xea*\\xb4\\xb9I\\x94N\\x9f\\x03\\xed#B(\\x14\\xd5\\x17']\n",
416+
"Bad pipe message: %s [b'']\n",
417+
"Bad pipe message: %s [b'\"\\xf2\\xb2li\\x06\\xc5B\\xc7(M\\xe6%\\x9b\\x00 JJ\\x13\\x01\\x13\\x02\\x13\\x03\\xc0+\\xc0/\\xc0,\\xc00\\xcc\\xa9\\xcc\\xa8\\xc0\\x13\\xc0\\x14\\x00\\x9c\\x00\\x9d\\x00']\n",
418+
"Bad pipe message: %s [b'5\\x01\\x00\\x063jj\\x00\\x00\\x00\\x05\\x00\\x05\\x01\\x00\\x00\\x00\\x00\\xff\\x01\\x00\\x01\\x00\\x00\\x1b\\x00\\x03\\x02\\x00\\x02\\x00\\r\\x00\\x12\\x00\\x10\\x04\\x03\\x08\\x04\\x04\\x01\\x05\\x03\\x08\\x05']\n"
419+
]
407420
}
408421
],
409422
"source": [

0 commit comments

Comments
 (0)