Changeset 946 for trunk/sphinxdocs/build/html/GSASIIstruc.html
- Timestamp:
- Jun 11, 2013 10:08:43 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/sphinxdocs/build/html/GSASIIstruc.html ¶
r939 r946 316 316 317 317 <dl class="function"> 318 <dt id="GSASIIstrMath.getBLvalues">319 <tt class="descclassname">GSASIIstrMath.</tt><tt class="descname">getBLvalues</tt><big>(</big><em>BLtables</em><big>)</big><a class="reference internal" href="_modules/GSASIIstrMath.html#getBLvalues"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#GSASIIstrMath.getBLvalues" title="Permalink to this definition">¶</a></dt>320 <dd><p>Needs a doc string</p>321 </dd></dl>322 323 <dl class="function">324 <dt id="GSASIIstrMath.getFFvalues">325 <tt class="descclassname">GSASIIstrMath.</tt><tt class="descname">getFFvalues</tt><big>(</big><em>FFtables</em>, <em>SQ</em><big>)</big><a class="reference internal" href="_modules/GSASIIstrMath.html#getFFvalues"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#GSASIIstrMath.getFFvalues" title="Permalink to this definition">¶</a></dt>326 <dd><p>Needs a doc string</p>327 </dd></dl>328 329 <dl class="function">330 318 <dt id="GSASIIstrMath.getPowderProfile"> 331 319 <tt class="descclassname">GSASIIstrMath.</tt><tt class="descname">getPowderProfile</tt><big>(</big><em>parmDict</em>, <em>x</em>, <em>varylist</em>, <em>Histogram</em>, <em>Phases</em>, <em>calcControls</em>, <em>pawleyLookup</em><big>)</big><a class="reference internal" href="_modules/GSASIIstrMath.html#getPowderProfile"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#GSASIIstrMath.getPowderProfile" title="Permalink to this definition">¶</a></dt> … … 404 392 405 393 <dl class="function"> 406 <dt id="GSASIIstrIO.GetBLtable">407 <tt class="descclassname">GSASIIstrIO.</tt><tt class="descname">GetBLtable</tt><big>(</big><em>General</em><big>)</big><a class="reference internal" href="_modules/GSASIIstrIO.html#GetBLtable"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#GSASIIstrIO.GetBLtable" title="Permalink to this definition">¶</a></dt>408 <dd><p>returns a dictionary of neutron scattering length data for atom types & isotopes found in General</p>409 <table class="docutils field-list" frame="void" rules="none">410 <col class="field-name" />411 <col class="field-body" />412 <tbody valign="top">413 <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>General</strong> (<em>dict</em>) – dictionary of phase info.; includes AtomTypes & Isotopes</td>414 </tr>415 <tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body">BLtable, dictionary of scattering length data; key is atom type</td>416 </tr>417 </tbody>418 </table>419 </dd></dl>420 421 <dl class="function">422 394 <dt id="GSASIIstrIO.GetConstraints"> 423 395 <tt class="descclassname">GSASIIstrIO.</tt><tt class="descname">GetConstraints</tt><big>(</big><em>GPXfile</em><big>)</big><a class="reference internal" href="_modules/GSASIIstrIO.html#GetConstraints"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#GSASIIstrIO.GetConstraints" title="Permalink to this definition">¶</a></dt> … … 442 414 443 415 <dl class="function"> 444 <dt id="GSASIIstrIO.GetFFtable">445 <tt class="descclassname">GSASIIstrIO.</tt><tt class="descname">GetFFtable</tt><big>(</big><em>General</em><big>)</big><a class="reference internal" href="_modules/GSASIIstrIO.html#GetFFtable"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#GSASIIstrIO.GetFFtable" title="Permalink to this definition">¶</a></dt>446 <dd><p>returns a dictionary of form factor data for atom types found in General</p>447 <table class="docutils field-list" frame="void" rules="none">448 <col class="field-name" />449 <col class="field-body" />450 <tbody valign="top">451 <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>General</strong> (<em>dict</em>) – dictionary of phase info.; includes AtomTypes</td>452 </tr>453 <tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body">FFtable, dictionary of form factor data; key is atom type</td>454 </tr>455 </tbody>456 </table>457 </dd></dl>458 459 <dl class="function">460 416 <dt id="GSASIIstrIO.GetFprime"> 461 417 <tt class="descclassname">GSASIIstrIO.</tt><tt class="descname">GetFprime</tt><big>(</big><em>controlDict</em>, <em>Histograms</em><big>)</big><a class="reference internal" href="_modules/GSASIIstrIO.html#GetFprime"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#GSASIIstrIO.GetFprime" title="Permalink to this definition">¶</a></dt> … … 548 504 <dt id="GSASIIstrIO.GetRestraints"> 549 505 <tt class="descclassname">GSASIIstrIO.</tt><tt class="descname">GetRestraints</tt><big>(</big><em>GPXfile</em><big>)</big><a class="reference internal" href="_modules/GSASIIstrIO.html#GetRestraints"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#GSASIIstrIO.GetRestraints" title="Permalink to this definition">¶</a></dt> 550 <dd><p>Read the restraints from the GPX file</p> 506 <dd><p>Read the restraints from the GPX file. 507 Throws an exception if not found in the .GPX file</p> 551 508 </dd></dl> 552 509
Note: See TracChangeset
for help on using the changeset viewer.