-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathvri.html
More file actions
39 lines (35 loc) · 1.17 KB
/
vri.html
File metadata and controls
39 lines (35 loc) · 1.17 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
<HTML>
<HEAD>
<TITLE>VRI: Virtual Radio Interferometer</TITLE>
</HEAD>
<BODY>
<CENTER><H1>V.R.I.</H1></CENTER>
<HR>
<APPLET CODEBASE="vri" CODE="vri.class" WIDTH=612 HEIGHT=692
VSPACE=0 HSPACE=0>
<PARAM name=authors value="Nuria, Derek, Mark">
</APPLET>
<HR>
<UL>
<LI> The Virtual Radio Interferometer (VRI) applet has been written by
Nuria McKay, Derek McKay and Mark Wieringa.
<LI> <A HREF="vri/intro.html">Introduction</A> - a general description of VRI.
<LI> <A HREF="vri/guide.html">Guide to VRI</A> - a document for newcomers to
radio interferometry.
<LI> For technical information on how to use it, please read the
<A HREF="vri/doc.html">documentation</A>.
<LI> The Java class files may be
<A HREF="vri/vri.tar.Z"> downloaded </A>
(as a compressed tar file) for use as a standalone program.
<LI> We would greatly appreciate any comments you may have on this page.
Please e-mail them to Nuria McKay
(<A HREF="mailto:nm@jb.man.ac.uk"><CODE>nm@jb.man.ac.uk</CODE>
</A>).
</UL>
<HR>
<ADDRESS>
Original: dmckay@atnf.csiro.au (4-Dec-1996)<BR>
Modified: nm@jb.man.ac.uk (10-Nov-1997)
</ADDRESS>
</BODY>
</HTML>