source: trunk/web/intro.html @ 762

Last change on this file since 762 was 664, checked in by mar637, 19 years ago

* empty log message *

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.7 KB
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html>
3<head>
4<?php include("base.inc"); ?>
5<title>ASAP - ATNF Spectral line Analysis Package</title>
6<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
7<meta name="DC.Creator" lang="en" content="personalName=Marquarding,Malte" />
8<meta name="ATNF.Maintainer" content="contactName=Marquarding,Malte" />
9<meta name="DC.Title" lang="en" content="Homepage of Malte Marquarding" />
10<meta name="DC.Title.alt" lang="en" content="" />
11<meta name="DC.Subject" lang="en" content="spectral line" />
12<meta name="DC.Description" lang="en"
13content="Just some links and conatact details" />
14<meta name="DC.Date.created" scheme="ISO8601" content="2004-11-12" />
15<meta name="ATNF.Site" content="Marsfield" />
16<meta name="ATNF.AccessPermission" content="Public" />
17<meta name="ATNF.MetaVersion" content="1.0" />
18<?php standard_head(); ?>
19<STYLE TYPE="text/css">
20<!--
21B.asap {
22 text-align: center;
23 color: blue;
24}
25B.note {
26 color: red;
27}
28-->
29</STYLE>
30</head>
31<body bgcolor="#FFFFFF" text="#000000">
32<?php
33title_bar("atnf");
34title_crumbs("/computing/software/");
35?>
36<!-- Start Content -->
37<h1>ASAP background</h1>
38ASAP is developed in c++ using a thin <a
39href="http://www.python.org">python</a> front-end, to make it
40scriptable. The ASAP user interface is <a
41href="http://ipython.scipy.org">ipython</a>. The c++ code reuses
42several <a href="http://aips2.nrao.edu/daily/docs/casa.html">casa</a>
43libraries.
44It has been developed in the last nine months and has been released to
45ATNF users.
46Currently, the package has only been tested on linux (debian) system,
47other linux and OSX binaries are going to be avaliable soon.
48<br>
49<!-- End Content -->
50<?php footer(); ?>
51</body>
52</html>
Note: See TracBrowser for help on using the repository browser.