Ignore:
Timestamp:
04/05/12 14:10:40 (13 years ago)
Author:
lusterma
Message:
worked on doc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • fact/tools/pyscripts/doc/_build/html/classes.html

    r13151 r13316  
    44  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    55
    6 
    76<html xmlns="http://www.w3.org/1999/xhtml">
    87  <head>
    98    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    109   
    11     <title>Classes &mdash; pyfact 0.1 documentation</title>
    12    
     10    <title>Classes &mdash; pyfact v0.1 documentation</title>
    1311    <link rel="stylesheet" href="_static/default.css" type="text/css" />
    1412    <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
    15    
    1613    <script type="text/javascript">
    1714      var DOCUMENTATION_OPTIONS = {
     
    2623    <script type="text/javascript" src="_static/underscore.js"></script>
    2724    <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" />
    2926    <link rel="next" title="Examples" href="examples.html" />
    3027    <link rel="prev" title="Introduction" href="introduction.html" />
     
    4340          <a href="introduction.html" title="Introduction"
    4441             accesskey="P">previous</a> |</li>
    45         <li><a href="index.html">pyfact 0.1 documentation</a> &raquo;</li>
     42        <li><a href="index.html">pyfact v0.1 documentation</a> &raquo;</li>
    4643      </ul>
    4744    </div> 
     
    6158<div class="section" id="fnames-of-a-data-run">
    6259<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>[ &#8216;DRS calibration file&#8217;, &#8216;Data file&#8217;, &#8216;YYYY&#8217;, &#8216;MM&#8217;, &#8216;DD&#8217;]</dd>
     67</dl>
     68<p>rpath     : directory path for the results; YYYYMMDD will be appended to rpath
     69zipped    : 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 { &#8216;data&#8217;, &#8216;drscal&#8217;, &#8216;results&#8217; }
     81data    : name of the data file
     82drscal  : name of the drs calibration file
     83results : radikal of file name(s) for results (to be completed  by suffixes)</p>
     84</dd></dl>
     85
     86</dd></dl>
     87
     88</div>
    6389</div>
    6490<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>
    6792</div>
    6893</div>
     
    80105<li><a class="reference internal" href="#rawdata-access">rawdata access</a></li>
    81106<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>
    83107</ul>
    84108</li>
     109<li><a class="reference internal" href="#fir-filter-functions">FIR filter functions</a></li>
    85110</ul>
    86111</li>
     
    101126  <h3>Quick search</h3>
    102127    <form class="search" action="search.html" method="get">
    103       <input type="text" name="q" />
     128      <input type="text" name="q" size="18" />
    104129      <input type="submit" value="Go" />
    105130      <input type="hidden" name="check_keywords" value="yes" />
     
    127152          <a href="introduction.html" title="Introduction"
    128153             >previous</a> |</li>
    129         <li><a href="index.html">pyfact 0.1 documentation</a> &raquo;</li>
     154        <li><a href="index.html">pyfact v0.1 documentation</a> &raquo;</li>
    130155      </ul>
    131156    </div>
    132157    <div class="footer">
    133158        &copy; 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.
    135160    </div>
    136161  </body>
Note: See TracChangeset for help on using the changeset viewer.