2016年发布APASVO-p波震相自动拾取分析
- Why automatic attractive?
- large amount of seismic data ;
- if manually,it depends om experience of analyst;
- Quliaty can be obscured by several factors such as background and non-stationary noise from diverse sources;
- 该软件使用的方法为
STA-LTA(针对振幅突变识别很有效);
AMPA;
An autogressive AIC-based picking method ;
- 软件优点
- 适用于多平台;
- 可以处理大批量,不同文件格式的数据;
- 可用于microseismicity的震相拾取;
- 软件相关依赖
Scientific computing packages such as ObsPy,SciPy,NumPy,and Matplotlib
- 拾取精度对后续工作的影响
- tomographic inversion of active-source data(震相成像分析)
- HYPOCENTER LOCATION
- 作者思路:将前人拾取方法分为用于粗糙拾取( relatively imprecise)和精确拾取(precise)两种
- STA/LTA:naive version of the method has too broad range in parameter configuration;(可能需要大量统计实验对于不同距离范围的地震)
- direct use of an envelope function with a dynamic trigger level ;(Baer and Kradolfer,1987)
- higher-order statistic;(Saragiotis et al.,2002;Kuperkoch et al,.2010;Nippress et al.,2008)
- polarization approaches;(Montalbetti and Kanasewich,1970;Kurzon et al.,2014)
- local-maxima distribution(Panagiotakis et al.,2008)
- wavelet-based methods(Zhang et al.,2003)
- even pattern recognition methods(Tong,1995)
- neural networks(Dai andMacBeth,1995;Gentili and Michelini,2006)
- computer vision inspired methods(Joswig,1990)
- Autogressive models:the standard one named AR-AIC (建立背景噪声和到来震相的自回归模型):find the phase coming point that the locally stationary AR model attains the minimum value of the Akaike information criterion.(达到某个标准的最小值时);:该方法拾取较精确,但由于计算比较强烈建议用于已经有过初步估计的初动拾取工作中;
- 解决信噪比低的信号的方案
AMPA algorithm(Adaptive Muti-Band Picking Algorithm):related article-Alvarez et al.,2013
It applied a serises of filtering stages to the input signal in order to 减弱环境噪声并加强震相的到来。
- step1:using filter bank to eatimate the signal envelope and equalize (补偿) noise for each subband.filter band
- the resultant envelope is filterd by a use of set of filters,each one designed different length in order to enhance the phase arrival and lower emergent noised.
- 软件方法支撑
STA/LTA 和AMPA picking algorithm 为主 ;AIC为辅;
- 软件框架
- apasvo-gui:交互型界面,允许用户手动改值;
- apasvo-detector:允许使用命令行来计算;有批处理和监督模式两种选择模式,监督用来交互型地判断是否是满意的拾取,是否接受。批处理则在处理过程中不过问。
- apasvo-generator:允许使用命令行来产生地震波轨迹,并允许其中有背景噪声;
2016年发布APASVO-p波震相自动拾取分析的更多相关文章
- ComponentOne 2016 V3 发布
ComponentOne Studio Enterprise 2016 V3 新特性 我们很高兴的宣布ComponentOne 2016 V3发布了!2016 Connect开发者大会上微软发布了Vi ...
- Kali Linux 2016.2发布提供虚拟机以及系统镜像下载
Kali Linux 2016.2发布提供虚拟机以及系统镜像下载 Kali Linux 2016.2发布提供虚拟机以及系统镜像下载,本次Kali Linux 2016.2提供了五种桌面模式,分别为 ...
- KaOS 2016.04 发布,桌面 Linux 发行版
KaOS 2016.04 发布了,KaOS是一份桌面Linux发行,其特色在于最新版本的KDE桌面环境及其他流行的使用Qt工具包的软件程序.它最初基于Arch Linux,但从2013年四月起,开发者 ...
- Android中相机和相冊使用分析
Android中相机和相冊使用分析 欢迎转载,但请尊重原创(文章来自不易,转载请标明转载出处,谢谢) 在手机应用程序中,使用自带的相机拍照以及相冊选择喜欢的图片是最常见只是的用户需求,那么怎么合理使用 ...
- ComponentOne 2016 V2发布了!
火热的夏季迎了ComponentOne今年的第2个重大发布.这次发布包含了一些非常棒的新控件以及很多大的功能增强. 快来下载免费试用版体验吧! FlexChart(UWP.WPF.WinForms ...
- Wijmo 2016 V3发布
互操作性增强 Wijmo继续扩展互操作性包括Angular 2.ReactJS和VueJS. 模块支持 Wijmo最初设计为单个模块. 一切都存储在Wijmo命名空间.Wijmo现在包含很多不同的模块 ...
- NC台网震相走时获取及 HYPOINVERSE 格式读取
HYPOINVERSE格式介绍:http://www.ncedc.org/ftp/pub/doc/man5/ncsn.phase.5 获取网站: http://www.ncedc.org/ncedc/ ...
- 织梦DedeCMS信息发布员发布文章阅读权限不用审核自动开放亲测试通过!
文章发布员在织梦dedecms后台添加文章时却要超级管理员审核,这无疑是增加了没必要的工作. 登录该账号发布文章你会发现该文章显示的是待审核稿件,且并没有生成静态文件,在前台是看不到这篇文章的,而多数 ...
- 【2016.3.30项目技术记录】]VS2010自动生成MFC单文档框架程序的修改:去除属性框,在CViewTree类中添加鼠标单击响应
转自http://blog.csdn.net/yanfeiouc2009/archive/2010/06/07/5653360.aspx 手头上有个东西要用到单文档,由于想省事,直接用VS2010做了 ...
随机推荐
- Android中Bitmap和Drawable
一.相关概念 1.Drawable就是一个可画的对象,其可能是一张位图(BitmapDrawable),也可能是一个图形(ShapeDrawable),还有可能是一个图层(LayerDrawable) ...
- Prime Query (ZOJ 3911 线段树)
Prime Query Time Limit: 1 Second Memory Limit: 196608 KB You are given a simple task. Given a sequen ...
- Linux phpwind论坛的安装
1:新建文件夹phpwind
- Doctrine2 SQL语句
$q = Doctrine_Query::create() ->update('WebusersTable q') ->set('q.login_name','?','John') ) - ...
- 数据库设计 Assignment 02
需求 1.0 请你试分析一下老师(教职工号,老师姓名,年龄),学生(学号,姓名,年龄),课程(课程号,课程名称,开课时间,上课地点)之间的关系, 注:多个老师可以同时教一门课 尝试画出该模型的E-R图 ...
- laravel框架总结(四) -- 服务容器
1.依赖 我们定义两个类:class Supperman 和 class Power,现在我们要使用Supperman ,而Supperman 依赖了Power class Supperman { p ...
- min.css----全世界最快的CSS框架
有一个CSS框架,叫min.css,它号称是全世界最快的. 难怪,它的代码就这一点. 你看它的页面例子,像Bootstrap,但比后者轻多了,它只是一些CSS样式,没有JavaScript代码. ...
- Codeforces Round #339 (Div.2)
A. Link/Cut Tree time limit per test 2 seconds memory limit per test 256 megabytes input standard in ...
- 原生cookie
出于浏览器的安全性限制,从WEB应用程序中访问用户本地文件系统是有许多限制的.但是WEB站点的开发人员可以使用cookie,将少量信息保存在用户本地硬盘的指定空间中. document对象的cooki ...
- Android之hint提示字体大小修改,显示完全
Android之hint提示字体大小修改,显示完全 1.工作中遇到一个问题,就是自定义EditText的hint提示在超大字体下会显示不全, 2.然后在网上搜索了一下,在这里记录一下,分享给大家,在此 ...