-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathapplet.html
35 lines (28 loc) · 1.13 KB
/
applet.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
<h2> Lens-modelling applet </h2>
<table>
<tr><td style="vertical-align: middle">
<applet code="_42pixelens.PixeLens.class" archive="PixeLens.jar"
codebase="."
width="200" height="50">
</applet>
</td>
<td>
</td>
<td style="vertical-align: middle">
<p> There should be a button to the left saying
<i>Show window.</i> </p>
</td>
</tr>
</table>
<p> <a href="castles/index.html">On this page</a> (suggest open in a
new tab) there is a sample of lenses, mostly from CASTLES, an survey
from about ten years ago. For each lens, there are links to images of
the lens (in different wavelength ranges). Coordinates of multiple
images must in principle be read off the raw images, but this sample,
that work has already been done and the coordinates are provided. </p>
<p> Our project is the following. First, teach ourselves how to go
from raw image to lens model. Second, make it possible for volunteers
to do the same. </p>
<p> <a href=
"http://www.itp.uzh.ch/~justin/Astro/Lectures/PixeLens/pixelens.pdf">Notes
on lens models</a> by Justin Read.</p>