- Timestamp:
- 07/05/06 11:30:26 (18 years ago)
- Location:
- trunk/web
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/web/index.html
r1040 r1071 67 67 </pre> 68 68 69 <h2>Defects and enhancement requests</h2> 70 Bugs and enhancement requests can be submitted online, via the <a href="http://sourcecode.atnf.csiro.au/cgi-bin/trac_asap.cgi/newticket"> 71 ASAP 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 69 74 70 75 <h2>Documentation</h2> … … 81 86 More detailed help is available via the <b>help</b> function. 82 87 <p> 88 The <a href="http://sourcecode.atnf.csiro.au/cgi-bin/trac_asap.cgi">Trac page</a> 89 for ASAP also contains information about building from source and code 90 revisions and milestones. The current 91 83 92 84 93 <h2>ASAP Mailinglist </h2> … … 93 102 <p> You need to be suscribed to send and receive messages from this 94 103 list. To subscribe, please send a message to <pre> 95 asap-users-request s@atnf.csiro.au </pre> with the single word104 asap-users-request@atnf.csiro.au </pre> with the single word 96 105 "subscribe" in the body of the message. Send this from your normal 97 106 email account. If you wish to be removed from this list send an email 98 to asap-users-request s@atnf.csiro.au with the single word107 to asap-users-request@atnf.csiro.au with the single word 99 108 "unsubscribe" in the body of the message. 100 109 … … 103 112 ASAP source code and binaries are available in the <a href="http://www.atnf.csiro.au/pub/software/asap/">ATNF ftp area</a> 104 113 <ul> 105 <li>Current stable release source code snapshot <a106 href="ftp://ftp.atnf.csiro.au/pub/software/asap/asap_src.tar.bz2">asap source</a> </li>107 114 <li> A binary tar archive of the latest stable release <a 108 115 href=ftp://ftp.atnf.csiro.au/pub/software/asap/asap_linux.tar.bz2>linux binary</a>. … … 112 119 The matplotlib python module has to be installed too. 113 120 </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> 115 130 </ul> 116 131 <p> -
trunk/web/osx.html
r664 r1071 34 34 ?> 35 35 <!-- 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> 37 This might or might not work with 10.3. 39 38 <h2>Getting stuff</h2> 40 39 <a href="http://pythonmac.org/packages">pythonmac.org</a> has 41 pre-packaged pythonmodules.40 a pre-packaged python and some modules. 42 41 <br> 43 From the section <b> Mac OS X 10.4 (stock Python 2.3.5)</b>44 <br>get 42 From the section <b>Packages for Universal...</b> 43 <br>get and install 45 44 <ul> 46 45 <li> 47 46 <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> 49 51 </ul> 50 From the section <b>Mac OS X 10.3 (stock Python 2.3.0) </b> 51 <br>get 52 You also need to get numpy: 52 53 <ul> 53 54 <li> 54 55 <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> 61 57 </ul> 62 58 <br> 63 Next get <a href="http://ipython.scipy.org/dist ">ipython</a> and run:<br>59 Next get <a href="http://ipython.scipy.org/dist/ipython-0.7.2.tar.gz">ipython</a> and run:<br> 64 60 <pre> 65 tar zxvf ipython-0.6.15.tar.gz66 61 sudo python setup.py install 67 sudo ln -s ../../System/Library/Frameworks/Python.framework/Versions/2.3/bin/ipython /usr/bin/ipython68 62 </pre> 69 70 63 from within the ipython-0.7.2 directory. 64 <br> 65 Then 66 <pre> 67 sudo ln -s /Library/Frameworks/Python.framework/Versions/2.4/bin/ipython /usr/bin/ipython 68 </pre> 71 69 <h2>Tweaking it</h2> 72 70 Run 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> 71 As '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> 80 73 In this file replace<br> 81 <b> backend : GTKAgg</b><br>74 <b> backend : WXAgg</b><br> 82 75 with<br> 83 76 <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>90 77 91 78 <h2>Oh yeah there is ASAP, too</h2> -
trunk/web/tutorials/tutorial.html
r1040 r1071 62 62 s.summary() 63 63 </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.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 the plot command. 65 65 <div class=code><pre> 66 66 plotter.set_mode("IF","time") … … 69 69 Now we can build the quotient. This applies the quotient to both IFs. 70 70 <div class=code><pre> 71 q = auto_quotient()71 q = s.auto_quotient() 72 72 plotter.plot(q) # plot q 73 73 </pre></div>
Note:
See TracChangeset
for help on using the changeset viewer.