Skip to content

Commit

Permalink
Merge pull request #72 from kujaku11/remove_response
Browse files Browse the repository at this point in the history
The calibration works but is not fully integrated, I'm going to merge this pull request because I need to update the conda feedstock
  • Loading branch information
kujaku11 authored Apr 13, 2022
2 parents 3dc9ceb + 2f956d1 commit 5ddcd8a
Show file tree
Hide file tree
Showing 22 changed files with 6,640 additions and 908 deletions.
1,741 changes: 1,741 additions & 0 deletions docs/examples/notebooks/USMTArray.CAS04.2020.xml

Large diffs are not rendered by default.

1,693 changes: 1,693 additions & 0 deletions docs/examples/notebooks/USMTArray.NVR08.2020.xml

Large diffs are not rendered by default.

25 changes: 10 additions & 15 deletions docs/examples/notebooks/fdsn_request.csv
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
,network,station,location,channel,start,end
0,EM,CAY10,,LFE,2019-10-07T00:00:00,2019-10-30T00:00:00
1,EM,CAY10,,LFN,2019-10-07T00:00:00,2019-10-30T00:00:00
2,EM,CAY10,,LFZ,2019-10-07T00:00:00,2019-10-30T00:00:00
3,EM,CAY10,,LQE,2019-10-07T00:00:00,2019-10-30T00:00:00
4,EM,CAY10,,LQN,2019-10-07T00:00:00,2019-10-30T00:00:00
5,ZU,CAS04,,LQE,2020-06-02T19:00:00,2020-07-13T19:00:00
6,ZU,CAS04,,LQN,2020-06-02T19:00:00,2020-07-13T19:00:00
7,ZU,CAS04,,LFE,2020-06-02T19:00:00,2020-07-13T19:00:00
8,ZU,CAS04,,LFN,2020-06-02T19:00:00,2020-07-13T19:00:00
9,ZU,CAS04,,LFZ,2020-06-02T19:00:00,2020-07-13T19:00:00
10,ZU,NVR08,,LQE,2020-06-02T19:00:00,2020-07-13T19:00:00
11,ZU,NVR08,,LQN,2020-06-02T19:00:00,2020-07-13T19:00:00
12,ZU,NVR08,,LFE,2020-06-02T19:00:00,2020-07-13T19:00:00
13,ZU,NVR08,,LFN,2020-06-02T19:00:00,2020-07-13T19:00:00
14,ZU,NVR08,,LFZ,2020-06-02T19:00:00,2020-07-13T19:00:00
0,8P,CAS04,,LQE,2020-06-02T19:00:00,2020-07-13T19:00:00
1,8P,CAS04,,LQN,2020-06-02T19:00:00,2020-07-13T19:00:00
2,8P,CAS04,,LFE,2020-06-02T19:00:00,2020-07-13T19:00:00
3,8P,CAS04,,LFN,2020-06-02T19:00:00,2020-07-13T19:00:00
4,8P,CAS04,,LFZ,2020-06-02T19:00:00,2020-07-13T19:00:00
5,8P,NVR08,,LQE,2020-06-02T19:00:00,2020-07-13T19:00:00
6,8P,NVR08,,LQN,2020-06-02T19:00:00,2020-07-13T19:00:00
7,8P,NVR08,,LFE,2020-06-02T19:00:00,2020-07-13T19:00:00
8,8P,NVR08,,LFN,2020-06-02T19:00:00,2020-07-13T19:00:00
9,8P,NVR08,,LFZ,2020-06-02T19:00:00,2020-07-13T19:00:00
20 changes: 10 additions & 10 deletions docs/examples/notebooks/make_mth5_driver.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -70,16 +70,16 @@
"metadata": {},
"outputs": [],
"source": [
"ZUCAS04LQ1 = ['ZU', 'CAS04', '', 'LQE', '2020-06-02T19:00:00', '2020-07-13T19:00:00']\n",
"ZUCAS04LQ2 = ['ZU', 'CAS04', '', 'LQN', '2020-06-02T19:00:00', '2020-07-13T19:00:00']\n",
"ZUCAS04BF1 = ['ZU', 'CAS04', '', 'LFE', '2020-06-02T19:00:00', '2020-07-13T19:00:00']\n",
"ZUCAS04BF2 = ['ZU', 'CAS04', '', 'LFN', '2020-06-02T19:00:00', '2020-07-13T19:00:00']\n",
"ZUCAS04BF3 = ['ZU', 'CAS04', '', 'LFZ', '2020-06-02T19:00:00', '2020-07-13T19:00:00']\n",
"ZUNRV08LQ1 = ['ZU', 'NVR08', '', 'LQE', '2020-06-02T19:00:00', '2020-07-13T19:00:00']\n",
"ZUNRV08LQ2 = ['ZU', 'NVR08', '', 'LQN', '2020-06-02T19:00:00', '2020-07-13T19:00:00']\n",
"ZUNRV08BF1 = ['ZU', 'NVR08', '', 'LFE', '2020-06-02T19:00:00', '2020-07-13T19:00:00']\n",
"ZUNRV08BF2 = ['ZU', 'NVR08', '', 'LFN', '2020-06-02T19:00:00', '2020-07-13T19:00:00']\n",
"ZUNRV08BF3 = ['ZU', 'NVR08', '', 'LFZ', '2020-06-02T19:00:00', '2020-07-13T19:00:00']\n",
"ZUCAS04LQ1 = ['8P', 'CAS04', '', 'LQE', '2020-06-02T19:00:00', '2020-07-13T19:00:00']\n",
"ZUCAS04LQ2 = ['8P', 'CAS04', '', 'LQN', '2020-06-02T19:00:00', '2020-07-13T19:00:00']\n",
"ZUCAS04BF1 = ['8P', 'CAS04', '', 'LFE', '2020-06-02T19:00:00', '2020-07-13T19:00:00']\n",
"ZUCAS04BF2 = ['8P', 'CAS04', '', 'LFN', '2020-06-02T19:00:00', '2020-07-13T19:00:00']\n",
"ZUCAS04BF3 = ['8P', 'CAS04', '', 'LFZ', '2020-06-02T19:00:00', '2020-07-13T19:00:00']\n",
"ZUNRV08LQ1 = ['8P', 'NVR08', '', 'LQE', '2020-06-02T19:00:00', '2020-07-13T19:00:00']\n",
"ZUNRV08LQ2 = ['8P', 'NVR08', '', 'LQN', '2020-06-02T19:00:00', '2020-07-13T19:00:00']\n",
"ZUNRV08BF1 = ['8P', 'NVR08', '', 'LFE', '2020-06-02T19:00:00', '2020-07-13T19:00:00']\n",
"ZUNRV08BF2 = ['8P', 'NVR08', '', 'LFN', '2020-06-02T19:00:00', '2020-07-13T19:00:00']\n",
"ZUNRV08BF3 = ['8P', 'NVR08', '', 'LFZ', '2020-06-02T19:00:00', '2020-07-13T19:00:00']\n",
"\n",
"request_list = [\n",
" ZUCAS04LQ1, ZUCAS04LQ2, ZUCAS04BF1, ZUCAS04BF2, ZUCAS04BF3,\n",
Expand Down
1,390 changes: 1,255 additions & 135 deletions docs/examples/notebooks/make_mth5_driver_v0.2.0.ipynb

Large diffs are not rendered by default.

7 changes: 3 additions & 4 deletions docs/examples/notebooks/make_mth5_example_iris.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,11 @@
"outputs": [],
"source": [
"channels = [\"LFE\", \"LFN\", \"LFZ\", \"LQE\", \"LQN\"]\n",
"CAY10 = [\"EM\",\"CAY10\", '2019-10-07T00:00:00', '2019-10-30T00:00:00']\n",
"CAS04 = [\"ZU\", \"CAS04\", '2020-06-02T19:00:00', '2020-07-13T19:00:00'] \n",
"NVR08 = [\"ZU\", \"NVR08\", '2020-06-02T19:00:00', '2020-07-13T19:00:00']\n",
"CAS04 = [\"8P\", \"CAS04\", '2020-06-02T19:00:00', '2020-07-13T19:00:00'] \n",
"NVR08 = [\"8P\", \"NVR08\", '2020-06-02T19:00:00', '2020-07-13T19:00:00']\n",
"\n",
"request_list = []\n",
"for entry in [CAY10, CAS04, NVR08]:\n",
"for entry in [CAS04, NVR08]:\n",
" for channel in channels:\n",
" request_list.append(\n",
" [entry[0], entry[1], \"\", channel, entry[2], entry[3]]\n",
Expand Down
540 changes: 329 additions & 211 deletions docs/examples/notebooks/remove_instrument_response_example.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 5ddcd8a

Please sign in to comment.