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

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