source: sasmodels/api/convert.html @ 68532f3

gh-pages
Last change on this file since 68532f3 was 68532f3, checked in by ajj, 8 years ago

Adding docs

  • Property mode set to 100644
File size: 3.8 KB
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
4
5<html xmlns="http://www.w3.org/1999/xhtml">
6  <head>
7    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
8   
9    <title>3.2. Sasview to sasmodel converter &mdash; Sasmodels</title>
10   
11    <link rel="stylesheet" href="../_static/haiku-site.css" type="text/css" />
12    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
13   
14    <script type="text/javascript">
15      var DOCUMENTATION_OPTIONS = {
16        URL_ROOT:    '../',
17        VERSION:     '0.9',
18        COLLAPSE_INDEX: false,
19        FILE_SUFFIX: '.html',
20        HAS_SOURCE:  true
21      };
22    </script>
23    <script type="text/javascript" src="../_static/jquery.js"></script>
24    <script type="text/javascript" src="../_static/underscore.js"></script>
25    <script type="text/javascript" src="../_static/doctools.js"></script>
26    <script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
27    <link rel="top" title="Sasmodels" href="../index.html" />
28    <link rel="up" title="3. Reference" href="index.html" />
29    <link rel="next" title="3.3. Model access" href="core.html" />
30    <link rel="prev" title="3.1. Bumps interface" href="bumps_model.html" /> 
31  </head>
32  <body>
33      <div class="header"><h1 class="heading"><a href="../index.html">
34          <span>Home</span></a></h1>
35        <h2 class="heading"><span>3.2. Sasview to sasmodel converter</span></h2>
36      </div>
37      <div class="topnav">
38     
39        <p>
40        «&#160;&#160;<a href="bumps_model.html">3.1. Bumps interface</a>
41        &#160;&#160;::&#160;&#160;
42        <a class="uplink" href="../index.html">Contents</a>
43        &#160;&#160;::&#160;&#160;
44        <a href="core.html">3.3. Model access</a>&#160;&#160;»
45        </p>
46
47      </div>
48      <div class="content">
49       
50       
51  <div class="section" id="sasview-to-sasmodel-converter">
52<h1>3.2. Sasview to sasmodel converter<a class="headerlink" href="#sasview-to-sasmodel-converter" title="Permalink to this headline">¶</a></h1>
53<div class="section" id="module-sasmodels.convert">
54<span id="sasmodels-convert"></span><h2>3.2.1. <a class="reference internal" href="#module-sasmodels.convert" title="sasmodels.convert"><tt class="xref py py-mod docutils literal"><span class="pre">sasmodels.convert</span></tt></a><a class="headerlink" href="#module-sasmodels.convert" title="Permalink to this headline">¶</a></h2>
55<p>Convert models to and from sasview.</p>
56<dl class="function">
57<dt id="sasmodels.convert.convert_model">
58<tt class="descclassname">sasmodels.convert.</tt><tt class="descname">convert_model</tt><big>(</big><em>name</em>, <em>pars</em><big>)</big><a class="headerlink" href="#sasmodels.convert.convert_model" title="Permalink to this definition">¶</a></dt>
59<dd><p>Convert model from old style parameter names to new style.</p>
60</dd></dl>
61
62<dl class="function">
63<dt id="sasmodels.convert.revert_model">
64<tt class="descclassname">sasmodels.convert.</tt><tt class="descname">revert_model</tt><big>(</big><em>model_definition</em>, <em>pars</em><big>)</big><a class="headerlink" href="#sasmodels.convert.revert_model" title="Permalink to this definition">¶</a></dt>
65<dd><p>Convert model from new style parameter names to old style.</p>
66</dd></dl>
67
68</div>
69</div>
70
71
72      </div>
73      <div class="bottomnav">
74     
75        <p>
76        «&#160;&#160;<a href="bumps_model.html">3.1. Bumps interface</a>
77        &#160;&#160;::&#160;&#160;
78        <a class="uplink" href="../index.html">Contents</a>
79        &#160;&#160;::&#160;&#160;
80        <a href="core.html">3.3. Model access</a>&#160;&#160;»
81        </p>
82
83      </div>
84
85    <div class="footer">
86        &copy; Copyright 2014, sasview team.
87      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.3.
88    </div>
89  </body>
90</html>
Note: See TracBrowser for help on using the repository browser.