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>Welcome to pyfact’s documentation! — 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="#" />
|
---|
26 | <link rel="next" title="Introduction" href="introduction.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="introduction.html" title="Introduction"
|
---|
37 | accesskey="N">next</a> |</li>
|
---|
38 | <li><a href="#">pyfact v0.1 documentation</a> »</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="welcome-to-pyfact-s-documentation">
|
---|
48 | <h1>Welcome to pyfact’s documentation!<a class="headerlink" href="#welcome-to-pyfact-s-documentation" title="Permalink to this headline">¶</a></h1>
|
---|
49 | <p>Contents:</p>
|
---|
50 | <div class="toctree-wrapper compound">
|
---|
51 | <ul>
|
---|
52 | <li class="toctree-l1"><a class="reference internal" href="introduction.html">Introduction</a><ul>
|
---|
53 | <li class="toctree-l2"><a class="reference internal" href="introduction.html#python-version-and-modules-used">Python version and modules used</a></li>
|
---|
54 | <li class="toctree-l2"><a class="reference internal" href="introduction.html#style-guide-and-coding-conventions">Style guide and coding conventions</a></li>
|
---|
55 | </ul>
|
---|
56 | </li>
|
---|
57 | <li class="toctree-l1"><a class="reference internal" href="getting_started.html">Getting Started</a><ul>
|
---|
58 | <li class="toctree-l2"><a class="reference internal" href="getting_started.html#important-links">1. Important links</a></li>
|
---|
59 | <li class="toctree-l2"><a class="reference internal" href="getting_started.html#environment-variables">2. Environment variables</a></li>
|
---|
60 | <li class="toctree-l2"><a class="reference internal" href="getting_started.html#check-out-the-repository">3. Check out the repository</a></li>
|
---|
61 | <li class="toctree-l2"><a class="reference internal" href="getting_started.html#create-pyfits-library">4. Create pyfits library</a></li>
|
---|
62 | <li class="toctree-l2"><a class="reference internal" href="getting_started.html#run-examples">5. Run examples</a></li>
|
---|
63 | </ul>
|
---|
64 | </li>
|
---|
65 | <li class="toctree-l1"><a class="reference internal" href="getting_started.html#classes">Classes</a><ul>
|
---|
66 | <li class="toctree-l2"><a class="reference internal" href="getting_started.html#pyfact-py">pyfact.py</a><ul>
|
---|
67 | <li class="toctree-l3"><a class="reference internal" href="getting_started.html#rawdata-access">rawdata access</a></li>
|
---|
68 | <li class="toctree-l3"><a class="reference internal" href="getting_started.html#fnames-of-a-data-run">fnames of a data run</a></li>
|
---|
69 | </ul>
|
---|
70 | </li>
|
---|
71 | </ul>
|
---|
72 | </li>
|
---|
73 | <li class="toctree-l1"><a class="reference internal" href="classes.html">Classes</a><ul>
|
---|
74 | <li class="toctree-l2"><a class="reference internal" href="classes.html#pyfact-py">pyfact.py</a><ul>
|
---|
75 | <li class="toctree-l3"><a class="reference internal" href="classes.html#rawdata-access">rawdata access</a></li>
|
---|
76 | <li class="toctree-l3"><a class="reference internal" href="classes.html#fnames-of-a-data-run">fnames of a data run</a></li>
|
---|
77 | </ul>
|
---|
78 | </li>
|
---|
79 | <li class="toctree-l2"><a class="reference internal" href="classes.html#fir-filter-functions">FIR filter functions</a></li>
|
---|
80 | </ul>
|
---|
81 | </li>
|
---|
82 | <li class="toctree-l1"><a class="reference internal" href="examples.html">Examples</a><ul>
|
---|
83 | <li class="toctree-l2"><a class="reference internal" href="examples.html#calling-a-system-command">calling a system command</a></li>
|
---|
84 | </ul>
|
---|
85 | </li>
|
---|
86 | <li class="toctree-l1"><a class="reference internal" href="python.html">phyton in FACT</a></li>
|
---|
87 | </ul>
|
---|
88 | </div>
|
---|
89 | </div>
|
---|
90 | <div class="section" id="indices-and-tables">
|
---|
91 | <h1>Indices and tables<a class="headerlink" href="#indices-and-tables" title="Permalink to this headline">¶</a></h1>
|
---|
92 | <ul class="simple">
|
---|
93 | <li><a class="reference internal" href="genindex.html"><em>Index</em></a></li>
|
---|
94 | <li><a class="reference internal" href="py-modindex.html"><em>Module Index</em></a></li>
|
---|
95 | <li><a class="reference internal" href="search.html"><em>Search Page</em></a></li>
|
---|
96 | </ul>
|
---|
97 | </div>
|
---|
98 |
|
---|
99 |
|
---|
100 | </div>
|
---|
101 | </div>
|
---|
102 | </div>
|
---|
103 | <div class="sphinxsidebar">
|
---|
104 | <div class="sphinxsidebarwrapper">
|
---|
105 | <h3><a href="#">Table Of Contents</a></h3>
|
---|
106 | <ul>
|
---|
107 | <li><a class="reference internal" href="#">Welcome to pyfact’s documentation!</a><ul>
|
---|
108 | </ul>
|
---|
109 | </li>
|
---|
110 | <li><a class="reference internal" href="#indices-and-tables">Indices and tables</a></li>
|
---|
111 | </ul>
|
---|
112 |
|
---|
113 | <h4>Next topic</h4>
|
---|
114 | <p class="topless"><a href="introduction.html"
|
---|
115 | title="next chapter">Introduction</a></p>
|
---|
116 | <h3>This Page</h3>
|
---|
117 | <ul class="this-page-menu">
|
---|
118 | <li><a href="_sources/index.txt"
|
---|
119 | rel="nofollow">Show Source</a></li>
|
---|
120 | </ul>
|
---|
121 | <div id="searchbox" style="display: none">
|
---|
122 | <h3>Quick search</h3>
|
---|
123 | <form class="search" action="search.html" method="get">
|
---|
124 | <input type="text" name="q" size="18" />
|
---|
125 | <input type="submit" value="Go" />
|
---|
126 | <input type="hidden" name="check_keywords" value="yes" />
|
---|
127 | <input type="hidden" name="area" value="default" />
|
---|
128 | </form>
|
---|
129 | <p class="searchtip" style="font-size: 90%">
|
---|
130 | Enter search terms or a module, class or function name.
|
---|
131 | </p>
|
---|
132 | </div>
|
---|
133 | <script type="text/javascript">$('#searchbox').show(0);</script>
|
---|
134 | </div>
|
---|
135 | </div>
|
---|
136 | <div class="clearer"></div>
|
---|
137 | </div>
|
---|
138 | <div class="related">
|
---|
139 | <h3>Navigation</h3>
|
---|
140 | <ul>
|
---|
141 | <li class="right" style="margin-right: 10px">
|
---|
142 | <a href="genindex.html" title="General Index"
|
---|
143 | >index</a></li>
|
---|
144 | <li class="right" >
|
---|
145 | <a href="introduction.html" title="Introduction"
|
---|
146 | >next</a> |</li>
|
---|
147 | <li><a href="#">pyfact v0.1 documentation</a> »</li>
|
---|
148 | </ul>
|
---|
149 | </div>
|
---|
150 | <div class="footer">
|
---|
151 | © Copyright 2012, Werner Lustermann.
|
---|
152 | Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.4.
|
---|
153 | </div>
|
---|
154 | </body>
|
---|
155 | </html> |
---|