Blog
-
2025-12-10
文献阅读(36)
[Lellouch et al. (2019), The Leading Edge](https://pubs.geoscienceworld.org/seg/tle/article-abstract/38/11/858/574691/DAS-observations-and-modeling-…
-
2025-12-10
文献阅读(37)
[Ma et al. (2024), Geophysics](https://pubs.geoscienceworld.org/seg/geophysics/article-abstract/89/4/D183/643890/Distributed-acoustic-sensing-micros…
-
2025-12-10
文献阅读(35)
[Fracture Imaging Using DAS-Recorded Microseismic Events](https://www.frontiersin.org/journals/earth-science/articles/10.3389/feart.2022.907749/full…
-
2025-12-09
文献阅读(32)
Feasibility of source-free DAS logging for next-generation borehole imaging
摘要
-
2025-12-09
文献阅读(33)
[Characterizing hydraulic fracture growth using distributed acoustic sensing-recorded microseismic reflections](https://pubs.geoscienceworld.org/seg…
-
2025-12-09
文献阅读(30)
[Detecting fractures and monitoring hydraulic fracturing processes at the first EGS Collab testbed using borehole DAS ambient noise](https://pubs.ge…
-
2025-12-09
文献阅读(34)
[Detection of a CO2 plume by time-lapse analysis of Rayleigh-wave amplitudes extracted from downhole DAS recordings of ocean microseisms](https://pu…
-
2025-12-09
文献阅读(31)
[Investigation of Time-Lapse Changes with DAS Borehole Data at the Brady Geothermal Field Using Deconvolution Interferometry](https://www.mdpi.com/2…
-
2025-11-26
Mac中安装FreshRSS
Mac中如何安装FreshRSS
参考FreshRSS的github主页。不过还是麻烦,请[千问](https://www.qianwen.com/…
-
2025-11-23
hexo插入图片
hexo显示图片显示有问题,怎么整?
之前讲过怎么引用图片见{% post_link show-picture-in-hexo hexo图片显示 %}。但今天发现了奇怪的问题。那就是当我用gmt画图的时候,如果画出来的是球形图片时,这一句 ``` {% asset_img…
-
2025-11-23
gmt画震源球
gmt怎么画震源球?
就这么画: ```
!/bin/bash
cat >mec.dat<<eof
lon lat depth str dip slip st dip slip mant exp plon plat
239.384 34.55…
-
2025-11-23
gmt的投影方式
每次画图都东找西找,多麻烦。别找了看这里就好了。
其实参见GMT文档就可以了。不过,一般我们画图…
-
2025-11-01
震源机制解反演
想反演震源机制解怎么办?
以下是一些收集来的方法程序。 - W phase (Whole mantle phase/ Whispering ph…
-
2025-11-01
地震学相关程序
哪里去找地震学相关的程序?
以下是收集到的一些网站,包含大量地震学相关程序。 - SeisMan整理了一份,可以先去他那里瞧瞧。 - [USGS](https://w…
-
2025-10-24
计算背景噪声中噪声源背方位角
单台三分量背景噪声数据如何分析极化与信号源背方位角?
当然是DOP-E啦(基于论文 Schimmel et al., 2011; Berbellini et al., 2019)。
总体流程概述
-
2025-10-19
文献阅读(29)
Polarized Earth’s ambient microseismic noise
翻译
本文利用全球分布的地震…
-
2025-10-10
文献阅读(28)
[SGLOBE-Q2D: A Global 2-D Model of Fundamental and Higher Mode Rayleigh Wave Attenuation From a Large Amplitude Data Set](https://agupubs.onlinelibr…
-
2025-10-06
Fedora中安装FreshRSS
Fedora中Apache环境下如何安装FreshRSS
之前总是蹭一个小伙子自己建的RSS,白嫖,怕哪天人家不搞了,还是自己建一个吧。详细脚本安装请查看其[github](https://gi…
-
2025-08-25
如何将图片转化成视频
如果我有一堆图片,如何利用他们生成视频呢?
我的图一般都是在linux下生成,大量的图自然用命令来生成是最好的。这里用到程序ffmpeg,没有的话需要自己先安装了啊。 接下来用命令: ``` ffmpeg -pattern_type glob -f…
-
2025-08-24
PYTHON脚本练习(三)聚束分析
python脚本练习-fk。
以下脚本可完成功能:
1.数据预处理与筛选
- 台站管理:从station.lst读取台站信息(网络名、台站名、经纬度)。
- 数据加载:按日期遍历数据目录,加载每个台站的LHZ分量SAC文件。 *…