Changeset 1071


Ignore:
Timestamp:
07/05/06 11:30:26 (18 years ago)
Author:
mar637
Message:

minor updates and fixes

Location:
trunk/web
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/web/index.html

    r1040 r1071  
    6767</pre>
    6868
     69<h2>Defects and enhancement requests</h2>
     70Bugs and enhancement requests can be submitted online, via the <a href="http://sourcecode.atnf.csiro.au/cgi-bin/trac_asap.cgi/newticket">
     71ASAP project tracking page</a>. Please also check if the defect has already been sumbitted under
     72<a href="http://sourcecode.atnf.csiro.au/cgi-bin/trac_asap.cgi/report/1">current tickets</a>.
     73
    6974
    7075<h2>Documentation</h2>
     
    8186More detailed help is available via the <b>help</b> function.
    8287<p>
     88The <a href="http://sourcecode.atnf.csiro.au/cgi-bin/trac_asap.cgi">Trac page</a>
     89for ASAP also contains information about building from source and code
     90revisions and milestones. The current
     91
    8392
    8493<h2>ASAP Mailinglist </h2>
     
    93102<p> You need to be suscribed to send and receive messages from this
    94103list. To subscribe, please send a message to <pre>
    95 asap-users-requests@atnf.csiro.au </pre> with the single word
     104asap-users-request@atnf.csiro.au </pre> with the single word
    96105"subscribe" in the body of the message. Send this from your normal
    97106email account. If you wish to be removed from this list send an email
    98 to asap-users-requests@atnf.csiro.au with the single word
     107to asap-users-request@atnf.csiro.au with the single word
    99108"unsubscribe" in the body of the message.
    100109
     
    103112ASAP source code and binaries are available in the <a href="http://www.atnf.csiro.au/pub/software/asap/">ATNF ftp area</a>
    104113<ul>
    105   <li>Current stable release source code snapshot <a
    106       href="ftp://ftp.atnf.csiro.au/pub/software/asap/asap_src.tar.bz2">asap source</a> </li>
    107114  <li> A binary tar archive of the latest stable release <a
    108115      href=ftp://ftp.atnf.csiro.au/pub/software/asap/asap_linux.tar.bz2>linux binary</a>.
     
    112119      The matplotlib python module has to be installed too.
    113120  </li>
    114   <li>For Mac OSX 10.4 follow <a href="./osx.html">these instructions.</a>
     121  <li>For Mac OSX 10.4 follow <a href="./osx.html">these instructions.</a></li>
     122  <li>Current stable release source code snapshot <a
     123      href="ftp://ftp.atnf.csiro.au/pub/software/asap/asap_src.tar.bz2">asap source</a>
     124      You will need a full aips++ installation, or cyou an try and use the
     125      <a href="http://www.atnf.csiro.au/pub/software/asap/casa_asap.tar.bz2">mini-aips++ tree</a>,
     126       necessary to build ASAP.</li>
     127  <li>The ASAP data package, which contains information about observatories and
     128      coordinate frames can be downloaded <a href="http://www.atnf.csiro.au/pub/software/asap/asap_data.tar.bz2">here</a>.
     129      You need this if you are building ASAP from source.</li>
    115130</ul>
    116131<p>
  • trunk/web/osx.html

    r664 r1071  
    3434?>
    3535<!-- Start Content -->
    36 <h1>ASAP OS X (10.4)install</h1>
    37 This might or might not work with 10.3. Obviously, steps specific for
    38 10.4 have to be omitted.
     36<h1>ASAP OS X (10.4) install</h1>
     37This might or might not work with 10.3.
    3938<h2>Getting stuff</h2>
    4039<a href="http://pythonmac.org/packages">pythonmac.org</a> has
    41 pre-packaged python modules.
     40a pre-packaged python and some modules.
    4241<br>
    43 From the section <b>Mac OS X 10.4 (stock Python 2.3.5) </b>
    44 <br>get
     42From the section <b>Packages for Universal...</b>
     43<br>get and install
    4544<ul>
    4645  <li>
    4746<a
    48       href="http://pythonmac.org/packages/TigerPython23Compat.pkg.zip">TigerPython23Compat</a> </li>
     47      href="http://pythonmac.org/packages/py24-fat/dmg/Universal-MacPython-2.4.3-2006-04-07.dmg">Python</a> </li>
     48  <li>
     49<a
     50      href="http://pythonmac.org/packages/py24-fat/mpkg/matplotlib-0.87.2-py2.4-macosx10.4.mpkg.zip">matplotlib</a> </li>
    4951</ul>
    50 From the section <b>Mac OS X 10.3 (stock Python 2.3.0) </b>
    51 <br>get
     52You also need to get numpy:
    5253<ul>
    5354  <li>
    5455<a
    55       href="http://pythonmac.org/packages/Numeric-23.7-py2.3-macosx10.3.zip">Numeric</a> </li>
    56   <li>
    57 <a
    58       href="http://pythonmac.org/packages/numarray-1.1.1-py2.3-macosx10.3.zip">numarray</a> </li>
    59 <a
    60       href="http://pythonmac.org/packages/matplotlib-0.82-py2.3-macosx10.3.zip">matplotlib</a> </li>
     56      href="http://prdownloads.sourceforge.net/numpy/numpy-0.9.6-py2.4-macosx10.4.dmg?download">numpy</a> </li>
    6157</ul>
    6258<br>
    63 Next get <a href="http://ipython.scipy.org/dist">ipython</a> and run:<br>
     59Next get <a href="http://ipython.scipy.org/dist/ipython-0.7.2.tar.gz">ipython</a> and run:<br>
    6460<pre>
    65 tar zxvf ipython-0.6.15.tar.gz
    6661sudo python setup.py install
    67 sudo ln -s ../../System/Library/Frameworks/Python.framework/Versions/2.3/bin/ipython /usr/bin/ipython
    6862</pre>
    69 
    70 
     63from within the ipython-0.7.2 directory.
     64<br>
     65Then
     66<pre>
     67sudo ln -s /Library/Frameworks/Python.framework/Versions/2.4/bin/ipython /usr/bin/ipython
     68</pre>
    7169<h2>Tweaking it</h2>
    7270Run the following in a terminal:<br>
    73 OSX comes with your own pimp pre-installed, so better use him!<br>
    74 <pre>
    75 sudo python `python -c "import pimp; print pimp.__file__"` -i readline
    76 </pre>
    77 
    78 Then as 'root' or 'sudo' edit<br>
    79 <b>/System/Library/Frameworks/Python.framework/Versions/2.3/share/matplotlib/.matplotlibrc</b><br>
     71As 'root' or 'sudo' edit<br>
     72<b>/System/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/matplotlib/mpl-data/matplotlibrc</b><br>
    8073In this file replace<br>
    81 <b> backend    : GTKAgg</b><br>
     74<b> backend    : WXAgg</b><br>
    8275with<br>
    8376<b> backend    : TkAgg</b><br>
    84 <p>
    85 Now we have to patch matplotlib:
    86 Get <a href="./figure.py">this</a> and run:<br>
    87 <pre>
    88 sudo cp -f figure.py /Library/Python/2.3/matplotlib/
    89 </pre>
    9077
    9178<h2>Oh yeah there is ASAP, too</h2>
  • trunk/web/tutorials/tutorial.html

    r1040 r1071  
    6262s.summary()
    6363</pre></div>
    64 We can plot the scan now. First we set up the plotter to plot "IF" as stcked colours and "time" across panels. Then we issue th plot command.
     64We can plot the scan now. First we set up the plotter to plot "IF" as stcked colours and "time" across panels. Then we issue the plot command.
    6565<div class=code><pre>
    6666plotter.set_mode("IF","time")
     
    6969Now we can build the quotient. This applies the quotient to both IFs.
    7070<div class=code><pre>
    71 q = auto_quotient()
     71q = s.auto_quotient()
    7272plotter.plot(q) # plot q
    7373</pre></div>
Note: See TracChangeset for help on using the changeset viewer.