-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (27 loc) · 1.21 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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Ian Czekala">
<meta name="description"
content="Million Points of Light (MPoL) is a constellation of Python packages for Regularized Maximum Likelihood Imaging for Radio Astronomy Interferometry.">
<title>MPoL-dev</title>
</head>
<body>
<main>
<p class="lead">The MPoL-dev organization provides tools for Regularized Maximum Likelihood imaging and
modeling
</p>
<h2 class="display-6">Packages</h2>
<h3 class="card-title">MPoL</h3>
<p class="card-text">Regularized maximum likelihood imaging for radio interferometers</p>
<a href="https://mpol-dev.github.io/MPoL/" class="btn btn-primary">Documentation</a>
<h3 class="card-title">visread</h3>
<p class="card-text">Tools for reading visibility data from CASA measurement sets</p>
<a href="https://mpol-dev.github.io/visread" class="btn btn-primary">Documentation</a>
</main>
<p>Contact <a href="https://sites.psu.edu/iczekala/">Ian Czekala</a></p>
</body>
</html>