Topic: work
-
2026-08-17
Paper Reading (66)
Decoupling Seasonal Seismic Velocity Changes on Slow-Moving Slopes in Southwest China Using Tree Ensemble Machine Learning
-
2026-08-03
Paper Reading (65)
Quantifying subsurface fracture damage in glaciers using fiber-optic seismology
-
2026-08-02
Paper Reading (64)
Teleseismic S-Wave Coda Autocorrelation and Vp/Vs Distribution Over the Antarctic Ice Sheet
-
2026-07-28
YOLO图片检测怎么整
之前在服务器上跑了YOLO的图像检测,是2022年的工作,用的是当年的YOLOv5 6.0。旧代码、旧权重、旧数据配置都还在,但现在服务器上的 Conda 环境已经没有一个能直接丝滑运行它。好吧,深度学习工程就是这样,模型还在,环境先老了。 现在要捡起来做新的项目,旧工程不要动,新任务另起炉灶。旧目录留作复现和旧权重检...
-
2026-07-13
Paper Reading (63)
Coupled simulation of landslide, tsunami, and ground deformation for the 2017 Nuugaatsiaq event in Greenland
-
2026-07-04
Paper Reading (62)
Drainage of a deep magma reservoir near Mayotte inferred from seismicity and deformation
-
2026-07-02
Paper Reading (61)
An experiment to resolve system-scale lake ice properties shaped by environmental processes
-
2026-06-23
Paper Reading (60)
Cryoseismic activity and dynamics of the Astrolabe Coastal Glacier, East Antarctica – The SEIS-ADELICE experiment (2020-2025)
-
2026-06-22
Paper Reading (59)
Persistent Narrowband Seismic Signal from the Eastern Mediterranean
-
2026-06-17
Paper Reading (58)
Origin and Periodic Behavior of Short Duration Signals Recorded by Seismometers at Vestnesa Ridge, an Active Seepage Site on the West-Svalbard Continental Margin
-
2026-06-15
Paper Reading (57)
Formation of breccia pipes associated with a hydrogen-rich hydrothermal system on the east Caroline plate in the West Pacific
-
2026-06-14
Paper Reading (56)
Surface Crevasse Evolution Observed Using Matched Field Processing and Source Relocation at Hansbreen, Svalbard
-
2026-06-14
Paper Reading (55)
统一的灾害失稳模型:应用于山体滑坡、岩爆、冰川和火山
-
2026-05-25
Paper Reading (54)
Systematic Detection of Glacial Earthquakes in Thwaites Glacier, West Antarctica, by Regional Surface Waves
-
2026-05-09
Paper Reading (53)
481-meter-high landslide-generated tsunami in a cruise ship-frequented Alaska fjord
-
2026-04-20
Paper Reading (52)
Episodic transport of discrete magma batches beneath Aso volcano
-
2026-04-18
Paper Reading (51)
Swell-driven bursts of 26 s and 16 s seismic spectral peaks in the Gulf of Guinea
-
2026-04-08
文献阅读(50)
-
2026-03-22
文献阅读(49)
-
2026-03-21
自动监控地震数据下载脚本
又是一个python下载地震数据的脚本,不过这次更好玩一些。设置一下就可以定期到USGS官网看看有没有大于某个震级的地震,然后到IRIS下载。
-
2026-03-06
文献阅读(48)
-
2025-12-28
文献阅读(47)
-
2025-12-24
文献阅读(46)
-
2025-12-24
文献阅读(45)
-
2025-12-23
文献阅读(44)
-
2025-12-22
文献阅读(43)
-
2025-12-22
文献阅读(42)
-
2025-12-11
文献阅读(41)
-
2025-12-11
文献阅读(40)
-
2025-12-11
文献阅读(39)
-
2025-12-11
文献阅读(38)
-
2025-12-10
文献阅读(37)
-
2025-12-10
文献阅读(36)
-
2025-12-10
文献阅读(35)
-
2025-12-09
文献阅读(34)
-
2025-12-09
文献阅读(33)
-
2025-12-09
文献阅读(32)
-
2025-12-09
文献阅读(31)
-
2025-12-09
文献阅读(30)
-
2025-11-01
地震学相关程序
哪里去找地震学相关的程序?
-
2025-11-01
震源机制解反演
想反演震源机制解怎么办?
-
2025-10-24
计算背景噪声中噪声源背方位角
单台三分量背景噪声数据如何分析极化与信号源背方位角?
-
2025-10-19
文献阅读(29)
-
2025-10-10
文献阅读(28)
-
2025-08-24
PYTHON脚本练习III
python脚本练习-fk。
-
2025-06-30
PYTHON脚本练习II
以下是python脚本练习2,功能为读取选定时间段内的hdf5文件,文件名形如20130512_cross_spec.hdf5。该文件总共有24段,每一段是一个小时某台阵平均互相关谱。然后画出这个互相关谱,保存为png格式图片。
-
2025-06-27
学习匹配场
今天学习匹配场处理(Matched Field Processing, MFP),见这里。
-
2025-06-21
PYTHON脚本练习I
以下是python脚本练习1,功能包括: 遍历目录events 20250619下所有子目录中以bhz.SAC rm结尾的SAC文件; 对这些数据进行窄带滤波,宽度为中心频率(周期分之一)的$\pm$5mHz,滤波器为4个极点0相位的Butterworth,滤波周期为arange(25,145,10); 计算窄带滤波后...
-
2025-06-08
python脚本下载连续波形数据更新
python脚本下载连续波形数据更新。
-
2025-06-08
urllib3的问题
安装了seisman的HinetPy,运行脚本数据下载脚本的时候就遇到这个问题: 怎么整?
-
2025-06-07
统计数据下载情况
数据下载好后怎么统计数据连续性?
-
2025-06-07
python脚本下载连续波形数据
这是连续波形数据下载python脚本更新。
-
2025-05-16
下载地震数据更新
要是指定台站列表怎么下载地震数据呢?
-
2025-05-10
鼠标点击位置记录
有些时候需要抓取别人图片中的点的信息,应该怎么整?
-
2025-04-24
下载地震数据练习
地震波形数据怎么下载?
-
2025-04-23
文献阅读(27)
-
2025-04-23
去仪器响应练习
用我的脚本下载了一堆的miniseed放在seed下,仪器响应文件放在resp文件夹下,利用obspy去除仪器响应,还保存为miniseed。
-
2025-04-22
如何下载Fnet数据
感谢Seisman写了FnetPy,可以很方便地下载数据。 安装: 例子: 这个脚本可以下载2013到2025年Fnet所有台站的LHZ连续波形数据,数据长度为25小时,overlap 1小时。去除仪器响应后的速度记录存放在seed文件夹中。每天的数据名称为%Y %m %d %H %M %S.seed。账户需要去NIE...
-
2025-04-21
obspy下载连续背景噪声数据
利用obspy的MassDownloader下载连续的波形示例。
-
2025-04-17
有趣的程序和项目(二)
1. 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-r...
-
2025-02-14
文献阅读(26)
-
2025-02-10
文献阅读(25)
-
2024-11-07
文献阅读(24)
-
2024-11-02
文献阅读(23)
-
2024-10-30
文献阅读(二十二)
-
2024-10-12
高效bash脚本
转学习到的高效bash脚本。
-
2024-10-05
文献阅读(二十一)
-
2024-09-09
文献阅读(二十)
-
2024-09-03
文献阅读(十九)
-
2024-09-01
如何下载Fnet的台站列表
如何下载Fnet的台站列表?
-
2024-07-25
obspy去polezero类型仪器仪响应
有些时候数据下载下来只有polezero格式的仪器响应,那python脚本怎么去仪器响应呢?
-
2024-07-19
学习聚束分析(一)
这是聚束分析学习一,参见这里。
-
2024-07-09
如何下载S-net数据
如何下载S-net数据呢?
-
2024-06-29
文献阅读(十八)
-
2024-06-27
文献阅读(十七)
-
2024-06-27
文献阅读(十六)
-
2024-06-26
文献阅读(十五)
-
2024-06-22
文献阅读(十四)
-
2024-06-20
哪里去了解科学研究趋势
做科研肯定不能闭门造车。那怎么了解研究趋势,热点问题呢?
-
2024-06-20
文献阅读(十三)
-
2024-06-20
如何读文献
如何阅读文献?Keshav S. How to Read a Paper.
-
2024-06-20
有趣的程序和项目(一)
1. Global lake level database The Global Lake Level Database (GLLD) is the back-end architecture for the Python package LakePy. 2. Road building extraction This...
-
2024-06-20
文献阅读(十二)
-
2024-06-19
文献阅读(十一)
-
2024-06-18
文献阅读(十)
-
2024-06-18
文献阅读(九)
-
2024-06-18
文献阅读(八)
-
2024-06-17
文献阅读(七)
-
2024-06-17
如何审稿
如何审稿。转自jtleek。
-
2024-06-17
文献阅读(六)
-
2024-06-16
文献阅读(五)
-
2024-06-16
文献阅读(四)
-
2024-06-15
文献阅读(三)
-
2024-06-15
文献阅读
阅读文献对于了解研究趋势是十分重要的。
-
2024-06-15
文献阅读(二)
-
2024-06-14
文献阅读(一)
-
2024-06-03
冰川地震研究方向(一)
冰川地震研究方向。
-
2021-03-29
Power Spectral Density

-
2020-09-14
怎么计算理论的NCF?

-
2020-07-29
基于宽频带背景噪声面波的美国三维上地幔横波速度结构模型

-
2020-07-21
稍稍盘点地幔过渡带研究进展
{% asset_img Picture1.png 地幔过渡带%}
-
2020-05-30
如何回复审稿人意见?
SCI文章是否得以发表,生杀大权很大一部分都在peer reviewer手上。文章投出去如果收到了审稿人意见,那么恭喜,机会大大的有。那么如何回复审稿人意见就是关键了。下面是一些要点。