-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdiffuse_flow_data.html
More file actions
47 lines (47 loc) · 1.57 KB
/
diffuse_flow_data.html
File metadata and controls
47 lines (47 loc) · 1.57 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
<!doctype html>
<html>
<head>
<title>Diffuse Flow within the Local Bubble and beyond</title>
<meta charset='utf-8'/>
<meta name="viewport" content='width=device-width, initial-scale=1, user-scalable=no' />
<link rel="stylesheet" href="assets/css/main.css" />
<!--<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet" id="bootstrap">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" rel="stylesheet">-->
<link href="./assets/docs.css" rel="stylesheet">
<link href="./assets/flag-icon.css" rel="stylesheet">
</head>
<body class="is-preload">
<section>
<header class="major">
<h2>Diffuse Flow --- data repository</h2>
<p>The plots below are preliminary and unpublished</p>
</header>
<div class="table-wrapper">
<table>
<thead>
<tr>
<th>Name</th>
<th>Figure in paper</th>
<th>Description</th>
<th>Link</th>
</tr>
</thead>
<tbody>
<tr>
<td>RV posterior map</td>
<td>???</td>
<td>Plotted are only voxels on lines of sights towards observed stars are shown.</td>
<td><a href="data/DiffuseFlow/rv.html">interactive</a></td>
</tr>
<tr>
<td>Density posterior map </td>
<td>???</td>
<td> Filtered as above, but additionally showing some neighbouring pixels </td>
<td><a href="data/DiffuseFlow/density.html">interactive</a></td>
</tr>
</tbody>
</table>
</div>
</section>
</body>
</html>