Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuwq0 authored Oct 28, 2023
1 parent fe280f6 commit 0e42ab3
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions docs/lectures/codes/focal_mechanism.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
" % Total % Received % Xferd Average Speed Time Time Time Current\n",
" Dload Upload Total Spent Left Speed\n",
" 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0\n",
"100 3137k 100 3137k 0 0 7884k 0 --:--:-- --:--:-- --:--:-- 7884k\n"
"100 3137k 100 3137k 0 0 7004k 0 --:--:-- --:--:-- --:--:-- 7004k\n"
]
},
{
Expand Down Expand Up @@ -506,16 +506,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"LOCSRCE CI.CCC..BH LATLON 35.5249 -117.3645 0 0.67\n",
"LOCSRCE CI.CCC..HH LATLON 35.5249 -117.3645 0 0.67\n",
"LOCSRCE CI.CCC..HN LATLON 35.5249 -117.3645 0 0.67\n",
"LOCSRCE CI.CLC..BH LATLON 35.8157 -117.5975 0 0.775\n",
"LOCSRCE CI.CLC..HH LATLON 35.8157 -117.5975 0 0.775\n",
"LOCSRCE CI.CLC..HN LATLON 35.8157 -117.5975 0 0.775\n",
"LOCSRCE CI.DTP..BH LATLON 35.2674 -117.8458 0 0.908\n",
"LOCSRCE CI.DTP..HH LATLON 35.2674 -117.8458 0 0.908\n",
"LOCSRCE CI.DTP..HN LATLON 35.2674 -117.8458 0 0.908\n",
"LOCSRCE CI.JRC2..BH LATLON 35.9825 -117.8089 0 1.469\n"
"head: cannot open './hashpy2_input/stations.nll' for reading: No such file or directory\n"
]
}
],
Expand All @@ -541,7 +532,7 @@
"name": "stderr",
"output_type": "stream",
"text": [
"100%|██████████| 251/251 [00:08<00:00, 29.22it/s]\n"
"100%|██████████| 251/251 [00:10<00:00, 23.42it/s]\n"
]
}
],
Expand Down Expand Up @@ -599,12 +590,21 @@
"name": "stdout",
"output_type": "stream",
"text": [
"head: cannot open './hashpy2_input/ci37230908.pol.hash' for reading: No such file or directory\n"
"2019 07 04 18 57 42.06 035.713330 -117.548170 02.020000 00.00 00.00 ci37230908\n",
"CI.CCC..BH + 0 0001.686\n",
"CI.CCC..HH + 0 0001.780\n",
"CI.CCC..HN + 0 0002.448\n",
"CI.CLC..BH - 0 0001.000\n",
"CI.CLC..HH - 0 0001.000\n",
"CI.CLC..HN - 0 0001.821\n",
"CI.DTP..HH - 0 0000.000\n",
"CI.DTP..HN x 0 0000.000\n",
"CI.JRC2..BH x 0 0001.155\n"
]
}
],
"source": [
"!head ./hashpy2_input/ci37230908.pol.hash"
"!head ./hash_results/ci37230908.pol.hash"
]
},
{
Expand Down Expand Up @@ -690,7 +690,7 @@
"name": "stderr",
"output_type": "stream",
"text": [
"100%|██████████| 251/251 [02:19<00:00, 1.48it/s]"
"100%|██████████| 251/251 [02:12<00:00, 1.54it/s]"
]
}
],
Expand Down

0 comments on commit 0e42ab3

Please sign in to comment.