[663] | 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"
|
---|
| 13 | content="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 | <!--
|
---|
| 21 | B.asap {
|
---|
| 22 | text-align: center;
|
---|
| 23 | color: blue;
|
---|
| 24 | }
|
---|
| 25 | B.note {
|
---|
| 26 | color: red;
|
---|
| 27 | }
|
---|
| 28 | -->
|
---|
| 29 | </STYLE>
|
---|
| 30 | </head>
|
---|
| 31 | <body bgcolor="#FFFFFF" text="#000000">
|
---|
| 32 | <?php
|
---|
| 33 | title_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>
|
---|
| 41 | The <b class='asap'>A</b>TNF <b class='asap'>S</b>pectral <b
|
---|
| 42 | class='asap'>A</b>nalysis <b class='asap'>P</b>ackage is a new
|
---|
| 43 | software package to reduce <em>single-dish, single-pointing spectral
|
---|
| 44 | line observations</em>. At this stage it is tuned towards data from
|
---|
| 45 | ATNF instruments and reads/writes <em>rpfits, sdfits and ms</em> data.
|
---|
| 46 | A release 1.1 of ASAP is available on linux systems at ATNF
|
---|
| 47 | <a href="intro.html">more...<a>
|
---|
| 48 |
|
---|
| 49 | <h2>Screenshots</h2>
|
---|
| 50 | <a href="screenshots.html">Here</a> are some example plots.
|
---|
| 51 |
|
---|
| 52 | <h2>How to run</h2>
|
---|
| 53 | To get started, simply type "asap" at the *nix command line prompt.
|
---|
| 54 | <pre style="color: blue">
|
---|
| 55 | Loading ASAP...
|
---|
| 56 | Initialising plotter...
|
---|
| 57 | Welcome to ASAP v1.1 (2005/06/22) - the ATNF Spectral Analysis Package
|
---|
| 58 |
|
---|
| 59 | Please report any bugs to:
|
---|
| 60 | asap@atnf.csiro.au
|
---|
| 61 |
|
---|
| 62 | [NOTE: ASAP is 0-based]
|
---|
| 63 | Type commands() to get a list of all available ASAP commands.
|
---|
| 64 |
|
---|
| 65 | ASAP>
|
---|
| 66 | </pre>
|
---|
| 67 |
|
---|
| 68 | <h2>Documentation</h2>
|
---|
| 69 | ASAP has a cookbook for general use, and a reference manual for people
|
---|
| 70 | who want to write scripts to reduce and analyse their data.
|
---|
| 71 | <ul>
|
---|
| 72 | <li> List of commands <a href="commands.html">(html)</a> </li>
|
---|
| 73 | <li> Cookbook <a href="cookbook/">(html)</a> or Cookbook <a href="cookbook.pdf">(pdf)</a></li>
|
---|
| 74 | <li> Reference manual <a href="refman/">(html)</a> <a href="refman.pdf">(pdf)</a></li>
|
---|
| 75 | <li><a href="tutorials/">Tutorials</a></li>
|
---|
| 76 | </ul>
|
---|
| 77 | <p>
|
---|
| 78 | More detailed help is available via the <b>help</b> function.
|
---|
| 79 | <p>
|
---|
| 80 |
|
---|
| 81 | <h2>Download</h2>
|
---|
| 82 |
|
---|
| 83 | <ul>
|
---|
| 84 | <li> The current release source code snapshot <a
|
---|
[677] | 85 | href="ftp://ftp.atnf.csiro.au/pub/software/asap/asap_src.tar.gz">asap source</a> </li>
|
---|
[663] | 86 | <li> A binary tar archive <a
|
---|
| 87 | href=ftp://ftp.atnf.csiro.au/pub/software/asap/asap_linux.tar.bz2>linux binary</a>.
|
---|
| 88 | You will need to have the following libraries:<br>
|
---|
| 89 | gcc-3.3, blas, lapack, g2c, boost_python and of course
|
---|
| 90 | python2.3.<br>
|
---|
| 91 | The matplotlib python module has to be installed too.
|
---|
| 92 | </li>
|
---|
| 93 | <li>For Mac OSX 10.4 follow <a href="./osx.html">these instructions.</a>
|
---|
| 94 | </ul>
|
---|
| 95 | <p>
|
---|
| 96 |
|
---|
| 97 | <h2>Important</h2>
|
---|
| 98 | ASAP is 0-based, i.e. all ranges (vectors) go from
|
---|
| 99 | 0..n-1, if n is the number of elements.
|
---|
| 100 | <br>
|
---|
| 101 | <!-- End Content -->
|
---|
| 102 | <?php footer(); ?>
|
---|
| 103 | </body>
|
---|
| 104 | </html>
|
---|