source: trunk/web/index.html @ 1405

Last change on this file since 1405 was 1405, checked in by Malte Marquarding, 16 years ago

added warning about large tabke linux bug

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 5.3 KB
RevLine 
[664]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");
34?>
35<!-- Start Content -->
36<h1>ASAP Homepage</h1>
37<div align="center">
38<img src="images/asap.png">
39</div>
40<h2>Introduction</h2>
41The <b class='asap'>A</b>TNF <b class='asap'>S</b>pectral <b
42class='asap'>A</b>nalysis <b class='asap'>P</b>ackage is a new
43software package to reduce <em>single-dish, single-pointing spectral
44line observations</em>. At this stage it is tuned towards data from
45ATNF instruments and reads/writes <em>rpfits, sdfits and ms</em> data.
46<a href="intro.html">more...<a>
47
[770]48<h2>Current Release</h2>
[1368]49<b class="asap">ASAP</b> latest stable version 2.2 was released on May, 2<sup>nd</sup> 2007. It can be obtained in the <a href="#download">Download</a> section.
[770]50
[1405]51<div style="color: red;">
52  Note: Due to a bug in this release, Mopra users should follow <a href="https://svn.atnf.csiro.au/trac/asap/wiki/AsapFaq" >these</a> instructions.
53</div>
54 
55
[664]56<h2>Screenshots</h2>
57<a href="screenshots.html">Here</a> are some example plots.
58
59<h2>How to run</h2>
60To get started, simply type "asap" at the *nix command line prompt.
61<pre style="color: blue">
62Loading ASAP...
[1367]63Welcome to ASAP v2.2.x (release date) - the ATNF Spectral Analysis Package
[664]64
[1040]65Please report any bugs via:
[1367]66http://svn.atnf.csiro.au/trac/asap/newticket
[664]67
[762]68[IMPORTANT: ASAP is 0-based]
[664]69Type commands() to get a list of all available ASAP commands.
70
71ASAP>
72</pre>
73
[1071]74<h2>Defects and enhancement requests</h2>
[1379]75Bugs and enhancement requests can be submitted online, via the <a href="http://svn.atnf.csiro.au//trac/asap/simpleticket">
[1259]76<b class="asap">ASAP</b> project tracking page</a>. Please also check if the defect has already been submitted under
[1341]77<a href="http://svn.atnf.csiro.au/trac/asap/report/1">current tickets</a>.
[1305]78If the trac system tells you that your submission has been considered spam, please log in with the username "bugs" and password "mops".
[796]79
[664]80<h2>Documentation</h2>
[1259]81<b class="asap">ASAP</b> has a user guide for general use and telescope specific examples,
[770]82and a reference manual for people who want to write scripts to reduce
83and analyse their data.
[664]84<ul>
85  <li> List of commands <a href="commands.html">(html)</a> </li>
[796]86  <li> User Guide <a href="userguide/">(html)</a> <a href="userguide.pdf">(pdf)</a></li>
[664]87  <li> Reference manual <a href="refman/">(html)</a> <a href="refman.pdf">(pdf)</a></li>
88  <li><a href="tutorials/">Tutorials</a></li>
[1341]89  <li>For FAQ's go to the <a href="http://svn.atnf.csiro.au/cgi-bin/trac/asap/wiki/AsapFaq"></a>
[664]90</ul>
91<p>
92More detailed help is available via the <b>help</b> function.
93<p>
[1341]94The <a href="http://svn.atnf.csiro.au/trac/asap">Trac page</a>
[1259]95for <b class="asap">ASAP</b> also contains information about building from source and some more detailed information. It also shows information regarding release dates and milestones.
[664]96
[1071]97
[796]98<h2>ASAP Mailinglist </h2>
99
100There is an asap mailing list asap-users@atnf.csiro.au for users of
101asap. This list will be used to announce updates to the code and allow
102general user discussion (please send bug and feature requests to
103asap@atnf.csiro.au). Messages sent to this list are archived at
104<a href="http://www.atnf.csiro.au/lists/asap-users"> http://www.atnf.csiro.au/lists/asap-users</a>
105
106
107<p> You need to be suscribed to send and receive messages from this
108list. To subscribe, please send a message to <pre>
[1071]109asap-users-request@atnf.csiro.au </pre> with the single word
[796]110"subscribe" in the body of the message. Send this from your normal
111email account. If you wish to be removed from this list send an email
[1071]112to asap-users-request@atnf.csiro.au with the single word
[796]113"unsubscribe" in the body of the message.
114
115
[770]116<a name="download"><h2>Download</h2></a>
[1341]117<b class="asap">ASAP</b> binaries are available in the <a href="ftp://ftp.atnf.csiro.au/pub/software/asap/current">ATNF ftp area</a>
118Please also consult the <a href="http://svn.atnf.csiro.au/trac/asap">wiki</a>
[664]119<ul>
[1259]120  <li> We provide binaries for debian, fedora and OSX based systems. If yours isn't there
121  send a request giving details about your flavour of linux.
[664]122  </li>
[1259]123  <li><b class="asap">ASAP</b> source code is available through our subversion repository
124    <pre>
[1397]125        svn co http://svn.atnf.csiro.au/asap/tags/asap2.2.0
[1259]126    </pre>
127  </li>
[664]128</ul>
129<p>
130
131<h2>Important</h2>
[1259]132<b class="asap">ASAP</b> is 0-based, i.e. all ranges (vectors) go from
[664]1330..n-1, if n is the number of elements.
134<br>
135<!-- End Content -->
136<?php footer(); ?>
137</body>
138</html>
Note: See TracBrowser for help on using the repository browser.