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 | title_crumbs("/computing/software/");
|
---|
35 | ?>
|
---|
36 | <!-- Start Content -->
|
---|
37 | <h1>ASAP background</h1>
|
---|
38 | ASAP is developed in c++ using a thin <a
|
---|
39 | href="http://www.python.org">python</a> front-end, to make it
|
---|
40 | scriptable. The ASAP user interface is <a
|
---|
41 | href="http://ipython.scipy.org">ipython</a>. The c++ code reuses
|
---|
42 | several <a href="http://aips2.nrao.edu/daily/docs/casa.html">casa</a>
|
---|
43 | libraries.
|
---|
44 | It has been developed in the last nine months and has been released to
|
---|
45 | ATNF users.
|
---|
46 | ASAP v2.0 underwent a major re-design to support varying numbers of channels per IF (or Beam). It also allows much more flexible data selection via the <b>seletcor</b> object.
|
---|
47 | Currently, the package has only been tested on linux (debian) system,
|
---|
48 | other linux and OSX binaries are going to be avaliable soon.
|
---|
49 | <br>
|
---|
50 | <!-- End Content -->
|
---|
51 | <?php footer(); ?>
|
---|
52 | </body>
|
---|
53 | </html>
|
---|