去仪器响应练习
用我的脚本下载了一堆的miniseed放在seed下,仪器响应文件放在resp文件夹下,利用obspy去除仪器响应,还保存为miniseed。
1 | import os |
如何下载Fnet数据
感谢Seisman写了FnetPy,可以很方便地下载数据。
安装:
1 | pip install https://github.com/seisman/FnetPy/archive/master.zip |
例子:
1 | import os |
这个脚本可以下载2013到2025年Fnet所有台站的LHZ连续波形数据,数据长度为25小时,overlap 1小时。去除仪器响应后的速度记录存放在seed文件夹中。每天的数据名称为%Y_%m_%d_%H_%M_%S.seed。账户需要去NIED去申请,当然用我的也可以。
obspy下载连续背景噪声数据
利用obspy的MassDownloader下载连续的波形示例。
1 | import obspy |
有趣的程序和项目(二)
- Fast analysis of the seismic rupture SSA2py is an emergent python based software that allows fast analysis of the seismic rupture, making possible the near-realtime identification of the rupture characteristics after a significant seismic event.
- Fast matching filter Seismic matched-filter search for both CPU and GPU architectures.
- MUSIC Teleseismic Back-Projection Perform the Back-Projection Imaging on the seismograms of large earthquakes recorded by large-scale dense arrays.
- Seismic_BPMF Fully automated workflow for earthquake detection and location with the backprojection and matched filtering methods.
- ARRU_seismic_backprojection ARRU Phase Picker: Attention Recurrent‐Residual U‐Net for Picking Seismic P‐ and S‐Phase Arrivals.
- earthquake_back_projection Back-projection of high-frequency radiation from earthquake source using multiple arrays. Methodology is based on Ishii (2012).
- earthquake_detection Codes used in the earthquake detection and location method presented in Beauce et al. 2019, DOI: 10.1029/2019JB018110. A real data example is also provided.
- beampower Fast routines for seismic backprojection/beamforming for both CPU and GPU architectures.
- Iterative Linear Stress Inversion (ILSI) Python package for stress tensor inversion.
- Pyrocko A Python framework for efficient use of pre-computed Green’s functions in seismological and other physical forward and inverse source problems.
如何在自己电脑中部署deepseek
deepseek很火,我也来凑热闹。之前发布的一些LLM都没关注本地部署,因为似乎要钱,而deepseek是免费的(贫穷限制了我的想象)。
记一次找回Linux启动项的经历
记一次找回Linux启动项的经历