-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
76 lines (59 loc) · 2.82 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href='https://fonts.googleapis.com/css?family=Architects+Daughter' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>BackTrackBB</title>
</head>
<body>
<header>
<div class="inner">
<h1>BackTrackBB</h1>
<h2>Multi-band array detection and location of seismic sources</h2>
<a href="https://github.com/BackTrackBB" class="button"><small>Follow me on</small> GitHub</a>
</div>
</header>
<div id="content-wrapper">
<div class="inner clearfix">
<section id="main-content">
<h1>
<a id="backtrackbb" class="anchor" href="#backtrackbb" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>BackTrackBB</h1>
<p>Multi-band array detection and location of seismic sources</p>
<p>BackTrackBB is a program for detection and space-time location of seismic sources
based on multi-scale, frequency-selective statistical coherence of the wave field
recorded by dense large-scale seismic networks and local antennas.
The method is designed to enhance coherence of the signal statistical features
across the array of sensors and consists of three steps:</p>
<ul>
<li>signal processing;</li>
<li>space-time imaging;</li>
<li>detection and location.</li>
</ul>
<h2>
<a id="code-availability" class="anchor" href="#code-availability" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Code availability</h2>
<p>BackTrackBB code is available on <a href="https://github.com/BackTrackBB/backtrackbb/">GitHub repository</a>.</p>
<p>For further information, contact the authors:</p>
<ul>
<li><a href="mailto:poiata@ipgp.fr">Natalia Poiata</a></li>
<li><a href="mailto:satriano@ipgp.fr">Claudio Satriano</a></li>
</ul>
<h2>
<a id="references" class="anchor" href="#references" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>References</h2>
<p>Poiata, N., Satriano, C., Bernard, P., Vilotte, J.-P. and Obara, K., 2016.
Multi-band array detection and location of seismic sources recorded by dense seismic networks, Geophys. J. Int.,
<a href= "https://doi.org/10.1093/gji/ggw071">DOI:10.1093/gji/ggw071</a> .</p>
</section>
<aside id="sidebar">
</aside>
</div>
</div>
</body>
</html>