diff --git a/.buildinfo b/.buildinfo index 3df67e5e..70047425 100644 --- a/.buildinfo +++ b/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: 598f9be450f53c7420df005af952590d +config: 4d7f0cd375cd980b30ba7d34328a55d2 tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/_sources/changelog.rst.txt b/_sources/changelog.rst.txt index 92f79d48..906916dd 100644 --- a/_sources/changelog.rst.txt +++ b/_sources/changelog.rst.txt @@ -3,6 +3,7 @@ Changelog 0.7.2 (XXXX-XX-XX) - Remove the hacking solution for SSL connection issue so it works well with urllib3 v2.x +- Drop support for Python 3.7. 0.7.1 (2022-07-08): - Fix bugs in `get_event_waveform` diff --git a/_sources/installation.rst.txt b/_sources/installation.rst.txt index 45462197..2cf7e220 100644 --- a/_sources/installation.rst.txt +++ b/_sources/installation.rst.txt @@ -6,7 +6,7 @@ Prerequisites To use HinetPy, you need: -- Python >= 3.7 +- Python >= 3.8 - win32tools provided by NIED Hi-net (see below for install instructions) - a Hi-net account (register on Hi-net website to get your user name and password) @@ -21,7 +21,7 @@ Or install the **developing/unstable** version:: git clone https://github.com/seisman/HinetPy cd HinetPy - python setup.py install + python -m pip install . If you want to uninstall HinetPy, just run:: diff --git a/_static/documentation_options.js b/_static/documentation_options.js index d649e1d2..2ba48616 100644 --- a/_static/documentation_options.js +++ b/_static/documentation_options.js @@ -1,5 +1,5 @@ const DOCUMENTATION_OPTIONS = { - VERSION: 'v0.7.2.dev29+g31d2876', + VERSION: 'v0.7.2.dev30+g194f9fd', LANGUAGE: 'en', COLLAPSE_INDEX: false, BUILDER: 'html', diff --git a/api.html b/api.html index cb7f9821..03191354 100644 --- a/api.html +++ b/api.html @@ -4,7 +4,7 @@ - API Reference — HinetPy v0.7.2.dev29+g31d2876 documentation + API Reference — HinetPy v0.7.2.dev30+g194f9fd documentation @@ -15,7 +15,7 @@ - + @@ -37,7 +37,7 @@ HinetPy
- v0.7.2.dev29+g31d2876 + v0.7.2.dev30+g194f9fd
diff --git a/api/HinetPy.client.html b/api/HinetPy.client.html index 621ee30b..611e5cfa 100644 --- a/api/HinetPy.client.html +++ b/api/HinetPy.client.html @@ -4,7 +4,7 @@ - HinetPy.client module — HinetPy v0.7.2.dev29+g31d2876 documentation + HinetPy.client module — HinetPy v0.7.2.dev30+g194f9fd documentation @@ -15,7 +15,7 @@ - + @@ -37,7 +37,7 @@ HinetPy
- v0.7.2.dev29+g31d2876 + v0.7.2.dev30+g194f9fd
diff --git a/api/HinetPy.header.html b/api/HinetPy.header.html index 1fd283b5..b96238c9 100644 --- a/api/HinetPy.header.html +++ b/api/HinetPy.header.html @@ -4,7 +4,7 @@ - HinetPy.header module — HinetPy v0.7.2.dev29+g31d2876 documentation + HinetPy.header module — HinetPy v0.7.2.dev30+g194f9fd documentation @@ -15,7 +15,7 @@ - + @@ -37,7 +37,7 @@ HinetPy
- v0.7.2.dev29+g31d2876 + v0.7.2.dev30+g194f9fd
diff --git a/api/HinetPy.utils.html b/api/HinetPy.utils.html index b3fc2620..1dbe0a41 100644 --- a/api/HinetPy.utils.html +++ b/api/HinetPy.utils.html @@ -4,7 +4,7 @@ - HinetPy.utils module — HinetPy v0.7.2.dev29+g31d2876 documentation + HinetPy.utils module — HinetPy v0.7.2.dev30+g194f9fd documentation @@ -15,7 +15,7 @@ - + @@ -37,7 +37,7 @@ HinetPy
- v0.7.2.dev29+g31d2876 + v0.7.2.dev30+g194f9fd
diff --git a/api/HinetPy.win32.html b/api/HinetPy.win32.html index 961518b3..3852c27b 100644 --- a/api/HinetPy.win32.html +++ b/api/HinetPy.win32.html @@ -4,7 +4,7 @@ - HinetPy.win32 module — HinetPy v0.7.2.dev29+g31d2876 documentation + HinetPy.win32 module — HinetPy v0.7.2.dev30+g194f9fd documentation @@ -15,7 +15,7 @@ - + @@ -37,7 +37,7 @@ HinetPy
- v0.7.2.dev29+g31d2876 + v0.7.2.dev30+g194f9fd
diff --git a/appendix.html b/appendix.html index d22571d9..60975cf0 100644 --- a/appendix.html +++ b/appendix.html @@ -4,7 +4,7 @@ - Appendix — HinetPy v0.7.2.dev29+g31d2876 documentation + Appendix — HinetPy v0.7.2.dev30+g194f9fd documentation @@ -15,7 +15,7 @@ - + @@ -37,7 +37,7 @@ HinetPy
- v0.7.2.dev29+g31d2876 + v0.7.2.dev30+g194f9fd
diff --git a/appendix/catwin32.html b/appendix/catwin32.html index 66a87368..b3fc2939 100644 --- a/appendix/catwin32.html +++ b/appendix/catwin32.html @@ -4,7 +4,7 @@ - catwin32 — HinetPy v0.7.2.dev29+g31d2876 documentation + catwin32 — HinetPy v0.7.2.dev30+g194f9fd documentation @@ -15,7 +15,7 @@ - + @@ -37,7 +37,7 @@ HinetPy
- v0.7.2.dev29+g31d2876 + v0.7.2.dev30+g194f9fd
diff --git a/appendix/channeltable.html b/appendix/channeltable.html index 2a8d17a7..d2285911 100644 --- a/appendix/channeltable.html +++ b/appendix/channeltable.html @@ -4,7 +4,7 @@ - Channel Table file — HinetPy v0.7.2.dev29+g31d2876 documentation + Channel Table file — HinetPy v0.7.2.dev30+g194f9fd documentation @@ -15,7 +15,7 @@ - + @@ -37,7 +37,7 @@ HinetPy
- v0.7.2.dev29+g31d2876 + v0.7.2.dev30+g194f9fd
diff --git a/appendix/response.html b/appendix/response.html index 192a78c7..2ba42038 100644 --- a/appendix/response.html +++ b/appendix/response.html @@ -4,7 +4,7 @@ - Instrumental Response — HinetPy v0.7.2.dev29+g31d2876 documentation + Instrumental Response — HinetPy v0.7.2.dev30+g194f9fd documentation @@ -15,7 +15,7 @@ - + @@ -38,7 +38,7 @@ HinetPy
- v0.7.2.dev29+g31d2876 + v0.7.2.dev30+g194f9fd
diff --git a/appendix/win2sac.html b/appendix/win2sac.html index 9e3dfe59..6027d7da 100644 --- a/appendix/win2sac.html +++ b/appendix/win2sac.html @@ -4,7 +4,7 @@ - win2sac — HinetPy v0.7.2.dev29+g31d2876 documentation + win2sac — HinetPy v0.7.2.dev30+g194f9fd documentation @@ -15,7 +15,7 @@ - + @@ -37,7 +37,7 @@ HinetPy
- v0.7.2.dev29+g31d2876 + v0.7.2.dev30+g194f9fd
diff --git a/changelog.html b/changelog.html index cc2a5618..ca71c629 100644 --- a/changelog.html +++ b/changelog.html @@ -4,7 +4,7 @@ - Changelog — HinetPy v0.7.2.dev29+g31d2876 documentation + Changelog — HinetPy v0.7.2.dev30+g194f9fd documentation @@ -15,7 +15,7 @@ - + @@ -37,7 +37,7 @@ HinetPy
- v0.7.2.dev29+g31d2876 + v0.7.2.dev30+g194f9fd
@@ -84,7 +84,8 @@

Changelog

0.7.2 (XXXX-XX-XX) -- Remove the hacking solution for SSL connection issue so it works well with urllib3 v2.x

+- Remove the hacking solution for SSL connection issue so it works well with urllib3 v2.x +- Drop support for Python 3.7.

0.7.1 (2022-07-08): - Fix bugs in get_event_waveform

0.7.0 (2022-07-01): diff --git a/examples.html b/examples.html index 55b9d56f..3e2c9f0f 100644 --- a/examples.html +++ b/examples.html @@ -4,7 +4,7 @@ - Examples — HinetPy v0.7.2.dev29+g31d2876 documentation + Examples — HinetPy v0.7.2.dev30+g194f9fd documentation @@ -15,7 +15,7 @@ - + @@ -37,7 +37,7 @@ HinetPy

- v0.7.2.dev29+g31d2876 + v0.7.2.dev30+g194f9fd
diff --git a/examples/example1.html b/examples/example1.html index 8dfb959d..7f80b2a5 100644 --- a/examples/example1.html +++ b/examples/example1.html @@ -4,7 +4,7 @@ - Request continuous waveform data from CSV catalog — HinetPy v0.7.2.dev29+g31d2876 documentation + Request continuous waveform data from CSV catalog — HinetPy v0.7.2.dev30+g194f9fd documentation @@ -15,7 +15,7 @@ - + @@ -37,7 +37,7 @@ HinetPy
- v0.7.2.dev29+g31d2876 + v0.7.2.dev30+g194f9fd
diff --git a/examples/example2.html b/examples/example2.html index df044768..62dee7a9 100644 --- a/examples/example2.html +++ b/examples/example2.html @@ -4,7 +4,7 @@ - Request continous waveform data from obspy Catalog — HinetPy v0.7.2.dev29+g31d2876 documentation + Request continous waveform data from obspy Catalog — HinetPy v0.7.2.dev30+g194f9fd documentation @@ -15,7 +15,7 @@ - + @@ -37,7 +37,7 @@ HinetPy
- v0.7.2.dev29+g31d2876 + v0.7.2.dev30+g194f9fd
diff --git a/genindex.html b/genindex.html index fe1315b9..49b663f0 100644 --- a/genindex.html +++ b/genindex.html @@ -3,7 +3,7 @@ - Index — HinetPy v0.7.2.dev29+g31d2876 documentation + Index — HinetPy v0.7.2.dev30+g194f9fd documentation @@ -14,7 +14,7 @@ - + @@ -34,7 +34,7 @@ HinetPy
- v0.7.2.dev29+g31d2876 + v0.7.2.dev30+g194f9fd
diff --git a/index.html b/index.html index f7eb05e2..2eea59db 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - HinetPy — HinetPy v0.7.2.dev29+g31d2876 documentation + HinetPy — HinetPy v0.7.2.dev30+g194f9fd documentation @@ -15,7 +15,7 @@ - + @@ -36,7 +36,7 @@ HinetPy
- v0.7.2.dev29+g31d2876 + v0.7.2.dev30+g194f9fd
diff --git a/installation.html b/installation.html index 68a12e25..178e7992 100644 --- a/installation.html +++ b/installation.html @@ -4,7 +4,7 @@ - Installation — HinetPy v0.7.2.dev29+g31d2876 documentation + Installation — HinetPy v0.7.2.dev30+g194f9fd documentation @@ -15,7 +15,7 @@ - + @@ -37,7 +37,7 @@ HinetPy
- v0.7.2.dev29+g31d2876 + v0.7.2.dev30+g194f9fd
@@ -92,7 +92,7 @@

Installation

To use HinetPy, you need:

    -
  • Python >= 3.7

  • +
  • Python >= 3.8

  • win32tools provided by NIED Hi-net (see below for install instructions)

  • a Hi-net account (register on Hi-net website to get your user name and password)

@@ -106,7 +106,7 @@

Install HinetPy
git clone https://github.com/seisman/HinetPy
 cd HinetPy
-python setup.py install
+python -m pip install .
 

If you want to uninstall HinetPy, just run:

diff --git a/license.html b/license.html index d14c1edf..a5f1b653 100644 --- a/license.html +++ b/license.html @@ -4,7 +4,7 @@ - License — HinetPy v0.7.2.dev29+g31d2876 documentation + License — HinetPy v0.7.2.dev30+g194f9fd documentation @@ -15,7 +15,7 @@ - + @@ -36,7 +36,7 @@ HinetPy
- v0.7.2.dev29+g31d2876 + v0.7.2.dev30+g194f9fd
diff --git a/objects.inv b/objects.inv index e8b1b748..9b52252d 100644 Binary files a/objects.inv and b/objects.inv differ diff --git a/py-modindex.html b/py-modindex.html index e3fe0217..26f6750d 100644 --- a/py-modindex.html +++ b/py-modindex.html @@ -3,7 +3,7 @@ - Python Module Index — HinetPy v0.7.2.dev29+g31d2876 documentation + Python Module Index — HinetPy v0.7.2.dev30+g194f9fd documentation @@ -14,7 +14,7 @@ - + @@ -37,7 +37,7 @@ HinetPy
- v0.7.2.dev29+g31d2876 + v0.7.2.dev30+g194f9fd
diff --git a/search.html b/search.html index a554f944..e295b609 100644 --- a/search.html +++ b/search.html @@ -3,7 +3,7 @@ - Search — HinetPy v0.7.2.dev29+g31d2876 documentation + Search — HinetPy v0.7.2.dev30+g194f9fd documentation @@ -15,7 +15,7 @@ - + @@ -37,7 +37,7 @@ HinetPy
- v0.7.2.dev29+g31d2876 + v0.7.2.dev30+g194f9fd
diff --git a/searchindex.js b/searchindex.js index 45addf45..a83beaf8 100644 --- a/searchindex.js +++ b/searchindex.js @@ -1 +1 @@ -Search.setIndex({"docnames": ["api", "api/HinetPy.client", "api/HinetPy.header", "api/HinetPy.utils", "api/HinetPy.win32", "appendix", "appendix/catwin32", "appendix/channeltable", "appendix/response", "appendix/win2sac", "changelog", "examples", "examples/example1", "examples/example2", "index", "installation", "license", "tutorial", "tutorial/conversion", "tutorial/get-catalog", "tutorial/get-continuous-waveform", "tutorial/get-event-waveform", "tutorial/get-started"], "filenames": ["api.rst", "api/HinetPy.client.rst", "api/HinetPy.header.rst", "api/HinetPy.utils.rst", "api/HinetPy.win32.rst", "appendix.rst", "appendix/catwin32.rst", "appendix/channeltable.rst", "appendix/response.rst", "appendix/win2sac.rst", "changelog.rst", "examples.rst", "examples/example1.rst", "examples/example2.rst", "index.rst", "installation.rst", "license.rst", "tutorial.rst", "tutorial/conversion.rst", "tutorial/get-catalog.rst", "tutorial/get-continuous-waveform.rst", "tutorial/get-event-waveform.rst", "tutorial/get-started.rst"], "titles": ["API Reference", "HinetPy.client module", "HinetPy.header module", "HinetPy.utils module", "HinetPy.win32 module", "Appendix", "catwin32", "Channel Table file", "Instrumental Response", "win2sac", "Changelog", "Examples", "Request continuous waveform data from CSV catalog", "Request continous waveform data from obspy Catalog", "HinetPy", "Installation", "License", "Tutorial", "Data conversion", "Get Catalog", "Get continuous waveform", "Get Event Waveform", "Get Started"], "terms": {"hinetpi": [0, 8, 12, 13, 18, 19, 20, 21, 22], "client": [0, 10, 12, 13, 14, 17, 19, 20, 21], "event": [0, 1, 10, 12, 13, 14, 16, 17], "station": [0, 1, 4, 7, 9, 10, 14, 17, 18], "win32": [0, 1, 6, 8, 9, 10, 12, 13, 14, 15, 18, 20], "channel": [0, 1, 2, 4, 5, 6, 8, 10, 14, 18, 20, 22], "extract_sac": [0, 4, 10, 12, 13, 14, 18], "extract_sacpz": [0, 4, 10, 14, 18], "extract_pz": [0, 4, 10], "read_ctabl": [0, 4, 10], "merg": [0, 1, 4, 6, 10, 16], "header": [0, 9, 10], "network": [0, 1, 2, 4, 9, 10, 14, 17, 18, 20], "util": [0, 1, 10], "split_integ": [0, 3], "point_inside_box": [0, 3], "haversin": [0, 3], "point_inside_circular": [0, 3], "to_datetim": [0, 3, 10], "check_cmd_exist": [0, 3, 10], "check_package_releas": [0, 3, 10], "class": [1, 2, 4, 22], "user": [1, 8, 15, 18, 20, 22], "none": [1, 3, 4], "password": [1, 10, 12, 13, 14, 15, 19, 20, 21, 22], "timeout": 1, "60": [1, 7, 20], "retri": 1, "3": [1, 3, 6, 7, 10, 12, 15, 18, 20, 22], "sleep_time_in_second": 1, "5": [1, 3, 7, 10, 12, 19, 20, 22], "max_sleep_count": 1, "30": [1, 3, 10, 12], "wrapper": 1, "request": [1, 10, 11, 14, 18, 20, 21, 22], "waveform": [1, 2, 4, 7, 8, 9, 10, 11, 14, 17, 22], "catalog": [1, 10, 11, 14, 17], "manipul": [1, 20], "paramet": [1, 3, 4, 8, 9, 10], "str": [1, 3, 4], "usernam": [1, 12, 13, 14, 19, 20, 21, 22], "hi": [1, 2, 4, 8, 10, 14, 15, 18, 19, 20, 22], "net": [1, 2, 4, 8, 10, 14, 15, 18, 19, 20, 22], "account": [1, 14, 15, 22], "float": [1, 3, 4], "time": [1, 2, 4, 6, 7, 10, 12, 13, 17, 20, 21, 22], "wait": [1, 14], "server": 1, "send": 1, "data": [1, 2, 4, 6, 8, 9, 10, 11, 14, 15, 17, 19, 20, 21, 22], "befor": [1, 4, 10], "give": 1, "up": [1, 4], "int": [1, 3, 4], "how": [1, 12, 14, 20], "mani": [1, 8, 9, 10], "fail": [1, 6, 10, 15], "sleep": 1, "between": [1, 3], "each": [1, 3, 8, 9, 22], "statu": 1, "check": [1, 3, 10, 17], "see": [1, 4, 8, 9, 14, 15, 20, 21, 22], "below": [1, 7, 9, 12, 15], "maximum": [1, 3, 4, 9, 10], "number": [1, 2, 3, 4, 6, 7, 22], "The": [1, 3, 4, 6, 8, 9, 10, 12, 14, 16, 18], "usus": [1, 8], "spend": 1, "10": [1, 7, 8, 10, 12, 20], "second": [1, 6], "prepar": 1, "after": [1, 8, 10, 15], "receiv": 1, "dure": [1, 4], "ar": [1, 4, 6, 8, 9, 15, 18, 20, 22], "NOT": [1, 4, 9, 16, 18, 22], "allow": [1, 10, 20], "post": 1, "anoth": [1, 10, 18], "so": [1, 4, 8, 10, 16], "have": [1, 4, 8, 18, 22], "until": 1, "i": [1, 2, 3, 4, 6, 7, 8, 9, 10, 12, 14, 15, 16, 20, 21, 22], "readi": 1, "everi": 1, "more": [1, 4, 6, 9, 20, 21, 22], "than": [1, 4, 8, 9, 10, 20], "If": [1, 4, 6, 8, 9, 14, 15, 18, 22], "still": [1, 9, 22], "most": [1, 9, 22], "like": [1, 4, 15], "mean": [1, 4, 22], "someth": 1, "goe": [1, 22], "wrong": [1, 10], "Then": 1, "you": [1, 4, 6, 8, 9, 14, 15, 18, 20, 21, 22], "don": 1, "t": [1, 9], "need": [1, 8, 9, 14, 15, 22], "modifi": [1, 8, 9, 16], "unless": [1, 4], "know": [1, 8, 22], "what": 1, "re": [1, 22], "do": [1, 4, 8, 16, 17], "from": [1, 2, 3, 4, 8, 9, 10, 11, 14, 16, 18, 19, 20, 21, 22], "import": [1, 2, 7, 8, 12, 13, 14, 18, 19, 20, 21, 22], "doctor": [1, 22], "doe": [1, 4, 10], "some": [1, 10], "thi": [1, 4, 6, 8, 9, 12, 14, 15, 16, 18, 20], "function": [1, 3, 4, 8, 10, 18], "ha": [1, 2, 3, 4, 8, 9, 18, 20, 22], "new": [1, 3, 8, 22], "releas": [1, 3, 10, 15, 22], "web": [1, 12, 22], "servic": [1, 12, 22], "updat": [1, 22], "catwin32": [1, 4, 5, 15, 22], "win2sac_32": [1, 4, 6, 8, 9, 15, 18, 22], "path": [1, 3, 9, 12, 13, 15, 22], "us": [1, 3, 4, 6, 7, 8, 9, 14, 15, 16, 18, 20, 22], "latest": [1, 15, 20, 22], "v0": [1, 21, 22], "x": [1, 9, 10], "full": 1, "home": [1, 15, 22], "bin": [1, 9, 14, 15, 22], "check_service_upd": 1, "2017": [1, 10, 12, 20, 22], "01": [1, 3, 10, 12, 13, 14, 20, 22], "00": [1, 7, 14, 20], "info": [1, 10, 20, 22], "code": [1, 2, 7, 9, 10, 14, 17, 21], "show": [1, 12, 14, 20], "inform": [1, 2, 4, 7, 9, 10, 18, 22], "0101": [1, 2, 12, 13, 14, 20, 22], "ni": [1, 2, 14, 15, 22], "0103": [1, 2, 22], "f": [1, 2, 4, 8, 10, 14, 18, 22], "broadband": [1, 2, 22], "0103a": [1, 2, 22], "strong": [1, 2, 22], "motion": [1, 2, 7, 22], "010501": [1, 22], "v": [1, 7, 8, 22], "tokachidak": [1, 22], "0703": [1, 22], "aomori": [1, 22], "prefectur": [1, 22], "govern": [1, 22], "0705": [1, 22], "shizuoka": [1, 22], "0801": [1, 22], "adep": [1, 22], "name": [1, 2, 3, 4, 6, 7, 9, 10, 15, 18, 20, 22], "starttim": [1, 2, 4, 12, 13, 20, 22], "20040401": [1, 22], "No": [1, 22], "2336": [1, 22], "get_arrivaltim": [1, 19], "startdat": [1, 19], "span": [1, 10], "filenam": [1, 4, 10, 18, 20], "o": [1, 6, 12, 13, 15], "get": [1, 15, 17], "jma": [1, 10, 19], "arriv": [1, 17], "datetim": [1, 3, 12, 13, 19, 20], "date": [1, 6], "start": [1, 2, 4, 9, 14, 17], "length": [1, 20], "dai": [1, 4], "file": [1, 4, 5, 6, 8, 10, 12, 14, 15, 16, 18, 20], "format": [1, 4, 6, 8, 10, 12, 14, 15, 18, 20], "unix": 1, "save": [1, 6, 9], "return": [1, 3, 4, 10], "type": [1, 3, 4, 8, 10, 22], "2010": [1, 3, 14, 19, 20], "1": [1, 3, 4, 6, 7, 8, 9, 10, 15, 18, 19, 20, 22], "measure_20100101_5": [1, 19], "txt": [1, 19], "arrivaltim": [1, 19], "get_continuous_waveform": [1, 10, 12, 13, 14, 20], "max_span": [1, 10], "ctabl": [1, 4, 12, 13, 14, 18, 20], "outdir": [1, 4, 9, 12, 13, 18, 20], "thread": [1, 10], "cleanup": 1, "true": [1, 3, 4, 12, 13], "continu": [1, 10, 11, 13, 14, 17], "detail": [1, 4, 8, 9, 22], "minut": [1, 14, 20], "sub": 1, "default": [1, 4, 6, 9, 10, 18, 20, 22], "determin": [1, 8], "automat": [1, 4, 10, 18], "download": [1, 4, 10, 14, 19, 22], "code_yyyymmddhhmm_span": 1, "cnt": [1, 4, 6, 9, 10, 14, 18, 20], "tabl": [1, 4, 5, 8, 9, 10, 14, 18, 20], "code_yyyymmdd": [1, 20], "ch": [1, 4, 9, 14, 18, 20], "specifi": [1, 3, 4, 9, 10, 18, 21, 22], "directori": [1, 4, 9, 10, 14, 15, 18, 20], "current": [1, 4, 9], "parallel": [1, 10], "bool": [1, 3, 4], "clean": 1, "one": [1, 4, 6, 7, 8, 9, 22], "timezon": [1, 12, 13], "all": [1, 2, 4, 6, 8, 9, 16, 18, 20, 22], "jst": [1, 2, 14, 20], "utc": [1, 2], "0900": [1, 2, 14, 20], "set": [1, 4, 6, 10, 20], "three": [1, 8, 20, 21], "limit": [1, 16, 20, 21, 22], "record_length": [1, 20], "min": [1, 20], "number_of_channel": [1, 20], "12000": [1, 20], "onli": [1, 4, 8, 9, 18, 20, 22], "150": [1, 3, 20, 22], "kept": [1, 4, 20], "For": [1, 4, 8, 15, 20, 22], "about": [1, 7, 8, 20, 22], "24000": 1, "acoord": 1, "2": [1, 6, 7, 8, 10, 20], "record": [1, 7, 20], "should": [1, 4, 8, 15, 20], "break": 1, "through": [1, 8], "split": [1, 3, 20], "long": [1, 20], "durat": 1, "sever": [1, 6, 14, 22], "short": [1, 20], "requst": 1, "work": [1, 4, 10, 14, 18, 22], "loop": [1, 12, 13], "over": [1, 12, 13], "id": [1, 4, 9, 10, 18], "base": [1, 12, 14], "extract": [1, 4, 8, 9, 10, 14, 17], "zip": 1, "them": [1, 8, 18, 22], "singl": 1, "6": [1, 7, 10, 12, 13, 21, 22], "sinc": [1, 4, 20, 21, 22], "01t05": 1, "35": 1, "201001010535": 1, "0101_201001010535_6": 1, "0101_20100101": [1, 4, 9, 14, 18, 20], "other": [1, 8, 9, 16, 20], "string": [1, 3, 10, 18], "also": [1, 4, 8, 9, 20, 21, 22], "support": [1, 9, 10, 20, 21, 22], "05": [1, 10, 20], "01t00": [1, 14, 20], "1440": 1, "25": 1, "0103_201001010000_1440": 1, "0103_20100101": 1, "get_event_waveform": [1, 10, 21], "endtim": [1, 13], "region": [1, 3, 10, 21, 22], "minmagnitud": [1, 13, 21], "0": [1, 3, 4, 7, 8, 9, 10, 12, 13, 20, 21, 22], "maxmagnitud": [1, 21], "9": [1, 7, 8, 10, 12, 13], "include_unknown_mag": [1, 10], "mindepth": [1, 21], "maxdepth": [1, 21], "minlatitud": [1, 3, 22], "maxlatitud": [1, 3, 22], "minlongitud": [1, 3, 22], "maxlongitud": [1, 3, 22], "latitud": [1, 3, 4, 7, 12, 22], "longitud": [1, 3, 4, 7, 10, 12, 22], "minradiu": [1, 3, 22], "maxradiu": [1, 3, 22], "valu": [1, 3, 4, 7, 8, 9, 10], "whole": [1, 22], "japan": 1, "hokkaido": [1, 2], "02": [1, 10], "tohoku": 1, "03": [1, 10, 13, 20], "kanto": 1, "04": [1, 10, 12, 20, 22], "chubu": 1, "kinki": 1, "06": [1, 10, 22], "chugoku": 1, "shikoku": 1, "07": [1, 7, 10], "kyushu": 1, "08": [1, 8, 10], "magnitud": [1, 12, 21], "larger": 1, "speicifi": 1, "minimum": [1, 3], "smaller": 1, "includ": [1, 15, 16], "exclud": 1, "undetermin": 1, "deeper": 1, "shallow": 1, "radiu": [1, 3], "search": 1, "within": 1, "degre": [1, 3, 7], "geograph": 1, "point": [1, 3, 4, 9], "defin": 1, "get_focalmechan": [1, 19], "focal": [1, 10, 17], "mechan": [1, 10, 17], "focal_20100101_5": 1, "get_selected_st": [1, 10], "queri": 1, "select": [1, 10, 14, 22], "It": [1, 4, 8, 9], "two": [1, 3, 6, 8, 15, 20, 22], "list": [1, 3, 4, 6, 9, 10, 18], "metadata": [1, 10], "len": 1, "16": [1, 7, 10, 22], "print": [1, 2, 6, 22], "n": [1, 4, 7, 9, 14, 18, 22], "wnnh": [1, 22], "45": [1, 3, 22], "4883": [1, 22], "141": [1, 22], "885": [1, 22], "159": [1, 22], "sfnh": [1, 22], "3346": [1, 22], "142": [1, 22], "1185": [1, 22], "81": [1, 22], "get_station_list": [1, 10, 22], "follow": [1, 6, 15, 16, 21], "": [1, 2, 4, 6, 7, 8, 9, 10, 12, 14, 15, 18, 22], "0120": [1, 2], "0120a": [1, 2], "meso": [1, 2, 10], "0131": [1, 2], "get_waveform": [1, 10], "kwarg": [1, 4], "deprec": [1, 4], "version": [1, 4, 15, 22], "instead": [1, 4], "login": [1, 10], "select_st": [1, 10, 22], "aakh": [1, 7, 22], "abnh": [1, 22], "box": [1, 3, 10, 21, 22], "40": [1, 3], "50": [1, 3, 20, 22], "140": [1, 3, 22], "circular": [1, 3, 10, 21, 22], "139": [1, 22], "evid": 1, "origin": [1, 12, 13], "depth": [1, 12, 21], "name_en": 1, "elev": 1, "url": 2, "an": [2, 3, 6, 7, 8, 9, 10, 12, 14, 15, 16], "object": 2, "contain": [2, 7, 9, 10, 18], "when": [2, 8, 9, 10], "avaiabl": 2, "homepag": [2, 22], "dict": 2, "avail": [2, 4, 8, 21], "websit": [2, 4, 8, 10, 15, 20, 22], "kei": [2, 10], "speed": [2, 4], "acceler": [2, 4, 7, 8], "0201": 2, "univers": 2, "maxn": 3, "integ": [3, 7], "evenli": 3, "size": 3, "chunk": 3, "interg": 3, "12": [3, 7, 8, 10, 12], "15": [3, 7, 20], "4": [3, 7, 8, 10, 12, 20, 21, 22], "insid": [3, 20], "130": [3, 22], "100": [3, 4], "fals": [3, 4], "300": 3, "lat1": 3, "lon1": 3, "lat2": 3, "lon2": 3, "calcul": [3, 8], "great": 3, "circl": 3, "distanc": 3, "earth": 3, "decim": 3, "formula": 3, "refer": 3, "http": [3, 8, 9, 15, 22], "stackoverflow": 3, "com": [3, 15], "4913653": 3, "7770208": 3, "224069629545902": 3, "20": [3, 8, 10, 12, 13, 14, 20], "70": [3, 7, 21], "53": 3, "57930271469817": 3, "center": 3, "52": [3, 12], "convert": [3, 4, 6, 8, 9, 10, 14, 18], "hard": 3, "wai": [3, 6, 17, 21], "A": [3, 7, 16], "201001010000": [3, 14, 20, 21], "01t03": 3, "cmd": 3, "command": [3, 4, 15], "exist": [3, 9, 10, 12, 13], "execut": 3, "whether": [3, 16], "process": [4, 8, 10, 14, 15, 22], "seismic": [4, 14, 22], "compon": [4, 7, 18], "unit": [4, 7, 8], "gain": [4, 8], "damp": [4, 7, 8], "period": [4, 7, 8], "preamplif": 4, "lsb_valu": 4, "initi": 4, "e": [4, 9, 14, 18, 22], "g": [4, 8, 9, 18, 22], "u": [4, 7, 9, 12, 14, 18], "m": [4, 7, 8, 9, 12, 13, 15], "rad": 4, "sensor": [4, 7, 8, 9], "sensit": [4, 7, 8, 9, 18], "constant": [4, 7, 8, 10], "natur": [4, 7, 8], "seismomet": [4, 7, 8], "lsb": [4, 7], "move": [4, 8, 10], "coil": [4, 8], "veloc": [4, 7, 8, 18], "instrument": [4, 5, 14, 18, 20, 22], "respons": [4, 5, 14, 18, 20, 22], "write_sacpz": [4, 10], "pzfile": 4, "keep_sensit": 4, "write": 4, "sac": [4, 6, 8, 9, 10, 14, 18], "polezero": [4, 10, 14, 18], "keep": 4, "suffix": [4, 18], "pmax": [4, 9, 10], "8640000": [4, 10], "filter_by_id": [4, 18], "filter_by_nam": [4, 18], "filter_by_compon": [4, 18], "with_sacpz": [4, 10, 12, 13], "call": 4, "win32tool": [4, 22], "packag": [4, 10, 14], "fomrat": 4, "can": [4, 6, 8, 9, 10, 14, 15, 18, 20, 21, 22], "alwai": [4, 8, 9, 10], "remov": [4, 8, 9, 10, 18], "multipli": [4, 8, 9], "0e9": [4, 8, 9, 18], "thu": [4, 8, 18, 20], "digit": [4, 9, 18], "count": [4, 8, 9, 18], "nm": [4, 8, 9, 18], "due": 4, "same": [4, 8], "reason": 4, "output": [4, 6, 7, 10, 18, 20], "longer": [4, 10], "hz": [4, 8], "sampl": [4, 8], "rate": [4, 7], "must": [4, 9, 10], "increas": [4, 9], "filter": [4, 10, 18], "wildcard": [4, 6, 10, 18], "aslo": 4, "pz": [4, 8, 10, 14, 17], "By": [4, 6], "sac_pz": [4, 8, 14, 18], "parallelli": 4, "cpu": 4, "7": [4, 7, 10, 12, 15, 21, 22], "with_pz": [4, 10], "0101_201001010000_5": [4, 6], "20100101000": 4, "na": [4, 18], "ne": 4, "filter_by_chid": 4, "resp": [4, 8, 18], "program": 4, "convers": [4, 7, 14, 17], "gener": [4, 8, 15], "omit": [4, 8], "read": [4, 8, 9], "channl": [4, 9, 18], "total_data": 4, "force_sort": 4, "multipl": [4, 10], "larg": 4, "simpli": [4, 15], "concaten": 4, "order": [4, 6, 22], "thei": [4, 6, 18, 22], "pass": 4, "sort": [4, 6, 10], "being": 4, "your": [4, 8, 14, 15, 22], "201304040203": 4, "glob": [4, 6], "20130404": 4, "otherwis": [4, 16], "forc": 4, "howev": [4, 9], "veri": [4, 8], "consum": [4, 6], "necessari": 4, "ouput": [4, 8], "python": [4, 6, 10, 12, 14, 15, 17], "built": 4, "prefer": [4, 6, 22], "final": 4, "randomli": 4, "001": 4, "002": 4, "003": 4, "match": [4, 6, 18], "win2sac": [5, 15], "merger": 6, "file_1": 6, "file_2": 6, "file_n": 6, "ooutfil": 6, "outfil": 6, "h": [6, 8, 12, 13, 15], "input": [6, 7], "accept": [6, 18], "stdout": 6, "ommit": 6, "option": [6, 7, 21], "appear": 6, "argument": 6, "result": [6, 9], "error": [6, 10, 15], "solv": 6, "issu": [6, 10, 12, 13], "make": [6, 15, 22], "sure": [6, 15, 22], "first": [6, 10], "safer": 6, "20100101": 6, "channal": 6, "total": [6, 8, 22], "exampl": [7, 12, 20, 21], "6033": 7, "27": [7, 10, 22], "175": 7, "023e": 7, "36": [7, 10, 12, 22], "3726": 7, "137": 7, "9203": 7, "483": 7, "azuminoakashina": 7, "hexadecim": 7, "byte": 7, "flag": 7, "delai": 7, "circuit": 7, "reduct": 7, "ratio": [7, 9], "monitor": 7, "express": [7, 16], "expon": 7, "power": 7, "quantiz": 7, "bit": [7, 22], "d": [7, 8, 12, 13], "8": [7, 8, 10, 14], "where": [7, 8], "provid": [7, 8, 15, 16, 18, 19, 22], "column": [7, 8], "mk": 7, "system": [7, 9], "displac": 7, "11": [7, 8, 10, 20, 22], "amplif": [7, 8], "factor": [7, 8], "appli": 7, "prior": [7, 8], "db": [7, 8], "13": [7, 8, 10, 12, 15, 22], "width": 7, "k": 7, "14": [7, 22], "posit": 7, "indic": 7, "north": 7, "east": 7, "height": 7, "17": [7, 10, 20], "correct": [7, 8], "p": [7, 9], "wave": 7, "18": [7, 10], "19": [7, 8, 10, 12], "its": 8, "transfer": 8, "laplac": 8, "domain": 8, "given": 8, "frac": 8, "2hw": 8, "w": 8, "unit_of_input": 8, "angular": 8, "frequenc": 8, "root": 8, "numer": 8, "denomin": 8, "correspond": [8, 9, 14], "zero": [8, 10], "pole": 8, "respect": 8, "a0": 8, "normal": 8, "invers": 8, "absolut": 8, "abov": [8, 15, 16, 20, 22], "equat": 8, "except": [8, 10], "f_n": 8, "easi": 8, "pi": 8, "amplifi": 8, "accord": 8, "definit": 8, "decibel": 8, "field": [8, 12], "quantiti": [8, 9], "l_": 8, "log": [8, 9], "_": 8, "left": 8, "f_": 8, "right": [8, 16, 22], "mathrm": 8, "meter": [8, 9], "nanomet": [8, 9], "sensivit": 8, "my": 8, "question": 8, "am": 8, "confus": 8, "even": 8, "look": 8, "page": 8, "In": [8, 15, 22], "regist": [8, 15], "observ": [8, 18], "equip": [8, 18], "seem": [8, 22], "rewrit": 8, "confirm": 8, "understand": [8, 22], "which": [8, 22], "At": 8, "line": [8, 9, 10, 15], "999953": 8, "faq": [8, 18], "q08": [8, 18], "physic": [8, 9], "want": [8, 9, 15, 18, 22], "answer": 8, "purpos": [8, 16], "wrote": 8, "explan": 8, "assum": 8, "chang": [8, 10, 15], "strictli": 8, "speak": 8, "depend": [8, 10], "literatur": 8, "scherbaum": 8, "Of": 8, "fundament": 8, "seismologi": 8, "kluwer": 8, "academ": 8, "publish": [8, 16], "1996": 8, "chapter": 8, "explain": 8, "a08": 8, "note": 8, "measur": 8, "www": [8, 22], "hinet": [8, 22], "bosai": [8, 9, 22], "go": [8, 9, 22], "jp": [8, 9, 22], "lang": [8, 9], "en": [8, 9], "pleas": [8, 14], "seed": [8, 18], "manual": [8, 22], "further": 8, "fdsn": [8, 13], "org": 8, "public": [8, 10], "htm": 8, "iri": [8, 12, 13], "edu": 8, "sincer": 8, "binari": 9, "ascii": 9, "winfil": 9, "ch_no": 9, "sacfil": 9, "prmfile": 9, "y": [9, 12, 13], "b": 9, "asc": 9, "r": 9, "3345": 9, "separ": 9, "comma": 9, "3f65": 9, "4f75": 9, "extens": 9, "win": 9, "prm": 9, "wild": 9, "organ": [9, 22], "endian": 9, "machin": 9, "big": 9, "2000000": 9, "2000082404000101vm": 9, "4c55": 9, "4c65": 9, "junk": 9, "qualiti": 9, "raw": 9, "micro": 9, "radian": 9, "nabc": [9, 18], "comment": 9, "skip": [9, 10, 12, 13], "blank": [9, 10], "space": 9, "tab": 9, "2000": 9, "charact": [9, 10], "6034": 9, "6035": 9, "6036": 9, "ignor": 9, "6038": 9, "6039": 9, "featur": 9, "mai": [9, 15], "loss": 9, "exit": [9, 13], "ani": [9, 16], "doesn": 9, "feartur": 9, "386": 9, "s4win2sacm": 9, "c": [9, 15, 16], "fprintf": 9, "stderr": 9, "sysch": 9, "iret": 9, "run": [9, 15, 22], "2nd": 9, "4th": 9, "four": [9, 20], "pick": 9, "useless": 9, "case": [9, 15, 22], "written": 9, "variabl": 9, "cpmaz": 9, "cmpinc": 9, "z": 9, "cmpaz": 9, "90": 9, "azimuth": 9, "accur": 9, "hinetwww11": 9, "auth": 9, "direc": 9, "xxxx": 10, "xx": 10, "hack": 10, "solut": 10, "ssl": 10, "connect": [10, 16], "well": 10, "urllib3": 10, "v2": 10, "2022": 10, "fix": 10, "bug": 10, "incorrect": 10, "65": 10, "now": [10, 14, 20, 22], "refactor": 10, "_channel2pz": 10, "_write_pz": 10, "_get_channel": 10, "extrac_sacpz": 10, "renam": 10, "extrac_pz": 10, "sslerror": 10, "dh_key_too_smal": 10, "dh": 10, "too": 10, "small": [10, 18], "2021": 10, "invalid": 10, "2020": 10, "improv": 10, "style": 10, "test": 10, "ci": 10, "cannot": [10, 22], "2019": [10, 22], "dampl": 10, "24": 10, "23": 10, "captur": 10, "caus": 10, "22": [10, 12, 22], "string2datetim": 10, "rectangular": 10, "2018": 10, "typo": 10, "longtitud": 10, "21": [10, 12, 22], "failur": 10, "open": [10, 12], "technic": 10, "relat": 10, "add": 10, "chines": 10, "document": [10, 14, 16], "tempfil": 10, "speedup": [10, 14], "multi": 10, "help": [10, 22], "get_": 10, "startim": 10, "differ": [10, 14, 18, 20], "py": [10, 15], "check_module_releas": 10, "deep": 10, "avoid": [10, 12, 13], "pypi": 10, "rewritten": 10, "2016": 10, "hinetdoctor": 10, "hinetcontrequest": 10, "stationselector": 10, "hinetjmarequest": 10, "rdhinet": 10, "ch2pz": 10, "csv": 11, "contin": 11, "obspi": 11, "obtain": [12, 16], "eventid": 12, "km": 12, "author": [12, 16], "contributor": 12, "contributorid": 12, "magtyp": 12, "magauthor": 12, "eventlocationnam": 12, "9993759": 12, "22t04": 12, "2145": 12, "155": 12, "1442": 12, "135": 12, "pt": 12, "neic": 12, "pde": 12, "us10007uph": 12, "pt17022050": 12, "at00ok5z6p": 12, "mww": 12, "solomon": 12, "island": 12, "9993037": 12, "19t23": 12, "3433": 12, "161": 12, "318": 12, "us10007u7n": 12, "at00ok1ura": 12, "pt17019050": 12, "9953968": 12, "10t06": 12, "47": [12, 20, 22], "4634": 12, "122": 12, "575": 12, "612": 12, "71": 12, "us10007s9c": 12, "at00ojjvz0": 12, "celeb": 12, "sea": 12, "9951821": 12, "03t21": 12, "3542": 12, "176": 12, "058": 12, "us10007pj6": 12, "at00oj84rf": 12, "pt17003051": 12, "south": 12, "OF": [12, 16], "fiji": 12, "script": [12, 22], "timedelta": [12, 13], "csvfile": 12, "reader": 12, "dictread": 12, "delimit": 12, "fieldnam": 12, "strip": 12, "row": 12, "strptime": 12, "dt": 12, "hour": [12, 13], "deal": [12, 13, 16, 22], "strftime": [12, 13], "alreadi": [12, 13], "overwrit": [12, 13], "utcdatetim": 13, "fdsnclient": 13, "2005": 13, "get_ev": 13, "isc": 13, "sourc": 14, "\u4e2d\u6587\u6587\u6863": 14, "criteria": 14, "multithread": 14, "here": 14, "usr": 14, "env": 14, "utf": 14, "access": [14, 22], "let": [14, 22], "try": [14, 22], "intern": 14, "gmt": [14, 20], "usual": 14, "take": 14, "few": [14, 22], "0101_201001010000_20": [14, 18, 20], "plaintext": 14, "nguh": 14, "nnmh": 14, "find": 14, "consid": 14, "cite": 14, "via": [14, 21], "project": 14, "under": 14, "term": 14, "mit": [14, 16], "To": 15, "instruct": 15, "stabl": 15, "pip": 15, "Or": 15, "develop": 15, "unstabl": 15, "git": 15, "clone": 15, "github": 15, "seisman": 15, "cd": 15, "setup": 15, "uninstal": 15, "just": 15, "collect": 15, "tool": 15, "tar": 15, "xvf": 15, "gz": 15, "maco": 15, "fatal": 15, "s4read_data": 15, "malloc": 15, "found": 15, "stdlib": 15, "src": 15, "successfulli": 15, "copi": [15, 16], "cp": 15, "copyright": [16, 22], "2014": 16, "2024": 16, "dongdong": 16, "tian": 16, "permiss": 16, "herebi": 16, "grant": 16, "free": 16, "charg": 16, "person": 16, "softwar": 16, "associ": 16, "without": 16, "restrict": 16, "distribut": 16, "sublicens": 16, "sell": 16, "permit": 16, "whom": 16, "furnish": 16, "subject": 16, "condit": 16, "notic": 16, "shall": 16, "substanti": 16, "portion": 16, "THE": 16, "AS": 16, "warranti": 16, "kind": 16, "OR": 16, "impli": 16, "BUT": 16, "TO": 16, "merchant": 16, "fit": 16, "FOR": 16, "particular": 16, "AND": 16, "noninfring": 16, "IN": 16, "NO": 16, "holder": 16, "BE": 16, "liabl": 16, "claim": 16, "damag": 16, "liabil": 16, "action": 16, "contract": 16, "tort": 16, "aris": 16, "out": 16, "WITH": 16, "creat": 17, "basic": 17, "usag": 17, "custom": [17, 22], "multipi": 18, "accelar": 18, "subset": 18, "3e83": 18, "3e84": 18, "3e85": 18, "whose": 18, "vertic": 18, "highli": [18, 22], "recommend": [18, 22], "fnetpi": [18, 22], "sacpz": 18, "mecha_20100101_5": 19, "tutori": 20, "46": [20, 22], "41": 20, "l": 20, "common": 20, "flexibl": 20, "we": [20, 22], "code_yyyymmddhhmm_length": 20, "aka": 20, "similar": 20, "2350": 20, "subrequest": 20, "both": 20, "simpl": 21, "rang": 21, "201001020000": 21, "recommand": 22, "thing": 22, "least": 22, "procedur": 22, "unfriend": 22, "ipython": 22, "anaconda": 22, "64": 22, "feb": 22, "gcc": 22, "20120313": 22, "red": 22, "hat": 22, "linux": 22, "credit": 22, "licens": 22, "method": 22, "own": 22, "our": 22, "everyth": 22, "congratul": 22, "And": 22, "ok": 22, "uniqu": 22, "010502": 22, "tarumaesan": 22, "0701": 22, "tokyo": 22, "metropolitan": 22, "0702": 22, "hot": 22, "spring": 22, "research": 22, "institut": 22, "kanagawa": 22, "2004": 22, "780": 22, "correctli": 22, "quick": 22, "view": 22, "wnwh": 22, "2531": 22, "6334": 22, "wneh": 22, "2303": 22, "8806": 22, "174": 22, "sfsh": 22, "2163": 22, "2254": 22, "96": 22, "lot": 22, "interfac": 22, "dynam": 22}, "objects": {"HinetPy.client": [[1, 0, 1, "", "Client"], [1, 0, 1, "", "Event"], [1, 0, 1, "", "Station"]], "HinetPy.client.Client": [[1, 1, 1, "", "check_service_update"], [1, 1, 1, "", "doctor"], [1, 1, 1, "", "get_arrivaltime"], [1, 1, 1, "", "get_continuous_waveform"], [1, 1, 1, "", "get_event_waveform"], [1, 1, 1, "", "get_focalmechanism"], [1, 1, 1, "", "get_selected_stations"], [1, 1, 1, "", "get_station_list"], [1, 1, 1, "", "get_waveform"], [1, 1, 1, "", "info"], [1, 1, 1, "", "login"], [1, 1, 1, "", "select_stations"]], "HinetPy.header": [[2, 0, 1, "", "Network"]], "HinetPy.header.Network": [[2, 2, 1, "", "channels"], [2, 2, 1, "", "name"], [2, 2, 1, "", "starttime"], [2, 2, 1, "", "url"]], "HinetPy": [[3, 3, 0, "-", "utils"], [4, 3, 0, "-", "win32"]], "HinetPy.utils": [[3, 4, 1, "", "check_cmd_exists"], [3, 4, 1, "", "check_package_release"], [3, 4, 1, "", "haversine"], [3, 4, 1, "", "point_inside_box"], [3, 4, 1, "", "point_inside_circular"], [3, 4, 1, "", "split_integer"], [3, 4, 1, "", "to_datetime"]], "HinetPy.win32": [[4, 0, 1, "", "Channel"], [4, 4, 1, "", "extract_pz"], [4, 4, 1, "", "extract_sac"], [4, 4, 1, "", "extract_sacpz"], [4, 4, 1, "", "merge"], [4, 4, 1, "", "read_ctable"]], "HinetPy.win32.Channel": [[4, 1, 1, "", "write_sacpz"]]}, "objtypes": {"0": "py:class", "1": "py:method", "2": "py:attribute", "3": "py:module", "4": "py:function"}, "objnames": {"0": ["py", "class", "Python class"], "1": ["py", "method", "Python method"], "2": ["py", "attribute", "Python attribute"], "3": ["py", "module", "Python module"], "4": ["py", "function", "Python function"]}, "titleterms": {"api": 0, "refer": 0, "modul": [0, 1, 2, 3, 4], "hinetpi": [1, 2, 3, 4, 14, 15], "client": [1, 22], "note": [1, 4, 9], "exampl": [1, 3, 4, 6, 9, 11, 14], "header": 2, "util": 3, "win32": 4, "appendix": 5, "catwin32": 6, "usag": [6, 9, 20], "channel": [7, 9], "tabl": 7, "file": [7, 9], "instrument": 8, "respons": 8, "input": 8, "analog": 8, "stage": 8, "preamplif": 8, "digit": 8, "convers": [8, 18], "summari": 8, "q": 8, "A": [8, 14], "win2sac": 9, "output": 9, "unit": 9, "filenam": 9, "format": 9, "number": 9, "paramert": 9, "compon": 9, "changelog": 10, "request": [12, 13], "continu": [12, 20], "waveform": [12, 13, 18, 20, 21], "data": [12, 13, 18], "from": [12, 13], "csv": 12, "catalog": [12, 13, 19], "contin": 13, "obspi": 13, "featur": 14, "simpl": 14, "citat": 14, "licens": [14, 16], "instal": 15, "prerequisit": 15, "build": 15, "win32tool": 15, "tutori": 17, "extract": 18, "pz": 18, "get": [19, 20, 21, 22], "arriv": 19, "time": 19, "focal": 19, "mechan": 19, "basic": 20, "custom": 20, "wai": 20, "event": 21, "start": 22, "python": 22, "creat": 22, "do": 22, "check": 22, "network": 22, "code": 22, "station": 22}, "envversion": {"sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx": 60}, "alltitles": {"API Reference": [[0, "api-reference"]], "Modules:": [[0, null]], "HinetPy.client module": [[1, "hinetpy-client-module"]], "Notes": [[1, null], [1, null], [4, null], [9, "notes"]], "Examples": [[1, null], [1, null], [1, null], [1, null], [1, null], [1, null], [1, null], [1, null], [3, null], [3, null], [3, null], [3, null], [4, null], [4, null], [4, null], [6, "examples"], [9, "examples"], [11, "examples"]], "HinetPy.header module": [[2, "hinetpy-header-module"]], "HinetPy.utils module": [[3, "module-HinetPy.utils"]], "HinetPy.win32 module": [[4, "module-HinetPy.win32"]], "Appendix": [[5, "appendix"]], "catwin32": [[6, "catwin32"]], "Usage": [[6, "usage"], [9, "usage"]], "Channel Table file": [[7, "channel-table-file"]], "Instrumental Response": [[8, "instrumental-response"]], "Input": [[8, "input"]], "Analog Stage": [[8, "analog-stage"]], "Preamplification": [[8, "preamplification"]], "Analog-Digital Conversion": [[8, "analog-digital-conversion"]], "Digital Stage": [[8, "digital-stage"]], "Summary": [[8, "summary"]], "Q&A": [[8, "q-a"]], "win2sac": [[9, "win2sac"]], "Output Unit": [[9, "output-unit"]], "Filename Format": [[9, "filename-format"]], "Channel number file format": [[9, "channel-number-file-format"]], "Paramerter file": [[9, "paramerter-file"]], "Component": [[9, "component"]], "Changelog": [[10, "changelog"]], "Request continuous waveform data from CSV catalog": [[12, "request-continuous-waveform-data-from-csv-catalog"]], "Request continous waveform data from obspy Catalog": [[13, "request-continous-waveform-data-from-obspy-catalog"]], "HinetPy": [[14, "hinetpy"]], "Features": [[14, "features"]], "A simple example": [[14, "a-simple-example"]], "Citation": [[14, "citation"]], "License": [[14, "license"], [16, "license"]], "Installation": [[15, "installation"]], "Prerequisites": [[15, "prerequisites"]], "Install HinetPy": [[15, "install-hinetpy"]], "Build win32tools": [[15, "build-win32tools"]], "Tutorial": [[17, "tutorial"]], "Data conversion": [[18, "data-conversion"]], "Extract Waveform Data": [[18, "extract-waveform-data"]], "Extract PZ": [[18, "extract-pz"]], "Get Catalog": [[19, "get-catalog"]], "Get arrival time catalog": [[19, "get-arrival-time-catalog"]], "Get focal mechanism catalog": [[19, "get-focal-mechanism-catalog"]], "Get continuous waveform": [[20, "get-continuous-waveform"]], "Basic Usage": [[20, "basic-usage"]], "Custom way": [[20, "custom-way"]], "Get Event Waveform": [[21, "get-event-waveform"]], "Get Started": [[22, "get-started"]], "Start python": [[22, "start-python"]], "Create a Client": [[22, "create-a-client"]], "Do checks": [[22, "do-checks"]], "Network Codes": [[22, "network-codes"]], "Stations": [[22, "stations"]]}, "indexentries": {"client (class in hinetpy.client)": [[1, "HinetPy.client.Client"]], "event (class in hinetpy.client)": [[1, "HinetPy.client.Event"]], "station (class in hinetpy.client)": [[1, "HinetPy.client.Station"]], "check_service_update() (hinetpy.client.client method)": [[1, "HinetPy.client.Client.check_service_update"]], "doctor() (hinetpy.client.client method)": [[1, "HinetPy.client.Client.doctor"]], "get_arrivaltime() (hinetpy.client.client method)": [[1, "HinetPy.client.Client.get_arrivaltime"]], "get_continuous_waveform() (hinetpy.client.client method)": [[1, "HinetPy.client.Client.get_continuous_waveform"]], "get_event_waveform() (hinetpy.client.client method)": [[1, "HinetPy.client.Client.get_event_waveform"]], "get_focalmechanism() (hinetpy.client.client method)": [[1, "HinetPy.client.Client.get_focalmechanism"]], "get_selected_stations() (hinetpy.client.client method)": [[1, "HinetPy.client.Client.get_selected_stations"]], "get_station_list() (hinetpy.client.client method)": [[1, "HinetPy.client.Client.get_station_list"]], "get_waveform() (hinetpy.client.client method)": [[1, "HinetPy.client.Client.get_waveform"]], "info() (hinetpy.client.client method)": [[1, "HinetPy.client.Client.info"]], "login() (hinetpy.client.client method)": [[1, "HinetPy.client.Client.login"]], "select_stations() (hinetpy.client.client method)": [[1, "HinetPy.client.Client.select_stations"]], "network (class in hinetpy.header)": [[2, "HinetPy.header.Network"]], "channels (hinetpy.header.network attribute)": [[2, "HinetPy.header.Network.channels"]], "name (hinetpy.header.network attribute)": [[2, "HinetPy.header.Network.name"]], "starttime (hinetpy.header.network attribute)": [[2, "HinetPy.header.Network.starttime"]], "url (hinetpy.header.network attribute)": [[2, "HinetPy.header.Network.url"]], "hinetpy.utils": [[3, "module-HinetPy.utils"]], "check_cmd_exists() (in module hinetpy.utils)": [[3, "HinetPy.utils.check_cmd_exists"]], "check_package_release() (in module hinetpy.utils)": [[3, "HinetPy.utils.check_package_release"]], "haversine() (in module hinetpy.utils)": [[3, "HinetPy.utils.haversine"]], "module": [[3, "module-HinetPy.utils"], [4, "module-HinetPy.win32"]], "point_inside_box() (in module hinetpy.utils)": [[3, "HinetPy.utils.point_inside_box"]], "point_inside_circular() (in module hinetpy.utils)": [[3, "HinetPy.utils.point_inside_circular"]], "split_integer() (in module hinetpy.utils)": [[3, "HinetPy.utils.split_integer"]], "to_datetime() (in module hinetpy.utils)": [[3, "HinetPy.utils.to_datetime"]], "channel (class in hinetpy.win32)": [[4, "HinetPy.win32.Channel"]], "hinetpy.win32": [[4, "module-HinetPy.win32"]], "extract_pz() (in module hinetpy.win32)": [[4, "HinetPy.win32.extract_pz"]], "extract_sac() (in module hinetpy.win32)": [[4, "HinetPy.win32.extract_sac"]], "extract_sacpz() (in module hinetpy.win32)": [[4, "HinetPy.win32.extract_sacpz"]], "merge() (in module hinetpy.win32)": [[4, "HinetPy.win32.merge"]], "read_ctable() (in module hinetpy.win32)": [[4, "HinetPy.win32.read_ctable"]], "write_sacpz() (hinetpy.win32.channel method)": [[4, "HinetPy.win32.Channel.write_sacpz"]]}}) \ No newline at end of file +Search.setIndex({"docnames": ["api", "api/HinetPy.client", "api/HinetPy.header", "api/HinetPy.utils", "api/HinetPy.win32", "appendix", "appendix/catwin32", "appendix/channeltable", "appendix/response", "appendix/win2sac", "changelog", "examples", "examples/example1", "examples/example2", "index", "installation", "license", "tutorial", "tutorial/conversion", "tutorial/get-catalog", "tutorial/get-continuous-waveform", "tutorial/get-event-waveform", "tutorial/get-started"], "filenames": ["api.rst", "api/HinetPy.client.rst", "api/HinetPy.header.rst", "api/HinetPy.utils.rst", "api/HinetPy.win32.rst", "appendix.rst", "appendix/catwin32.rst", "appendix/channeltable.rst", "appendix/response.rst", "appendix/win2sac.rst", "changelog.rst", "examples.rst", "examples/example1.rst", "examples/example2.rst", "index.rst", "installation.rst", "license.rst", "tutorial.rst", "tutorial/conversion.rst", "tutorial/get-catalog.rst", "tutorial/get-continuous-waveform.rst", "tutorial/get-event-waveform.rst", "tutorial/get-started.rst"], "titles": ["API Reference", "HinetPy.client module", "HinetPy.header module", "HinetPy.utils module", "HinetPy.win32 module", "Appendix", "catwin32", "Channel Table file", "Instrumental Response", "win2sac", "Changelog", "Examples", "Request continuous waveform data from CSV catalog", "Request continous waveform data from obspy Catalog", "HinetPy", "Installation", "License", "Tutorial", "Data conversion", "Get Catalog", "Get continuous waveform", "Get Event Waveform", "Get Started"], "terms": {"hinetpi": [0, 8, 12, 13, 18, 19, 20, 21, 22], "client": [0, 10, 12, 13, 14, 17, 19, 20, 21], "event": [0, 1, 10, 12, 13, 14, 16, 17], "station": [0, 1, 4, 7, 9, 10, 14, 17, 18], "win32": [0, 1, 6, 8, 9, 10, 12, 13, 14, 15, 18, 20], "channel": [0, 1, 2, 4, 5, 6, 8, 10, 14, 18, 20, 22], "extract_sac": [0, 4, 10, 12, 13, 14, 18], "extract_sacpz": [0, 4, 10, 14, 18], "extract_pz": [0, 4, 10], "read_ctabl": [0, 4, 10], "merg": [0, 1, 4, 6, 10, 16], "header": [0, 9, 10], "network": [0, 1, 2, 4, 9, 10, 14, 17, 18, 20], "util": [0, 1, 10], "split_integ": [0, 3], "point_inside_box": [0, 3], "haversin": [0, 3], "point_inside_circular": [0, 3], "to_datetim": [0, 3, 10], "check_cmd_exist": [0, 3, 10], "check_package_releas": [0, 3, 10], "class": [1, 2, 4, 22], "user": [1, 8, 15, 18, 20, 22], "none": [1, 3, 4], "password": [1, 10, 12, 13, 14, 15, 19, 20, 21, 22], "timeout": 1, "60": [1, 7, 20], "retri": 1, "3": [1, 3, 6, 7, 10, 12, 15, 18, 20, 22], "sleep_time_in_second": 1, "5": [1, 3, 7, 10, 12, 19, 20, 22], "max_sleep_count": 1, "30": [1, 3, 10, 12], "wrapper": 1, "request": [1, 10, 11, 14, 18, 20, 21, 22], "waveform": [1, 2, 4, 7, 8, 9, 10, 11, 14, 17, 22], "catalog": [1, 10, 11, 14, 17], "manipul": [1, 20], "paramet": [1, 3, 4, 8, 9, 10], "str": [1, 3, 4], "usernam": [1, 12, 13, 14, 19, 20, 21, 22], "hi": [1, 2, 4, 8, 10, 14, 15, 18, 19, 20, 22], "net": [1, 2, 4, 8, 10, 14, 15, 18, 19, 20, 22], "account": [1, 14, 15, 22], "float": [1, 3, 4], "time": [1, 2, 4, 6, 7, 10, 12, 13, 17, 20, 21, 22], "wait": [1, 14], "server": 1, "send": 1, "data": [1, 2, 4, 6, 8, 9, 10, 11, 14, 15, 17, 19, 20, 21, 22], "befor": [1, 4, 10], "give": 1, "up": [1, 4], "int": [1, 3, 4], "how": [1, 12, 14, 20], "mani": [1, 8, 9, 10], "fail": [1, 6, 10, 15], "sleep": 1, "between": [1, 3], "each": [1, 3, 8, 9, 22], "statu": 1, "check": [1, 3, 10, 17], "see": [1, 4, 8, 9, 14, 15, 20, 21, 22], "below": [1, 7, 9, 12, 15], "maximum": [1, 3, 4, 9, 10], "number": [1, 2, 3, 4, 6, 7, 22], "The": [1, 3, 4, 6, 8, 9, 10, 12, 14, 16, 18], "usus": [1, 8], "spend": 1, "10": [1, 7, 8, 10, 12, 20], "second": [1, 6], "prepar": 1, "after": [1, 8, 10, 15], "receiv": 1, "dure": [1, 4], "ar": [1, 4, 6, 8, 9, 15, 18, 20, 22], "NOT": [1, 4, 9, 16, 18, 22], "allow": [1, 10, 20], "post": 1, "anoth": [1, 10, 18], "so": [1, 4, 8, 10, 16], "have": [1, 4, 8, 18, 22], "until": 1, "i": [1, 2, 3, 4, 6, 7, 8, 9, 10, 12, 14, 15, 16, 20, 21, 22], "readi": 1, "everi": 1, "more": [1, 4, 6, 9, 20, 21, 22], "than": [1, 4, 8, 9, 10, 20], "If": [1, 4, 6, 8, 9, 14, 15, 18, 22], "still": [1, 9, 22], "most": [1, 9, 22], "like": [1, 4, 15], "mean": [1, 4, 22], "someth": 1, "goe": [1, 22], "wrong": [1, 10], "Then": 1, "you": [1, 4, 6, 8, 9, 14, 15, 18, 20, 21, 22], "don": 1, "t": [1, 9], "need": [1, 8, 9, 14, 15, 22], "modifi": [1, 8, 9, 16], "unless": [1, 4], "know": [1, 8, 22], "what": 1, "re": [1, 22], "do": [1, 4, 8, 16, 17], "from": [1, 2, 3, 4, 8, 9, 10, 11, 14, 16, 18, 19, 20, 21, 22], "import": [1, 2, 7, 8, 12, 13, 14, 18, 19, 20, 21, 22], "doctor": [1, 22], "doe": [1, 4, 10], "some": [1, 10], "thi": [1, 4, 6, 8, 9, 12, 14, 15, 16, 18, 20], "function": [1, 3, 4, 8, 10, 18], "ha": [1, 2, 3, 4, 8, 9, 18, 20, 22], "new": [1, 3, 8, 22], "releas": [1, 3, 10, 15, 22], "web": [1, 12, 22], "servic": [1, 12, 22], "updat": [1, 22], "catwin32": [1, 4, 5, 15, 22], "win2sac_32": [1, 4, 6, 8, 9, 15, 18, 22], "path": [1, 3, 9, 12, 13, 15, 22], "us": [1, 3, 4, 6, 7, 8, 9, 14, 15, 16, 18, 20, 22], "latest": [1, 15, 20, 22], "v0": [1, 21, 22], "x": [1, 9, 10], "full": 1, "home": [1, 15, 22], "bin": [1, 9, 14, 15, 22], "check_service_upd": 1, "2017": [1, 10, 12, 20, 22], "01": [1, 3, 10, 12, 13, 14, 20, 22], "00": [1, 7, 14, 20], "info": [1, 10, 20, 22], "code": [1, 2, 7, 9, 10, 14, 17, 21], "show": [1, 12, 14, 20], "inform": [1, 2, 4, 7, 9, 10, 18, 22], "0101": [1, 2, 12, 13, 14, 20, 22], "ni": [1, 2, 14, 15, 22], "0103": [1, 2, 22], "f": [1, 2, 4, 8, 10, 14, 18, 22], "broadband": [1, 2, 22], "0103a": [1, 2, 22], "strong": [1, 2, 22], "motion": [1, 2, 7, 22], "010501": [1, 22], "v": [1, 7, 8, 22], "tokachidak": [1, 22], "0703": [1, 22], "aomori": [1, 22], "prefectur": [1, 22], "govern": [1, 22], "0705": [1, 22], "shizuoka": [1, 22], "0801": [1, 22], "adep": [1, 22], "name": [1, 2, 3, 4, 6, 7, 9, 10, 15, 18, 20, 22], "starttim": [1, 2, 4, 12, 13, 20, 22], "20040401": [1, 22], "No": [1, 22], "2336": [1, 22], "get_arrivaltim": [1, 19], "startdat": [1, 19], "span": [1, 10], "filenam": [1, 4, 10, 18, 20], "o": [1, 6, 12, 13, 15], "get": [1, 15, 17], "jma": [1, 10, 19], "arriv": [1, 17], "datetim": [1, 3, 12, 13, 19, 20], "date": [1, 6], "start": [1, 2, 4, 9, 14, 17], "length": [1, 20], "dai": [1, 4], "file": [1, 4, 5, 6, 8, 10, 12, 14, 15, 16, 18, 20], "format": [1, 4, 6, 8, 10, 12, 14, 15, 18, 20], "unix": 1, "save": [1, 6, 9], "return": [1, 3, 4, 10], "type": [1, 3, 4, 8, 10, 22], "2010": [1, 3, 14, 19, 20], "1": [1, 3, 4, 6, 7, 8, 9, 10, 15, 18, 19, 20, 22], "measure_20100101_5": [1, 19], "txt": [1, 19], "arrivaltim": [1, 19], "get_continuous_waveform": [1, 10, 12, 13, 14, 20], "max_span": [1, 10], "ctabl": [1, 4, 12, 13, 14, 18, 20], "outdir": [1, 4, 9, 12, 13, 18, 20], "thread": [1, 10], "cleanup": 1, "true": [1, 3, 4, 12, 13], "continu": [1, 10, 11, 13, 14, 17], "detail": [1, 4, 8, 9, 22], "minut": [1, 14, 20], "sub": 1, "default": [1, 4, 6, 9, 10, 18, 20, 22], "determin": [1, 8], "automat": [1, 4, 10, 18], "download": [1, 4, 10, 14, 19, 22], "code_yyyymmddhhmm_span": 1, "cnt": [1, 4, 6, 9, 10, 14, 18, 20], "tabl": [1, 4, 5, 8, 9, 10, 14, 18, 20], "code_yyyymmdd": [1, 20], "ch": [1, 4, 9, 14, 18, 20], "specifi": [1, 3, 4, 9, 10, 18, 21, 22], "directori": [1, 4, 9, 10, 14, 15, 18, 20], "current": [1, 4, 9], "parallel": [1, 10], "bool": [1, 3, 4], "clean": 1, "one": [1, 4, 6, 7, 8, 9, 22], "timezon": [1, 12, 13], "all": [1, 2, 4, 6, 8, 9, 16, 18, 20, 22], "jst": [1, 2, 14, 20], "utc": [1, 2], "0900": [1, 2, 14, 20], "set": [1, 4, 6, 10, 20], "three": [1, 8, 20, 21], "limit": [1, 16, 20, 21, 22], "record_length": [1, 20], "min": [1, 20], "number_of_channel": [1, 20], "12000": [1, 20], "onli": [1, 4, 8, 9, 18, 20, 22], "150": [1, 3, 20, 22], "kept": [1, 4, 20], "For": [1, 4, 8, 15, 20, 22], "about": [1, 7, 8, 20, 22], "24000": 1, "acoord": 1, "2": [1, 6, 7, 8, 10, 20], "record": [1, 7, 20], "should": [1, 4, 8, 15, 20], "break": 1, "through": [1, 8], "split": [1, 3, 20], "long": [1, 20], "durat": 1, "sever": [1, 6, 14, 22], "short": [1, 20], "requst": 1, "work": [1, 4, 10, 14, 18, 22], "loop": [1, 12, 13], "over": [1, 12, 13], "id": [1, 4, 9, 10, 18], "base": [1, 12, 14], "extract": [1, 4, 8, 9, 10, 14, 17], "zip": 1, "them": [1, 8, 18, 22], "singl": 1, "6": [1, 7, 10, 12, 13, 21, 22], "sinc": [1, 4, 20, 21, 22], "01t05": 1, "35": 1, "201001010535": 1, "0101_201001010535_6": 1, "0101_20100101": [1, 4, 9, 14, 18, 20], "other": [1, 8, 9, 16, 20], "string": [1, 3, 10, 18], "also": [1, 4, 8, 9, 20, 21, 22], "support": [1, 9, 10, 20, 21, 22], "05": [1, 10, 20], "01t00": [1, 14, 20], "1440": 1, "25": 1, "0103_201001010000_1440": 1, "0103_20100101": 1, "get_event_waveform": [1, 10, 21], "endtim": [1, 13], "region": [1, 3, 10, 21, 22], "minmagnitud": [1, 13, 21], "0": [1, 3, 4, 7, 8, 9, 10, 12, 13, 20, 21, 22], "maxmagnitud": [1, 21], "9": [1, 7, 8, 10, 12, 13], "include_unknown_mag": [1, 10], "mindepth": [1, 21], "maxdepth": [1, 21], "minlatitud": [1, 3, 22], "maxlatitud": [1, 3, 22], "minlongitud": [1, 3, 22], "maxlongitud": [1, 3, 22], "latitud": [1, 3, 4, 7, 12, 22], "longitud": [1, 3, 4, 7, 10, 12, 22], "minradiu": [1, 3, 22], "maxradiu": [1, 3, 22], "valu": [1, 3, 4, 7, 8, 9, 10], "whole": [1, 22], "japan": 1, "hokkaido": [1, 2], "02": [1, 10], "tohoku": 1, "03": [1, 10, 13, 20], "kanto": 1, "04": [1, 10, 12, 20, 22], "chubu": 1, "kinki": 1, "06": [1, 10, 22], "chugoku": 1, "shikoku": 1, "07": [1, 7, 10], "kyushu": 1, "08": [1, 8, 10], "magnitud": [1, 12, 21], "larger": 1, "speicifi": 1, "minimum": [1, 3], "smaller": 1, "includ": [1, 15, 16], "exclud": 1, "undetermin": 1, "deeper": 1, "shallow": 1, "radiu": [1, 3], "search": 1, "within": 1, "degre": [1, 3, 7], "geograph": 1, "point": [1, 3, 4, 9], "defin": 1, "get_focalmechan": [1, 19], "focal": [1, 10, 17], "mechan": [1, 10, 17], "focal_20100101_5": 1, "get_selected_st": [1, 10], "queri": 1, "select": [1, 10, 14, 22], "It": [1, 4, 8, 9], "two": [1, 3, 6, 8, 15, 20, 22], "list": [1, 3, 4, 6, 9, 10, 18], "metadata": [1, 10], "len": 1, "16": [1, 7, 10, 22], "print": [1, 2, 6, 22], "n": [1, 4, 7, 9, 14, 18, 22], "wnnh": [1, 22], "45": [1, 3, 22], "4883": [1, 22], "141": [1, 22], "885": [1, 22], "159": [1, 22], "sfnh": [1, 22], "3346": [1, 22], "142": [1, 22], "1185": [1, 22], "81": [1, 22], "get_station_list": [1, 10, 22], "follow": [1, 6, 15, 16, 21], "": [1, 2, 4, 6, 7, 8, 9, 10, 12, 14, 15, 18, 22], "0120": [1, 2], "0120a": [1, 2], "meso": [1, 2, 10], "0131": [1, 2], "get_waveform": [1, 10], "kwarg": [1, 4], "deprec": [1, 4], "version": [1, 4, 15, 22], "instead": [1, 4], "login": [1, 10], "select_st": [1, 10, 22], "aakh": [1, 7, 22], "abnh": [1, 22], "box": [1, 3, 10, 21, 22], "40": [1, 3], "50": [1, 3, 20, 22], "140": [1, 3, 22], "circular": [1, 3, 10, 21, 22], "139": [1, 22], "evid": 1, "origin": [1, 12, 13], "depth": [1, 12, 21], "name_en": 1, "elev": 1, "url": 2, "an": [2, 3, 6, 7, 8, 9, 10, 12, 14, 15, 16], "object": 2, "contain": [2, 7, 9, 10, 18], "when": [2, 8, 9, 10], "avaiabl": 2, "homepag": [2, 22], "dict": 2, "avail": [2, 4, 8, 21], "websit": [2, 4, 8, 10, 15, 20, 22], "kei": [2, 10], "speed": [2, 4], "acceler": [2, 4, 7, 8], "0201": 2, "univers": 2, "maxn": 3, "integ": [3, 7], "evenli": 3, "size": 3, "chunk": 3, "interg": 3, "12": [3, 7, 8, 10, 12], "15": [3, 7, 20], "4": [3, 7, 8, 10, 12, 20, 21, 22], "insid": [3, 20], "130": [3, 22], "100": [3, 4], "fals": [3, 4], "300": 3, "lat1": 3, "lon1": 3, "lat2": 3, "lon2": 3, "calcul": [3, 8], "great": 3, "circl": 3, "distanc": 3, "earth": 3, "decim": 3, "formula": 3, "refer": 3, "http": [3, 8, 9, 15, 22], "stackoverflow": 3, "com": [3, 15], "4913653": 3, "7770208": 3, "224069629545902": 3, "20": [3, 8, 10, 12, 13, 14, 20], "70": [3, 7, 21], "53": 3, "57930271469817": 3, "center": 3, "52": [3, 12], "convert": [3, 4, 6, 8, 9, 10, 14, 18], "hard": 3, "wai": [3, 6, 17, 21], "A": [3, 7, 16], "201001010000": [3, 14, 20, 21], "01t03": 3, "cmd": 3, "command": [3, 4, 15], "exist": [3, 9, 10, 12, 13], "execut": 3, "whether": [3, 16], "process": [4, 8, 10, 14, 15, 22], "seismic": [4, 14, 22], "compon": [4, 7, 18], "unit": [4, 7, 8], "gain": [4, 8], "damp": [4, 7, 8], "period": [4, 7, 8], "preamplif": 4, "lsb_valu": 4, "initi": 4, "e": [4, 9, 14, 18, 22], "g": [4, 8, 9, 18, 22], "u": [4, 7, 9, 12, 14, 18], "m": [4, 7, 8, 9, 12, 13, 15], "rad": 4, "sensor": [4, 7, 8, 9], "sensit": [4, 7, 8, 9, 18], "constant": [4, 7, 8, 10], "natur": [4, 7, 8], "seismomet": [4, 7, 8], "lsb": [4, 7], "move": [4, 8, 10], "coil": [4, 8], "veloc": [4, 7, 8, 18], "instrument": [4, 5, 14, 18, 20, 22], "respons": [4, 5, 14, 18, 20, 22], "write_sacpz": [4, 10], "pzfile": 4, "keep_sensit": 4, "write": 4, "sac": [4, 6, 8, 9, 10, 14, 18], "polezero": [4, 10, 14, 18], "keep": 4, "suffix": [4, 18], "pmax": [4, 9, 10], "8640000": [4, 10], "filter_by_id": [4, 18], "filter_by_nam": [4, 18], "filter_by_compon": [4, 18], "with_sacpz": [4, 10, 12, 13], "call": 4, "win32tool": [4, 22], "packag": [4, 10, 14], "fomrat": 4, "can": [4, 6, 8, 9, 10, 14, 15, 18, 20, 21, 22], "alwai": [4, 8, 9, 10], "remov": [4, 8, 9, 10, 18], "multipli": [4, 8, 9], "0e9": [4, 8, 9, 18], "thu": [4, 8, 18, 20], "digit": [4, 9, 18], "count": [4, 8, 9, 18], "nm": [4, 8, 9, 18], "due": 4, "same": [4, 8], "reason": 4, "output": [4, 6, 7, 10, 18, 20], "longer": [4, 10], "hz": [4, 8], "sampl": [4, 8], "rate": [4, 7], "must": [4, 9, 10], "increas": [4, 9], "filter": [4, 10, 18], "wildcard": [4, 6, 10, 18], "aslo": 4, "pz": [4, 8, 10, 14, 17], "By": [4, 6], "sac_pz": [4, 8, 14, 18], "parallelli": 4, "cpu": 4, "7": [4, 7, 10, 12, 21, 22], "with_pz": [4, 10], "0101_201001010000_5": [4, 6], "20100101000": 4, "na": [4, 18], "ne": 4, "filter_by_chid": 4, "resp": [4, 8, 18], "program": 4, "convers": [4, 7, 14, 17], "gener": [4, 8, 15], "omit": [4, 8], "read": [4, 8, 9], "channl": [4, 9, 18], "total_data": 4, "force_sort": 4, "multipl": [4, 10], "larg": 4, "simpli": [4, 15], "concaten": 4, "order": [4, 6, 22], "thei": [4, 6, 18, 22], "pass": 4, "sort": [4, 6, 10], "being": 4, "your": [4, 8, 14, 15, 22], "201304040203": 4, "glob": [4, 6], "20130404": 4, "otherwis": [4, 16], "forc": 4, "howev": [4, 9], "veri": [4, 8], "consum": [4, 6], "necessari": 4, "ouput": [4, 8], "python": [4, 6, 10, 12, 14, 15, 17], "built": 4, "prefer": [4, 6, 22], "final": 4, "randomli": 4, "001": 4, "002": 4, "003": 4, "match": [4, 6, 18], "win2sac": [5, 15], "merger": 6, "file_1": 6, "file_2": 6, "file_n": 6, "ooutfil": 6, "outfil": 6, "h": [6, 8, 12, 13, 15], "input": [6, 7], "accept": [6, 18], "stdout": 6, "ommit": 6, "option": [6, 7, 21], "appear": 6, "argument": 6, "result": [6, 9], "error": [6, 10, 15], "solv": 6, "issu": [6, 10, 12, 13], "make": [6, 15, 22], "sure": [6, 15, 22], "first": [6, 10], "safer": 6, "20100101": 6, "channal": 6, "total": [6, 8, 22], "exampl": [7, 12, 20, 21], "6033": 7, "27": [7, 10, 22], "175": 7, "023e": 7, "36": [7, 10, 12, 22], "3726": 7, "137": 7, "9203": 7, "483": 7, "azuminoakashina": 7, "hexadecim": 7, "byte": 7, "flag": 7, "delai": 7, "circuit": 7, "reduct": 7, "ratio": [7, 9], "monitor": 7, "express": [7, 16], "expon": 7, "power": 7, "quantiz": 7, "bit": [7, 22], "d": [7, 8, 12, 13], "8": [7, 8, 10, 14, 15], "where": [7, 8], "provid": [7, 8, 15, 16, 18, 19, 22], "column": [7, 8], "mk": 7, "system": [7, 9], "displac": 7, "11": [7, 8, 10, 20, 22], "amplif": [7, 8], "factor": [7, 8], "appli": 7, "prior": [7, 8], "db": [7, 8], "13": [7, 8, 10, 12, 15, 22], "width": 7, "k": 7, "14": [7, 22], "posit": 7, "indic": 7, "north": 7, "east": 7, "height": 7, "17": [7, 10, 20], "correct": [7, 8], "p": [7, 9], "wave": 7, "18": [7, 10], "19": [7, 8, 10, 12], "its": 8, "transfer": 8, "laplac": 8, "domain": 8, "given": 8, "frac": 8, "2hw": 8, "w": 8, "unit_of_input": 8, "angular": 8, "frequenc": 8, "root": 8, "numer": 8, "denomin": 8, "correspond": [8, 9, 14], "zero": [8, 10], "pole": 8, "respect": 8, "a0": 8, "normal": 8, "invers": 8, "absolut": 8, "abov": [8, 15, 16, 20, 22], "equat": 8, "except": [8, 10], "f_n": 8, "easi": 8, "pi": 8, "amplifi": 8, "accord": 8, "definit": 8, "decibel": 8, "field": [8, 12], "quantiti": [8, 9], "l_": 8, "log": [8, 9], "_": 8, "left": 8, "f_": 8, "right": [8, 16, 22], "mathrm": 8, "meter": [8, 9], "nanomet": [8, 9], "sensivit": 8, "my": 8, "question": 8, "am": 8, "confus": 8, "even": 8, "look": 8, "page": 8, "In": [8, 15, 22], "regist": [8, 15], "observ": [8, 18], "equip": [8, 18], "seem": [8, 22], "rewrit": 8, "confirm": 8, "understand": [8, 22], "which": [8, 22], "At": 8, "line": [8, 9, 10, 15], "999953": 8, "faq": [8, 18], "q08": [8, 18], "physic": [8, 9], "want": [8, 9, 15, 18, 22], "answer": 8, "purpos": [8, 16], "wrote": 8, "explan": 8, "assum": 8, "chang": [8, 10, 15], "strictli": 8, "speak": 8, "depend": [8, 10], "literatur": 8, "scherbaum": 8, "Of": 8, "fundament": 8, "seismologi": 8, "kluwer": 8, "academ": 8, "publish": [8, 16], "1996": 8, "chapter": 8, "explain": 8, "a08": 8, "note": 8, "measur": 8, "www": [8, 22], "hinet": [8, 22], "bosai": [8, 9, 22], "go": [8, 9, 22], "jp": [8, 9, 22], "lang": [8, 9], "en": [8, 9], "pleas": [8, 14], "seed": [8, 18], "manual": [8, 22], "further": 8, "fdsn": [8, 13], "org": 8, "public": [8, 10], "htm": 8, "iri": [8, 12, 13], "edu": 8, "sincer": 8, "binari": 9, "ascii": 9, "winfil": 9, "ch_no": 9, "sacfil": 9, "prmfile": 9, "y": [9, 12, 13], "b": 9, "asc": 9, "r": 9, "3345": 9, "separ": 9, "comma": 9, "3f65": 9, "4f75": 9, "extens": 9, "win": 9, "prm": 9, "wild": 9, "organ": [9, 22], "endian": 9, "machin": 9, "big": 9, "2000000": 9, "2000082404000101vm": 9, "4c55": 9, "4c65": 9, "junk": 9, "qualiti": 9, "raw": 9, "micro": 9, "radian": 9, "nabc": [9, 18], "comment": 9, "skip": [9, 10, 12, 13], "blank": [9, 10], "space": 9, "tab": 9, "2000": 9, "charact": [9, 10], "6034": 9, "6035": 9, "6036": 9, "ignor": 9, "6038": 9, "6039": 9, "featur": 9, "mai": [9, 15], "loss": 9, "exit": [9, 13], "ani": [9, 16], "doesn": 9, "feartur": 9, "386": 9, "s4win2sacm": 9, "c": [9, 15, 16], "fprintf": 9, "stderr": 9, "sysch": 9, "iret": 9, "run": [9, 15, 22], "2nd": 9, "4th": 9, "four": [9, 20], "pick": 9, "useless": 9, "case": [9, 15, 22], "written": 9, "variabl": 9, "cpmaz": 9, "cmpinc": 9, "z": 9, "cmpaz": 9, "90": 9, "azimuth": 9, "accur": 9, "hinetwww11": 9, "auth": 9, "direc": 9, "xxxx": 10, "xx": 10, "hack": 10, "solut": 10, "ssl": 10, "connect": [10, 16], "well": 10, "urllib3": 10, "v2": 10, "drop": 10, "2022": 10, "fix": 10, "bug": 10, "incorrect": 10, "65": 10, "now": [10, 14, 20, 22], "refactor": 10, "_channel2pz": 10, "_write_pz": 10, "_get_channel": 10, "extrac_sacpz": 10, "renam": 10, "extrac_pz": 10, "sslerror": 10, "dh_key_too_smal": 10, "dh": 10, "too": 10, "small": [10, 18], "2021": 10, "invalid": 10, "2020": 10, "improv": 10, "style": 10, "test": 10, "ci": 10, "cannot": [10, 22], "2019": [10, 22], "dampl": 10, "24": 10, "23": 10, "captur": 10, "caus": 10, "22": [10, 12, 22], "string2datetim": 10, "rectangular": 10, "2018": 10, "typo": 10, "longtitud": 10, "21": [10, 12, 22], "failur": 10, "open": [10, 12], "technic": 10, "relat": 10, "add": 10, "chines": 10, "document": [10, 14, 16], "tempfil": 10, "speedup": [10, 14], "multi": 10, "help": [10, 22], "get_": 10, "startim": 10, "differ": [10, 14, 18, 20], "py": 10, "check_module_releas": 10, "deep": 10, "avoid": [10, 12, 13], "pypi": 10, "rewritten": 10, "2016": 10, "hinetdoctor": 10, "hinetcontrequest": 10, "stationselector": 10, "hinetjmarequest": 10, "rdhinet": 10, "ch2pz": 10, "csv": 11, "contin": 11, "obspi": 11, "obtain": [12, 16], "eventid": 12, "km": 12, "author": [12, 16], "contributor": 12, "contributorid": 12, "magtyp": 12, "magauthor": 12, "eventlocationnam": 12, "9993759": 12, "22t04": 12, "2145": 12, "155": 12, "1442": 12, "135": 12, "pt": 12, "neic": 12, "pde": 12, "us10007uph": 12, "pt17022050": 12, "at00ok5z6p": 12, "mww": 12, "solomon": 12, "island": 12, "9993037": 12, "19t23": 12, "3433": 12, "161": 12, "318": 12, "us10007u7n": 12, "at00ok1ura": 12, "pt17019050": 12, "9953968": 12, "10t06": 12, "47": [12, 20, 22], "4634": 12, "122": 12, "575": 12, "612": 12, "71": 12, "us10007s9c": 12, "at00ojjvz0": 12, "celeb": 12, "sea": 12, "9951821": 12, "03t21": 12, "3542": 12, "176": 12, "058": 12, "us10007pj6": 12, "at00oj84rf": 12, "pt17003051": 12, "south": 12, "OF": [12, 16], "fiji": 12, "script": [12, 22], "timedelta": [12, 13], "csvfile": 12, "reader": 12, "dictread": 12, "delimit": 12, "fieldnam": 12, "strip": 12, "row": 12, "strptime": 12, "dt": 12, "hour": [12, 13], "deal": [12, 13, 16, 22], "strftime": [12, 13], "alreadi": [12, 13], "overwrit": [12, 13], "utcdatetim": 13, "fdsnclient": 13, "2005": 13, "get_ev": 13, "isc": 13, "sourc": 14, "\u4e2d\u6587\u6587\u6863": 14, "criteria": 14, "multithread": 14, "here": 14, "usr": 14, "env": 14, "utf": 14, "access": [14, 22], "let": [14, 22], "try": [14, 22], "intern": 14, "gmt": [14, 20], "usual": 14, "take": 14, "few": [14, 22], "0101_201001010000_20": [14, 18, 20], "plaintext": 14, "nguh": 14, "nnmh": 14, "find": 14, "consid": 14, "cite": 14, "via": [14, 21], "project": 14, "under": 14, "term": 14, "mit": [14, 16], "To": 15, "instruct": 15, "stabl": 15, "pip": 15, "Or": 15, "develop": 15, "unstabl": 15, "git": 15, "clone": 15, "github": 15, "seisman": 15, "cd": 15, "uninstal": 15, "just": 15, "collect": 15, "tool": 15, "tar": 15, "xvf": 15, "gz": 15, "maco": 15, "fatal": 15, "s4read_data": 15, "malloc": 15, "found": 15, "stdlib": 15, "src": 15, "successfulli": 15, "copi": [15, 16], "cp": 15, "copyright": [16, 22], "2014": 16, "2024": 16, "dongdong": 16, "tian": 16, "permiss": 16, "herebi": 16, "grant": 16, "free": 16, "charg": 16, "person": 16, "softwar": 16, "associ": 16, "without": 16, "restrict": 16, "distribut": 16, "sublicens": 16, "sell": 16, "permit": 16, "whom": 16, "furnish": 16, "subject": 16, "condit": 16, "notic": 16, "shall": 16, "substanti": 16, "portion": 16, "THE": 16, "AS": 16, "warranti": 16, "kind": 16, "OR": 16, "impli": 16, "BUT": 16, "TO": 16, "merchant": 16, "fit": 16, "FOR": 16, "particular": 16, "AND": 16, "noninfring": 16, "IN": 16, "NO": 16, "holder": 16, "BE": 16, "liabl": 16, "claim": 16, "damag": 16, "liabil": 16, "action": 16, "contract": 16, "tort": 16, "aris": 16, "out": 16, "WITH": 16, "creat": 17, "basic": 17, "usag": 17, "custom": [17, 22], "multipi": 18, "accelar": 18, "subset": 18, "3e83": 18, "3e84": 18, "3e85": 18, "whose": 18, "vertic": 18, "highli": [18, 22], "recommend": [18, 22], "fnetpi": [18, 22], "sacpz": 18, "mecha_20100101_5": 19, "tutori": 20, "46": [20, 22], "41": 20, "l": 20, "common": 20, "flexibl": 20, "we": [20, 22], "code_yyyymmddhhmm_length": 20, "aka": 20, "similar": 20, "2350": 20, "subrequest": 20, "both": 20, "simpl": 21, "rang": 21, "201001020000": 21, "recommand": 22, "thing": 22, "least": 22, "procedur": 22, "unfriend": 22, "ipython": 22, "anaconda": 22, "64": 22, "feb": 22, "gcc": 22, "20120313": 22, "red": 22, "hat": 22, "linux": 22, "credit": 22, "licens": 22, "method": 22, "own": 22, "our": 22, "everyth": 22, "congratul": 22, "And": 22, "ok": 22, "uniqu": 22, "010502": 22, "tarumaesan": 22, "0701": 22, "tokyo": 22, "metropolitan": 22, "0702": 22, "hot": 22, "spring": 22, "research": 22, "institut": 22, "kanagawa": 22, "2004": 22, "780": 22, "correctli": 22, "quick": 22, "view": 22, "wnwh": 22, "2531": 22, "6334": 22, "wneh": 22, "2303": 22, "8806": 22, "174": 22, "sfsh": 22, "2163": 22, "2254": 22, "96": 22, "lot": 22, "interfac": 22, "dynam": 22}, "objects": {"HinetPy.client": [[1, 0, 1, "", "Client"], [1, 0, 1, "", "Event"], [1, 0, 1, "", "Station"]], "HinetPy.client.Client": [[1, 1, 1, "", "check_service_update"], [1, 1, 1, "", "doctor"], [1, 1, 1, "", "get_arrivaltime"], [1, 1, 1, "", "get_continuous_waveform"], [1, 1, 1, "", "get_event_waveform"], [1, 1, 1, "", "get_focalmechanism"], [1, 1, 1, "", "get_selected_stations"], [1, 1, 1, "", "get_station_list"], [1, 1, 1, "", "get_waveform"], [1, 1, 1, "", "info"], [1, 1, 1, "", "login"], [1, 1, 1, "", "select_stations"]], "HinetPy.header": [[2, 0, 1, "", "Network"]], "HinetPy.header.Network": [[2, 2, 1, "", "channels"], [2, 2, 1, "", "name"], [2, 2, 1, "", "starttime"], [2, 2, 1, "", "url"]], "HinetPy": [[3, 3, 0, "-", "utils"], [4, 3, 0, "-", "win32"]], "HinetPy.utils": [[3, 4, 1, "", "check_cmd_exists"], [3, 4, 1, "", "check_package_release"], [3, 4, 1, "", "haversine"], [3, 4, 1, "", "point_inside_box"], [3, 4, 1, "", "point_inside_circular"], [3, 4, 1, "", "split_integer"], [3, 4, 1, "", "to_datetime"]], "HinetPy.win32": [[4, 0, 1, "", "Channel"], [4, 4, 1, "", "extract_pz"], [4, 4, 1, "", "extract_sac"], [4, 4, 1, "", "extract_sacpz"], [4, 4, 1, "", "merge"], [4, 4, 1, "", "read_ctable"]], "HinetPy.win32.Channel": [[4, 1, 1, "", "write_sacpz"]]}, "objtypes": {"0": "py:class", "1": "py:method", "2": "py:attribute", "3": "py:module", "4": "py:function"}, "objnames": {"0": ["py", "class", "Python class"], "1": ["py", "method", "Python method"], "2": ["py", "attribute", "Python attribute"], "3": ["py", "module", "Python module"], "4": ["py", "function", "Python function"]}, "titleterms": {"api": 0, "refer": 0, "modul": [0, 1, 2, 3, 4], "hinetpi": [1, 2, 3, 4, 14, 15], "client": [1, 22], "note": [1, 4, 9], "exampl": [1, 3, 4, 6, 9, 11, 14], "header": 2, "util": 3, "win32": 4, "appendix": 5, "catwin32": 6, "usag": [6, 9, 20], "channel": [7, 9], "tabl": 7, "file": [7, 9], "instrument": 8, "respons": 8, "input": 8, "analog": 8, "stage": 8, "preamplif": 8, "digit": 8, "convers": [8, 18], "summari": 8, "q": 8, "A": [8, 14], "win2sac": 9, "output": 9, "unit": 9, "filenam": 9, "format": 9, "number": 9, "paramert": 9, "compon": 9, "changelog": 10, "request": [12, 13], "continu": [12, 20], "waveform": [12, 13, 18, 20, 21], "data": [12, 13, 18], "from": [12, 13], "csv": 12, "catalog": [12, 13, 19], "contin": 13, "obspi": 13, "featur": 14, "simpl": 14, "citat": 14, "licens": [14, 16], "instal": 15, "prerequisit": 15, "build": 15, "win32tool": 15, "tutori": 17, "extract": 18, "pz": 18, "get": [19, 20, 21, 22], "arriv": 19, "time": 19, "focal": 19, "mechan": 19, "basic": 20, "custom": 20, "wai": 20, "event": 21, "start": 22, "python": 22, "creat": 22, "do": 22, "check": 22, "network": 22, "code": 22, "station": 22}, "envversion": {"sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx": 60}, "alltitles": {"API Reference": [[0, "api-reference"]], "Modules:": [[0, null]], "HinetPy.client module": [[1, "hinetpy-client-module"]], "Notes": [[1, null], [1, null], [4, null], [9, "notes"]], "Examples": [[1, null], [1, null], [1, null], [1, null], [1, null], [1, null], [1, null], [1, null], [3, null], [3, null], [3, null], [3, null], [4, null], [4, null], [4, null], [6, "examples"], [9, "examples"], [11, "examples"]], "HinetPy.header module": [[2, "hinetpy-header-module"]], "HinetPy.utils module": [[3, "module-HinetPy.utils"]], "HinetPy.win32 module": [[4, "module-HinetPy.win32"]], "Appendix": [[5, "appendix"]], "catwin32": [[6, "catwin32"]], "Usage": [[6, "usage"], [9, "usage"]], "Channel Table file": [[7, "channel-table-file"]], "Instrumental Response": [[8, "instrumental-response"]], "Input": [[8, "input"]], "Analog Stage": [[8, "analog-stage"]], "Preamplification": [[8, "preamplification"]], "Analog-Digital Conversion": [[8, "analog-digital-conversion"]], "Digital Stage": [[8, "digital-stage"]], "Summary": [[8, "summary"]], "Q&A": [[8, "q-a"]], "win2sac": [[9, "win2sac"]], "Output Unit": [[9, "output-unit"]], "Filename Format": [[9, "filename-format"]], "Channel number file format": [[9, "channel-number-file-format"]], "Paramerter file": [[9, "paramerter-file"]], "Component": [[9, "component"]], "Changelog": [[10, "changelog"]], "Request continuous waveform data from CSV catalog": [[12, "request-continuous-waveform-data-from-csv-catalog"]], "Request continous waveform data from obspy Catalog": [[13, "request-continous-waveform-data-from-obspy-catalog"]], "HinetPy": [[14, "hinetpy"]], "Features": [[14, "features"]], "A simple example": [[14, "a-simple-example"]], "Citation": [[14, "citation"]], "License": [[14, "license"], [16, "license"]], "Installation": [[15, "installation"]], "Prerequisites": [[15, "prerequisites"]], "Install HinetPy": [[15, "install-hinetpy"]], "Build win32tools": [[15, "build-win32tools"]], "Tutorial": [[17, "tutorial"]], "Data conversion": [[18, "data-conversion"]], "Extract Waveform Data": [[18, "extract-waveform-data"]], "Extract PZ": [[18, "extract-pz"]], "Get Catalog": [[19, "get-catalog"]], "Get arrival time catalog": [[19, "get-arrival-time-catalog"]], "Get focal mechanism catalog": [[19, "get-focal-mechanism-catalog"]], "Get continuous waveform": [[20, "get-continuous-waveform"]], "Basic Usage": [[20, "basic-usage"]], "Custom way": [[20, "custom-way"]], "Get Event Waveform": [[21, "get-event-waveform"]], "Get Started": [[22, "get-started"]], "Start python": [[22, "start-python"]], "Create a Client": [[22, "create-a-client"]], "Do checks": [[22, "do-checks"]], "Network Codes": [[22, "network-codes"]], "Stations": [[22, "stations"]]}, "indexentries": {"client (class in hinetpy.client)": [[1, "HinetPy.client.Client"]], "event (class in hinetpy.client)": [[1, "HinetPy.client.Event"]], "station (class in hinetpy.client)": [[1, "HinetPy.client.Station"]], "check_service_update() (hinetpy.client.client method)": [[1, "HinetPy.client.Client.check_service_update"]], "doctor() (hinetpy.client.client method)": [[1, "HinetPy.client.Client.doctor"]], "get_arrivaltime() (hinetpy.client.client method)": [[1, "HinetPy.client.Client.get_arrivaltime"]], "get_continuous_waveform() (hinetpy.client.client method)": [[1, "HinetPy.client.Client.get_continuous_waveform"]], "get_event_waveform() (hinetpy.client.client method)": [[1, "HinetPy.client.Client.get_event_waveform"]], "get_focalmechanism() (hinetpy.client.client method)": [[1, "HinetPy.client.Client.get_focalmechanism"]], "get_selected_stations() (hinetpy.client.client method)": [[1, "HinetPy.client.Client.get_selected_stations"]], "get_station_list() (hinetpy.client.client method)": [[1, "HinetPy.client.Client.get_station_list"]], "get_waveform() (hinetpy.client.client method)": [[1, "HinetPy.client.Client.get_waveform"]], "info() (hinetpy.client.client method)": [[1, "HinetPy.client.Client.info"]], "login() (hinetpy.client.client method)": [[1, "HinetPy.client.Client.login"]], "select_stations() (hinetpy.client.client method)": [[1, "HinetPy.client.Client.select_stations"]], "network (class in hinetpy.header)": [[2, "HinetPy.header.Network"]], "channels (hinetpy.header.network attribute)": [[2, "HinetPy.header.Network.channels"]], "name (hinetpy.header.network attribute)": [[2, "HinetPy.header.Network.name"]], "starttime (hinetpy.header.network attribute)": [[2, "HinetPy.header.Network.starttime"]], "url (hinetpy.header.network attribute)": [[2, "HinetPy.header.Network.url"]], "hinetpy.utils": [[3, "module-HinetPy.utils"]], "check_cmd_exists() (in module hinetpy.utils)": [[3, "HinetPy.utils.check_cmd_exists"]], "check_package_release() (in module hinetpy.utils)": [[3, "HinetPy.utils.check_package_release"]], "haversine() (in module hinetpy.utils)": [[3, "HinetPy.utils.haversine"]], "module": [[3, "module-HinetPy.utils"], [4, "module-HinetPy.win32"]], "point_inside_box() (in module hinetpy.utils)": [[3, "HinetPy.utils.point_inside_box"]], "point_inside_circular() (in module hinetpy.utils)": [[3, "HinetPy.utils.point_inside_circular"]], "split_integer() (in module hinetpy.utils)": [[3, "HinetPy.utils.split_integer"]], "to_datetime() (in module hinetpy.utils)": [[3, "HinetPy.utils.to_datetime"]], "channel (class in hinetpy.win32)": [[4, "HinetPy.win32.Channel"]], "hinetpy.win32": [[4, "module-HinetPy.win32"]], "extract_pz() (in module hinetpy.win32)": [[4, "HinetPy.win32.extract_pz"]], "extract_sac() (in module hinetpy.win32)": [[4, "HinetPy.win32.extract_sac"]], "extract_sacpz() (in module hinetpy.win32)": [[4, "HinetPy.win32.extract_sacpz"]], "merge() (in module hinetpy.win32)": [[4, "HinetPy.win32.merge"]], "read_ctable() (in module hinetpy.win32)": [[4, "HinetPy.win32.read_ctable"]], "write_sacpz() (hinetpy.win32.channel method)": [[4, "HinetPy.win32.Channel.write_sacpz"]]}}) \ No newline at end of file diff --git a/tutorial.html b/tutorial.html index 0245fe01..1b531e73 100644 --- a/tutorial.html +++ b/tutorial.html @@ -4,7 +4,7 @@ - Tutorial — HinetPy v0.7.2.dev29+g31d2876 documentation + Tutorial — HinetPy v0.7.2.dev30+g194f9fd documentation @@ -15,7 +15,7 @@ - + @@ -37,7 +37,7 @@ HinetPy
- v0.7.2.dev29+g31d2876 + v0.7.2.dev30+g194f9fd
diff --git a/tutorial/conversion.html b/tutorial/conversion.html index 8079c184..bc5ec9f0 100644 --- a/tutorial/conversion.html +++ b/tutorial/conversion.html @@ -4,7 +4,7 @@ - Data conversion — HinetPy v0.7.2.dev29+g31d2876 documentation + Data conversion — HinetPy v0.7.2.dev30+g194f9fd documentation @@ -15,7 +15,7 @@ - + @@ -37,7 +37,7 @@ HinetPy
- v0.7.2.dev29+g31d2876 + v0.7.2.dev30+g194f9fd
diff --git a/tutorial/get-catalog.html b/tutorial/get-catalog.html index c02a338e..d716de3c 100644 --- a/tutorial/get-catalog.html +++ b/tutorial/get-catalog.html @@ -4,7 +4,7 @@ - Get Catalog — HinetPy v0.7.2.dev29+g31d2876 documentation + Get Catalog — HinetPy v0.7.2.dev30+g194f9fd documentation @@ -15,7 +15,7 @@ - + @@ -37,7 +37,7 @@ HinetPy
- v0.7.2.dev29+g31d2876 + v0.7.2.dev30+g194f9fd
diff --git a/tutorial/get-continuous-waveform.html b/tutorial/get-continuous-waveform.html index bec6403c..6e079b47 100644 --- a/tutorial/get-continuous-waveform.html +++ b/tutorial/get-continuous-waveform.html @@ -4,7 +4,7 @@ - Get continuous waveform — HinetPy v0.7.2.dev29+g31d2876 documentation + Get continuous waveform — HinetPy v0.7.2.dev30+g194f9fd documentation @@ -15,7 +15,7 @@ - + @@ -37,7 +37,7 @@ HinetPy
- v0.7.2.dev29+g31d2876 + v0.7.2.dev30+g194f9fd
diff --git a/tutorial/get-event-waveform.html b/tutorial/get-event-waveform.html index aaa2f496..c9c6ebf0 100644 --- a/tutorial/get-event-waveform.html +++ b/tutorial/get-event-waveform.html @@ -4,7 +4,7 @@ - Get Event Waveform — HinetPy v0.7.2.dev29+g31d2876 documentation + Get Event Waveform — HinetPy v0.7.2.dev30+g194f9fd documentation @@ -15,7 +15,7 @@ - + @@ -37,7 +37,7 @@ HinetPy
- v0.7.2.dev29+g31d2876 + v0.7.2.dev30+g194f9fd
diff --git a/tutorial/get-started.html b/tutorial/get-started.html index 385bc605..00172996 100644 --- a/tutorial/get-started.html +++ b/tutorial/get-started.html @@ -4,7 +4,7 @@ - Get Started — HinetPy v0.7.2.dev29+g31d2876 documentation + Get Started — HinetPy v0.7.2.dev30+g194f9fd documentation @@ -15,7 +15,7 @@ - + @@ -37,7 +37,7 @@ HinetPy
- v0.7.2.dev29+g31d2876 + v0.7.2.dev30+g194f9fd
diff --git a/zh_CN/.buildinfo b/zh_CN/.buildinfo index c7ef78d6..b284086c 100644 --- a/zh_CN/.buildinfo +++ b/zh_CN/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: a48ae709689b88d30e38ec6d19db468e +config: ad0978a6e082759e85fd45900925069c tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/zh_CN/_sources/changelog.rst.txt b/zh_CN/_sources/changelog.rst.txt index 92f79d48..906916dd 100644 --- a/zh_CN/_sources/changelog.rst.txt +++ b/zh_CN/_sources/changelog.rst.txt @@ -3,6 +3,7 @@ Changelog 0.7.2 (XXXX-XX-XX) - Remove the hacking solution for SSL connection issue so it works well with urllib3 v2.x +- Drop support for Python 3.7. 0.7.1 (2022-07-08): - Fix bugs in `get_event_waveform` diff --git a/zh_CN/_sources/installation.rst.txt b/zh_CN/_sources/installation.rst.txt index 45462197..2cf7e220 100644 --- a/zh_CN/_sources/installation.rst.txt +++ b/zh_CN/_sources/installation.rst.txt @@ -6,7 +6,7 @@ Prerequisites To use HinetPy, you need: -- Python >= 3.7 +- Python >= 3.8 - win32tools provided by NIED Hi-net (see below for install instructions) - a Hi-net account (register on Hi-net website to get your user name and password) @@ -21,7 +21,7 @@ Or install the **developing/unstable** version:: git clone https://github.com/seisman/HinetPy cd HinetPy - python setup.py install + python -m pip install . If you want to uninstall HinetPy, just run:: diff --git a/zh_CN/_static/documentation_options.js b/zh_CN/_static/documentation_options.js index 94c83890..5d71a0aa 100644 --- a/zh_CN/_static/documentation_options.js +++ b/zh_CN/_static/documentation_options.js @@ -1,5 +1,5 @@ const DOCUMENTATION_OPTIONS = { - VERSION: 'v0.7.2.dev29+g31d2876', + VERSION: 'v0.7.2.dev30+g194f9fd', LANGUAGE: 'zh-CN', COLLAPSE_INDEX: false, BUILDER: 'html', diff --git a/zh_CN/api.html b/zh_CN/api.html index f42d62ca..bf7493aa 100644 --- a/zh_CN/api.html +++ b/zh_CN/api.html @@ -4,7 +4,7 @@ - API参考 — HinetPy v0.7.2.dev29+g31d2876 文档 + API参考 — HinetPy v0.7.2.dev30+g194f9fd 文档 @@ -15,7 +15,7 @@ - + @@ -38,7 +38,7 @@ HinetPy
- v0.7.2.dev29+g31d2876 + v0.7.2.dev30+g194f9fd
diff --git a/zh_CN/api/HinetPy.client.html b/zh_CN/api/HinetPy.client.html index d2df4f05..4e730211 100644 --- a/zh_CN/api/HinetPy.client.html +++ b/zh_CN/api/HinetPy.client.html @@ -4,7 +4,7 @@ - HinetPy.client 模块 — HinetPy v0.7.2.dev29+g31d2876 文档 + HinetPy.client 模块 — HinetPy v0.7.2.dev30+g194f9fd 文档 @@ -15,7 +15,7 @@ - + @@ -38,7 +38,7 @@ HinetPy
- v0.7.2.dev29+g31d2876 + v0.7.2.dev30+g194f9fd
diff --git a/zh_CN/api/HinetPy.header.html b/zh_CN/api/HinetPy.header.html index a5a1c997..ea85fc73 100644 --- a/zh_CN/api/HinetPy.header.html +++ b/zh_CN/api/HinetPy.header.html @@ -4,7 +4,7 @@ - HinetPy.header模块 — HinetPy v0.7.2.dev29+g31d2876 文档 + HinetPy.header模块 — HinetPy v0.7.2.dev30+g194f9fd 文档 @@ -15,7 +15,7 @@ - + @@ -38,7 +38,7 @@ HinetPy
- v0.7.2.dev29+g31d2876 + v0.7.2.dev30+g194f9fd
diff --git a/zh_CN/api/HinetPy.utils.html b/zh_CN/api/HinetPy.utils.html index c47c7092..6ea8fc63 100644 --- a/zh_CN/api/HinetPy.utils.html +++ b/zh_CN/api/HinetPy.utils.html @@ -4,7 +4,7 @@ - HinetPy.utils 模块 — HinetPy v0.7.2.dev29+g31d2876 文档 + HinetPy.utils 模块 — HinetPy v0.7.2.dev30+g194f9fd 文档 @@ -15,7 +15,7 @@ - + @@ -38,7 +38,7 @@ HinetPy
- v0.7.2.dev29+g31d2876 + v0.7.2.dev30+g194f9fd
diff --git a/zh_CN/api/HinetPy.win32.html b/zh_CN/api/HinetPy.win32.html index 7f7f1063..3bedab3a 100644 --- a/zh_CN/api/HinetPy.win32.html +++ b/zh_CN/api/HinetPy.win32.html @@ -4,7 +4,7 @@ - HinetPy.win32 模块 — HinetPy v0.7.2.dev29+g31d2876 文档 + HinetPy.win32 模块 — HinetPy v0.7.2.dev30+g194f9fd 文档 @@ -15,7 +15,7 @@ - + @@ -38,7 +38,7 @@ HinetPy
- v0.7.2.dev29+g31d2876 + v0.7.2.dev30+g194f9fd
diff --git a/zh_CN/appendix.html b/zh_CN/appendix.html index 17969d46..38812ef5 100644 --- a/zh_CN/appendix.html +++ b/zh_CN/appendix.html @@ -4,7 +4,7 @@ - 附录 — HinetPy v0.7.2.dev29+g31d2876 文档 + 附录 — HinetPy v0.7.2.dev30+g194f9fd 文档 @@ -15,7 +15,7 @@ - + @@ -38,7 +38,7 @@ HinetPy
- v0.7.2.dev29+g31d2876 + v0.7.2.dev30+g194f9fd
diff --git a/zh_CN/appendix/catwin32.html b/zh_CN/appendix/catwin32.html index 718f00a3..4b65f59f 100644 --- a/zh_CN/appendix/catwin32.html +++ b/zh_CN/appendix/catwin32.html @@ -4,7 +4,7 @@ - catwin32 — HinetPy v0.7.2.dev29+g31d2876 文档 + catwin32 — HinetPy v0.7.2.dev30+g194f9fd 文档 @@ -15,7 +15,7 @@ - + @@ -38,7 +38,7 @@ HinetPy
- v0.7.2.dev29+g31d2876 + v0.7.2.dev30+g194f9fd
diff --git a/zh_CN/appendix/channeltable.html b/zh_CN/appendix/channeltable.html index 398f0e24..55ec3217 100644 --- a/zh_CN/appendix/channeltable.html +++ b/zh_CN/appendix/channeltable.html @@ -4,7 +4,7 @@ - 通道表文件 — HinetPy v0.7.2.dev29+g31d2876 文档 + 通道表文件 — HinetPy v0.7.2.dev30+g194f9fd 文档 @@ -15,7 +15,7 @@ - + @@ -38,7 +38,7 @@ HinetPy
- v0.7.2.dev29+g31d2876 + v0.7.2.dev30+g194f9fd
diff --git a/zh_CN/appendix/response.html b/zh_CN/appendix/response.html index 73e37756..a058b696 100644 --- a/zh_CN/appendix/response.html +++ b/zh_CN/appendix/response.html @@ -4,7 +4,7 @@ - 仪器响应 — HinetPy v0.7.2.dev29+g31d2876 文档 + 仪器响应 — HinetPy v0.7.2.dev30+g194f9fd 文档 @@ -15,7 +15,7 @@ - + @@ -39,7 +39,7 @@ HinetPy
- v0.7.2.dev29+g31d2876 + v0.7.2.dev30+g194f9fd
diff --git a/zh_CN/appendix/win2sac.html b/zh_CN/appendix/win2sac.html index da705346..5d61c4b2 100644 --- a/zh_CN/appendix/win2sac.html +++ b/zh_CN/appendix/win2sac.html @@ -4,7 +4,7 @@ - win2sac — HinetPy v0.7.2.dev29+g31d2876 文档 + win2sac — HinetPy v0.7.2.dev30+g194f9fd 文档 @@ -15,7 +15,7 @@ - + @@ -38,7 +38,7 @@ HinetPy
- v0.7.2.dev29+g31d2876 + v0.7.2.dev30+g194f9fd
diff --git a/zh_CN/changelog.html b/zh_CN/changelog.html index d5e52f61..eb66921d 100644 --- a/zh_CN/changelog.html +++ b/zh_CN/changelog.html @@ -4,7 +4,7 @@ - Changelog — HinetPy v0.7.2.dev29+g31d2876 文档 + Changelog — HinetPy v0.7.2.dev30+g194f9fd 文档 @@ -15,7 +15,7 @@ - + @@ -38,7 +38,7 @@ HinetPy
- v0.7.2.dev29+g31d2876 + v0.7.2.dev30+g194f9fd
@@ -85,7 +85,8 @@

Changelog

0.7.2 (XXXX-XX-XX) -- Remove the hacking solution for SSL connection issue so it works well with urllib3 v2.x

+- Remove the hacking solution for SSL connection issue so it works well with urllib3 v2.x +- Drop support for Python 3.7.

0.7.1 (2022-07-08): - Fix bugs in get_event_waveform

0.7.0 (2022-07-01): diff --git a/zh_CN/examples.html b/zh_CN/examples.html index 743811ab..b9c74ee2 100644 --- a/zh_CN/examples.html +++ b/zh_CN/examples.html @@ -4,7 +4,7 @@ - 示例 — HinetPy v0.7.2.dev29+g31d2876 文档 + 示例 — HinetPy v0.7.2.dev30+g194f9fd 文档 @@ -15,7 +15,7 @@ - + @@ -38,7 +38,7 @@ HinetPy

- v0.7.2.dev29+g31d2876 + v0.7.2.dev30+g194f9fd
diff --git a/zh_CN/examples/example1.html b/zh_CN/examples/example1.html index 1082858c..cfd85b71 100644 --- a/zh_CN/examples/example1.html +++ b/zh_CN/examples/example1.html @@ -4,7 +4,7 @@ - 根据CSV地震目录申请连续波形数据 — HinetPy v0.7.2.dev29+g31d2876 文档 + 根据CSV地震目录申请连续波形数据 — HinetPy v0.7.2.dev30+g194f9fd 文档 @@ -15,7 +15,7 @@ - + @@ -38,7 +38,7 @@ HinetPy
- v0.7.2.dev29+g31d2876 + v0.7.2.dev30+g194f9fd
diff --git a/zh_CN/examples/example2.html b/zh_CN/examples/example2.html index f218c4d4..af6c7c71 100644 --- a/zh_CN/examples/example2.html +++ b/zh_CN/examples/example2.html @@ -4,7 +4,7 @@ - 根据obspy Catalog申请连续波形数据 — HinetPy v0.7.2.dev29+g31d2876 文档 + 根据obspy Catalog申请连续波形数据 — HinetPy v0.7.2.dev30+g194f9fd 文档 @@ -15,7 +15,7 @@ - + @@ -38,7 +38,7 @@ HinetPy
- v0.7.2.dev29+g31d2876 + v0.7.2.dev30+g194f9fd
diff --git a/zh_CN/genindex.html b/zh_CN/genindex.html index dad68b31..dbb0910c 100644 --- a/zh_CN/genindex.html +++ b/zh_CN/genindex.html @@ -3,7 +3,7 @@ - 索引 — HinetPy v0.7.2.dev29+g31d2876 文档 + 索引 — HinetPy v0.7.2.dev30+g194f9fd 文档 @@ -14,7 +14,7 @@ - + @@ -35,7 +35,7 @@ HinetPy
- v0.7.2.dev29+g31d2876 + v0.7.2.dev30+g194f9fd
diff --git a/zh_CN/index.html b/zh_CN/index.html index f45ccf81..60369c54 100644 --- a/zh_CN/index.html +++ b/zh_CN/index.html @@ -4,7 +4,7 @@ - HinetPy — HinetPy v0.7.2.dev29+g31d2876 文档 + HinetPy — HinetPy v0.7.2.dev30+g194f9fd 文档 @@ -15,7 +15,7 @@ - + @@ -37,7 +37,7 @@ HinetPy
- v0.7.2.dev29+g31d2876 + v0.7.2.dev30+g194f9fd
diff --git a/zh_CN/installation.html b/zh_CN/installation.html index 43fefff3..cab9b996 100644 --- a/zh_CN/installation.html +++ b/zh_CN/installation.html @@ -4,7 +4,7 @@ - 安装 — HinetPy v0.7.2.dev29+g31d2876 文档 + 安装 — HinetPy v0.7.2.dev30+g194f9fd 文档 @@ -15,7 +15,7 @@ - + @@ -38,7 +38,7 @@ HinetPy
- v0.7.2.dev29+g31d2876 + v0.7.2.dev30+g194f9fd
@@ -93,7 +93,7 @@

安装

为了使用 HinetPy,你需要:

    -
  • Python >= 3.7

  • +
  • Python >= 3.8

  • NIED Hi-net 提供的 win32tools (安装指南见下面)

  • Hi-net 账户(需要在 Hi-net 网站注册获取账号密码)

@@ -107,7 +107,7 @@

安装 HinetPy
git clone https://github.com/seisman/HinetPy
 cd HinetPy
-python setup.py install
+python -m pip install .
 

如果想要卸载 HinetPy,直接执行:

diff --git a/zh_CN/license.html b/zh_CN/license.html index 02f69164..aa80bb41 100644 --- a/zh_CN/license.html +++ b/zh_CN/license.html @@ -4,7 +4,7 @@ - 许可协议 — HinetPy v0.7.2.dev29+g31d2876 文档 + 许可协议 — HinetPy v0.7.2.dev30+g194f9fd 文档 @@ -15,7 +15,7 @@ - + @@ -37,7 +37,7 @@ HinetPy
- v0.7.2.dev29+g31d2876 + v0.7.2.dev30+g194f9fd
diff --git a/zh_CN/objects.inv b/zh_CN/objects.inv index 59ffdd2d..9184738a 100644 Binary files a/zh_CN/objects.inv and b/zh_CN/objects.inv differ diff --git a/zh_CN/py-modindex.html b/zh_CN/py-modindex.html index 610fb665..21bef39c 100644 --- a/zh_CN/py-modindex.html +++ b/zh_CN/py-modindex.html @@ -3,7 +3,7 @@ - Python 模块索引 — HinetPy v0.7.2.dev29+g31d2876 文档 + Python 模块索引 — HinetPy v0.7.2.dev30+g194f9fd 文档 @@ -14,7 +14,7 @@ - + @@ -38,7 +38,7 @@ HinetPy
- v0.7.2.dev29+g31d2876 + v0.7.2.dev30+g194f9fd
diff --git a/zh_CN/search.html b/zh_CN/search.html index 56ea4f52..1e8b9804 100644 --- a/zh_CN/search.html +++ b/zh_CN/search.html @@ -3,7 +3,7 @@ - 搜索 — HinetPy v0.7.2.dev29+g31d2876 文档 + 搜索 — HinetPy v0.7.2.dev30+g194f9fd 文档 @@ -15,7 +15,7 @@ - + @@ -38,7 +38,7 @@ HinetPy
- v0.7.2.dev29+g31d2876 + v0.7.2.dev30+g194f9fd
diff --git a/zh_CN/searchindex.js b/zh_CN/searchindex.js index 525db081..2bb7467b 100644 --- a/zh_CN/searchindex.js +++ b/zh_CN/searchindex.js @@ -1 +1 @@ -Search.setIndex({"docnames": ["api", "api/HinetPy.client", "api/HinetPy.header", "api/HinetPy.utils", "api/HinetPy.win32", "appendix", "appendix/catwin32", "appendix/channeltable", "appendix/response", "appendix/win2sac", "changelog", "examples", "examples/example1", "examples/example2", "index", "installation", "license", "tutorial", "tutorial/conversion", "tutorial/get-catalog", "tutorial/get-continuous-waveform", "tutorial/get-event-waveform", "tutorial/get-started"], "filenames": ["api.rst", "api/HinetPy.client.rst", "api/HinetPy.header.rst", "api/HinetPy.utils.rst", "api/HinetPy.win32.rst", "appendix.rst", "appendix/catwin32.rst", "appendix/channeltable.rst", "appendix/response.rst", "appendix/win2sac.rst", "changelog.rst", "examples.rst", "examples/example1.rst", "examples/example2.rst", "index.rst", "installation.rst", "license.rst", "tutorial.rst", "tutorial/conversion.rst", "tutorial/get-catalog.rst", "tutorial/get-continuous-waveform.rst", "tutorial/get-event-waveform.rst", "tutorial/get-started.rst"], "titles": ["API\u53c2\u8003", "HinetPy.client \u6a21\u5757", "HinetPy.header\u6a21\u5757", "HinetPy.utils \u6a21\u5757", "HinetPy.win32 \u6a21\u5757", "\u9644\u5f55", "catwin32", "\u901a\u9053\u8868\u6587\u4ef6", "\u4eea\u5668\u54cd\u5e94", "win2sac", "Changelog", "\u793a\u4f8b", "\u6839\u636eCSV\u5730\u9707\u76ee\u5f55\u7533\u8bf7\u8fde\u7eed\u6ce2\u5f62\u6570\u636e", "\u6839\u636eobspy Catalog\u7533\u8bf7\u8fde\u7eed\u6ce2\u5f62\u6570\u636e", "HinetPy", "\u5b89\u88c5", "\u8bb8\u53ef\u534f\u8bae", "\u6559\u7a0b", "\u6570\u636e\u8f6c\u6362", "\u83b7\u53d6\u76ee\u5f55", "\u83b7\u53d6\u8fde\u7eed\u6ce2\u5f62\u6570\u636e", "\u83b7\u53d6\u4e8b\u4ef6\u6ce2\u5f62", "\u5165\u95e8"], "terms": {"hinetpi": [0, 8, 12, 13, 18, 19, 20, 21, 22], "client": [0, 10, 12, 13, 14, 19, 20, 21, 22], "event": [0, 1, 10, 12, 13, 16], "station": [0, 1, 9, 10, 18, 22], "win32": [0, 1, 6, 8, 9, 10, 12, 13, 14, 15, 18, 20], "channel": [0, 1, 2, 4, 6, 8, 9, 10, 14, 18, 22], "extract_sac": [0, 4, 10, 12, 13, 14, 18], "extract_sacpz": [0, 4, 10, 14, 18], "extract_pz": [0, 4, 10], "read_ctabl": [0, 4, 10], "merg": [0, 1, 4, 10, 16], "header": [0, 10], "network": [0, 1, 2, 4, 10, 14, 22], "util": [0, 1, 10], "split_integ": [0, 3], "point_inside_box": [0, 3], "haversin": [0, 3], "point_inside_circular": [0, 3], "to_datetim": [0, 3, 10], "check_cmd_exist": [0, 3, 10], "check_package_releas": [0, 3, 10], "class": [1, 2, 4], "user": [1, 8, 22], "none": [1, 3, 4], "password": [1, 10, 12, 13, 14, 19, 20, 21, 22], "timeout": 1, "60": [1, 7, 20], "retri": 1, "sleep_time_in_second": 1, "max_sleep_count": 1, "30": [1, 3, 10, 12], "wrapper": 1, "to": [1, 3, 4, 6, 8, 10, 12, 13, 14, 16, 18], "request": [1, 10, 14], "waveform": [1, 4, 7, 10, 14], "catalog": [1, 10, 11, 12], "and": [1, 3, 4, 6, 8, 10, 14, 16, 20], "manipul": 1, "str": [1, 3, 4], "hi": [1, 2, 4, 8, 10, 14, 15, 18, 19, 20, 22], "net": [1, 2, 4, 8, 10, 14, 15, 18, 19, 20, 22], "float": [1, 3, 4], "time": [1, 4, 6, 10, 12, 13, 20], "wait": [1, 14], "for": [1, 2, 4, 8, 9, 10, 12, 13, 14, 16, 22], "the": [1, 3, 4, 6, 7, 8, 10, 14, 16, 22], "server": 1, "send": 1, "data": [1, 4, 8, 9, 10, 12, 13, 14, 18, 20], "befor": [1, 4, 10], "give": 1, "up": [1, 4], "int": [1, 3, 4], "how": 1, "mani": [1, 8, 10], "if": [1, 3, 4, 6, 8, 10, 12, 13, 22], "fail": [1, 10], "sleep": 1, "between": 1, "each": [1, 3, 8], "status": 1, "check": [1, 3, 10], "see": [1, 4, 8, 14, 20], "note": [1, 4, 8], "below": 1, "maximum": [1, 3, 4, 10], "number": [1, 3, 4, 6], "of": [1, 3, 4, 7, 8, 10, 12, 14, 16, 18, 22], "usus": 1, "spend": 1, "10": [1, 7, 8, 10, 12, 20], "second": 1, "on": [1, 8, 22], "prepar": 1, "after": [1, 8, 10], "receiv": 1, "dure": [1, 4], "are": [1, 4, 8], "not": [1, 4, 6, 8, 9, 10, 15, 16, 22], "allow": [1, 10], "post": 1, "anoth": [1, 10], "so": [1, 4, 8, 10, 16], "have": [1, 4, 8], "until": 1, "is": [1, 3, 4, 6, 8, 9, 10, 16, 22], "readi": 1, "everi": 1, "no": [1, 10, 16, 22], "more": [1, 4, 22], "than": [1, 4, 8, 10], "still": 1, "it": [1, 4, 8, 10], "most": 1, "like": [1, 4], "mean": [1, 4], "someth": 1, "goe": 1, "wrong": [1, 10], "with": [1, 4, 8, 10, 12, 13, 14, 16, 20], "then": 1, "will": [1, 4, 8], "you": [1, 4, 8, 14, 20, 22], "don": 1, "need": [1, 8, 14], "modifi": [1, 8, 16], "these": 1, "paramet": [1, 4, 8, 10], "unless": [1, 4], "know": [1, 22], "what": 1, "re": [1, 22], "doing": 1, "from": [1, 2, 3, 4, 8, 10, 12, 13, 14, 16, 18, 19, 20, 21, 22], "import": [1, 2, 8, 12, 13, 14, 18, 19, 20, 21, 22], "usernam": [1, 12, 13, 14, 19, 20, 21, 22], "doctor": [1, 22], "this": [1, 4, 6, 8, 9, 16], "function": [1, 3, 4, 8, 10], "that": [1, 3, 4, 8], "has": [1, 3, 4], "new": [1, 3, 8], "releas": [1, 3, 10, 22], "web": [1, 12, 22], "servic": [1, 12, 22], "updat": [1, 22], "catwin32": [1, 4, 5, 15, 22], "win2sac_32": [1, 4, 6, 8, 9, 15, 18, 22], "in": [1, 2, 3, 4, 8, 10, 12, 13, 14, 16, 22], "path": [1, 3, 12, 13, 15, 22], "use": [1, 4, 8, 16, 22], "latest": [1, 22], "v0": [1, 21, 22], "full": 1, "home": [1, 15, 22], "bin": [1, 9, 14, 15, 22], "check_service_upd": 1, "2017": [1, 10, 12, 20, 22], "01": [1, 3, 10, 12, 13, 14, 20, 22], "00": [1, 7, 14, 20], "info": [1, 10, 20, 22], "code": [1, 2, 10, 14], "show": 1, "inform": [1, 4, 10, 22], "or": [1, 4, 8, 10, 16, 22], "0101": [1, 2, 12, 13, 14, 20, 22], "nie": [1, 2, 14, 15, 22], "0103": [1, 2, 22], "broadband": [1, 2, 22], "0103a": [1, 2, 22], "strong": [1, 2, 22], "motion": [1, 2, 22], "010501": [1, 22], "tokachidak": [1, 22], "0703": [1, 22], "aomori": [1, 22], "prefectur": [1, 22], "govern": [1, 22], "0705": [1, 22], "shizuoka": [1, 22], "0801": [1, 22], "adep": [1, 22], "name": [1, 2, 3, 4, 6, 10, 18, 22], "starttim": [1, 2, 4, 12, 13, 20, 22], "20040401": [1, 22], "2336": [1, 22], "get_arrivaltim": [1, 19], "startdat": [1, 19], "span": [1, 10], "filenam": [1, 4, 10], "os": [1, 12, 13], "dos": 1, "jma": [1, 10, 19], "datetim": [1, 3, 12, 13, 19, 20], "date": [1, 6], "unix": 1, "save": 1, "2010": [1, 3, 14, 19, 20], "measure_20100101_5": [1, 19], "txt": [1, 19], "arrivaltim": 1, "get_continuous_waveform": [1, 10, 12, 13, 14, 20], "max_span": [1, 10], "ctabl": [1, 4, 12, 13, 14, 18, 20], "outdir": [1, 4, 9, 12, 13, 18, 20], "thread": [1, 10], "cleanup": 1, "true": [1, 3, 4, 12, 13], "get": [1, 22], "continu": [1, 10, 12, 13], "sub": 1, "default": [1, 4, 6, 10, 22], "be": [1, 3, 4, 8, 16], "determin": 1, "automat": [1, 4, 10], "code_yyyymmddhhmm_span": 1, "cnt": [1, 4, 6, 9, 10, 14, 18, 20], "code_yyyymmdd": [1, 20], "ch": [1, 4, 9, 14, 18, 20], "tabl": [1, 4, 8, 10, 14, 18], "specifi": [1, 4, 10], "directori": [1, 4, 10, 14, 20], "current": 1, "parallel": [1, 10], "download": [1, 4, 10, 14], "bool": [1, 3, 4], "all": [1, 4, 8, 16, 18, 22], "jst": [1, 14, 20], "utc": 1, "0900": [1, 14, 20], "set": [1, 4, 10], "three": [1, 8], "limit": [1, 16], "12000": [1, 20], "150": [1, 3, 20, 22], "exampl": 1, "about": [1, 8, 22], "24000": 1, "acoord": 1, "record": 1, "length": 1, "should": [1, 4, 20], "minut": [1, 14], "break": 1, "through": [1, 8], "by": [1, 4, 6, 10, 18], "split": [1, 3], "long": 1, "durat": 1, "into": [1, 3, 4], "sever": [1, 14], "short": 1, "requst": 1, "work": [1, 4, 10, 14], "loop": [1, 12, 13], "over": [1, 12, 13], "return": [1, 10], "ids": [1, 4], "base": 1, "extract": [1, 4, 10, 14, 18], "zip": 1, "file": [1, 4, 6, 8, 10, 14, 15, 16, 20], "them": [1, 8], "one": [1, 4, 8], "singl": 1, "clean": 1, "sinc": 1, "01t05": 1, "35": 1, "201001010535": 1, "0101_201001010535_6": 1, "0101_20100101": [1, 4, 9, 14, 18, 20], "05": [1, 10, 20], "also": [1, 4], "support": [1, 10], "day": [1, 4], "01t00": [1, 14, 20], "1440": 1, "25": 1, "0103_201001010000_1440": 1, "0103_20100101": 1, "get_event_waveform": [1, 10, 21], "endtim": [1, 13], "region": [1, 3, 10, 22], "minmagnitud": [1, 13, 21], "maxmagnitud": [1, 21], "include_unknown_mag": [1, 10], "mindepth": [1, 21], "maxdepth": [1, 21], "minlatitud": [1, 3, 22], "maxlatitud": [1, 3, 22], "minlongitud": [1, 3, 22], "maxlongitud": [1, 3, 22], "latitud": [1, 3, 4, 12, 22], "longitud": [1, 3, 4, 10, 12, 22], "minradius": [1, 3, 22], "maxradius": [1, 3, 22], "whole": 1, "japan": 1, "hokkaido": [1, 2], "02": [1, 10], "tohoku": 1, "03": [1, 10, 13, 20], "kanto": 1, "04": [1, 10, 12, 20, 22], "chubu": 1, "kinki": 1, "06": [1, 10, 22], "chugoku": 1, "shikoku": 1, "07": [1, 7, 10], "kyushu": 1, "08": [1, 8, 10], "other": [1, 8, 9, 16], "get_focalmechan": [1, 19], "focal_20100101_5": 1, "focal": [1, 10], "get_selected_st": [1, 10], "queri": 1, "select": [1, 10, 22], "two": [1, 20, 22], "list": [1, 3, 4, 10], "metadata": [1, 10], "len": 1, "16": [1, 7, 10, 22], "print": [1, 2, 6, 22], "wnnh": [1, 22], "45": [1, 3, 22], "4883": [1, 22], "141": [1, 22], "885": [1, 22], "159": [1, 22], "sfnh": [1, 22], "3346": [1, 22], "142": [1, 22], "1185": [1, 22], "81": [1, 22], "get_station_list": [1, 10, 22], "onli": [1, 4, 8, 22], "follow": [1, 16], "0120": [1, 2], "0120a": [1, 2], "meso": [1, 2, 10], "0131": [1, 2], "get_waveform": [1, 10], "kwarg": [1, 4], "deprec": [1, 4], "instead": [1, 4], "login": [1, 10], "select_st": [1, 10, 22], "within": 1, "minimum": [1, 3], "degre": [1, 3], "geograph": 1, "point": [1, 3, 4], "defin": 1, "aakh": [1, 7, 22], "abnh": [1, 22], "40": [1, 3], "50": [1, 3, 20, 22], "140": [1, 3, 22], "139": [1, 22], "evid": 1, "origin": [1, 12, 13], "depth": [1, 12], "magnitud": [1, 12], "name_en": 1, "elev": 1, "url": 2, "key": [2, 10], "speed": [2, 4], "acceler": [2, 4], "0201": 2, "univers": 2, "maxn": 3, "an": [3, 8, 10, 14, 16], "interg": 3, "chunk": 3, "integ": [3, 7], "12": [3, 7, 8, 10, 12], "15": [3, 7, 20], "insid": [3, 20], "box": [3, 10, 22], "130": [3, 22], "100": [3, 4], "fals": [3, 4], "300": 3, "lat1": 3, "lon1": 3, "lat2": 3, "lon2": 3, "refer": 3, "https": [3, 9, 15], "stackoverflow": 3, "com": [3, 15], "4913653": 3, "7770208": 3, "224069629545902": 3, "20": [3, 8, 10, 12, 13, 14, 20], "70": [3, 7, 21], "53": 3, "57930271469817": 3, "circular": [3, 10, 22], "center": 3, "radius": 3, "52": [3, 12], "valu": [3, 4, 8, 10], "convert": [3, 4, 8, 10, 14, 18], "hard": 3, "way": 3, "as": [3, 4, 7, 8, 10, 12, 13, 14, 16], "string": [3, 10], "201001010000": [3, 14, 20, 21], "01t03": 3, "cmd": 3, "command": [3, 4], "exist": [3, 9, 10, 12, 13], "execut": 3, "whether": [3, 16], "process": [4, 8, 10, 14], "seismic": 4, "format": [4, 10, 14, 18], "id": [4, 9, 10, 18], "compon": [4, 9, 18], "unit": 4, "gain": [4, 8], "damp": [4, 8], "period": [4, 8], "preamplif": 4, "lsb_valu": 4, "initi": 4, "rad": 4, "lsb": [4, 7], "websit": [4, 8, 10], "move": [4, 8, 10], "coil": [4, 8], "veloc": [4, 8], "type": [4, 8, 10, 22], "seismomet": [4, 8], "detail": [4, 8], "write_sacpz": [4, 10], "pzfile": 4, "keep_sensit": 4, "write": 4, "sac": [4, 6, 8, 9, 10, 14, 18], "polezero": [4, 10], "keep": 4, "sensit": 4, "constant": [4, 8, 10], "suffix": [4, 18], "pmax": [4, 9, 10], "8640000": [4, 10], "filter_by_id": [4, 18], "filter_by_nam": [4, 18], "filter_by_compon": [4, 18], "with_sacpz": [4, 10, 12, 13], "call": 4, "avail": [4, 8], "win32tool": [4, 22], "packag": [4, 10], "fomrat": 4, "can": [4, 8, 10, 14, 18], "alway": [4, 10], "remov": [4, 10], "instrument": [4, 8, 14, 18], "multipli": 4, "0e9": [4, 8, 9, 18], "thus": 4, "digit": [4, 8, 9, 18], "count": [4, 8, 9, 18], "but": [4, 16], "nm": [4, 8, 9, 18], "due": 4, "same": [4, 8], "reason": 4, "doe": [4, 10], "longer": [4, 10], "hz": [4, 8], "sampl": [4, 8], "rate": 4, "must": [4, 10], "increas": 4, "filter": [4, 10], "wildcard": [4, 6, 10], "aslo": 4, "pz": [4, 8, 10, 14, 18], "sac_pz": [4, 8, 14, 18], "kept": 4, "parallelli": 4, "cpus": 4, "with_pz": [4, 10], "0101_201001010000_5": [4, 6], "output": [4, 6, 10], "20100101000": 4, "na": [4, 18], "ne": 4, "filter_by_chid": 4, "respons": [4, 8, 14, 18], "resp": [4, 8, 18], "program": 4, "convers": 4, "generat": [4, 8, 15], "omit": 4, "read": [4, 8], "channl": [4, 18], "total_data": 4, "force_sort": 4, "multipl": [4, 10], "larg": 4, "simpli": 4, "concaten": 4, "order": 4, "they": 4, "pass": 4, "sort": [4, 6, 10], "their": 4, "start": [4, 14], "being": 4, "your": [4, 8, 14, 22], "201304040203": 4, "glob": [4, 6], "20130404": 4, "otherwis": [4, 16], "forc": 4, "howev": 4, "veri": [4, 8], "consum": [4, 6], "do": [4, 8, 16], "necessari": 4, "ouput": 4, "python": [4, 6, 10, 12, 14, 15, 17], "built": 4, "prefer": 4, "final": 4, "random": 4, "001": 4, "002": 4, "003": 4, "match": [4, 18], "win2sac": [5, 15], "file_1": 6, "file_2": 6, "file_n": 6, "ooutfil": 6, "outfil": 6, "input": 6, "accept": 6, "stdout": 6, "ommit": 6, "option": 6, "usag": 6, "20100101": 6, "total": 6, "6033": 7, "27": [7, 10, 22], "175": 7, "023e": 7, "36": [7, 10, 12, 22], "3726": 7, "137": 7, "9203": 7, "483": 7, "azuminoakashina": 7, "ms": 7, "reduct": 7, "ratio": [7, 9], "monitor": 7, "express": [7, 16], "expon": 7, "power": 7, "mks": 7, "11": [7, 8, 10, 20, 22], "db": [7, 8], "13": [7, 8, 10, 12, 15, 22], "14": [7, 22], "17": [7, 10, 20], "18": [7, 10], "19": [7, 8, 10, 12], "transfer": 8, "laplac": 8, "frac": 8, "gs": 8, "2hws": 8, "unit_of_input": 8, "a0": 8, "pi": 8, "f_n": 8, "l_": 8, "log": [8, 9], "left": 8, "f_": 8, "right": [8, 16], "mathrm": 8, "am": 8, "confus": 8, "even": 8, "look": 8, "page": 8, "regist": 8, "observ": [8, 18], "equip": [8, 18], "given": 8, "seem": 8, "rewrit": 8, "confirm": 8, "understand": 8, "which": 8, "correct": 8, "zero": [8, 10], "pole": 8, "at": [8, 12, 14], "line": [8, 9, 10], "normal": 8, "factor": 8, "999953": 8, "faq": [8, 18], "q08": [8, 18], "equat": 8, "correspond": [8, 14], "physic": 8, "quantiti": 8, "want": 8, "provid": [8, 16], "accord": 8, "purpos": [8, 16], "wrote": 8, "explan": 8, "assum": 8, "chang": [8, 10], "strict": 8, "speak": 8, "depend": [8, 10], "its": 8, "domain": 8, "where": 8, "natur": 8, "angular": 8, "frequenc": 8, "respect": 8, "root": 8, "numer": 8, "denomin": 8, "invers": 8, "absolut": 8, "abov": [8, 16], "except": [8, 10], "literatur": 8, "such": 8, "scherbaum": 8, "fundament": 8, "seismolog": 8, "kluwer": 8, "academ": 8, "publish": [8, 16], "1996": 8, "chapter": 8, "explain": 8, "a08": 8, "measur": 8, "http": [8, 22], "www": [8, 22], "hinet": [8, 22], "bosai": [8, 9, 22], "go": [8, 9, 22], "jp": [8, 9, 22], "lang": [8, 9], "en": 8, "pleas": 8, "seed": [8, 18], "manual": 8, "further": 8, "fdsn": [8, 13], "org": 8, "public": [8, 10], "htm": 8, "iri": [8, 12, 13], "edu": 8, "sincer": 8, "binari": 9, "ascii": 9, "winfil": 9, "ch_no": 9, "sacfil": 9, "prmfile": 9, "asc": 9, "3345": 9, "3f65": 9, "4f75": 9, "win": 9, "prm": 9, "2000000": 9, "2000082404000101vm": 9, "4c55": 9, "4c65": 9, "junk": 9, "micro": 9, "radian": 9, "extens": 9, "nabc": [9, 18], "2000": 9, "6034": 9, "6035": 9, "6036": 9, "ignor": 9, "6038": 9, "6039": 9, "s4win2sacm": 9, "386": 9, "fprintf": 9, "stderr": 9, "sysch": 9, "iret": 9, "cmpaz": 9, "cmpinc": 9, "90": 9, "hinetwww11": 9, "auth": 9, "direc": 9, "xxxx": 10, "xx": 10, "hack": 10, "solut": 10, "ssl": 10, "connect": [10, 16], "issu": [10, 12, 13], "well": 10, "urllib3": 10, "v2": 10, "2022": 10, "fix": 10, "bug": 10, "incorrect": 10, "65": 10, "now": [10, 14], "refactor": 10, "_channel2pz": 10, "_write_pz": 10, "_get_channel": 10, "extrac_sacpz": 10, "renam": 10, "extrac_pz": 10, "sslerror": 10, "dh_key_too_smal": 10, "dh": 10, "too": 10, "small": 10, "error": [10, 15], "2021": 10, "invalid": 10, "2020": 10, "improv": 10, "style": 10, "test": 10, "ci": 10, "cannot": 10, "2019": [10, 22], "dampl": 10, "24": 10, "23": 10, "captur": 10, "caus": 10, "22": [10, 12, 22], "string2datetim": 10, "mechan": 10, "rectangular": 10, "2018": 10, "typo": 10, "longtitud": 10, "21": [10, 12, 22], "failur": 10, "charact": 10, "when": 10, "contain": 10, "blank": 10, "open": [10, 12], "technic": 10, "relat": 10, "add": 10, "chines": 10, "document": [10, 14, 16], "tempfil": 10, "skip": [10, 12, 13], "speedup": 10, "multi": 10, "help": [10, 22], "get_": 10, "startim": 10, "differ": 10, "py": [10, 15], "check_module_releas": 10, "deep": 10, "avoid": [10, 12, 13], "pypi": 10, "rewritten": 10, "2016": 10, "some": 10, "first": 10, "hinetdoctor": 10, "hinetcontrequest": 10, "stationselector": 10, "hinetjmarequest": 10, "rdhinet": 10, "ch2pz": 10, "csv": 11, "obspi": 11, "eventid": 12, "km": 12, "author": [12, 16], "contributor": 12, "contributorid": 12, "magtyp": 12, "magauthor": 12, "eventlocationnam": 12, "9993759": 12, "22t04": 12, "2145": 12, "155": 12, "1442": 12, "135": 12, "pt": 12, "us": 12, "neic": 12, "pde": 12, "us10007uph": 12, "pt17022050": 12, "at00ok5z6p": 12, "mww": 12, "solomon": 12, "island": 12, "9993037": 12, "19t23": 12, "3433": 12, "161": 12, "318": 12, "us10007u7n": 12, "at00ok1ura": 12, "pt17019050": 12, "9953968": 12, "10t06": 12, "47": [12, 20, 22], "4634": 12, "122": 12, "575": 12, "612": 12, "71": 12, "us10007s9c": 12, "at00ojjvz0": 12, "celeb": 12, "sea": 12, "9951821": 12, "03t21": 12, "3542": 12, "176": 12, "058": 12, "us10007pj6": 12, "at00oj84rf": 12, "pt17003051": 12, "south": 12, "fiji": 12, "timedelta": [12, 13], "csvfile": 12, "reader": 12, "dictread": 12, "delimit": 12, "fieldnam": 12, "field": 12, "strip": 12, "row": 12, "strptime": 12, "dt": 12, "hour": [12, 13], "deal": [12, 13, 16], "timezon": [12, 13], "strftime": [12, 13], "alreadi": [12, 13], "overwrit": [12, 13], "utcdatetim": 13, "fdsnclient": 13, "2005": 13, "get_ev": 13, "isc": 13, "exit": 13, "sourc": 14, "usr": 14, "env": 14, "utf": 14, "account": [14, 22], "access": 14, "let": 14, "tri": 14, "intern": 14, "gmt": [14, 20], "usual": 14, "take": 14, "few": 14, "0101_201001010000_20": [14, 18, 20], "plaintext": 14, "nguh": 14, "nnmh": 14, "mit": [14, 16], "pip": 15, "instal": 15, "git": 15, "clone": 15, "github": 15, "seisman": 15, "cd": 15, "setup": 15, "uninstal": 15, "tar": 15, "xvf": 15, "gz": 15, "make": 15, "maco": 15, "s4read_data": 15, "fatal": 15, "malloc": 15, "found": 15, "includ": [15, 16], "src": 15, "stdlib": 15, "cp": 15, "licens": [16, 22], "copyright": [16, 22], "2014": 16, "2024": 16, "dongdong": 16, "tian": 16, "permiss": 16, "herebi": 16, "grant": 16, "free": 16, "charg": 16, "ani": 16, "person": 16, "obtain": 16, "copi": 16, "softwar": 16, "associ": 16, "without": 16, "restrict": 16, "distribut": 16, "sublicens": 16, "sell": 16, "permit": 16, "whom": 16, "furnish": 16, "subject": 16, "condit": 16, "notic": 16, "shall": 16, "substanti": 16, "portion": 16, "warranti": 16, "kind": 16, "impli": 16, "merchant": 16, "fit": 16, "particular": 16, "noninfring": 16, "holder": 16, "liabl": 16, "claim": 16, "damag": 16, "liabil": 16, "action": 16, "contract": 16, "tort": 16, "aris": 16, "out": 16, "3e83": 18, "3e84": 18, "3e85": 18, "whose": 18, "vertic": 18, "fnetpi": [18, 22], "fnet": [18, 22], "sacpz": 18, "mecha_20100101_5": 19, "46": [20, 22], "41": 20, "ls": 20, "code_yyyymmddhhmm_length": 20, "2350": 20, "201001020000": 21, "ipython": 22, "anaconda": 22, "custom": 22, "64": 22, "bit": 22, "feb": 22, "gcc": 22, "20120313": 22, "red": 22, "hat": 22, "linux": 22, "credit": 22, "own": 22, "010502": 22, "tarumaesan": 22, "0701": 22, "tokyo": 22, "metropolitan": 22, "0702": 22, "hot": 22, "spring": 22, "research": 22, "institut": 22, "kanagawa": 22, "homepag": 22, "2004": 22, "780": 22, "wnwh": 22, "2531": 22, "6334": 22, "wneh": 22, "2303": 22, "8806": 22, "174": 22, "sfsh": 22, "2163": 22, "2254": 22, "96": 22}, "objects": {"HinetPy.client": [[1, 0, 1, "", "Client"], [1, 0, 1, "", "Event"], [1, 0, 1, "", "Station"]], "HinetPy.client.Client": [[1, 1, 1, "", "check_service_update"], [1, 1, 1, "", "doctor"], [1, 1, 1, "", "get_arrivaltime"], [1, 1, 1, "", "get_continuous_waveform"], [1, 1, 1, "", "get_event_waveform"], [1, 1, 1, "", "get_focalmechanism"], [1, 1, 1, "", "get_selected_stations"], [1, 1, 1, "", "get_station_list"], [1, 1, 1, "", "get_waveform"], [1, 1, 1, "", "info"], [1, 1, 1, "", "login"], [1, 1, 1, "", "select_stations"]], "HinetPy.header": [[2, 0, 1, "", "Network"]], "HinetPy.header.Network": [[2, 2, 1, "", "channels"], [2, 2, 1, "", "name"], [2, 2, 1, "", "starttime"], [2, 2, 1, "", "url"]], "HinetPy": [[3, 3, 0, "-", "utils"], [4, 3, 0, "-", "win32"]], "HinetPy.utils": [[3, 4, 1, "", "check_cmd_exists"], [3, 4, 1, "", "check_package_release"], [3, 4, 1, "", "haversine"], [3, 4, 1, "", "point_inside_box"], [3, 4, 1, "", "point_inside_circular"], [3, 4, 1, "", "split_integer"], [3, 4, 1, "", "to_datetime"]], "HinetPy.win32": [[4, 0, 1, "", "Channel"], [4, 4, 1, "", "extract_pz"], [4, 4, 1, "", "extract_sac"], [4, 4, 1, "", "extract_sacpz"], [4, 4, 1, "", "merge"], [4, 4, 1, "", "read_ctable"]], "HinetPy.win32.Channel": [[4, 1, 1, "", "write_sacpz"]]}, "objtypes": {"0": "py:class", "1": "py:method", "2": "py:attribute", "3": "py:module", "4": "py:function"}, "objnames": {"0": ["py", "class", "Python \u7c7b"], "1": ["py", "method", "Python \u65b9\u6cd5"], "2": ["py", "attribute", "Python \u5c5e\u6027"], "3": ["py", "module", "Python \u6a21\u5757"], "4": ["py", "function", "Python \u51fd\u6570"]}, "titleterms": {"api": 0, "hinetpi": [1, 2, 3, 4, 14, 15], "client": 1, "header": 2, "util": 3, "win32": 4, "catwin32": 6, "win2sac": 9, "changelog": 10, "csv": 12, "obspi": 13, "catalog": 13, "win32tool": 15, "python": 22}, "envversion": {"sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx": 60}, "alltitles": {"API\u53c2\u8003": [[0, "api-reference"]], "\u6a21\u5757\uff1a": [[0, null]], "HinetPy.client \u6a21\u5757": [[1, "hinetpy-client-module"]], "\u5907\u6ce8": [[1, null], [1, null], [4, null]], "\u793a\u4f8b": [[1, null], [1, null], [1, null], [1, null], [1, null], [1, null], [1, null], [1, null], [3, null], [3, null], [3, null], [3, null], [4, null], [4, null], [4, null], [6, "examples"], [9, "examples"], [11, "examples"]], "HinetPy.header\u6a21\u5757": [[2, "hinetpy-header-module"]], "HinetPy.utils \u6a21\u5757": [[3, "module-HinetPy.utils"]], "HinetPy.win32 \u6a21\u5757": [[4, "module-HinetPy.win32"]], "\u9644\u5f55": [[5, "appendix"]], "catwin32": [[6, "catwin32"]], "\u7528\u6cd5": [[6, "usage"], [9, "usage"]], "\u901a\u9053\u8868\u6587\u4ef6": [[7, "channel-table-file"]], "\u4eea\u5668\u54cd\u5e94": [[8, "instrumental-response"]], "\u8f93\u5165": [[8, "input"]], "\u6570\u5b57\u9636\u6bb5": [[8, "analog-stage"], [8, "digital-stage"]], "\u653e\u5927\u7cfb\u6570": [[8, "preamplification"]], "\u6a21\u62df-\u6570\u5b57\u8f6c\u6362": [[8, "analog-digital-conversion"]], "\u603b\u7ed3": [[8, "summary"]], "Q&A": [[8, "q-a"]], "win2sac": [[9, "win2sac"]], "\u6ce8\u89e3": [[9, "notes"]], "\u8f93\u51fa\u7684\u5355\u4f4d": [[9, "output-unit"]], "\u6587\u4ef6\u540d\u683c\u5f0f": [[9, "filename-format"]], "\u901a\u9053\u53f7\u6587\u4ef6\u683c\u5f0f": [[9, "channel-number-file-format"]], "\u53c2\u6570\u6587\u4ef6": [[9, "paramerter-file"]], "\u5206\u91cf": [[9, "component"]], "Changelog": [[10, "changelog"]], "\u6839\u636eCSV\u5730\u9707\u76ee\u5f55\u7533\u8bf7\u8fde\u7eed\u6ce2\u5f62\u6570\u636e": [[12, "request-continuous-waveform-data-from-csv-catalog"]], "\u6839\u636eobspy Catalog\u7533\u8bf7\u8fde\u7eed\u6ce2\u5f62\u6570\u636e": [[13, "request-continous-waveform-data-from-obspy-catalog"]], "HinetPy": [[14, "hinetpy"]], "\u529f\u80fd\u4e0e\u7279\u6027": [[14, "features"]], "\u4e00\u4e2a\u7b80\u5355\u7684\u793a\u4f8b": [[14, "a-simple-example"]], "\u5f15\u7528": [[14, "citation"]], "\u8bb8\u53ef\u534f\u8bae": [[14, "license"], [16, "license"]], "\u5b89\u88c5": [[15, "installation"]], "\u51c6\u5907\u5de5\u4f5c": [[15, "prerequisites"]], "\u5b89\u88c5 HinetPy": [[15, "install-hinetpy"]], "\u7f16\u8bd1 win32tools": [[15, "build-win32tools"]], "\u6559\u7a0b": [[17, "tutorial"]], "\u6570\u636e\u8f6c\u6362": [[18, "data-conversion"]], "\u63d0\u53d6\u6ce2\u5f62\u6570\u636e": [[18, "extract-waveform-data"]], "\u63d0\u53d6\u96f6\u6781\u70b9\u6587\u4ef6": [[18, "extract-pz"]], "\u83b7\u53d6\u76ee\u5f55": [[19, "get-catalog"]], "\u83b7\u53d6\u8d70\u65f6\u76ee\u5f55": [[19, "get-arrival-time-catalog"]], "\u83b7\u53d6\u9707\u6e90\u673a\u5236\u89e3\u76ee\u5f55": [[19, "get-focal-mechanism-catalog"]], "\u83b7\u53d6\u8fde\u7eed\u6ce2\u5f62\u6570\u636e": [[20, "get-continuous-waveform"]], "\u57fa\u672c\u7528\u6cd5": [[20, "basic-usage"]], "\u81ea\u5b9a\u4e49": [[20, "custom-way"]], "\u83b7\u53d6\u4e8b\u4ef6\u6ce2\u5f62": [[21, "get-event-waveform"]], "\u5165\u95e8": [[22, "get-started"]], "\u542f\u52a8Python": [[22, "start-python"]], "\u521b\u5efa\u4e00\u4e2a\u5ba2\u6237\u7aef": [[22, "create-a-client"]], "\u505a\u4e00\u4e9b\u68c0\u67e5": [[22, "do-checks"]], "\u53f0\u7f51\u4ee3\u7801": [[22, "network-codes"]], "\u53f0\u7ad9": [[22, "stations"]]}, "indexentries": {"client\uff08hinetpy.client \u4e2d\u7684\u7c7b\uff09": [[1, "HinetPy.client.Client"]], "event\uff08hinetpy.client \u4e2d\u7684\u7c7b\uff09": [[1, "HinetPy.client.Event"]], "station\uff08hinetpy.client \u4e2d\u7684\u7c7b\uff09": [[1, "HinetPy.client.Station"]], "check_service_update() \uff08hinetpy.client.client \u65b9\u6cd5\uff09": [[1, "HinetPy.client.Client.check_service_update"]], "doctor() \uff08hinetpy.client.client \u65b9\u6cd5\uff09": [[1, "HinetPy.client.Client.doctor"]], "get_arrivaltime() \uff08hinetpy.client.client \u65b9\u6cd5\uff09": [[1, "HinetPy.client.Client.get_arrivaltime"]], "get_continuous_waveform() \uff08hinetpy.client.client \u65b9\u6cd5\uff09": [[1, "HinetPy.client.Client.get_continuous_waveform"]], "get_event_waveform() \uff08hinetpy.client.client \u65b9\u6cd5\uff09": [[1, "HinetPy.client.Client.get_event_waveform"]], "get_focalmechanism() \uff08hinetpy.client.client \u65b9\u6cd5\uff09": [[1, "HinetPy.client.Client.get_focalmechanism"]], "get_selected_stations() \uff08hinetpy.client.client \u65b9\u6cd5\uff09": [[1, "HinetPy.client.Client.get_selected_stations"]], "get_station_list() \uff08hinetpy.client.client \u65b9\u6cd5\uff09": [[1, "HinetPy.client.Client.get_station_list"]], "get_waveform() \uff08hinetpy.client.client \u65b9\u6cd5\uff09": [[1, "HinetPy.client.Client.get_waveform"]], "info() \uff08hinetpy.client.client \u65b9\u6cd5\uff09": [[1, "HinetPy.client.Client.info"]], "login() \uff08hinetpy.client.client \u65b9\u6cd5\uff09": [[1, "HinetPy.client.Client.login"]], "select_stations() \uff08hinetpy.client.client \u65b9\u6cd5\uff09": [[1, "HinetPy.client.Client.select_stations"]], "network\uff08hinetpy.header \u4e2d\u7684\u7c7b\uff09": [[2, "HinetPy.header.Network"]], "channels\uff08hinetpy.header.network \u5c5e\u6027\uff09": [[2, "HinetPy.header.Network.channels"]], "name\uff08hinetpy.header.network \u5c5e\u6027\uff09": [[2, "HinetPy.header.Network.name"]], "starttime\uff08hinetpy.header.network \u5c5e\u6027\uff09": [[2, "HinetPy.header.Network.starttime"]], "url\uff08hinetpy.header.network \u5c5e\u6027\uff09": [[2, "HinetPy.header.Network.url"]], "hinetpy.utils": [[3, "module-HinetPy.utils"]], "check_cmd_exists()\uff08\u5728 hinetpy.utils \u6a21\u5757\u4e2d\uff09": [[3, "HinetPy.utils.check_cmd_exists"]], "check_package_release()\uff08\u5728 hinetpy.utils \u6a21\u5757\u4e2d\uff09": [[3, "HinetPy.utils.check_package_release"]], "haversine()\uff08\u5728 hinetpy.utils \u6a21\u5757\u4e2d\uff09": [[3, "HinetPy.utils.haversine"]], "module": [[3, "module-HinetPy.utils"], [4, "module-HinetPy.win32"]], "point_inside_box()\uff08\u5728 hinetpy.utils \u6a21\u5757\u4e2d\uff09": [[3, "HinetPy.utils.point_inside_box"]], "point_inside_circular()\uff08\u5728 hinetpy.utils \u6a21\u5757\u4e2d\uff09": [[3, "HinetPy.utils.point_inside_circular"]], "split_integer()\uff08\u5728 hinetpy.utils \u6a21\u5757\u4e2d\uff09": [[3, "HinetPy.utils.split_integer"]], "to_datetime()\uff08\u5728 hinetpy.utils \u6a21\u5757\u4e2d\uff09": [[3, "HinetPy.utils.to_datetime"]], "channel\uff08hinetpy.win32 \u4e2d\u7684\u7c7b\uff09": [[4, "HinetPy.win32.Channel"]], "hinetpy.win32": [[4, "module-HinetPy.win32"]], "extract_pz()\uff08\u5728 hinetpy.win32 \u6a21\u5757\u4e2d\uff09": [[4, "HinetPy.win32.extract_pz"]], "extract_sac()\uff08\u5728 hinetpy.win32 \u6a21\u5757\u4e2d\uff09": [[4, "HinetPy.win32.extract_sac"]], "extract_sacpz()\uff08\u5728 hinetpy.win32 \u6a21\u5757\u4e2d\uff09": [[4, "HinetPy.win32.extract_sacpz"]], "merge()\uff08\u5728 hinetpy.win32 \u6a21\u5757\u4e2d\uff09": [[4, "HinetPy.win32.merge"]], "read_ctable()\uff08\u5728 hinetpy.win32 \u6a21\u5757\u4e2d\uff09": [[4, "HinetPy.win32.read_ctable"]], "write_sacpz() \uff08hinetpy.win32.channel \u65b9\u6cd5\uff09": [[4, "HinetPy.win32.Channel.write_sacpz"]]}}) \ No newline at end of file +Search.setIndex({"docnames": ["api", "api/HinetPy.client", "api/HinetPy.header", "api/HinetPy.utils", "api/HinetPy.win32", "appendix", "appendix/catwin32", "appendix/channeltable", "appendix/response", "appendix/win2sac", "changelog", "examples", "examples/example1", "examples/example2", "index", "installation", "license", "tutorial", "tutorial/conversion", "tutorial/get-catalog", "tutorial/get-continuous-waveform", "tutorial/get-event-waveform", "tutorial/get-started"], "filenames": ["api.rst", "api/HinetPy.client.rst", "api/HinetPy.header.rst", "api/HinetPy.utils.rst", "api/HinetPy.win32.rst", "appendix.rst", "appendix/catwin32.rst", "appendix/channeltable.rst", "appendix/response.rst", "appendix/win2sac.rst", "changelog.rst", "examples.rst", "examples/example1.rst", "examples/example2.rst", "index.rst", "installation.rst", "license.rst", "tutorial.rst", "tutorial/conversion.rst", "tutorial/get-catalog.rst", "tutorial/get-continuous-waveform.rst", "tutorial/get-event-waveform.rst", "tutorial/get-started.rst"], "titles": ["API\u53c2\u8003", "HinetPy.client \u6a21\u5757", "HinetPy.header\u6a21\u5757", "HinetPy.utils \u6a21\u5757", "HinetPy.win32 \u6a21\u5757", "\u9644\u5f55", "catwin32", "\u901a\u9053\u8868\u6587\u4ef6", "\u4eea\u5668\u54cd\u5e94", "win2sac", "Changelog", "\u793a\u4f8b", "\u6839\u636eCSV\u5730\u9707\u76ee\u5f55\u7533\u8bf7\u8fde\u7eed\u6ce2\u5f62\u6570\u636e", "\u6839\u636eobspy Catalog\u7533\u8bf7\u8fde\u7eed\u6ce2\u5f62\u6570\u636e", "HinetPy", "\u5b89\u88c5", "\u8bb8\u53ef\u534f\u8bae", "\u6559\u7a0b", "\u6570\u636e\u8f6c\u6362", "\u83b7\u53d6\u76ee\u5f55", "\u83b7\u53d6\u8fde\u7eed\u6ce2\u5f62\u6570\u636e", "\u83b7\u53d6\u4e8b\u4ef6\u6ce2\u5f62", "\u5165\u95e8"], "terms": {"hinetpi": [0, 8, 12, 13, 18, 19, 20, 21, 22], "client": [0, 10, 12, 13, 14, 19, 20, 21, 22], "event": [0, 1, 10, 12, 13, 16], "station": [0, 1, 9, 10, 18, 22], "win32": [0, 1, 6, 8, 9, 10, 12, 13, 14, 15, 18, 20], "channel": [0, 1, 2, 4, 6, 8, 9, 10, 14, 18, 22], "extract_sac": [0, 4, 10, 12, 13, 14, 18], "extract_sacpz": [0, 4, 10, 14, 18], "extract_pz": [0, 4, 10], "read_ctabl": [0, 4, 10], "merg": [0, 1, 4, 10, 16], "header": [0, 10], "network": [0, 1, 2, 4, 10, 14, 22], "util": [0, 1, 10], "split_integ": [0, 3], "point_inside_box": [0, 3], "haversin": [0, 3], "point_inside_circular": [0, 3], "to_datetim": [0, 3, 10], "check_cmd_exist": [0, 3, 10], "check_package_releas": [0, 3, 10], "class": [1, 2, 4], "user": [1, 8, 22], "none": [1, 3, 4], "password": [1, 10, 12, 13, 14, 19, 20, 21, 22], "timeout": 1, "60": [1, 7, 20], "retri": 1, "sleep_time_in_second": 1, "max_sleep_count": 1, "30": [1, 3, 10, 12], "wrapper": 1, "to": [1, 3, 4, 6, 8, 10, 12, 13, 14, 16, 18], "request": [1, 10, 14], "waveform": [1, 4, 7, 10, 14], "catalog": [1, 10, 11, 12], "and": [1, 3, 4, 6, 8, 10, 14, 16, 20], "manipul": 1, "str": [1, 3, 4], "hi": [1, 2, 4, 8, 10, 14, 15, 18, 19, 20, 22], "net": [1, 2, 4, 8, 10, 14, 15, 18, 19, 20, 22], "float": [1, 3, 4], "time": [1, 4, 6, 10, 12, 13, 20], "wait": [1, 14], "for": [1, 2, 4, 8, 9, 10, 12, 13, 14, 16, 22], "the": [1, 3, 4, 6, 7, 8, 10, 14, 16, 22], "server": 1, "send": 1, "data": [1, 4, 8, 9, 10, 12, 13, 14, 18, 20], "befor": [1, 4, 10], "give": 1, "up": [1, 4], "int": [1, 3, 4], "how": 1, "mani": [1, 8, 10], "if": [1, 3, 4, 6, 8, 10, 12, 13, 22], "fail": [1, 10], "sleep": 1, "between": 1, "each": [1, 3, 8], "status": 1, "check": [1, 3, 10], "see": [1, 4, 8, 14, 20], "note": [1, 4, 8], "below": 1, "maximum": [1, 3, 4, 10], "number": [1, 3, 4, 6], "of": [1, 3, 4, 7, 8, 10, 12, 14, 16, 18, 22], "usus": 1, "spend": 1, "10": [1, 7, 8, 10, 12, 20], "second": 1, "on": [1, 8, 22], "prepar": 1, "after": [1, 8, 10], "receiv": 1, "dure": [1, 4], "are": [1, 4, 8], "not": [1, 4, 6, 8, 9, 10, 15, 16, 22], "allow": [1, 10], "post": 1, "anoth": [1, 10], "so": [1, 4, 8, 10, 16], "have": [1, 4, 8], "until": 1, "is": [1, 3, 4, 6, 8, 9, 10, 16, 22], "readi": 1, "everi": 1, "no": [1, 10, 16, 22], "more": [1, 4, 22], "than": [1, 4, 8, 10], "still": 1, "it": [1, 4, 8, 10], "most": 1, "like": [1, 4], "mean": [1, 4], "someth": 1, "goe": 1, "wrong": [1, 10], "with": [1, 4, 8, 10, 12, 13, 14, 16, 20], "then": 1, "will": [1, 4, 8], "you": [1, 4, 8, 14, 20, 22], "don": 1, "need": [1, 8, 14], "modifi": [1, 8, 16], "these": 1, "paramet": [1, 4, 8, 10], "unless": [1, 4], "know": [1, 22], "what": 1, "re": [1, 22], "doing": 1, "from": [1, 2, 3, 4, 8, 10, 12, 13, 14, 16, 18, 19, 20, 21, 22], "import": [1, 2, 8, 12, 13, 14, 18, 19, 20, 21, 22], "usernam": [1, 12, 13, 14, 19, 20, 21, 22], "doctor": [1, 22], "this": [1, 4, 6, 8, 9, 16], "function": [1, 3, 4, 8, 10], "that": [1, 3, 4, 8], "has": [1, 3, 4], "new": [1, 3, 8], "releas": [1, 3, 10, 22], "web": [1, 12, 22], "servic": [1, 12, 22], "updat": [1, 22], "catwin32": [1, 4, 5, 15, 22], "win2sac_32": [1, 4, 6, 8, 9, 15, 18, 22], "in": [1, 2, 3, 4, 8, 10, 12, 13, 14, 16, 22], "path": [1, 3, 12, 13, 15, 22], "use": [1, 4, 8, 16, 22], "latest": [1, 22], "v0": [1, 21, 22], "full": 1, "home": [1, 15, 22], "bin": [1, 9, 14, 15, 22], "check_service_upd": 1, "2017": [1, 10, 12, 20, 22], "01": [1, 3, 10, 12, 13, 14, 20, 22], "00": [1, 7, 14, 20], "info": [1, 10, 20, 22], "code": [1, 2, 10, 14], "show": 1, "inform": [1, 4, 10, 22], "or": [1, 4, 8, 10, 16, 22], "0101": [1, 2, 12, 13, 14, 20, 22], "nie": [1, 2, 14, 15, 22], "0103": [1, 2, 22], "broadband": [1, 2, 22], "0103a": [1, 2, 22], "strong": [1, 2, 22], "motion": [1, 2, 22], "010501": [1, 22], "tokachidak": [1, 22], "0703": [1, 22], "aomori": [1, 22], "prefectur": [1, 22], "govern": [1, 22], "0705": [1, 22], "shizuoka": [1, 22], "0801": [1, 22], "adep": [1, 22], "name": [1, 2, 3, 4, 6, 10, 18, 22], "starttim": [1, 2, 4, 12, 13, 20, 22], "20040401": [1, 22], "2336": [1, 22], "get_arrivaltim": [1, 19], "startdat": [1, 19], "span": [1, 10], "filenam": [1, 4, 10], "os": [1, 12, 13], "dos": 1, "jma": [1, 10, 19], "datetim": [1, 3, 12, 13, 19, 20], "date": [1, 6], "unix": 1, "save": 1, "2010": [1, 3, 14, 19, 20], "measure_20100101_5": [1, 19], "txt": [1, 19], "arrivaltim": 1, "get_continuous_waveform": [1, 10, 12, 13, 14, 20], "max_span": [1, 10], "ctabl": [1, 4, 12, 13, 14, 18, 20], "outdir": [1, 4, 9, 12, 13, 18, 20], "thread": [1, 10], "cleanup": 1, "true": [1, 3, 4, 12, 13], "get": [1, 22], "continu": [1, 10, 12, 13], "sub": 1, "default": [1, 4, 6, 10, 22], "be": [1, 3, 4, 8, 16], "determin": 1, "automat": [1, 4, 10], "code_yyyymmddhhmm_span": 1, "cnt": [1, 4, 6, 9, 10, 14, 18, 20], "code_yyyymmdd": [1, 20], "ch": [1, 4, 9, 14, 18, 20], "tabl": [1, 4, 8, 10, 14, 18], "specifi": [1, 4, 10], "directori": [1, 4, 10, 14, 20], "current": 1, "parallel": [1, 10], "download": [1, 4, 10, 14], "bool": [1, 3, 4], "all": [1, 4, 8, 16, 18, 22], "jst": [1, 14, 20], "utc": 1, "0900": [1, 14, 20], "set": [1, 4, 10], "three": [1, 8], "limit": [1, 16], "12000": [1, 20], "150": [1, 3, 20, 22], "exampl": 1, "about": [1, 8, 22], "24000": 1, "acoord": 1, "record": 1, "length": 1, "should": [1, 4, 20], "minut": [1, 14], "break": 1, "through": [1, 8], "by": [1, 4, 6, 10, 18], "split": [1, 3], "long": 1, "durat": 1, "into": [1, 3, 4], "sever": [1, 14], "short": 1, "requst": 1, "work": [1, 4, 10, 14], "loop": [1, 12, 13], "over": [1, 12, 13], "return": [1, 10], "ids": [1, 4], "base": 1, "extract": [1, 4, 10, 14, 18], "zip": 1, "file": [1, 4, 6, 8, 10, 14, 15, 16, 20], "them": [1, 8], "one": [1, 4, 8], "singl": 1, "clean": 1, "sinc": 1, "01t05": 1, "35": 1, "201001010535": 1, "0101_201001010535_6": 1, "0101_20100101": [1, 4, 9, 14, 18, 20], "05": [1, 10, 20], "also": [1, 4], "support": [1, 10], "day": [1, 4], "01t00": [1, 14, 20], "1440": 1, "25": 1, "0103_201001010000_1440": 1, "0103_20100101": 1, "get_event_waveform": [1, 10, 21], "endtim": [1, 13], "region": [1, 3, 10, 22], "minmagnitud": [1, 13, 21], "maxmagnitud": [1, 21], "include_unknown_mag": [1, 10], "mindepth": [1, 21], "maxdepth": [1, 21], "minlatitud": [1, 3, 22], "maxlatitud": [1, 3, 22], "minlongitud": [1, 3, 22], "maxlongitud": [1, 3, 22], "latitud": [1, 3, 4, 12, 22], "longitud": [1, 3, 4, 10, 12, 22], "minradius": [1, 3, 22], "maxradius": [1, 3, 22], "whole": 1, "japan": 1, "hokkaido": [1, 2], "02": [1, 10], "tohoku": 1, "03": [1, 10, 13, 20], "kanto": 1, "04": [1, 10, 12, 20, 22], "chubu": 1, "kinki": 1, "06": [1, 10, 22], "chugoku": 1, "shikoku": 1, "07": [1, 7, 10], "kyushu": 1, "08": [1, 8, 10], "other": [1, 8, 9, 16], "get_focalmechan": [1, 19], "focal_20100101_5": 1, "focal": [1, 10], "get_selected_st": [1, 10], "queri": 1, "select": [1, 10, 22], "two": [1, 20, 22], "list": [1, 3, 4, 10], "metadata": [1, 10], "len": 1, "16": [1, 7, 10, 22], "print": [1, 2, 6, 22], "wnnh": [1, 22], "45": [1, 3, 22], "4883": [1, 22], "141": [1, 22], "885": [1, 22], "159": [1, 22], "sfnh": [1, 22], "3346": [1, 22], "142": [1, 22], "1185": [1, 22], "81": [1, 22], "get_station_list": [1, 10, 22], "onli": [1, 4, 8, 22], "follow": [1, 16], "0120": [1, 2], "0120a": [1, 2], "meso": [1, 2, 10], "0131": [1, 2], "get_waveform": [1, 10], "kwarg": [1, 4], "deprec": [1, 4], "instead": [1, 4], "login": [1, 10], "select_st": [1, 10, 22], "within": 1, "minimum": [1, 3], "degre": [1, 3], "geograph": 1, "point": [1, 3, 4], "defin": 1, "aakh": [1, 7, 22], "abnh": [1, 22], "40": [1, 3], "50": [1, 3, 20, 22], "140": [1, 3, 22], "139": [1, 22], "evid": 1, "origin": [1, 12, 13], "depth": [1, 12], "magnitud": [1, 12], "name_en": 1, "elev": 1, "url": 2, "key": [2, 10], "speed": [2, 4], "acceler": [2, 4], "0201": 2, "univers": 2, "maxn": 3, "an": [3, 8, 10, 14, 16], "interg": 3, "chunk": 3, "integ": [3, 7], "12": [3, 7, 8, 10, 12], "15": [3, 7, 20], "insid": [3, 20], "box": [3, 10, 22], "130": [3, 22], "100": [3, 4], "fals": [3, 4], "300": 3, "lat1": 3, "lon1": 3, "lat2": 3, "lon2": 3, "refer": 3, "https": [3, 9, 15], "stackoverflow": 3, "com": [3, 15], "4913653": 3, "7770208": 3, "224069629545902": 3, "20": [3, 8, 10, 12, 13, 14, 20], "70": [3, 7, 21], "53": 3, "57930271469817": 3, "circular": [3, 10, 22], "center": 3, "radius": 3, "52": [3, 12], "valu": [3, 4, 8, 10], "convert": [3, 4, 8, 10, 14, 18], "hard": 3, "way": 3, "as": [3, 4, 7, 8, 10, 12, 13, 14, 16], "string": [3, 10], "201001010000": [3, 14, 20, 21], "01t03": 3, "cmd": 3, "command": [3, 4], "exist": [3, 9, 10, 12, 13], "execut": 3, "whether": [3, 16], "process": [4, 8, 10, 14], "seismic": 4, "format": [4, 10, 14, 18], "id": [4, 9, 10, 18], "compon": [4, 9, 18], "unit": 4, "gain": [4, 8], "damp": [4, 8], "period": [4, 8], "preamplif": 4, "lsb_valu": 4, "initi": 4, "rad": 4, "lsb": [4, 7], "websit": [4, 8, 10], "move": [4, 8, 10], "coil": [4, 8], "veloc": [4, 8], "type": [4, 8, 10, 22], "seismomet": [4, 8], "detail": [4, 8], "write_sacpz": [4, 10], "pzfile": 4, "keep_sensit": 4, "write": 4, "sac": [4, 6, 8, 9, 10, 14, 18], "polezero": [4, 10], "keep": 4, "sensit": 4, "constant": [4, 8, 10], "suffix": [4, 18], "pmax": [4, 9, 10], "8640000": [4, 10], "filter_by_id": [4, 18], "filter_by_nam": [4, 18], "filter_by_compon": [4, 18], "with_sacpz": [4, 10, 12, 13], "call": 4, "avail": [4, 8], "win32tool": [4, 22], "packag": [4, 10], "fomrat": 4, "can": [4, 8, 10, 14, 18], "alway": [4, 10], "remov": [4, 10], "instrument": [4, 8, 14, 18], "multipli": 4, "0e9": [4, 8, 9, 18], "thus": 4, "digit": [4, 8, 9, 18], "count": [4, 8, 9, 18], "but": [4, 16], "nm": [4, 8, 9, 18], "due": 4, "same": [4, 8], "reason": 4, "doe": [4, 10], "longer": [4, 10], "hz": [4, 8], "sampl": [4, 8], "rate": 4, "must": [4, 10], "increas": 4, "filter": [4, 10], "wildcard": [4, 6, 10], "aslo": 4, "pz": [4, 8, 10, 14, 18], "sac_pz": [4, 8, 14, 18], "kept": 4, "parallelli": 4, "cpus": 4, "with_pz": [4, 10], "0101_201001010000_5": [4, 6], "output": [4, 6, 10], "20100101000": 4, "na": [4, 18], "ne": 4, "filter_by_chid": 4, "respons": [4, 8, 14, 18], "resp": [4, 8, 18], "program": 4, "convers": 4, "generat": [4, 8, 15], "omit": 4, "read": [4, 8], "channl": [4, 18], "total_data": 4, "force_sort": 4, "multipl": [4, 10], "larg": 4, "simpli": 4, "concaten": 4, "order": 4, "they": 4, "pass": 4, "sort": [4, 6, 10], "their": 4, "start": [4, 14], "being": 4, "your": [4, 8, 14, 22], "201304040203": 4, "glob": [4, 6], "20130404": 4, "otherwis": [4, 16], "forc": 4, "howev": 4, "veri": [4, 8], "consum": [4, 6], "do": [4, 8, 16], "necessari": 4, "ouput": 4, "python": [4, 6, 10, 12, 14, 15, 17], "built": 4, "prefer": 4, "final": 4, "random": 4, "001": 4, "002": 4, "003": 4, "match": [4, 18], "win2sac": [5, 15], "file_1": 6, "file_2": 6, "file_n": 6, "ooutfil": 6, "outfil": 6, "input": 6, "accept": 6, "stdout": 6, "ommit": 6, "option": 6, "usag": 6, "20100101": 6, "total": 6, "6033": 7, "27": [7, 10, 22], "175": 7, "023e": 7, "36": [7, 10, 12, 22], "3726": 7, "137": 7, "9203": 7, "483": 7, "azuminoakashina": 7, "ms": 7, "reduct": 7, "ratio": [7, 9], "monitor": 7, "express": [7, 16], "expon": 7, "power": 7, "mks": 7, "11": [7, 8, 10, 20, 22], "db": [7, 8], "13": [7, 8, 10, 12, 15, 22], "14": [7, 22], "17": [7, 10, 20], "18": [7, 10], "19": [7, 8, 10, 12], "transfer": 8, "laplac": 8, "frac": 8, "gs": 8, "2hws": 8, "unit_of_input": 8, "a0": 8, "pi": 8, "f_n": 8, "l_": 8, "log": [8, 9], "left": 8, "f_": 8, "right": [8, 16], "mathrm": 8, "am": 8, "confus": 8, "even": 8, "look": 8, "page": 8, "regist": 8, "observ": [8, 18], "equip": [8, 18], "given": 8, "seem": 8, "rewrit": 8, "confirm": 8, "understand": 8, "which": 8, "correct": 8, "zero": [8, 10], "pole": 8, "at": [8, 12, 14], "line": [8, 9, 10], "normal": 8, "factor": 8, "999953": 8, "faq": [8, 18], "q08": [8, 18], "equat": 8, "correspond": [8, 14], "physic": 8, "quantiti": 8, "want": 8, "provid": [8, 16], "accord": 8, "purpos": [8, 16], "wrote": 8, "explan": 8, "assum": 8, "chang": [8, 10], "strict": 8, "speak": 8, "depend": [8, 10], "its": 8, "domain": 8, "where": 8, "natur": 8, "angular": 8, "frequenc": 8, "respect": 8, "root": 8, "numer": 8, "denomin": 8, "invers": 8, "absolut": 8, "abov": [8, 16], "except": [8, 10], "literatur": 8, "such": 8, "scherbaum": 8, "fundament": 8, "seismolog": 8, "kluwer": 8, "academ": 8, "publish": [8, 16], "1996": 8, "chapter": 8, "explain": 8, "a08": 8, "measur": 8, "http": [8, 22], "www": [8, 22], "hinet": [8, 22], "bosai": [8, 9, 22], "go": [8, 9, 22], "jp": [8, 9, 22], "lang": [8, 9], "en": 8, "pleas": 8, "seed": [8, 18], "manual": 8, "further": 8, "fdsn": [8, 13], "org": 8, "public": [8, 10], "htm": 8, "iri": [8, 12, 13], "edu": 8, "sincer": 8, "binari": 9, "ascii": 9, "winfil": 9, "ch_no": 9, "sacfil": 9, "prmfile": 9, "asc": 9, "3345": 9, "3f65": 9, "4f75": 9, "win": 9, "prm": 9, "2000000": 9, "2000082404000101vm": 9, "4c55": 9, "4c65": 9, "junk": 9, "micro": 9, "radian": 9, "extens": 9, "nabc": [9, 18], "2000": 9, "6034": 9, "6035": 9, "6036": 9, "ignor": 9, "6038": 9, "6039": 9, "s4win2sacm": 9, "386": 9, "fprintf": 9, "stderr": 9, "sysch": 9, "iret": 9, "cmpaz": 9, "cmpinc": 9, "90": 9, "hinetwww11": 9, "auth": 9, "direc": 9, "xxxx": 10, "xx": 10, "hack": 10, "solut": 10, "ssl": 10, "connect": [10, 16], "issu": [10, 12, 13], "well": 10, "urllib3": 10, "v2": 10, "drop": 10, "2022": 10, "fix": 10, "bug": 10, "incorrect": 10, "65": 10, "now": [10, 14], "refactor": 10, "_channel2pz": 10, "_write_pz": 10, "_get_channel": 10, "extrac_sacpz": 10, "renam": 10, "extrac_pz": 10, "sslerror": 10, "dh_key_too_smal": 10, "dh": 10, "too": 10, "small": 10, "error": [10, 15], "2021": 10, "invalid": 10, "2020": 10, "improv": 10, "style": 10, "test": 10, "ci": 10, "cannot": 10, "2019": [10, 22], "dampl": 10, "24": 10, "23": 10, "captur": 10, "caus": 10, "22": [10, 12, 22], "string2datetim": 10, "mechan": 10, "rectangular": 10, "2018": 10, "typo": 10, "longtitud": 10, "21": [10, 12, 22], "failur": 10, "charact": 10, "when": 10, "contain": 10, "blank": 10, "open": [10, 12], "technic": 10, "relat": 10, "add": 10, "chines": 10, "document": [10, 14, 16], "tempfil": 10, "skip": [10, 12, 13], "speedup": 10, "multi": 10, "help": [10, 22], "get_": 10, "startim": 10, "differ": 10, "py": 10, "check_module_releas": 10, "deep": 10, "avoid": [10, 12, 13], "pypi": 10, "rewritten": 10, "2016": 10, "some": 10, "first": 10, "hinetdoctor": 10, "hinetcontrequest": 10, "stationselector": 10, "hinetjmarequest": 10, "rdhinet": 10, "ch2pz": 10, "csv": 11, "obspi": 11, "eventid": 12, "km": 12, "author": [12, 16], "contributor": 12, "contributorid": 12, "magtyp": 12, "magauthor": 12, "eventlocationnam": 12, "9993759": 12, "22t04": 12, "2145": 12, "155": 12, "1442": 12, "135": 12, "pt": 12, "us": 12, "neic": 12, "pde": 12, "us10007uph": 12, "pt17022050": 12, "at00ok5z6p": 12, "mww": 12, "solomon": 12, "island": 12, "9993037": 12, "19t23": 12, "3433": 12, "161": 12, "318": 12, "us10007u7n": 12, "at00ok1ura": 12, "pt17019050": 12, "9953968": 12, "10t06": 12, "47": [12, 20, 22], "4634": 12, "122": 12, "575": 12, "612": 12, "71": 12, "us10007s9c": 12, "at00ojjvz0": 12, "celeb": 12, "sea": 12, "9951821": 12, "03t21": 12, "3542": 12, "176": 12, "058": 12, "us10007pj6": 12, "at00oj84rf": 12, "pt17003051": 12, "south": 12, "fiji": 12, "timedelta": [12, 13], "csvfile": 12, "reader": 12, "dictread": 12, "delimit": 12, "fieldnam": 12, "field": 12, "strip": 12, "row": 12, "strptime": 12, "dt": 12, "hour": [12, 13], "deal": [12, 13, 16], "timezon": [12, 13], "strftime": [12, 13], "alreadi": [12, 13], "overwrit": [12, 13], "utcdatetim": 13, "fdsnclient": 13, "2005": 13, "get_ev": 13, "isc": 13, "exit": 13, "sourc": 14, "usr": 14, "env": 14, "utf": 14, "account": [14, 22], "access": 14, "let": 14, "tri": 14, "intern": 14, "gmt": [14, 20], "usual": 14, "take": 14, "few": 14, "0101_201001010000_20": [14, 18, 20], "plaintext": 14, "nguh": 14, "nnmh": 14, "mit": [14, 16], "pip": 15, "instal": 15, "git": 15, "clone": 15, "github": 15, "seisman": 15, "cd": 15, "uninstal": 15, "tar": 15, "xvf": 15, "gz": 15, "make": 15, "maco": 15, "s4read_data": 15, "fatal": 15, "malloc": 15, "found": 15, "includ": [15, 16], "src": 15, "stdlib": 15, "cp": 15, "licens": [16, 22], "copyright": [16, 22], "2014": 16, "2024": 16, "dongdong": 16, "tian": 16, "permiss": 16, "herebi": 16, "grant": 16, "free": 16, "charg": 16, "ani": 16, "person": 16, "obtain": 16, "copi": 16, "softwar": 16, "associ": 16, "without": 16, "restrict": 16, "distribut": 16, "sublicens": 16, "sell": 16, "permit": 16, "whom": 16, "furnish": 16, "subject": 16, "condit": 16, "notic": 16, "shall": 16, "substanti": 16, "portion": 16, "warranti": 16, "kind": 16, "impli": 16, "merchant": 16, "fit": 16, "particular": 16, "noninfring": 16, "holder": 16, "liabl": 16, "claim": 16, "damag": 16, "liabil": 16, "action": 16, "contract": 16, "tort": 16, "aris": 16, "out": 16, "3e83": 18, "3e84": 18, "3e85": 18, "whose": 18, "vertic": 18, "fnetpi": [18, 22], "fnet": [18, 22], "sacpz": 18, "mecha_20100101_5": 19, "46": [20, 22], "41": 20, "ls": 20, "code_yyyymmddhhmm_length": 20, "2350": 20, "201001020000": 21, "ipython": 22, "anaconda": 22, "custom": 22, "64": 22, "bit": 22, "feb": 22, "gcc": 22, "20120313": 22, "red": 22, "hat": 22, "linux": 22, "credit": 22, "own": 22, "010502": 22, "tarumaesan": 22, "0701": 22, "tokyo": 22, "metropolitan": 22, "0702": 22, "hot": 22, "spring": 22, "research": 22, "institut": 22, "kanagawa": 22, "homepag": 22, "2004": 22, "780": 22, "wnwh": 22, "2531": 22, "6334": 22, "wneh": 22, "2303": 22, "8806": 22, "174": 22, "sfsh": 22, "2163": 22, "2254": 22, "96": 22}, "objects": {"HinetPy.client": [[1, 0, 1, "", "Client"], [1, 0, 1, "", "Event"], [1, 0, 1, "", "Station"]], "HinetPy.client.Client": [[1, 1, 1, "", "check_service_update"], [1, 1, 1, "", "doctor"], [1, 1, 1, "", "get_arrivaltime"], [1, 1, 1, "", "get_continuous_waveform"], [1, 1, 1, "", "get_event_waveform"], [1, 1, 1, "", "get_focalmechanism"], [1, 1, 1, "", "get_selected_stations"], [1, 1, 1, "", "get_station_list"], [1, 1, 1, "", "get_waveform"], [1, 1, 1, "", "info"], [1, 1, 1, "", "login"], [1, 1, 1, "", "select_stations"]], "HinetPy.header": [[2, 0, 1, "", "Network"]], "HinetPy.header.Network": [[2, 2, 1, "", "channels"], [2, 2, 1, "", "name"], [2, 2, 1, "", "starttime"], [2, 2, 1, "", "url"]], "HinetPy": [[3, 3, 0, "-", "utils"], [4, 3, 0, "-", "win32"]], "HinetPy.utils": [[3, 4, 1, "", "check_cmd_exists"], [3, 4, 1, "", "check_package_release"], [3, 4, 1, "", "haversine"], [3, 4, 1, "", "point_inside_box"], [3, 4, 1, "", "point_inside_circular"], [3, 4, 1, "", "split_integer"], [3, 4, 1, "", "to_datetime"]], "HinetPy.win32": [[4, 0, 1, "", "Channel"], [4, 4, 1, "", "extract_pz"], [4, 4, 1, "", "extract_sac"], [4, 4, 1, "", "extract_sacpz"], [4, 4, 1, "", "merge"], [4, 4, 1, "", "read_ctable"]], "HinetPy.win32.Channel": [[4, 1, 1, "", "write_sacpz"]]}, "objtypes": {"0": "py:class", "1": "py:method", "2": "py:attribute", "3": "py:module", "4": "py:function"}, "objnames": {"0": ["py", "class", "Python \u7c7b"], "1": ["py", "method", "Python \u65b9\u6cd5"], "2": ["py", "attribute", "Python \u5c5e\u6027"], "3": ["py", "module", "Python \u6a21\u5757"], "4": ["py", "function", "Python \u51fd\u6570"]}, "titleterms": {"api": 0, "hinetpi": [1, 2, 3, 4, 14, 15], "client": 1, "header": 2, "util": 3, "win32": 4, "catwin32": 6, "win2sac": 9, "changelog": 10, "csv": 12, "obspi": 13, "catalog": 13, "win32tool": 15, "python": 22}, "envversion": {"sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx": 60}, "alltitles": {"API\u53c2\u8003": [[0, "api-reference"]], "\u6a21\u5757\uff1a": [[0, null]], "HinetPy.client \u6a21\u5757": [[1, "hinetpy-client-module"]], "\u5907\u6ce8": [[1, null], [1, null], [4, null]], "\u793a\u4f8b": [[1, null], [1, null], [1, null], [1, null], [1, null], [1, null], [1, null], [1, null], [3, null], [3, null], [3, null], [3, null], [4, null], [4, null], [4, null], [6, "examples"], [9, "examples"], [11, "examples"]], "HinetPy.header\u6a21\u5757": [[2, "hinetpy-header-module"]], "HinetPy.utils \u6a21\u5757": [[3, "module-HinetPy.utils"]], "HinetPy.win32 \u6a21\u5757": [[4, "module-HinetPy.win32"]], "\u9644\u5f55": [[5, "appendix"]], "catwin32": [[6, "catwin32"]], "\u7528\u6cd5": [[6, "usage"], [9, "usage"]], "\u901a\u9053\u8868\u6587\u4ef6": [[7, "channel-table-file"]], "\u4eea\u5668\u54cd\u5e94": [[8, "instrumental-response"]], "\u8f93\u5165": [[8, "input"]], "\u6570\u5b57\u9636\u6bb5": [[8, "analog-stage"], [8, "digital-stage"]], "\u653e\u5927\u7cfb\u6570": [[8, "preamplification"]], "\u6a21\u62df-\u6570\u5b57\u8f6c\u6362": [[8, "analog-digital-conversion"]], "\u603b\u7ed3": [[8, "summary"]], "Q&A": [[8, "q-a"]], "win2sac": [[9, "win2sac"]], "\u6ce8\u89e3": [[9, "notes"]], "\u8f93\u51fa\u7684\u5355\u4f4d": [[9, "output-unit"]], "\u6587\u4ef6\u540d\u683c\u5f0f": [[9, "filename-format"]], "\u901a\u9053\u53f7\u6587\u4ef6\u683c\u5f0f": [[9, "channel-number-file-format"]], "\u53c2\u6570\u6587\u4ef6": [[9, "paramerter-file"]], "\u5206\u91cf": [[9, "component"]], "Changelog": [[10, "changelog"]], "\u6839\u636eCSV\u5730\u9707\u76ee\u5f55\u7533\u8bf7\u8fde\u7eed\u6ce2\u5f62\u6570\u636e": [[12, "request-continuous-waveform-data-from-csv-catalog"]], "\u6839\u636eobspy Catalog\u7533\u8bf7\u8fde\u7eed\u6ce2\u5f62\u6570\u636e": [[13, "request-continous-waveform-data-from-obspy-catalog"]], "HinetPy": [[14, "hinetpy"]], "\u529f\u80fd\u4e0e\u7279\u6027": [[14, "features"]], "\u4e00\u4e2a\u7b80\u5355\u7684\u793a\u4f8b": [[14, "a-simple-example"]], "\u5f15\u7528": [[14, "citation"]], "\u8bb8\u53ef\u534f\u8bae": [[14, "license"], [16, "license"]], "\u5b89\u88c5": [[15, "installation"]], "\u51c6\u5907\u5de5\u4f5c": [[15, "prerequisites"]], "\u5b89\u88c5 HinetPy": [[15, "install-hinetpy"]], "\u7f16\u8bd1 win32tools": [[15, "build-win32tools"]], "\u6559\u7a0b": [[17, "tutorial"]], "\u6570\u636e\u8f6c\u6362": [[18, "data-conversion"]], "\u63d0\u53d6\u6ce2\u5f62\u6570\u636e": [[18, "extract-waveform-data"]], "\u63d0\u53d6\u96f6\u6781\u70b9\u6587\u4ef6": [[18, "extract-pz"]], "\u83b7\u53d6\u76ee\u5f55": [[19, "get-catalog"]], "\u83b7\u53d6\u8d70\u65f6\u76ee\u5f55": [[19, "get-arrival-time-catalog"]], "\u83b7\u53d6\u9707\u6e90\u673a\u5236\u89e3\u76ee\u5f55": [[19, "get-focal-mechanism-catalog"]], "\u83b7\u53d6\u8fde\u7eed\u6ce2\u5f62\u6570\u636e": [[20, "get-continuous-waveform"]], "\u57fa\u672c\u7528\u6cd5": [[20, "basic-usage"]], "\u81ea\u5b9a\u4e49": [[20, "custom-way"]], "\u83b7\u53d6\u4e8b\u4ef6\u6ce2\u5f62": [[21, "get-event-waveform"]], "\u5165\u95e8": [[22, "get-started"]], "\u542f\u52a8Python": [[22, "start-python"]], "\u521b\u5efa\u4e00\u4e2a\u5ba2\u6237\u7aef": [[22, "create-a-client"]], "\u505a\u4e00\u4e9b\u68c0\u67e5": [[22, "do-checks"]], "\u53f0\u7f51\u4ee3\u7801": [[22, "network-codes"]], "\u53f0\u7ad9": [[22, "stations"]]}, "indexentries": {"client\uff08hinetpy.client \u4e2d\u7684\u7c7b\uff09": [[1, "HinetPy.client.Client"]], "event\uff08hinetpy.client \u4e2d\u7684\u7c7b\uff09": [[1, "HinetPy.client.Event"]], "station\uff08hinetpy.client \u4e2d\u7684\u7c7b\uff09": [[1, "HinetPy.client.Station"]], "check_service_update() \uff08hinetpy.client.client \u65b9\u6cd5\uff09": [[1, "HinetPy.client.Client.check_service_update"]], "doctor() \uff08hinetpy.client.client \u65b9\u6cd5\uff09": [[1, "HinetPy.client.Client.doctor"]], "get_arrivaltime() \uff08hinetpy.client.client \u65b9\u6cd5\uff09": [[1, "HinetPy.client.Client.get_arrivaltime"]], "get_continuous_waveform() \uff08hinetpy.client.client \u65b9\u6cd5\uff09": [[1, "HinetPy.client.Client.get_continuous_waveform"]], "get_event_waveform() \uff08hinetpy.client.client \u65b9\u6cd5\uff09": [[1, "HinetPy.client.Client.get_event_waveform"]], "get_focalmechanism() \uff08hinetpy.client.client \u65b9\u6cd5\uff09": [[1, "HinetPy.client.Client.get_focalmechanism"]], "get_selected_stations() \uff08hinetpy.client.client \u65b9\u6cd5\uff09": [[1, "HinetPy.client.Client.get_selected_stations"]], "get_station_list() \uff08hinetpy.client.client \u65b9\u6cd5\uff09": [[1, "HinetPy.client.Client.get_station_list"]], "get_waveform() \uff08hinetpy.client.client \u65b9\u6cd5\uff09": [[1, "HinetPy.client.Client.get_waveform"]], "info() \uff08hinetpy.client.client \u65b9\u6cd5\uff09": [[1, "HinetPy.client.Client.info"]], "login() \uff08hinetpy.client.client \u65b9\u6cd5\uff09": [[1, "HinetPy.client.Client.login"]], "select_stations() \uff08hinetpy.client.client \u65b9\u6cd5\uff09": [[1, "HinetPy.client.Client.select_stations"]], "network\uff08hinetpy.header \u4e2d\u7684\u7c7b\uff09": [[2, "HinetPy.header.Network"]], "channels\uff08hinetpy.header.network \u5c5e\u6027\uff09": [[2, "HinetPy.header.Network.channels"]], "name\uff08hinetpy.header.network \u5c5e\u6027\uff09": [[2, "HinetPy.header.Network.name"]], "starttime\uff08hinetpy.header.network \u5c5e\u6027\uff09": [[2, "HinetPy.header.Network.starttime"]], "url\uff08hinetpy.header.network \u5c5e\u6027\uff09": [[2, "HinetPy.header.Network.url"]], "hinetpy.utils": [[3, "module-HinetPy.utils"]], "check_cmd_exists()\uff08\u5728 hinetpy.utils \u6a21\u5757\u4e2d\uff09": [[3, "HinetPy.utils.check_cmd_exists"]], "check_package_release()\uff08\u5728 hinetpy.utils \u6a21\u5757\u4e2d\uff09": [[3, "HinetPy.utils.check_package_release"]], "haversine()\uff08\u5728 hinetpy.utils \u6a21\u5757\u4e2d\uff09": [[3, "HinetPy.utils.haversine"]], "module": [[3, "module-HinetPy.utils"], [4, "module-HinetPy.win32"]], "point_inside_box()\uff08\u5728 hinetpy.utils \u6a21\u5757\u4e2d\uff09": [[3, "HinetPy.utils.point_inside_box"]], "point_inside_circular()\uff08\u5728 hinetpy.utils \u6a21\u5757\u4e2d\uff09": [[3, "HinetPy.utils.point_inside_circular"]], "split_integer()\uff08\u5728 hinetpy.utils \u6a21\u5757\u4e2d\uff09": [[3, "HinetPy.utils.split_integer"]], "to_datetime()\uff08\u5728 hinetpy.utils \u6a21\u5757\u4e2d\uff09": [[3, "HinetPy.utils.to_datetime"]], "channel\uff08hinetpy.win32 \u4e2d\u7684\u7c7b\uff09": [[4, "HinetPy.win32.Channel"]], "hinetpy.win32": [[4, "module-HinetPy.win32"]], "extract_pz()\uff08\u5728 hinetpy.win32 \u6a21\u5757\u4e2d\uff09": [[4, "HinetPy.win32.extract_pz"]], "extract_sac()\uff08\u5728 hinetpy.win32 \u6a21\u5757\u4e2d\uff09": [[4, "HinetPy.win32.extract_sac"]], "extract_sacpz()\uff08\u5728 hinetpy.win32 \u6a21\u5757\u4e2d\uff09": [[4, "HinetPy.win32.extract_sacpz"]], "merge()\uff08\u5728 hinetpy.win32 \u6a21\u5757\u4e2d\uff09": [[4, "HinetPy.win32.merge"]], "read_ctable()\uff08\u5728 hinetpy.win32 \u6a21\u5757\u4e2d\uff09": [[4, "HinetPy.win32.read_ctable"]], "write_sacpz() \uff08hinetpy.win32.channel \u65b9\u6cd5\uff09": [[4, "HinetPy.win32.Channel.write_sacpz"]]}}) \ No newline at end of file diff --git a/zh_CN/tutorial.html b/zh_CN/tutorial.html index d50f4e0c..b9a6d2a4 100644 --- a/zh_CN/tutorial.html +++ b/zh_CN/tutorial.html @@ -4,7 +4,7 @@ - 教程 — HinetPy v0.7.2.dev29+g31d2876 文档 + 教程 — HinetPy v0.7.2.dev30+g194f9fd 文档 @@ -15,7 +15,7 @@ - + @@ -38,7 +38,7 @@ HinetPy
- v0.7.2.dev29+g31d2876 + v0.7.2.dev30+g194f9fd
diff --git a/zh_CN/tutorial/conversion.html b/zh_CN/tutorial/conversion.html index 367cef41..09a89be2 100644 --- a/zh_CN/tutorial/conversion.html +++ b/zh_CN/tutorial/conversion.html @@ -4,7 +4,7 @@ - 数据转换 — HinetPy v0.7.2.dev29+g31d2876 文档 + 数据转换 — HinetPy v0.7.2.dev30+g194f9fd 文档 @@ -15,7 +15,7 @@ - + @@ -38,7 +38,7 @@ HinetPy
- v0.7.2.dev29+g31d2876 + v0.7.2.dev30+g194f9fd
diff --git a/zh_CN/tutorial/get-catalog.html b/zh_CN/tutorial/get-catalog.html index 547f294a..282432ac 100644 --- a/zh_CN/tutorial/get-catalog.html +++ b/zh_CN/tutorial/get-catalog.html @@ -4,7 +4,7 @@ - 获取目录 — HinetPy v0.7.2.dev29+g31d2876 文档 + 获取目录 — HinetPy v0.7.2.dev30+g194f9fd 文档 @@ -15,7 +15,7 @@ - + @@ -38,7 +38,7 @@ HinetPy
- v0.7.2.dev29+g31d2876 + v0.7.2.dev30+g194f9fd
diff --git a/zh_CN/tutorial/get-continuous-waveform.html b/zh_CN/tutorial/get-continuous-waveform.html index 3408af23..5c9b43d6 100644 --- a/zh_CN/tutorial/get-continuous-waveform.html +++ b/zh_CN/tutorial/get-continuous-waveform.html @@ -4,7 +4,7 @@ - 获取连续波形数据 — HinetPy v0.7.2.dev29+g31d2876 文档 + 获取连续波形数据 — HinetPy v0.7.2.dev30+g194f9fd 文档 @@ -15,7 +15,7 @@ - + @@ -38,7 +38,7 @@ HinetPy
- v0.7.2.dev29+g31d2876 + v0.7.2.dev30+g194f9fd
diff --git a/zh_CN/tutorial/get-event-waveform.html b/zh_CN/tutorial/get-event-waveform.html index b8cd0c77..8efe8188 100644 --- a/zh_CN/tutorial/get-event-waveform.html +++ b/zh_CN/tutorial/get-event-waveform.html @@ -4,7 +4,7 @@ - 获取事件波形 — HinetPy v0.7.2.dev29+g31d2876 文档 + 获取事件波形 — HinetPy v0.7.2.dev30+g194f9fd 文档 @@ -15,7 +15,7 @@ - + @@ -38,7 +38,7 @@ HinetPy
- v0.7.2.dev29+g31d2876 + v0.7.2.dev30+g194f9fd
diff --git a/zh_CN/tutorial/get-started.html b/zh_CN/tutorial/get-started.html index dc685038..574539c5 100644 --- a/zh_CN/tutorial/get-started.html +++ b/zh_CN/tutorial/get-started.html @@ -4,7 +4,7 @@ - 入门 — HinetPy v0.7.2.dev29+g31d2876 文档 + 入门 — HinetPy v0.7.2.dev30+g194f9fd 文档 @@ -15,7 +15,7 @@ - + @@ -38,7 +38,7 @@ HinetPy
- v0.7.2.dev29+g31d2876 + v0.7.2.dev30+g194f9fd