Ignore:
Timestamp:
May 28, 2010 1:37:18 PM (14 years ago)
Author:
Gervaise Alina <gervyh@…>
Branches:
master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
ddf6df3
Parents:
25a2ee3
Message:

working on documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • calculator/docs/sphinx/_build/html/api/slit_length_calculator.html

    r14e9eb3 r69fee24  
    6565<dt id="sans.calculator.slit_length_calculator.SlitlengthCalculator.calculate_slit_length"> 
    6666<tt class="descname">calculate_slit_length</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.calculator.slit_length_calculator.SlitlengthCalculator.calculate_slit_length" title="Permalink to this definition">¶</a></dt> 
    67 <dd>Calculate slit length.</dd></dl> 
     67<dd><p>Calculate slit length.</p> 
     68<table class="docutils field-list" frame="void" rules="none"> 
     69<col class="field-name" /> 
     70<col class="field-body" /> 
     71<tbody valign="top"> 
     72<tr class="field"><th class="field-name">Returns:</th><td class="field-body">the slit length calculated value.</td> 
     73</tr> 
     74</tbody> 
     75</table> 
     76</dd></dl> 
    6877 
    6978<dl class="method"> 
    7079<dt id="sans.calculator.slit_length_calculator.SlitlengthCalculator.get_slit_length_unit"> 
    7180<tt class="descname">get_slit_length_unit</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.calculator.slit_length_calculator.SlitlengthCalculator.get_slit_length_unit" title="Permalink to this definition">¶</a></dt> 
    72 <dd>return the slit length unit.</dd></dl> 
     81<dd><table class="docutils field-list" frame="void" rules="none"> 
     82<col class="field-name" /> 
     83<col class="field-body" /> 
     84<tbody valign="top"> 
     85<tr class="field"><th class="field-name">Returns:</th><td class="field-body">the slit length unit.</td> 
     86</tr> 
     87</tbody> 
     88</table> 
     89</dd></dl> 
    7390 
    7491<dl class="method"> 
    7592<dt id="sans.calculator.slit_length_calculator.SlitlengthCalculator.set_data"> 
    7693<tt class="descname">set_data</tt><big>(</big><em>x=None</em>, <em>y=None</em><big>)</big><a class="headerlink" href="#sans.calculator.slit_length_calculator.SlitlengthCalculator.set_data" title="Permalink to this definition">¶</a></dt> 
    77 <dd>set data 
    78 :param x, y: x array and y array</dd></dl> 
     94<dd><blockquote> 
     95Receive two vector x, y and prepare the slit calculator for  
     96computation.</blockquote> 
     97<table class="docutils field-list" frame="void" rules="none"> 
     98<col class="field-name" /> 
     99<col class="field-body" /> 
     100<tbody valign="top"> 
     101<tr class="field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first last simple"> 
     102<li><strong>x</strong> &#8211; array</li> 
     103<li><strong>y</strong> &#8211; array</li> 
     104</ul> 
     105</td> 
     106</tr> 
     107</tbody> 
     108</table> 
     109</dd></dl> 
    79110 
    80111</dd></dl> 
Note: See TracChangeset for help on using the changeset viewer.