-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.xml
More file actions
501 lines (404 loc) · 30.8 KB
/
index.xml
File metadata and controls
501 lines (404 loc) · 30.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Qiang</title>
<link>http://yq-ericug.github.io/</link>
<description>Recent content on Qiang</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>
<lastBuildDate>Sat, 01 May 2021 00:00:00 +0000</lastBuildDate>
<atom:link href="http://yq-ericug.github.io/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>About</title>
<link>http://yq-ericug.github.io/about/</link>
<pubDate>Sat, 30 Jun 2018 04:25:26 +0900</pubDate>
<guid>http://yq-ericug.github.io/about/</guid>
<description>About blogger Qiang Yao (姚 强), master candidate in CUG, studying in real-time seismology. E-mail: jonyau@cug.edu.cn or qiangyao666@gmail.com My CV: offline version download, online version About blog Blog address: https://qiangyao.blog/ or http://yq-ericug.github.io/ The initial purpose of the blog is to creat a shareable manual of back-projection. Besides, write to myself. Hello world ! (博客建造说明) If there are any quesitons, please</description>
</item>
<item>
<title>R - Statistical Computing</title>
<link>http://yq-ericug.github.io/post/R_language/</link>
<pubDate>Sat, 01 May 2021 00:00:00 +0000</pubDate>
<guid>http://yq-ericug.github.io/post/R_language/</guid>
<description><img src="https://www.r-project.org/Rlogo.png" align="center" width="25%" height="25%"/>
<blockquote>
<p>R语言是用于统计分析,图形表示和报告的编程语言和软件环境。本篇博客记录自学 R 的笔记和心得。</p>
</blockquote></description>
</item>
<item>
<title>Movie by GMT6</title>
<link>http://yq-ericug.github.io/post/GMT6_movie/</link>
<pubDate>Wed, 09 Dec 2020 00:00:00 +0000</pubDate>
<guid>http://yq-ericug.github.io/post/GMT6_movie/</guid>
<description><p><img src="https://docs.gmt-china.org/6.0/_images/anim02.gif" align='center' width="60%" height="60%" /></p>
<blockquote>
<p>以往通过 GMT4 绘制动图,都是通过生成图片,再将图片转为动图 (eg. convert)。每个图片是动图的一帧;GMT6 现代模式制作动图的理念也基于此。但有两个优势:(1)将背景(前景)和变化的中间图层分开;背景(前景)是静态的,只需固定的脚本;中间图层是动态的,脚本需要和变量联系。如此可以缩短脚本,节省资源。(2)无需复杂的外部命令再处理,利用 movie 几乎可以实现所有要求。本博客通过翻译官方的 movie 文档,简单介绍其用法。</p>
</blockquote></description>
</item>
<item>
<title>Windows Subsystem for Linux</title>
<link>http://yq-ericug.github.io/post/WSL/</link>
<pubDate>Wed, 11 Nov 2020 00:00:00 +0000</pubDate>
<guid>http://yq-ericug.github.io/post/WSL/</guid>
<description><p><img src="https://www.muylinux.com/wp-content/uploads/2018/03/WSL.jpg" align='center' width="60%" height="60%" /></p>
<blockquote>
<p>Windows Subsystem for Linux(简称 WSL )是一个在 Windows 10 上能够运行原生 Linux 二进制可执行文件(ELF格式)的兼容层。它是由微软与 Canonical 公司合作开发,其目标是使纯正的 Ubuntu 映像能下载和解压到用户的本地计算机,并且映像内的工具和实用工具能在此子系统上原生运行。</p>
</blockquote></description>
</item>
<item>
<title>USGS Catalog in Combination with Global CMT</title>
<link>http://yq-ericug.github.io/post/Usgs_cata/</link>
<pubDate>Fri, 02 Oct 2020 00:00:00 +0000</pubDate>
<guid>http://yq-ericug.github.io/post/Usgs_cata/</guid>
<description><blockquote>
<p>从 USGS 地震目录 (<a href="https://earthquake.usgs.gov/earthquakes/search/">https://earthquake.usgs.gov/earthquakes/search/</a>) 下载的目录和 Global CMT 上下载的目录 (<a href="https://www.globalcmt.org">https://www.globalcmt.org</a>) 对于震级较大的地震一般不一致。USGS 提供地震的发震时刻 (Origin time),震中位置等,而 GCMT 提供地震的质心时刻(Centroid time)和质心位置,以及震源机制类型和标量矩等信息。本篇博客主要分享两个 shell 脚本,用来批量地将 USGS 和 GCMT 目录相匹配,并且在 GCMT 目录中判断断层机制类型。</p>
</blockquote></description>
</item>
<item>
<title>ArcGIS & GMT</title>
<link>http://yq-ericug.github.io/post/Arcgis/</link>
<pubDate>Mon, 07 Sep 2020 00:00:00 +0000</pubDate>
<guid>http://yq-ericug.github.io/post/Arcgis/</guid>
<description><blockquote>
<p>用 GMT(The Generic Mapping Tools) 绘制湖泊、盆地和断层分布等图件时,往往需要我们寻找这些对象的数据源,但实际情况中,可能会花费很长时间也无法找到理想的数据。此时,可以参考前人文献中的图件,使用 ArcGIS 矢量化这些图件,就可以轻松地提取出所需要的信息。</p>
</blockquote></description>
</item>
<item>
<title>SeisComP - Troubleshooting</title>
<link>http://yq-ericug.github.io/post/SeisComp_troubleshooting/</link>
<pubDate>Sat, 22 Aug 2020 00:00:00 +0000</pubDate>
<guid>http://yq-ericug.github.io/post/SeisComp_troubleshooting/</guid>
<description><blockquote>
<p>此处总结 SeisComP (3&amp;4) 运行过程中遇到问题,如何找到错误所在。关于软件的安装可能出现的问题,主要是 python 环境问题( SeisComP3 版本)和 mysql 问题,以及一些依赖包的安装与更新,可参考前面博客介绍的安装过程解决。关于数据的接收,主要包括台站配置和数据接收两方面。找到错误之后,自己动脑筋解决或者到 SeisComP 论坛 (<a href="https://forum.seiscomp.de/">https://forum.seiscomp.de/</a>) ,其中有其他用户提过的问题以及官方解答,注册账号可查看。</p>
</blockquote>
<Center>
<img src="https://www.gempa.de/media/images/thumbs_400/seiscomp_logo_text.png" width="50%" height="50%" />
</Center></description>
</item>
<item>
<title>SeisComP4 - Introduction and Installation</title>
<link>http://yq-ericug.github.io/post/SeisComp4_1/</link>
<pubDate>Wed, 05 Aug 2020 00:00:00 +0000</pubDate>
<guid>http://yq-ericug.github.io/post/SeisComp4_1/</guid>
<description><blockquote>
<p>之前对 SeisComP3 进行了学习总结。近期由于安装了 ubuntu 20 LTS, 同时 SeisComP4 在今年一月份发布,决定在新系统安装 SeisComP4 试水。</p>
</blockquote></description>
</item>
<item>
<title>Ubuntu 20 LTS</title>
<link>http://yq-ericug.github.io/post/Ubuntu20/</link>
<pubDate>Sat, 01 Aug 2020 00:00:00 +0000</pubDate>
<guid>http://yq-ericug.github.io/post/Ubuntu20/</guid>
<description><blockquote>
<p>Ubuntu 20 LTS 在 2020/04/23 正式发布,各方面优化了不少。于是决定弃用 Ubuntu 16 LTS,采坑 20.04 LTS (Focal Fossa).</p>
</blockquote></description>
</item>
<item>
<title>Intel Fortran</title>
<link>http://yq-ericug.github.io/post/Ifort/</link>
<pubDate>Fri, 31 Jul 2020 00:00:00 +0000</pubDate>
<guid>http://yq-ericug.github.io/post/Ifort/</guid>
<description><blockquote>
<p>Intel Fortran, 简写 ifort, 是 intel 公司对 Fortran 语言开发的编译器。编译后的文件在运行时速度比 GFORTRAN 更快。</p>
</blockquote></description>
</item>
<item>
<title>IRIS Syngine</title>
<link>http://yq-ericug.github.io/post/IRIS_Syn/</link>
<pubDate>Wed, 22 Jul 2020 00:00:00 +0000</pubDate>
<guid>http://yq-ericug.github.io/post/IRIS_Syn/</guid>
<description><blockquote>
<p>借助 IRIS Syngine 服务绘制理论波形图。对像我一样地球物理基础薄弱的朋友,想要看理论地震图,IRIS Syngine 可能是个不错的选择。</p>
</blockquote></description>
</item>
<item>
<title>SeisComp3 - Local/Regional Events Detection</title>
<link>http://yq-ericug.github.io/post/SeisComp3_6/</link>
<pubDate>Sun, 12 Jul 2020 00:00:00 +0000</pubDate>
<guid>http://yq-ericug.github.io/post/SeisComp3_6/</guid>
<description><blockquote>
<p>我会用几篇的博客内容来记录对 SeisComP3 的学习总结。上篇 <a href="https://qiangyao.blog/SeisComp3_5/">Automatic Detection</a> 介绍了地震在“实时”环境下自动触发定位。SC3 开发目的之初是用于海啸预警,所以默认参数都是针对于大震,远震。在定位时,SC3默认用全球网格点(Grids),全球台站列表(Station lists),和全球速度模型结构(Velocity models)。本篇主要介绍 SC3 对地方(Local)或者区域(Regional)事件进行操作。</p>
</blockquote></description>
</item>
<item>
<title>Manipulate miniSEED - libmseed</title>
<link>http://yq-ericug.github.io/post/Libseed/</link>
<pubDate>Fri, 26 Jun 2020 00:00:00 +0000</pubDate>
<guid>http://yq-ericug.github.io/post/Libseed/</guid>
<description><blockquote>
<p><a href="https://ds.iris.edu/ds/nodes/dmc/data/formats/miniseed/">miniSEED</a> is the subset of the SEED standard that is used for time series data. Very limited metadata for the time series is included in miniSEED beyond time series identification and simple state-of-health flags. In particular, geographic coordinates, response/scaling information and other information needed to interpret the data values are not included.</p>
</blockquote></description>
</item>
<item>
<title>SAC to MiniSeed</title>
<link>http://yq-ericug.github.io/post/Sac2mseed/</link>
<pubDate>Tue, 23 Jun 2020 00:00:00 +0000</pubDate>
<guid>http://yq-ericug.github.io/post/Sac2mseed/</guid>
<description><blockquote>
<p>科研生活中,可能需要将 SAC 转到 MiniSeed,可借助 sac2mseed 软件实现。</p>
</blockquote></description>
</item>
<item>
<title>Something Wrong with Blog Pictures</title>
<link>http://yq-ericug.github.io/post/Github_picture_wrong/</link>
<pubDate>Thu, 11 Jun 2020 00:00:00 +0000</pubDate>
<guid>http://yq-ericug.github.io/post/Github_picture_wrong/</guid>
<description>国内网络环境下,博客内容中的部分图片可能出现加载不出来的状况,以下是解决方案: 加载不出来的图片,都是上传到 Github 网站上 URL 以 https://raw.githubusercontent.com 开头的图片。原因是 Github</description>
</item>
<item>
<title>GMT from 4 to 6 SUPPLY</title>
<link>http://yq-ericug.github.io/post/GMT426_1/</link>
<pubDate>Fri, 13 Mar 2020 00:00:00 +0000</pubDate>
<guid>http://yq-ericug.github.io/post/GMT426_1/</guid>
<description>接着之前一篇博客 GMT from 4 to 6,继续记录本人在 ubuntu 系统下从 GMT4 迁移到 GMT6 现代模式的学习过程。 1. 脚本修改 前一篇博客已经介绍了 GMT6 的命令: $ gmt coast -Rg -JH15c -Gpurple -Baf -png GMT6_modern</description>
</item>
<item>
<title>Connect to the Wider Internet</title>
<link>http://yq-ericug.github.io/post/VPN_shadowsocks/</link>
<pubDate>Wed, 11 Mar 2020 00:00:00 +0000</pubDate>
<guid>http://yq-ericug.github.io/post/VPN_shadowsocks/</guid>
<description>本篇博客记录本人使用 Shadowsocks (以下简称 SS) 搭.建.梯.子.的过程。敏感内容用英文以防止被和谐。整体思路是:(1)购买国外服务器 (Proxy Server);(2</description>
</item>
<item>
<title>GMT from 4 to 6</title>
<link>http://yq-ericug.github.io/post/GMT426/</link>
<pubDate>Sun, 08 Mar 2020 00:00:00 +0000</pubDate>
<guid>http://yq-ericug.github.io/post/GMT426/</guid>
<description><center>
<img src="https://gmt-china.org/img/GMT_logo.png" width="60%" height="60%" />
</center>
<blockquote>
<p>GMT(The Generic Mapping Tools) 主要有 4, 5, 6 三个版本。GMT4 在2018年7月发布最终版本后,停止维护。为紧跟时代,打算学习 GMT6 绘图。本篇博客主要记录本人在 ubuntu 系统下从 <code>GMT4</code> 迁移到 <code>GMT6 现代模式</code>的学习过程。</p>
</blockquote></description>
</item>
<item>
<title>How to Creat Dataless SEED</title>
<link>http://yq-ericug.github.io/post/Dataless/</link>
<pubDate>Thu, 09 Jan 2020 00:00:00 +0000</pubDate>
<guid>http://yq-ericug.github.io/post/Dataless/</guid>
<description>2020年第一篇博客。如何手动创建地震数据类型 Dataless ? 利用 PDCC 可以创建 Dataless seed 文件,但最困难的部分可能是需要地震仪器的 RESP 格式响应文件;大多数情况下极点</description>
</item>
<item>
<title>SeisComp3 - Automatic Detection</title>
<link>http://yq-ericug.github.io/post/SeisComp3_5/</link>
<pubDate>Sun, 27 Oct 2019 00:00:00 +0000</pubDate>
<guid>http://yq-ericug.github.io/post/SeisComp3_5/</guid>
<description>我会用几篇的博客内容来记录对 SeisComP3 的学习总结。前几篇已经实现了(实时)波形数据的获取,接下来进入数据的处理阶段。本篇主要介绍 SC 3 如何自动检测事件</description>
</item>
<item>
<title>SeisComp3 - Real-time data acquisition</title>
<link>http://yq-ericug.github.io/post/SeisComp3_4/</link>
<pubDate>Wed, 23 Oct 2019 00:00:00 +0000</pubDate>
<guid>http://yq-ericug.github.io/post/SeisComp3_4/</guid>
<description>我会用几篇的博客内容来记录对 SeisComP3 的学习总结。上篇围绕 Scconfig 命令的一些基本操作 介绍了 SeisComP3 如何获取(实时)数据,但如何对(实时)数据处理分析,如何存到本</description>
</item>
<item>
<title>SeisComp3 - Getting started</title>
<link>http://yq-ericug.github.io/post/SeisComp3_3/</link>
<pubDate>Fri, 11 Oct 2019 00:00:00 +0000</pubDate>
<guid>http://yq-ericug.github.io/post/SeisComp3_3/</guid>
<description>我会用几篇的博客内容来记录对 SeisComP3 的学习总结。上篇介绍了 SeisComP3 的配置,这篇以 Scconfig 图形界面操作的形式介绍 SeisComP3 如何获取数据。 1. Start SeisComP3 $ scconfig &amp; 图形左上角有个灰色的</description>
</item>
<item>
<title>SeisComp3 - Configuration</title>
<link>http://yq-ericug.github.io/post/SeisComp3_2/</link>
<pubDate>Fri, 19 Jul 2019 00:00:00 +0000</pubDate>
<guid>http://yq-ericug.github.io/post/SeisComp3_2/</guid>
<description>我会用几篇的博客内容来记录对 SeisComP3 的学习总结。上篇介绍了 SeisComP3 的安装,这篇主要介绍 SeisComP3 的首次配置。 1. License key 如果GFZ 已经发了License.crt,那么</description>
</item>
<item>
<title>Windows 装机必备</title>
<link>http://yq-ericug.github.io/post/APP_windows/</link>
<pubDate>Sat, 04 May 2019 00:00:00 +0000</pubDate>
<guid>http://yq-ericug.github.io/post/APP_windows/</guid>
<description>最近重装了Windows 系统,从头安装了一些软件,所以趁此机会介绍下Windows 下面的一些必备软件。 涉及到Windows 下面大部分软件都不</description>
</item>
<item>
<title>How to distinguish unit of SAC with Unknown IDEP</title>
<link>http://yq-ericug.github.io/post/VEL-DISP/</link>
<pubDate>Wed, 17 Apr 2019 00:00:00 +0000</pubDate>
<guid>http://yq-ericug.github.io/post/VEL-DISP/</guid>
<description>从IRIS( https://www.iris.edu/ )上下载的原始地震波形数据,一般认为,(转为) SAC 格式的单位类型为速度(VEL, nm/s)。但用软件 sac( http://ds.iris.edu/files/sac-manual/ )查询其单位时,IDEP</description>
</item>
<item>
<title>Preview PDF online</title>
<link>http://yq-ericug.github.io/post/PDFjs/</link>
<pubDate>Fri, 05 Apr 2019 00:00:00 +0000</pubDate>
<guid>http://yq-ericug.github.io/post/PDFjs/</guid>
<description>假如你做了一份 PDF 格式的简历,你为了方便他人浏览,想把它上传到网上。大部分做法是将 PDF 上传到某服务网站的对象存储,得到一个 URL,然后他人可以通</description>
</item>
<item>
<title>SeisComp3 - Introduction and Installation</title>
<link>http://yq-ericug.github.io/post/SeisComp3_1/</link>
<pubDate>Tue, 19 Mar 2019 00:00:00 +0000</pubDate>
<guid>http://yq-ericug.github.io/post/SeisComp3_1/</guid>
<description>我会用几篇的博客内容来记录对 SeisComP3 的学习总结。这篇主要回答两个问题,我为什么用 SeisComP3 以及如何安装它。 1. Why is SeisComP3? 从事实时地震学,意味着要第一手获取到地震</description>
</item>
<item>
<title>Seismology softwares installation on Linux</title>
<link>http://yq-ericug.github.io/post/APP_linux/</link>
<pubDate>Wed, 06 Mar 2019 00:00:00 +0000</pubDate>
<guid>http://yq-ericug.github.io/post/APP_linux/</guid>
<description>本篇博客是介绍 Linux 下地震学相关专业常用软件的安装总结。系统以 ubuntu 16 LTS 为主,2020年8月补充了 ubuntu 20 LTS 安装这些软件时需要注意的地方。 0. 建议 安装过程</description>
</item>
<item>
<title>Render HTML into PDF</title>
<link>http://yq-ericug.github.io/post/Wkhtmltopdf/</link>
<pubDate>Wed, 27 Feb 2019 00:00:00 +0000</pubDate>
<guid>http://yq-ericug.github.io/post/Wkhtmltopdf/</guid>
<description>在网页端浏览一些重要教程、博客时,总想把它下载下来,方便离线查看以及打印。浏览器打印模块可以部分实现这个功能,但它的原理是抓拍,原网页的树状</description>
</item>
<item>
<title>Mount hard drive on Linux</title>
<link>http://yq-ericug.github.io/post/Mounthhd/</link>
<pubDate>Fri, 22 Feb 2019 00:00:00 +0000</pubDate>
<guid>http://yq-ericug.github.io/post/Mounthhd/</guid>
<description>距离上次博客更新已经超过3个月呢,这段时间实在是懒啊! 0. 问题 去年年末老板吩咐我买了台工作站,硬盘配置是512G+4T,但没过多久,/dev/</description>
</item>
<item>
<title>Docker study note</title>
<link>http://yq-ericug.github.io/post/Docker_1/</link>
<pubDate>Mon, 19 Nov 2018 00:00:00 +0000</pubDate>
<guid>http://yq-ericug.github.io/post/Docker_1/</guid>
<description>接老板任务,最近参加了Docker的培训,逐渐认识到在不久将来软件行业可真要变天呢,云端取代实物,实物充分共享。培训是关于综合地球物理联合反</description>
</item>
<item>
<title>NAT traverse by ssh</title>
<link>http://yq-ericug.github.io/post/SSH_natapp/</link>
<pubDate>Sun, 11 Nov 2018 00:00:00 +0000</pubDate>
<guid>http://yq-ericug.github.io/post/SSH_natapp/</guid>
<description>还在为计算机无法实现远程操控而郁闷吗?还在为出差时无法登陆公司主机而发愁吗?还在为Teamviewer响应时间长而烦恼吗? 0. 废话 对于一般用户</description>
</item>
<item>
<title>MPI using Fortran</title>
<link>http://yq-ericug.github.io/post/MPI/</link>
<pubDate>Wed, 07 Nov 2018 00:00:00 +0000</pubDate>
<guid>http://yq-ericug.github.io/post/MPI/</guid>
<description>This is a short introduction to the installation and operation (in Fortran) of the Message Passing Interface (MPI) on the Ubuntu.
1. What is MPI? MPI(wiki) is a library of routines that can be used to create parallel programs in Fortran77 and C Fortran, C, and C++. Standard Fortran, C and C++ include no constructs supporting parallelism so vendors have developed a variety of extensions to allow users of those languages to build parallel applications.</description>
</item>
<item>
<title>ObsPy study notes</title>
<link>http://yq-ericug.github.io/post/Obspy1/</link>
<pubDate>Thu, 01 Nov 2018 00:00:00 +0000</pubDate>
<guid>http://yq-ericug.github.io/post/Obspy1/</guid>
<description>1. ObsPy是什么? ObsPy is an open-source project dedicated to provide a Python framework for processing seismological data. It provides parsers for common file formats, clients to access data centers and seismological signal processing routines which allow the manipulation of seismological time series. The goal of the ObsPy project is to facilitate rapid application development for seismology. 2. ObsPy</description>
</item>
<item>
<title>Something wrong with ssh</title>
<link>http://yq-ericug.github.io/post/SSH_questions/</link>
<pubDate>Mon, 15 Oct 2018 00:00:00 +0000</pubDate>
<guid>http://yq-ericug.github.io/post/SSH_questions/</guid>
<description>用ssh登录到服务器之后,在实际运行过程中,碰到若干问题: No. 1. 用gedit打开文件时,出现Failed to connect to server socket u1@cugeri:~/YQ$ gedit Tips.txt Failed to connect to Mir: Failed to connect to server socket:</description>
</item>
<item>
<title>Login sever with ssh</title>
<link>http://yq-ericug.github.io/post/SSH/</link>
<pubDate>Sun, 14 Oct 2018 00:00:00 +0000</pubDate>
<guid>http://yq-ericug.github.io/post/SSH/</guid>
<description>用ssh登陆服务器帮忙跑程序,写给ERICUG(219A)的学习伙伴们。 Sometimes, 自己的笔记本在运行大程序时会很慢,这个时候就需要服务器帮忙运行,可</description>
</item>
<item>
<title>Calculate source duration</title>
<link>http://yq-ericug.github.io/post/Source_duration/</link>
<pubDate>Mon, 16 Jul 2018 00:00:00 +0000</pubDate>
<guid>http://yq-ericug.github.io/post/Source_duration/</guid>
<description>The duration of strong earthquake ground motion is one of the main parameters characterizing this natural phenomenon.
In Kanarnori and Anderson (1975)1, faulting duration is defined as
$ t = L / v $ where $t$, $L$ and $v$ are duration of faulting, fault dimension and average propagation velocity, respectively. It&rsquo;s hardly possible to obtain faulting duration by measuring fault dimension and propagation velocity. However, source duration can be attained from source time function or the envelope of waveforms [e.</description>
</item>
<item>
<title>Calculate P-wave Peak Amplitude</title>
<link>http://yq-ericug.github.io/post/P_max_amp/</link>
<pubDate>Sat, 14 Jul 2018 00:00:00 +0000</pubDate>
<guid>http://yq-ericug.github.io/post/P_max_amp/</guid>
<description>Magnitude was the first quantitative measure of earthquake size based on seismograms. The maximum or &ldquo;peak&rdquo; ground motion is defined as the largest absolute value of ground motion recorded on a seismogram.
Taking the 2011-03-11 Tohoku great earthquake as an example, at first, download broad-band seismic data in vertical direction from the global seismic stations (GSN) using Web Service Fetch scripts, and then convert data format from miniseed to SAC with software mseed2sac.</description>
</item>
<item>
<title>BP Manual 08-Summarizing and plotting figure</title>
<link>http://yq-ericug.github.io/post/Sum_energy/</link>
<pubDate>Sat, 07 Jul 2018 00:00:00 +0000</pubDate>
<guid>http://yq-ericug.github.io/post/Sum_energy/</guid>
<description>Last step, calculate energy distribution and plot result.
By now, we have finished back-projection for waveforms. Next we need to summarize results back-projected from waveforms.
$ csh sum_energy.csh
# open sum_energy.csh to look over all commands
Duplicate Read every grid&rsquo;s stacked amplitudes.
# open mkcontour_max_smo-multi-V2.0.f to look over full commands call system('ls stack.out &gt; stackoutfiles') open (10, file='stackoutfiles') nth_BP = 0 do read(10,'(a80)',iostat=iostat) ss; if (iostat.ne.0) exit nth_BP = nth_BP + 1 filename(nth_BP) = ss end do close(10) Smooth and normalize # Open mkcontour_max_smo-multi-V2.</description>
</item>
<item>
<title>BP Manual 07-Back-projecting in high frequency band</title>
<link>http://yq-ericug.github.io/post/BP_high/</link>
<pubDate>Fri, 06 Jul 2018 00:00:00 +0000</pubDate>
<guid>http://yq-ericug.github.io/post/BP_high/</guid>
<description>The part is main body of Back-projection.
After preprocessing in a low frequency band, waveforms have been aligned preliminarily. Next we start to cross correlate with a higher frequency band and stack waveforms for all grid points.
set cl = 2 # upper bound of low frequency band set ch = 0.5 # lower bound of low frequency band $ csh back-projection_2.csh
# open back-projection_2.csh to look over all commands</description>
</item>
<item>
<title>BP Manual 06-Preprocessing in low frequency band</title>
<link>http://yq-ericug.github.io/post/Propress/</link>
<pubDate>Thu, 05 Jul 2018 00:00:00 +0000</pubDate>
<guid>http://yq-ericug.github.io/post/Propress/</guid>
<description>Now, all the preparations have been done. Let&rsquo;s start the key part of back-projection.
We often cross correlate waveforms in a relatively lower frequency band, and then crosse correlate for a higher frequency bands again. This two-step procedure gives a good high-frequency station correction and avoids errors that may be caused by cycle slip in the higher frequencies.
Copy all seismic files that have been checked in the Chapter 2, make sure that there are not repeating stations and all files have an equal delta.</description>
</item>
<item>
<title>BP Manual 05-Picking up model station</title>
<link>http://yq-ericug.github.io/post/Pick_model/</link>
<pubDate>Wed, 04 Jul 2018 00:00:00 +0000</pubDate>
<guid>http://yq-ericug.github.io/post/Pick_model/</guid>
<description>Before stacking seismograms for each grid point, cross correlation is required to align waveform.
At first, we need to choose a model station's waveform to compare another waveform, and generate cross correlation between them. The principle to pick up model station is make its geographical position locate in the center of dense array as far as possible.
$ csh Pick_model-station.csh
# open Pick_model-station.csh to look over all commands</description>
</item>
<item>
<title>BP Manual 04-Setting up grid</title>
<link>http://yq-ericug.github.io/post/Setting_up/</link>
<pubDate>Tue, 03 Jul 2018 00:00:00 +0000</pubDate>
<guid>http://yq-ericug.github.io/post/Setting_up/</guid>
<description>In a way, back-projection can be recognised as the method of grid search.
First, we set up suitable grid points around epicenter, and hypothesize these points are all possible source locations. Then, seismograms are stacked for each possible source location to obtain a direct image of the source. Then sum the energy that is radiated from the given source constructively, and cancels out other energy present in the seismograms.</description>
</item>
<item>
<title>BP Manual 03-Checking Data</title>
<link>http://yq-ericug.github.io/post/Check_data/</link>
<pubDate>Mon, 02 Jul 2018 00:00:00 +0000</pubDate>
<guid>http://yq-ericug.github.io/post/Check_data/</guid>
<description>Before starting back-projection, we need to check seismic data firstly.
Download data We recommend to download data recorded at verticle components of dense seismic stations. And convert seismic data to .SAC format.
Select stations Back-projection is a form of time-reversal where we approximate the P wave Green’s function as a time-shifted delta function. This work agrees with tele-seismic arrivals between 30° and 90° where pulses are simple and amplitude variations are small.</description>
</item>
<item>
<title>BP Manual 02-Introduction</title>
<link>http://yq-ericug.github.io/post/Introduction/</link>
<pubDate>Mon, 02 Jul 2018 05:27:04 +0900</pubDate>
<guid>http://yq-ericug.github.io/post/Introduction/</guid>
<description>Theory The part is an excerpt from Peter Shearer&rsquo;s SCEC-ERI Back-projection Material
Consider a linea set of equations relating observed data to a model:
$$d = G m$$
using the conventional notation of $d$ for the data vector, $m$ for the model vector, and $G$ for the linear operator that predicts the data from the model. Our goal in geophysical inverse problems is to estimate $m$ from the observations, $d$.</description>
</item>
<item>
<title>BP Manual 01-Preface</title>
<link>http://yq-ericug.github.io/post/Back-projection/</link>
<pubDate>Sun, 01 Jul 2018 00:00:00 +0000</pubDate>
<guid>http://yq-ericug.github.io/post/Back-projection/</guid>
<description>Welcome.
Qiang Yao (July 2018)
The Back-projection of teleseismic waves has been proven efficient at resolving rupture durations and source extents of large seismic sources. It requires no prior knowledge of fault geometry, fault dimension, or focal mechanism. In addition, this observation-driven method takes advantage of the entire P wavetrain, and the calculation of synthetic seismograms is not needed.
The purpose of the manual is to roughly show how our Back-projection procedure works.</description>
</item>
<item>
<title>Hello world</title>
<link>http://yq-ericug.github.io/post/Hello_world/</link>
<pubDate>Sat, 30 Jun 2018 00:00:04 +0900</pubDate>
<guid>http://yq-ericug.github.io/post/Hello_world/</guid>
<description>Hello world! 模仿 seisman,本博客使用基于 Go 的 Hugo 作为静态博客生成器,主题为 Even,源文件使用 Markdown 作为标记语言。在 namesilo 购买独立域名 qiangyao.</description>
</item>
</channel>
</rss>