source: fact/tools/pyscripts/doc/_build/html/python.html@ 13151

Last change on this file since 13151 was 13151, checked in by lusterma, 13 years ago
added doc; this is just an example, nothing ready, to be adapted to work at ISDC, I just made this some time ago on my Laptop
File size: 4.6 KB
Line 
1
2
3<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
6
7<html xmlns="http://www.w3.org/1999/xhtml">
8 <head>
9 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
10
11 <title>phyton in FACT &mdash; pyfact 0.1 documentation</title>
12
13 <link rel="stylesheet" href="_static/default.css" type="text/css" />
14 <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
15
16 <script type="text/javascript">
17 var DOCUMENTATION_OPTIONS = {
18 URL_ROOT: '',
19 VERSION: '0.1',
20 COLLAPSE_INDEX: false,
21 FILE_SUFFIX: '.html',
22 HAS_SOURCE: true
23 };
24 </script>
25 <script type="text/javascript" src="_static/jquery.js"></script>
26 <script type="text/javascript" src="_static/underscore.js"></script>
27 <script type="text/javascript" src="_static/doctools.js"></script>
28 <link rel="top" title="pyfact 0.1 documentation" href="index.html" />
29 <link rel="prev" title="Examples" href="examples.html" />
30 </head>
31 <body>
32 <div class="related">
33 <h3>Navigation</h3>
34 <ul>
35 <li class="right" style="margin-right: 10px">
36 <a href="genindex.html" title="General Index"
37 accesskey="I">index</a></li>
38 <li class="right" >
39 <a href="examples.html" title="Examples"
40 accesskey="P">previous</a> |</li>
41 <li><a href="index.html">pyfact 0.1 documentation</a> &raquo;</li>
42 </ul>
43 </div>
44
45 <div class="document">
46 <div class="documentwrapper">
47 <div class="bodywrapper">
48 <div class="body">
49
50 <div class="section" id="phyton-in-fact">
51<h1>phyton in FACT<a class="headerlink" href="#phyton-in-fact" title="Permalink to this headline">¶</a></h1>
52<p>Python is installed on the fact cluster at ISDC.
53Presently python 2.4.3 an upgrade, is planned soon.</p>
54<p>The presence of the following python modules is supposed. They are not part of the standard distribution.:</p>
55<ul class="simple">
56<li><a class="reference external" href="http://numpy.scipy.org/">numpy</a>: basis of numerical computation in python</li>
57<li><a class="reference external" href="http://www.scipy.org/">scipy</a>: scientific computation in python including Fourier transforms, signal processing</li>
58<li><a class="reference external" href="http://matplotlib.sourceforge.net/">matplotlib</a>: provides a matlab like plotting environment (still missing!!!)</li>
59<li><a class="reference external" href="http://www.stsci.edu/institute/software_hardware/pyfits">pyfits</a>: easy access to fits files</li>
60</ul>
61<p>Other packages used in pyfact being part of a standard python installation:</p>
62<ul class="simple">
63<li><a class="reference external" href="http://docs.python.org/library/os.html">os</a>: misc functions providing access to the operating system. Among others a function <a class="reference external" href="http://docs.python.org/library/os.html?highlight=system#os.system">system</a> is provided, allowing to run system commands.</li>
64</ul>
65</div>
66
67
68 </div>
69 </div>
70 </div>
71 <div class="sphinxsidebar">
72 <div class="sphinxsidebarwrapper">
73 <h4>Previous topic</h4>
74 <p class="topless"><a href="examples.html"
75 title="previous chapter">Examples</a></p>
76 <h3>This Page</h3>
77 <ul class="this-page-menu">
78 <li><a href="_sources/python.txt"
79 rel="nofollow">Show Source</a></li>
80 </ul>
81<div id="searchbox" style="display: none">
82 <h3>Quick search</h3>
83 <form class="search" action="search.html" method="get">
84 <input type="text" name="q" />
85 <input type="submit" value="Go" />
86 <input type="hidden" name="check_keywords" value="yes" />
87 <input type="hidden" name="area" value="default" />
88 </form>
89 <p class="searchtip" style="font-size: 90%">
90 Enter search terms or a module, class or function name.
91 </p>
92</div>
93<script type="text/javascript">$('#searchbox').show(0);</script>
94 </div>
95 </div>
96 <div class="clearer"></div>
97 </div>
98 <div class="related">
99 <h3>Navigation</h3>
100 <ul>
101 <li class="right" style="margin-right: 10px">
102 <a href="genindex.html" title="General Index"
103 >index</a></li>
104 <li class="right" >
105 <a href="examples.html" title="Examples"
106 >previous</a> |</li>
107 <li><a href="index.html">pyfact 0.1 documentation</a> &raquo;</li>
108 </ul>
109 </div>
110 <div class="footer">
111 &copy; Copyright 2012, Werner Lustermann.
112 Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.2.
113 </div>
114 </body>
115</html>
Note: See TracBrowser for help on using the repository browser.