blob: c0c1f6d3ffbb9e3a4dbe920d18cdc11759758ab1 (
plain) (
blame)
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
|
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="/style.css">
<title>ARFNET Astro</title>
<style>
.astrophoto {
margin-top: 20px;
width: 100%;
}
</style>
</head>
<body>
<header><a href="/">
<img src="/arfnet_logo.png" width="64"><span class="title"><strong>ARFNET</strong></span>
</a></header>
<hr>
<h2>Astrophotography section</h2>
<h3>Wide field category</h3>
<a class="sec" href="/astro/">Back</a>
<img class="astrophoto" src="/images/astro/sky0.gif"><span>Jupiter, Saturn and the Milky Way
<a href="">astrometry</a></span>
<img class="astrophoto" src="/images/astro/sky1.gif"><span>The summer triangle
<a href="https://nova.astrometry.net/user_images/7966506#annotated">astrometry</a></span>
<img class="astrophoto" src="/images/astro/sky2.gif"><span>NEOWISE comet in the sky</span>
<img class="astrophoto" src="/images/astro/m42.gif"><span>M42</span>
<img class="astrophoto" src="/images/astro/andromeda.gif"><span>Andromeda</span>
<img class="astrophoto" src="/images/astro/sky3.gif"><span>More milky way I guess, now with 77D
<a href="https://nova.astrometry.net/user_images/7966497#annotated">astrometry</a></span>
<img class="astrophoto" src="/images/astro/sky4.gif"><span>Milky way, 20 shot stack
<a href="https://nova.astrometry.net/user_images/8447987#annotated">astrometry</a></span>
<img class="astrophoto" src="/images/astro/sky5.gif"><span>Milky way, summer triangle, 200 shot stack
<a href="https://nova.astrometry.net/user_images/8447879#annotated">astrometry</a></span>
</body>
</html>
|