Changeset 13316 for fact/tools/pyscripts/doc/_build/html/classes.html
- Timestamp:
- 04/05/12 14:10:40 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fact/tools/pyscripts/doc/_build/html/classes.html
r13151 r13316 4 4 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 5 5 6 7 6 <html xmlns="http://www.w3.org/1999/xhtml"> 8 7 <head> 9 8 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 10 9 11 <title>Classes — pyfact 0.1 documentation</title> 12 10 <title>Classes — pyfact v0.1 documentation</title> 13 11 <link rel="stylesheet" href="_static/default.css" type="text/css" /> 14 12 <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> 15 16 13 <script type="text/javascript"> 17 14 var DOCUMENTATION_OPTIONS = { … … 26 23 <script type="text/javascript" src="_static/underscore.js"></script> 27 24 <script type="text/javascript" src="_static/doctools.js"></script> 28 <link rel="top" title="pyfact 0.1 documentation" href="index.html" />25 <link rel="top" title="pyfact v0.1 documentation" href="index.html" /> 29 26 <link rel="next" title="Examples" href="examples.html" /> 30 27 <link rel="prev" title="Introduction" href="introduction.html" /> … … 43 40 <a href="introduction.html" title="Introduction" 44 41 accesskey="P">previous</a> |</li> 45 <li><a href="index.html">pyfact 0.1 documentation</a> »</li>42 <li><a href="index.html">pyfact v0.1 documentation</a> »</li> 46 43 </ul> 47 44 </div> … … 61 58 <div class="section" id="fnames-of-a-data-run"> 62 59 <h3>fnames of a data run<a class="headerlink" href="#fnames-of-a-data-run" title="Permalink to this headline">¶</a></h3> 60 <dl class="class"> 61 <dt id="pyfact.fnames"> 62 <em class="property">class </em><tt class="descclassname">pyfact.</tt><tt class="descname">fnames</tt><big>(</big><em>specifier=['012', '023', '2011', '11', '24'], rpath='/scratch_nfs/res/bsl/', zipped=True</em><big>)</big><a class="headerlink" href="#pyfact.fnames" title="Permalink to this definition">¶</a></dt> 63 <dd><p>organize file names of a FACT data run</p> 64 <dl class="docutils"> 65 <dt>specifier <span class="classifier-delimiter">:</span> <span class="classifier">list of strings defined as:</span></dt> 66 <dd>[ ‘DRS calibration file’, ‘Data file’, ‘YYYY’, ‘MM’, ‘DD’]</dd> 67 </dl> 68 <p>rpath : directory path for the results; YYYYMMDD will be appended to rpath 69 zipped : use zipped (True) or unzipped (Data)</p> 70 <dl class="method"> 71 <dt id="pyfact.fnames.info"> 72 <tt class="descname">info</tt><big>(</big><big>)</big><a class="headerlink" href="#pyfact.fnames.info" title="Permalink to this definition">¶</a></dt> 73 <dd><p>print complete filenames</p> 74 </dd></dl> 75 76 <dl class="method"> 77 <dt id="pyfact.fnames.make"> 78 <tt class="descname">make</tt><big>(</big><em>specifier</em>, <em>rpath</em>, <em>zipped</em><big>)</big><a class="headerlink" href="#pyfact.fnames.make" title="Permalink to this definition">¶</a></dt> 79 <dd><p>create (make) the filenames</p> 80 <p>names : dictionary of filenames, tags { ‘data’, ‘drscal’, ‘results’ } 81 data : name of the data file 82 drscal : name of the drs calibration file 83 results : radikal of file name(s) for results (to be completed by suffixes)</p> 84 </dd></dl> 85 86 </dd></dl> 87 88 </div> 63 89 </div> 64 90 <div class="section" id="fir-filter-functions"> 65 <h3>FIR filter functions<a class="headerlink" href="#fir-filter-functions" title="Permalink to this headline">¶</a></h3> 66 </div> 91 <h2>FIR filter functions<a class="headerlink" href="#fir-filter-functions" title="Permalink to this headline">¶</a></h2> 67 92 </div> 68 93 </div> … … 80 105 <li><a class="reference internal" href="#rawdata-access">rawdata access</a></li> 81 106 <li><a class="reference internal" href="#fnames-of-a-data-run">fnames of a data run</a></li> 82 <li><a class="reference internal" href="#fir-filter-functions">FIR filter functions</a></li>83 107 </ul> 84 108 </li> 109 <li><a class="reference internal" href="#fir-filter-functions">FIR filter functions</a></li> 85 110 </ul> 86 111 </li> … … 101 126 <h3>Quick search</h3> 102 127 <form class="search" action="search.html" method="get"> 103 <input type="text" name="q" />128 <input type="text" name="q" size="18" /> 104 129 <input type="submit" value="Go" /> 105 130 <input type="hidden" name="check_keywords" value="yes" /> … … 127 152 <a href="introduction.html" title="Introduction" 128 153 >previous</a> |</li> 129 <li><a href="index.html">pyfact 0.1 documentation</a> »</li>154 <li><a href="index.html">pyfact v0.1 documentation</a> »</li> 130 155 </ul> 131 156 </div> 132 157 <div class="footer"> 133 158 © Copyright 2012, Werner Lustermann. 134 Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1. 1.2.159 Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.4. 135 160 </div> 136 161 </body>
Note:
See TracChangeset
for help on using the changeset viewer.