Changeset 990


Ignore:
Timestamp:
Jul 15, 2013 1:47:25 PM (10 years ago)
Author:
toby
Message:

mac fix for gltext; update docs

Location:
trunk
Files:
14 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIstrMath.py

    r989 r990  
    15851585
    15861586def dervRefine(values,HistoPhases,parmDict,varylist,calcControls,pawleyLookup,dlg):
    1587     'Needs a doc string'
     1587    '''Loop over histograms and compute derivatives of the fitting
     1588    model (M) with respect to all parameters.  Results are returned in
     1589    a Jacobian matrix (aka design matrix) of dimensions (n by m) where
     1590    n is the number of parameters and m is the number of data
     1591    points. This can exceed memory when m gets large. This routine is
     1592    used when refinement derivatives are selected as "analtytic
     1593    Jacobian" in Controls.
     1594
     1595    :returns: Jacobian numpy.array dMdv for all histograms concatinated
     1596    '''
    15881597    parmDict.update(zip(varylist,values))
    15891598    G2mv.Dict2Map(parmDict,varylist)
     
    16981707
    16991708def HessRefine(values,HistoPhases,parmDict,varylist,calcControls,pawleyLookup,dlg):
     1709    '''Loop over histograms and compute derivatives of the fitting
     1710    model (M) with respect to all parameters.  For each histogram, the
     1711    Jacobian matrix, dMdv, with dimensions (n by m) where n is the
     1712    number of parameters and m is the number of data points *in the
     1713    histogram*. The (n by n) Hessian is computed from each Jacobian
     1714    and it is returned.  This routine is used when refinement
     1715    derivatives are selected as "analtytic Hessian" in Controls.
     1716
     1717    :returns: Vec,Hess where Vec is the least-squares vector and Hess is the Hessian
     1718    '''
    17001719    'Needs a doc string'
    17011720    parmDict.update(zip(varylist,values))
  • trunk/exports/G2cif.py

    r989 r990  
    216216                    s += s1
    217217            return s
     218        def FormatBackground(bkg):
     219            '''Display the Background information as a descriptive text string.
     220           
     221            TODO: this needs to be expanded to show the diffuse peak and
     222            Debye term information as well.
     223
     224            :returns: the text description (str)
     225            '''
     226            fxn, bkgdict = bkg
     227            terms = fxn[2]
     228            txt = 'Background function: "'+fxn[0]+'" function with '+str(terms)+' terms:\n'
     229            l = "   "
     230            for v in fxn[3:]:
     231                if len(l) > 60:
     232                    txt += l + '\n'
     233                    l = '   '
     234                l += G2mth.ValEsd(v,-.009)+', '
     235            txt += l
     236            return txt
    218237
    219238        def FormatInstProfile(instparmdict):
     
    586605            refprx = '_refln_' # normal
    587606
    588             WriteCIFitem('\n# SCATTERING FACTOR INFO')
    589607            if 'Lam1' in inst:
    590608                ratio = self.parmDict.get('I(L2)/I(L1)',inst['I(L2)/I(L1)'][1])
     
    645663                            )
    646664
    647             # this will need help from Bob
     665            # TODO: this will need help from Bob
    648666            # WriteCIFitem('_pd_proc_ls_prof_R_factor','?')
    649667            # WriteCIFitem('_pd_proc_ls_prof_wR_factor','?')
     
    651669            # WriteCIFitem('_refine_ls_R_Fsqd_factor','?')
    652670
     671            print histblk['Instrument Parameters'][0]['Type']
     672           
     673            if histblk['Instrument Parameters'][0]['Type'][1][1] == 'X':
     674                WriteCIFitem('_diffrn_radiation_probe','x-ray')
     675                pola = histblk['Instrument Parameters'][0].get('Polariz.')
     676                if pola:
     677                    pfx = ':' + str(hId) + ':'
     678                    sig = self.sigDict.get(pfx+'Polariz.',-0.0009)
     679                    txt = G2mth.ValEsd(pola[1],sig)
     680                    WriteCIFitem('_diffrn_radiation_polarisn_ratio',txt)
     681            elif histblk['Instrument Parameters'][0]['Type'][1][1] == 'N':
     682                WriteCIFitem('_diffrn_radiation_probe','neutron')
     683            # TOF (note that this may not be defined)
     684            #if histblk['Instrument Parameters'][0]['Type'][1][2] == 'T':
     685            #    WriteCIFitem('_pd_meas_2theta_fixed',text)
     686           
     687
     688            # TODO: this will need help from Bob
     689            #if not oneblock:
     690            #WriteCIFitem('\n# SCATTERING FACTOR INFO')
     691            #WriteCIFitem('loop_  _atom_type_symbol')
     692            #if histblk['Instrument Parameters'][0]['Type'][1][1] == 'X':
     693            #    WriteCIFitem('      _atom_type_scat_dispersion_real')
     694            #    WriteCIFitem('      _atom_type_scat_dispersion_imag')
     695            #    for lbl in ('a1','a2','a3', 'a4', 'b1', 'b2', 'b3', 'b4', 'c'):
     696            #        WriteCIFitem('      _atom_type_scat_Cromer_Mann_'+lbl)
     697            #elif histblk['Instrument Parameters'][0]['Type'][1][1] == 'N':
     698            #    WriteCIFitem('      _atom_type_scat_length_neutron')
     699            #WriteCIFitem('      _atom_type_scat_source')
     700
     701            WriteCIFitem('_pd_proc_ls_background_function',FormatBackground(histblk['Background']))
     702
     703            #WriteCIFitem('_exptl_absorpt_process_details','?')
     704            #WriteCIFitem('_exptl_absorpt_correction_T_min','?')
     705            #WriteCIFitem('_exptl_absorpt_correction_T_max','?')
     706            #C extinction
     707            #WRITE(IUCIF,'(A)') '# Extinction correction'
     708            #CALL WRVAL(IUCIF,'_gsas_exptl_extinct_corr_T_min',TEXT(1:10))
     709            #CALL WRVAL(IUCIF,'_gsas_exptl_extinct_corr_T_max',TEXT(11:20))
     710
     711            if not oneblock:
     712                # instrumental profile terms go here
     713                WriteCIFitem('_pd_proc_ls_profile_function','?')
     714
     715            raise Exception, "testing"
    653716            phasenam = self.Phases.keys()[0]
    654717            for key in self.Phases[phasenam]['Histograms']:
     
    656719                print '------------'
    657720                print self.Phases[phasenam]['Histograms'][key]
    658             raise Exception, "testing"
    659721            print histblk.keys()
    660722            for key in histblk:
     
    663725            #print self.parmDict.keys()
    664726            #print self.sigDict.keys()
    665            
    666             #WriteCIFitem('_pd_meas_2theta_fixed',text)
    667             WriteCIFitem('_diffrn_radiation_probe','x-ray')
    668             WriteCIFitem('_diffrn_radiation_probe','neutron')
    669             WriteCIFitem('_diffrn_radiation_polarisn_ratio','?')
    670            
    671             WriteCIFitem('loop_  _atom_type_symbol')
    672             if oneblock:
    673                 WriteCIFitem('       _atom_type_number_in_cell')
    674             #IF (HTYP(2:2) .eq. 'X' .AND. HTYP(3:3) .ne. 'E') THEN
    675             WriteCIFitem('      _atom_type_scat_dispersion_real')
    676             WriteCIFitem('      _atom_type_scat_dispersion_imag')
    677             for lbl in ('a1','a2','a3', 'a4', 'b1', 'b2', 'b3', 'b4', 'c'):
    678                 WriteCIFitem('      _atom_type_scat_Cromer_Mann_'+lbl)
    679             #ELSEIF (HTYP(2:2) .eq. 'N') THEN
    680             WriteCIFitem('      _atom_type_scat_length_neutron')
    681             #ENDIF
    682             WriteCIFitem('      _atom_type_scat_source')
    683 
    684             #C document the background function used
    685             WriteCIFitem('_pd_proc_ls_background_function','?')
    686 
    687             WriteCIFitem('_exptl_absorpt_process_details','?')
    688             WriteCIFitem('_exptl_absorpt_correction_T_min','?')
    689             WriteCIFitem('_exptl_absorpt_correction_T_max','?')
    690             #C extinction
    691             #WRITE(IUCIF,'(A)') '# Extinction correction'
    692             #CALL WRVAL(IUCIF,'_gsas_exptl_extinct_corr_T_min',TEXT(1:10))
    693             #CALL WRVAL(IUCIF,'_gsas_exptl_extinct_corr_T_max',TEXT(11:20))
    694 
    695             if not oneblock:
    696                 # instrumental profile terms go here
    697                 WriteCIFitem('_pd_proc_ls_profile_function','?')
    698727
    699728            #print 'Data'
  • trunk/gltext.py

    r987 r990  
    147147        texture. If you see any optimizations that could save time PLEASE CREATE A PATCH!!!
    148148        """
    149         # get a memory dc
     149        # get a memory dc and assign a temporary bitmap
    150150        dc = wx.MemoryDC()
     151        dc.SelectObject(wx.EmptyBitmap(100, 100))
    151152       
    152153        # set our font
  • trunk/sphinxdocs/build/html/GSASII.html

    r957 r990  
    227227<dl class="method">
    228228<dt id="GSASII.GSASII.OnFileOpen">
    229 <tt class="descclassname">GSASII.</tt><tt class="descname">OnFileOpen</tt><big>(</big><em>event</em><big>)</big><a class="reference internal" href="_modules/GSASII.html#GSASII.OnFileOpen"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#GSASII.GSASII.OnFileOpen" title="Permalink to this definition">¶</a></dt>
     229<tt class="descclassname">GSASII.</tt><tt class="descname">OnFileOpen</tt><big>(</big><em>event</em>, <em>filename=None</em><big>)</big><a class="reference internal" href="_modules/GSASII.html#GSASII.OnFileOpen"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#GSASII.GSASII.OnFileOpen" title="Permalink to this definition">¶</a></dt>
    230230<dd><p>Reads in a GSAS-II .gpx project file in response to the
    231231File/Open Project menu button</p>
     
    479479<p>Creates a wx frame (self.main) which contains the display of the
    480480data tree.</p>
     481<dl class="method">
     482<dt id="GSASII.GSASIImain.MacOpenFile">
     483<tt class="descname">MacOpenFile</tt><big>(</big><em>filename</em><big>)</big><a class="headerlink" href="#GSASII.GSASIImain.MacOpenFile" title="Permalink to this definition">¶</a></dt>
     484<dd><p>Called on Mac every time a file is dropped on the app when it is running,
     485treat this like a File/Open project menu action.
     486Should be ignored on other platforms</p>
     487</dd></dl>
     488
    481489<dl class="method">
    482490<dt id="GSASII.GSASIImain.OnInit">
  • trunk/sphinxdocs/build/html/GSASIIGUIr.html

    r957 r990  
    248248</dd></dl>
    249249
     250<dl class="method">
     251<dt id="GSASIIgrid.MyHelp.OnSelectVersion">
     252<tt class="descname">OnSelectVersion</tt><big>(</big><em>event</em><big>)</big><a class="headerlink" href="#GSASIIgrid.MyHelp.OnSelectVersion" title="Permalink to this definition">¶</a></dt>
     253<dd><p>Allow the user to select a specific version of GSAS-II</p>
     254</dd></dl>
     255
    250256</dd></dl>
    251257
     
    679685</tbody>
    680686</table>
     687</dd></dl>
     688
     689</dd></dl>
     690
     691<dl class="class">
     692<dt id="GSASIIgrid.downdate">
     693<em class="property">class </em><tt class="descclassname">GSASIIgrid.</tt><tt class="descname">downdate</tt><big>(</big><em>parent=None</em><big>)</big><a class="headerlink" href="#GSASIIgrid.downdate" title="Permalink to this definition">¶</a></dt>
     694<dd><p>Dialog to allow a user to select a version of GSAS-II to install</p>
     695<dl class="method">
     696<dt id="GSASIIgrid.downdate.getVersion">
     697<tt class="descname">getVersion</tt><big>(</big><big>)</big><a class="headerlink" href="#GSASIIgrid.downdate.getVersion" title="Permalink to this definition">¶</a></dt>
     698<dd><p>Get the version number in the dialog</p>
    681699</dd></dl>
    682700
  • trunk/sphinxdocs/build/html/GSASIImapvars.html

    r957 r990  
    267267<li><strong>derivDict</strong> (<em>dict</em>) &#8211; a dict containing derivatives for parameter values keyed by the
    268268parameter names.</li>
    269 <li><strong>dMdv</strong> (<em>dict</em>) &#8211; a dict containing derivatives for dependent parameter computed from
    270 derivDict</li>
     269<li><strong>dMdv</strong> (<em>list</em>) &#8211; a Jacobian, as a list of np.array containing derivatives for dependent
     270parameter computed from derivDict</li>
    271271</ul>
    272272</td>
  • trunk/sphinxdocs/build/html/GSASIImath.html

    r957 r990  
    338338<dl class="function">
    339339<dt id="GSASIImath.HessianLSQ">
    340 <tt class="descclassname">GSASIImath.</tt><tt class="descname">HessianLSQ</tt><big>(</big><em>func</em>, <em>x0</em>, <em>Hess</em>, <em>args=()</em>, <em>ftol=1.49012e-08</em>, <em>xtol=1.49012e-08</em>, <em>maxcyc=0</em><big>)</big><a class="reference internal" href="_modules/GSASIImath.html#HessianLSQ"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#GSASIImath.HessianLSQ" title="Permalink to this definition">¶</a></dt>
     340<tt class="descclassname">GSASIImath.</tt><tt class="descname">HessianLSQ</tt><big>(</big><em>func</em>, <em>x0</em>, <em>Hess</em>, <em>args=()</em>, <em>ftol=1.49012e-08</em>, <em>xtol=1.49012e-08</em>, <em>maxcyc=0</em>, <em>Print=False</em><big>)</big><a class="reference internal" href="_modules/GSASIImath.html#HessianLSQ"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#GSASIImath.HessianLSQ" title="Permalink to this definition">¶</a></dt>
    341341<dd><p>Minimize the sum of squares of a function (<span class="math">\(f\)</span>) evaluated on a series of
    342342values (y): <span class="math">\(\sum_{y=0}^{N_{obs}} f(y,{args})\)</span></p>
     
    362362<li><strong>maxcyc</strong> (<em>int</em>) &#8211; The maximum number of cycles of refinement to execute, if -1 refine
    363363until other limits are met (ftol, xtol)</li>
     364<li><strong>Print</strong> (<em>bool</em>) &#8211; True for printing results (residuals &amp; times) by cycle</li>
    364365</ul>
    365366</td>
  • trunk/sphinxdocs/build/html/GSASIIobj.html

    r957 r990  
    222222</table>
    223223</div>
    224 <div class="section" id="phase-tree-item">
    225 <h2>Phase Tree Item<a class="headerlink" href="#phase-tree-item" title="Permalink to this headline">¶</a></h2>
     224<div class="section" id="phase-tree-items">
     225<h2>Phase Tree Items<a class="headerlink" href="#phase-tree-items" title="Permalink to this headline">¶</a></h2>
    226226<span class="target" id="phase-table"></span><p id="index-3">Phase information is stored in the GSAS-II data tree as children of the
    227227Phases item in a dict with keys:</p>
     
    245245<tr class="row-odd"><td></td>
    246246<td>AtomPtrs</td>
    247 <td>? (list)</td>
     247<td>list of four locations to use to pull info
     248from the atom records (list)</td>
    248249</tr>
    249250<tr class="row-even"><td></td>
     
    375376<td></td>
    376377<td>Atoms in phase as a list of lists. The outer list
    377 is for each atom, the inner list contains 18
    378 items:
    379 0) atom label, 1) the atom type,
    380 2) the refinement flags, 3-6) x, y, z, frac
    381 7) site symmetry, 8) site multiplicity,
    382 9) &#8216;I&#8217; or &#8216;A&#8217; for iso/anisotropic,
    383 10) Uiso, 10-16) Uij, 16) unique Id #.
     378is for each atom, the inner list contains varying
     379items depending on the type of phase, see
     380the <a class="reference internal" href="#atoms-table"><em>Atom Records</em></a> description.
    384381(list of lists)</td>
    385382</tr>
     
    567564Asymmetric unit coordinates [X is (x,y,z)]
    568565are transformed using
    569 <span class="math">\(X\prime = M_n*X+T_n\)</span></td>
     566<span class="math">\(X^\prime = M_n*X+T_n\)</span></td>
    570567</tr>
    571568<tr class="row-odd"><td>SGSys</td>
     
    583580</tbody>
    584581</table>
     582</div>
     583<div class="section" id="atom-records">
     584<h2>Atom Records<a class="headerlink" href="#atom-records" title="Permalink to this headline">¶</a></h2>
     585<span class="target" id="atoms-table"></span><p id="index-5">If <tt class="docutils literal"><span class="pre">phasedict</span></tt> points to the phase information in the data tree, then
     586atoms are contained in a list of atom records (list) in
     587<tt class="docutils literal"><span class="pre">phasedict['Atoms']</span></tt>. Also needed to read atom information
     588are four pointers, <tt class="docutils literal"><span class="pre">cx,ct,cs,cia</span> <span class="pre">=</span> <span class="pre">phasedict['General']['AtomPtrs']</span></tt>,
     589which define locations in the atom record, as shown below.</p>
     590<table border="1" class="docutils">
     591<colgroup>
     592<col width="21%" />
     593<col width="79%" />
     594</colgroup>
     595<thead valign="bottom">
     596<tr class="row-odd"><th class="head">location</th>
     597<th class="head">explanation</th>
     598</tr>
     599</thead>
     600<tbody valign="top">
     601<tr class="row-even"><td>cx,cx+1,cx+2</td>
     602<td>the x,y and z coordinates</td>
     603</tr>
     604<tr class="row-odd"><td>cx+3</td>
     605<td>fractional occupancy (also cs-1)</td>
     606</tr>
     607<tr class="row-even"><td>ct-1</td>
     608<td>atom label</td>
     609</tr>
     610<tr class="row-odd"><td>ct</td>
     611<td>atom type</td>
     612</tr>
     613<tr class="row-even"><td>ct+1</td>
     614<td>refinement flags</td>
     615</tr>
     616<tr class="row-odd"><td>cs</td>
     617<td>site symmetry string</td>
     618</tr>
     619<tr class="row-even"><td>cs+1</td>
     620<td>site multiplicity</td>
     621</tr>
     622<tr class="row-odd"><td>cia</td>
     623<td>ADP flag: Isotropic (&#8216;I&#8217;) or Anisotropic (&#8216;A&#8217;)</td>
     624</tr>
     625<tr class="row-even"><td>cia+1</td>
     626<td>Uiso</td>
     627</tr>
     628<tr class="row-odd"><td>cia+2...cia+6</td>
     629<td>U11, U22, U33, U12, U13, U23</td>
     630</tr>
     631</tbody>
     632</table>
     633</div>
     634<div class="section" id="powder-diffraction-tree-items">
     635<h2>Powder Diffraction Tree Items<a class="headerlink" href="#powder-diffraction-tree-items" title="Permalink to this headline">¶</a></h2>
     636<span class="target" id="powder-table"></span><p id="index-6">Every powder diffraction histogram is stored in the GSAS-II data tree
     637with a top-level entry named beginning with the string &#8220;PWDR &#8221;. The
     638diffraction data for that information are directly associated with
     639that tree item and there are a series of children to that item. The
     640routine <a class="reference internal" href="GSASII.html#GSASII.GSASII.GetUsedHistogramsAndPhasesfromTree" title="GSASII.GSASII.GetUsedHistogramsAndPhasesfromTree"><tt class="xref py py-func docutils literal"><span class="pre">GetUsedHistogramsAndPhasesfromTree()</span></tt></a> will
     641load this information into a dictionary where the child tree name is
     642used as a key, and the information in the main entry is assigned
     643a key of <tt class="docutils literal"><span class="pre">Data</span></tt>, as outlined below.</p>
     644<table border="1" class="docutils">
     645<colgroup>
     646<col width="25%" />
     647<col width="17%" />
     648<col width="58%" />
     649</colgroup>
     650<thead valign="bottom">
     651<tr class="row-odd"><th class="head">key</th>
     652<th class="head">sub-key</th>
     653<th class="head">explanation</th>
     654</tr>
     655</thead>
     656<tbody valign="top">
     657<tr class="row-even"><td>Limits</td>
     658<td></td>
     659<td>A list of two two element lists, as [[Ld,Hd],[L,H]]
     660where L and Ld are the current and default lowest
     661two-theta value to be used and
     662where H and Hd are the current and default highest
     663two-theta value to be used.</td>
     664</tr>
     665<tr class="row-odd"><td>Reflection Lists</td>
     666<td></td>
     667<td>A dict with an entry for each phase in the
     668histogram. The contents of each dict item
     669is a list or reflections as described in the
     670<a class="reference internal" href="#powderrefl-table"><em>Powder Reflections</em></a>
     671description.</td>
     672</tr>
     673<tr class="row-even"><td>Instrument Parameters</td>
     674<td></td>
     675<td>A list containing two dicts where the possible
     676keys in each dict are listed below. The value
     677for each item is a list containing three values:
     678the initial value, the current value and a
     679refinement flag which can have a value of
     680True, False or 0 where 0 indicates a value that
     681cannot be refined. The first and second
     682values are floats unless otherwise noted.
     683Items in the first dict are noted as [1]</td>
     684</tr>
     685<tr class="row-odd"><td></td>
     686<td>Lam</td>
     687<td>Specifies a wavelength in Angstroms [1]</td>
     688</tr>
     689<tr class="row-even"><td></td>
     690<td>Lam1</td>
     691<td>Specifies the primary wavelength in
     692Angstrom, when an alpha1, alpha2
     693source is used [1]</td>
     694</tr>
     695<tr class="row-odd"><td></td>
     696<td><p class="first">Lam2</p>
     697<p class="last">I(L2)/I(L1)</p>
     698</td>
     699<td>Specifies the secondary wavelength in
     700Angstrom, when an alpha1, alpha2
     701source is used [1]
     702Ratio of Lam2 to Lam1 [1]</td>
     703</tr>
     704<tr class="row-even"><td></td>
     705<td>Type</td>
     706<td><dl class="first last docutils">
     707<dt>Histogram type (str) [1]:</dt>
     708<dd><ul class="first last simple">
     709<li>&#8216;PXC&#8217; for constant wavelength x-ray</li>
     710<li>&#8216;PNC&#8217; for constant wavelength neutron</li>
     711<li>&#8216;PNT&#8217; for time of flight neutron</li>
     712</ul>
     713</dd>
     714</dl>
     715</td>
     716</tr>
     717<tr class="row-odd"><td></td>
     718<td>Zero</td>
     719<td>Two-theta zero correction in <em>degrees</em> [1]</td>
     720</tr>
     721<tr class="row-even"><td></td>
     722<td>Azimuth</td>
     723<td>Azimuthal setting angle for data recorded
     724with differing setting angles [1]</td>
     725</tr>
     726<tr class="row-odd"><td></td>
     727<td>U, V, W</td>
     728<td>Cagliotti profile coefficients
     729for Gaussian instrumental broadening, where the
     730FWHM goes as
     731<span class="math">\(U \tan^2\theta + V \tan\theta + W\)</span> [1]</td>
     732</tr>
     733<tr class="row-even"><td></td>
     734<td>X, Y</td>
     735<td>Cauchy (Lorentzian) instrumental broadening
     736coefficients [1]</td>
     737</tr>
     738<tr class="row-odd"><td></td>
     739<td>SH/L</td>
     740<td>Variant of the Finger-Cox-Jephcoat asymmetric
     741peak broadening ratio. Note that this is the
     742average between S/L and H/L where S is
     743sample height, H is the slit height and
     744L is the goniometer diameter. [1]</td>
     745</tr>
     746<tr class="row-even"><td></td>
     747<td>Polariz.</td>
     748<td>Polarization coefficient. [1]</td>
     749</tr>
     750<tr class="row-odd"><td>wtFactor</td>
     751<td></td>
     752<td>A weighting factor to increase or decrease
     753the leverage of data in the histogram (float).
     754A value of 1.0 weights the data with their
     755standard uncertainties and a larger value
     756increases the weighting of the data (equivalent
     757to decreasing the uncertainties).</td>
     758</tr>
     759<tr class="row-even"><td>Sample Parameters</td>
     760<td></td>
     761<td>Specifies a dict with parameters that describe how
     762the data were collected, as listed
     763below. Refinable parameters are a list containing
     764a float and a bool, where the second value
     765specifies if the value is refined, otherwise
     766the value is a float unless otherwise noted.</td>
     767</tr>
     768<tr class="row-odd"><td></td>
     769<td>Scale</td>
     770<td>The histogram scale factor (refinable)</td>
     771</tr>
     772<tr class="row-even"><td></td>
     773<td>Absorption</td>
     774<td>The sample absorption coefficient as
     775<span class="math">\(\mu r\)</span> where r is the radius
     776(refinable).</td>
     777</tr>
     778<tr class="row-odd"><td></td>
     779<td>DisplaceX,
     780DisplaceY</td>
     781<td>Sample displacement from goniometer center
     782where Y is along the beam direction and
     783X is perpendicular. Units are <span class="math">\(\mu m\)</span>
     784(refinable).</td>
     785</tr>
     786<tr class="row-even"><td></td>
     787<td>Phi, Chi,
     788Omega</td>
     789<td>Goniometer sample setting angles, in degrees.</td>
     790</tr>
     791<tr class="row-odd"><td></td>
     792<td>Gonio. radius</td>
     793<td>Radius of the diffractometer in mm</td>
     794</tr>
     795<tr class="row-even"><td></td>
     796<td>InstrName</td>
     797<td>A name for the instrument, used in preparing
     798a CIF (str).</td>
     799</tr>
     800<tr class="row-odd"><td></td>
     801<td>Force,
     802Temperature,
     803Humidity,
     804Pressure,
     805Voltage</td>
     806<td>Variables that describe how the measurement
     807was performed. Not used directly in
     808any computations.</td>
     809</tr>
     810<tr class="row-even"><td></td>
     811<td>ranId</td>
     812<td>The random-number Id for the histogram
     813(same value as where top-level key is ranId)</td>
     814</tr>
     815<tr class="row-odd"><td></td>
     816<td>Type</td>
     817<td>Type of diffraction data, may be &#8216;Debye-Scherrer&#8217;
     818or &#8216;Bragg-Brentano&#8217; (str).</td>
     819</tr>
     820<tr class="row-even"><td></td>
     821<td>Diffuse</td>
     822<td>not in use?</td>
     823</tr>
     824<tr class="row-odd"><td>hId</td>
     825<td></td>
     826<td>The number assigned to the histogram when
     827the project is loaded or edited (can change)</td>
     828</tr>
     829<tr class="row-even"><td>ranId</td>
     830<td></td>
     831<td>A random number id for the histogram
     832that does not change</td>
     833</tr>
     834<tr class="row-odd"><td>Background</td>
     835<td></td>
     836<td>The background is stored as a list with where
     837the first item in the list is list and the second
     838item is a dict. The list contains the background
     839function and its coefficients; the dict contains
     840Debye diffuse terms and background peaks.
     841(TODO: this needs to be expanded.)</td>
     842</tr>
     843<tr class="row-even"><td>Data</td>
     844<td></td>
     845<td><p class="first">The data consist of a list of 6 np.arrays
     846containing in order:</p>
     847<blockquote class="last">
     848<div><ol class="arabic simple">
     849<li>the x-postions (two-theta in degrees),</li>
     850<li>the intensity values (Yobs),</li>
     851<li>the weights for each Yobs value</li>
     852<li>the computed intensity values (Ycalc)</li>
     853<li>the background values</li>
     854<li>Yobs-Ycalc</li>
     855</ol>
     856</div></blockquote>
     857</td>
     858</tr>
     859</tbody>
     860</table>
     861</div>
     862<div class="section" id="powder-reflection-data-structure">
     863<h2>Powder Reflection Data Structure<a class="headerlink" href="#powder-reflection-data-structure" title="Permalink to this headline">¶</a></h2>
     864<span class="target" id="powderrefl-table"></span><p id="index-7">For every phase in a histogram, the <tt class="docutils literal"><span class="pre">Reflection</span> <span class="pre">Lists</span></tt> value is a list of
     865reflections. The items in that list are documented below.</p>
     866<table border="1" class="docutils">
     867<colgroup>
     868<col width="16%" />
     869<col width="84%" />
     870</colgroup>
     871<thead valign="bottom">
     872<tr class="row-odd"><th class="head">index</th>
     873<th class="head">explanation</th>
     874</tr>
     875</thead>
     876<tbody valign="top">
     877<tr class="row-even"><td>0,1,2</td>
     878<td>h,k,l (float)</td>
     879</tr>
     880<tr class="row-odd"><td>3</td>
     881<td>multiplicity</td>
     882</tr>
     883<tr class="row-even"><td>4</td>
     884<td>d-space, Angstrom</td>
     885</tr>
     886<tr class="row-odd"><td>5</td>
     887<td>pos, two-theta</td>
     888</tr>
     889<tr class="row-even"><td>6</td>
     890<td>sig, Gaussian width</td>
     891</tr>
     892<tr class="row-odd"><td>7</td>
     893<td>gam, Lorenzian width</td>
     894</tr>
     895<tr class="row-even"><td>8</td>
     896<td>Fobs**2</td>
     897</tr>
     898<tr class="row-odd"><td>9</td>
     899<td>Fcalc**2</td>
     900</tr>
     901<tr class="row-even"><td>10</td>
     902<td>reflection phase, in degrees</td>
     903</tr>
     904<tr class="row-odd"><td>11</td>
     905<td>the equivalent reflections as a (m x 3)
     906np.array, where m is 0.5 * multiplicity. Note
     907that Freidel pairs, (-h,-k-,l), are not
     908included.</td>
     909</tr>
     910<tr class="row-even"><td>12</td>
     911<td>phase shift for each of the equivalent
     912reflections as a length (m) array</td>
     913</tr>
     914<tr class="row-odd"><td>13</td>
     915<td>intensity correction for reflection, this times
     916Fobs**2 or Fcalc**2 gives Iobs or Icalc</td>
     917</tr>
     918<tr class="row-even"><td>14</td>
     919<td>dict with the form factor (f or b) by atom type
     920symbol at the reflection position.</td>
     921</tr>
     922</tbody>
     923</table>
     924</div>
     925<div class="section" id="classes-and-routines">
     926<h2><em>Classes and routines</em><a class="headerlink" href="#classes-and-routines" title="Permalink to this headline">¶</a></h2>
    585927<dl class="function">
    586928<dt id="GSASIIobj.LoadHistogramIDs">
     
    6911033<li><a class="reference internal" href="#constraints-tree-item">Constraints Tree Item</a></li>
    6921034<li><a class="reference internal" href="#covariance-tree-item">Covariance Tree Item</a></li>
    693 <li><a class="reference internal" href="#phase-tree-item">Phase Tree Item</a></li>
     1035<li><a class="reference internal" href="#phase-tree-items">Phase Tree Items</a></li>
    6941036<li><a class="reference internal" href="#space-group-objects">Space Group Objects</a></li>
     1037<li><a class="reference internal" href="#atom-records">Atom Records</a></li>
     1038<li><a class="reference internal" href="#powder-diffraction-tree-items">Powder Diffraction Tree Items</a></li>
     1039<li><a class="reference internal" href="#powder-reflection-data-structure">Powder Reflection Data Structure</a></li>
     1040<li><a class="reference internal" href="#classes-and-routines"><em>Classes and routines</em></a></li>
    6951041</ul>
    6961042</li>
  • trunk/sphinxdocs/build/html/GSASIIstruc.html

    r957 r990  
    233233<dt id="GSASIIstrMath.HessRefine">
    234234<tt class="descclassname">GSASIIstrMath.</tt><tt class="descname">HessRefine</tt><big>(</big><em>values</em>, <em>HistoPhases</em>, <em>parmDict</em>, <em>varylist</em>, <em>calcControls</em>, <em>pawleyLookup</em>, <em>dlg</em><big>)</big><a class="reference internal" href="_modules/GSASIIstrMath.html#HessRefine"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#GSASIIstrMath.HessRefine" title="Permalink to this definition">¶</a></dt>
    235 <dd><p>Needs a doc string</p>
     235<dd><p>Loop over histograms and compute derivatives of the fitting
     236model (M) with respect to all parameters.  For each histogram, the
     237Jacobian matrix, dMdv, with dimensions (n by m) where n is the
     238number of parameters and m is the number of data points <em>in the
     239histogram</em>. The (n by n) Hessian is computed from each Jacobian
     240and it is returned.  This routine is used when refinement
     241derivatives are selected as &#8220;analtytic Hessian&#8221; in Controls.</p>
     242<table class="docutils field-list" frame="void" rules="none">
     243<col class="field-name" />
     244<col class="field-body" />
     245<tbody valign="top">
     246<tr class="field-odd field"><th class="field-name">Returns:</th><td class="field-body">Vec,Hess where Vec is the least-squares vector and Hess is the Hessian</td>
     247</tr>
     248</tbody>
     249</table>
    236250</dd></dl>
    237251
     
    307321<dt id="GSASIIstrMath.dervRefine">
    308322<tt class="descclassname">GSASIIstrMath.</tt><tt class="descname">dervRefine</tt><big>(</big><em>values</em>, <em>HistoPhases</em>, <em>parmDict</em>, <em>varylist</em>, <em>calcControls</em>, <em>pawleyLookup</em>, <em>dlg</em><big>)</big><a class="reference internal" href="_modules/GSASIIstrMath.html#dervRefine"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#GSASIIstrMath.dervRefine" title="Permalink to this definition">¶</a></dt>
    309 <dd><p>Needs a doc string</p>
     323<dd><p>Loop over histograms and compute derivatives of the fitting
     324model (M) with respect to all parameters.  Results are returned in
     325a Jacobian matrix (aka design matrix) of dimensions (n by m) where
     326n is the number of parameters and m is the number of data
     327points. This can exceed memory when m gets large. This routine is
     328used when refinement derivatives are selected as &#8220;analtytic
     329Jacobian&#8221; in Controls.</p>
     330<table class="docutils field-list" frame="void" rules="none">
     331<col class="field-name" />
     332<col class="field-body" />
     333<tbody valign="top">
     334<tr class="field-odd field"><th class="field-name">Returns:</th><td class="field-body">Jacobian numpy.array dMdv for all histograms concatinated</td>
     335</tr>
     336</tbody>
     337</table>
    310338</dd></dl>
    311339
     
    449477<dl class="function">
    450478<dt id="GSASIIstrIO.GetHistogramPhaseData">
    451 <tt class="descclassname">GSASIIstrIO.</tt><tt class="descname">GetHistogramPhaseData</tt><big>(</big><em>Phases</em>, <em>Histograms</em>, <em>Print=True</em>, <em>pFile=None</em><big>)</big><a class="reference internal" href="_modules/GSASIIstrIO.html#GetHistogramPhaseData"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#GSASIIstrIO.GetHistogramPhaseData" title="Permalink to this definition">¶</a></dt>
    452 <dd><p>needs a doc string</p>
     479<tt class="descclassname">GSASIIstrIO.</tt><tt class="descname">GetHistogramPhaseData</tt><big>(</big><em>Phases</em>, <em>Histograms</em>, <em>Print=True</em>, <em>pFile=None</em>, <em>resetRefList=True</em><big>)</big><a class="reference internal" href="_modules/GSASIIstrIO.html#GetHistogramPhaseData"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#GSASIIstrIO.GetHistogramPhaseData" title="Permalink to this definition">¶</a></dt>
     480<dd><p>Loads the HAP histogram/phase information into dicts</p>
     481<table class="docutils field-list" frame="void" rules="none">
     482<col class="field-name" />
     483<col class="field-body" />
     484<tbody valign="top">
     485<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple">
     486<li><strong>Phases</strong> (<em>dict</em>) &#8211; phase information</li>
     487<li><strong>Histograms</strong> (<em>dict</em>) &#8211; Histogram information</li>
     488<li><strong>Print</strong> (<em>bool</em>) &#8211; prints information as it is read</li>
     489<li><strong>pFile</strong> (<em>file</em>) &#8211; file object to print to (the default, None causes printing to the console)</li>
     490<li><strong>resetRefList</strong> (<em>bool</em>) &#8211; Should the contents of the Reflection List be initialized
     491on loading. The default, True, initializes the Reflection List as it is loaded.</li>
     492</ul>
     493</td>
     494</tr>
     495<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first last">(hapVary,hapDict,controlDict)
     496* hapVary: list of refined variables
     497* hapDict: dict with refined variables and their values
     498* controlDict: dict with computation controls (?)</p>
     499</td>
     500</tr>
     501</tbody>
     502</table>
    453503</dd></dl>
    454504
     
    551601<dt id="GSASIIstrIO.ProcessConstraints">
    552602<tt class="descclassname">GSASIIstrIO.</tt><tt class="descname">ProcessConstraints</tt><big>(</big><em>constList</em><big>)</big><a class="reference internal" href="_modules/GSASIIstrIO.html#ProcessConstraints"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#GSASIIstrIO.ProcessConstraints" title="Permalink to this definition">¶</a></dt>
    553 <dd><p>interpret constraints</p>
     603<dd><p>Interpret the constraints in the constList input into a dictionary, etc.</p>
     604<table class="docutils field-list" frame="void" rules="none">
     605<col class="field-name" />
     606<col class="field-body" />
     607<tbody valign="top">
     608<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>constList</strong> (<em>list</em>) &#8211; <p>a list of lists where each item in the outer list
     609specifies a constraint of some form. The last item in each inner list
     610determines which of the four constraints types has been input:</p>
     611<blockquote>
     612<div><ul class="simple">
     613<li>h (hold): a single variable that will not be varied. It
     614will be removed from the varyList later.</li>
     615<li>c (constraint): specifies a linear relationship that
     616can be varied as a new grouped variable
     617a fixed value.</li>
     618<li>f (fixed): specifies a linear relationship that is assigned
     619a fixed value.</li>
     620<li>e (equivalence): specifies a series of variables where the
     621first variable in the last can be used to generate the
     622values for all the remaining variables.</li>
     623</ul>
     624</div></blockquote>
     625</td>
     626</tr>
     627<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body">a tuple of (constDict,fixedList,ignored) where:<ul class="simple">
     628<li>constDict (list) contains the constraint relationships</li>
     629<li>fixedList (list) contains the fixed values for type
     630of constraint.</li>
     631<li>ignored (int) counts the number of invalid constraint items
     632(should always be zero!)</li>
     633</ul>
     634</td>
     635</tr>
     636</tbody>
     637</table>
    554638</dd></dl>
    555639
     
    630714<dt id="GSASIIstrIO.cellFill">
    631715<tt class="descclassname">GSASIIstrIO.</tt><tt class="descname">cellFill</tt><big>(</big><em>pfx</em>, <em>SGData</em>, <em>parmDict</em>, <em>sigDict</em><big>)</big><a class="reference internal" href="_modules/GSASIIstrIO.html#cellFill"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#GSASIIstrIO.cellFill" title="Permalink to this definition">¶</a></dt>
    632 <dd><p>needs a doc string</p>
     716<dd><p>Returns the filled-out reciprocal cell (A) terms and their uncertainties
     717from the parameter and sig dictionaries.</p>
     718<table class="docutils field-list" frame="void" rules="none">
     719<col class="field-name" />
     720<col class="field-body" />
     721<tbody valign="top">
     722<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple">
     723<li><strong>pfx</strong> (<em>str</em>) &#8211; parameter prefix (&#8220;n::&#8221;, where n is a phase number)</li>
     724<li><strong>SGdata</strong> (<em>dict</em>) &#8211; a symmetry object</li>
     725<li><strong>parmDict</strong> (<em>dict</em>) &#8211; a dictionary of parameters</li>
     726<li><strong>sigDict</strong> (<em>dict</em>) &#8211; a dictionary of uncertainties on parameters</li>
     727</ul>
     728</td>
     729</tr>
     730<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first last">A,sigA where each is a list of six terms with the A terms</p>
     731</td>
     732</tr>
     733</tbody>
     734</table>
    633735</dd></dl>
    634736
  • trunk/sphinxdocs/build/html/GSASIIutil.html

    r957 r990  
    110110<col class="field-body" />
    111111<tbody valign="top">
    112 <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>RevString</strong> (<em>str</em>) &#8211; something like &#8220;$Revision: 939 $&#8221;
     112<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>RevString</strong> (<em>str</em>) &#8211; something like &#8220;$Revision: 989 $&#8221;
    113113that is set by subversion when the file is retrieved from subversion.</td>
    114114</tr>
    115115</tbody>
    116116</table>
    117 <p>Place <tt class="docutils literal"><span class="pre">GSASIIpath.SetVersionNumber(&quot;$Revision:</span> <span class="pre">939</span> <span class="pre">$&quot;)</span></tt> in every python
     117<p>Place <tt class="docutils literal"><span class="pre">GSASIIpath.SetVersionNumber(&quot;$Revision:</span> <span class="pre">989</span> <span class="pre">$&quot;)</span></tt> in every python
    118118file.</p>
    119119</dd></dl>
     
    139139
    140140<dl class="function">
     141<dt id="GSASIIpath.svnGetLog">
     142<tt class="descclassname">GSASIIpath.</tt><tt class="descname">svnGetLog</tt><big>(</big><em>fpath='/Users/toby/software/G2/GSASII'</em>, <em>version=None</em><big>)</big><a class="headerlink" href="#GSASIIpath.svnGetLog" title="Permalink to this definition">¶</a></dt>
     143<dd><p>Get the revision log information for a specific version of the</p>
     144<table class="docutils field-list" frame="void" rules="none">
     145<col class="field-name" />
     146<col class="field-body" />
     147<tbody valign="top">
     148<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple">
     149<li><strong>fpath</strong> (<em>str</em>) &#8211; path to repository dictionary, defaults to directory where
     150the current file is located.</li>
     151<li><strong>version</strong> (<em>int</em>) &#8211; the version number to be looked up or None (default)
     152for the latest version.</li>
     153</ul>
     154</td>
     155</tr>
     156<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first last">a dictionary with keys (one hopes) &#8216;author&#8217;, &#8216;date&#8217;, &#8216;msg&#8217;, and &#8216;revision&#8217;</p>
     157</td>
     158</tr>
     159</tbody>
     160</table>
     161</dd></dl>
     162
     163<dl class="function">
    141164<dt id="GSASIIpath.svnGetRev">
    142165<tt class="descclassname">GSASIIpath.</tt><tt class="descname">svnGetRev</tt><big>(</big><em>fpath='/Users/toby/software/G2/GSASII'</em>, <em>local=True</em><big>)</big><a class="reference internal" href="_modules/GSASIIpath.html#svnGetRev"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#GSASIIpath.svnGetRev" title="Permalink to this definition">¶</a></dt>
    143 <dd><p>This obtains the version number for the either the latest local last update
     166<dd><p>Obtain the version number for the either the last update of the local version
    144167or contacts the subversion server to get the latest update version (# of Head).</p>
    145168<table class="docutils field-list" frame="void" rules="none">
     
    148171<tbody valign="top">
    149172<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple">
    150 <li><strong>fpath</strong> &#8211; path to repository dictionary, defaults to directory where
     173<li><strong>fpath</strong> (<em>str</em>) &#8211; path to repository dictionary, defaults to directory where
    151174the current file is located</li>
    152 <li><strong>local</strong> &#8211; determines the type of version number, where
     175<li><strong>local</strong> (<em>bool</em>) &#8211; determines the type of version number, where
    153176True (default): returns the latest installed update
    154177False: returns the version number of Head on the server</li>
     
    167190<dl class="function">
    168191<dt id="GSASIIpath.svnUpdateDir">
    169 <tt class="descclassname">GSASIIpath.</tt><tt class="descname">svnUpdateDir</tt><big>(</big><em>fpath='/Users/toby/software/G2/GSASII'</em><big>)</big><a class="reference internal" href="_modules/GSASIIpath.html#svnUpdateDir"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#GSASIIpath.svnUpdateDir" title="Permalink to this definition">¶</a></dt>
     192<tt class="descclassname">GSASIIpath.</tt><tt class="descname">svnUpdateDir</tt><big>(</big><em>fpath='/Users/toby/software/G2/GSASII'</em>, <em>version=None</em><big>)</big><a class="reference internal" href="_modules/GSASIIpath.html#svnUpdateDir"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#GSASIIpath.svnUpdateDir" title="Permalink to this definition">¶</a></dt>
    170193<dd><p>This performs an update of the files in a local directory from a server.</p>
    171194<table class="docutils field-list" frame="void" rules="none">
     
    173196<col class="field-body" />
    174197<tbody valign="top">
    175 <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>fpath</strong> &#8211; path to repository dictionary, defaults to directory where
    176 the current file is located</td>
    177 </tr>
    178 <tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body">A dictionary with the files that have been changed/added and
    179 a code describing how they have been updated (see changetype) ro
     198<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple">
     199<li><strong>fpath</strong> (<em>str</em>) &#8211; path to repository dictionary, defaults to directory where
     200the current file is located</li>
     201<li><strong>version</strong> &#8211; the number of the version to be loaded. Used only
     202cast as a string, but should be an integer or something that corresponds to a
     203string representation of an integer value when cast. A value of None (default)
     204causes the latest version on the server to be used.</li>
     205</ul>
     206</td>
     207</tr>
     208<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first last">A dictionary with the files that have been changed/added and
     209a code describing how they have been updated (see changetype) or
    180210None if there is a subversion error (likely because the path is
    181 not a repository or svn is not found)</td>
     211not a repository or svn is not found)</p>
     212</td>
    182213</tr>
    183214</tbody>
     
    195226<col class="field-body" />
    196227<tbody valign="top">
    197 <tr class="field-odd field"><th class="field-name">Returns:</th><td class="field-body">None if svn is not found.</td>
     228<tr class="field-odd field"><th class="field-name">Returns:</th><td class="field-body">None if svn is not found or an absolute path to the subversion
     229executable file.</td>
    198230</tr>
    199231</tbody>
     
    431463<dl class="function">
    432464<dt id="GSASIIElem.getFFvalues">
    433 <tt class="descclassname">GSASIIElem.</tt><tt class="descname">getFFvalues</tt><big>(</big><em>FFtables</em>, <em>SQ</em><big>)</big><a class="reference internal" href="_modules/GSASIIElem.html#getFFvalues"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#GSASIIElem.getFFvalues" title="Permalink to this definition">¶</a></dt>
     465<tt class="descclassname">GSASIIElem.</tt><tt class="descname">getFFvalues</tt><big>(</big><em>FFtables</em>, <em>SQ</em>, <em>ifList=False</em><big>)</big><a class="reference internal" href="_modules/GSASIIElem.html#getFFvalues"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#GSASIIElem.getFFvalues" title="Permalink to this definition">¶</a></dt>
    434466<dd><p>Needs a doc string</p>
    435467</dd></dl>
     
    439471<h2><em>GSASIIlattice: Unit cells</em><a class="headerlink" href="#gsasiilattice-unit-cells" title="Permalink to this headline">¶</a></h2>
    440472<p>Perform lattice-related computations</p>
     473<p>Note that <em>g</em> is the reciprocal lattice tensor, and <em>G</em> is its inverse,
     474<span class="math">\(G = g^{-1}\)</span>, where</p>
     475<blockquote>
     476<div><div class="math">
     477\[\begin{split}G = \left( \begin{matrix}
     478a^2 &amp; a b\cos\gamma &amp; a c\cos\beta \\
     479a b\cos\gamma &amp; b^2 &amp; b c \cos\alpha \\
     480a c\cos\beta &amp;  b c \cos\alpha &amp; c^2
     481\end{matrix}\right)\end{split}\]</div>
     482</div></blockquote>
     483<p>The &#8220;<em>A</em> tensor&#8221; terms are defined as
     484<span class="math">\(A = (\begin{matrix} G_{11} &amp; G_{22} &amp; G_{33} &amp; 2G_{12} &amp; 2G_{13} &amp; 2G_{23}\end{matrix})\)</span> and <em>A</em> can be used in this fashion:
     485<span class="math">\(d^* = \sqrt {A_1 h^2 + A_2 k^2 + A_3 l^2 + A_4 hk + A_5 hl + A_6 kl}\)</span>, where
     486<em>d</em> is the d-spacing, and <span class="math">\(d^*\)</span> is the reciprocal lattice spacing,
     487<span class="math">\(Q = 2 \pi d^* = 2 \pi / d\)</span></p>
    441488<dl class="function">
    442489<dt id="GSASIIlattice.A2Gmat">
    443490<tt class="descclassname">GSASIIlattice.</tt><tt class="descname">A2Gmat</tt><big>(</big><em>A</em>, <em>inverse=True</em><big>)</big><a class="reference internal" href="_modules/GSASIIlattice.html#A2Gmat"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#GSASIIlattice.A2Gmat" title="Permalink to this definition">¶</a></dt>
    444 <dd><p>Fill real &amp; reciprocal metric tensor (G) from A</p>
     491<dd><p>Fill real &amp; reciprocal metric tensor (G) from A.</p>
    445492<table class="docutils field-list" frame="void" rules="none">
    446493<col class="field-name" />
     
    796843
    797844<dl class="function">
     845<dt id="GSASIIlattice.Uij2Ueqv">
     846<tt class="descclassname">GSASIIlattice.</tt><tt class="descname">Uij2Ueqv</tt><big>(</big><em>Uij</em>, <em>GS</em>, <em>Amat</em><big>)</big><a class="headerlink" href="#GSASIIlattice.Uij2Ueqv" title="Permalink to this definition">¶</a></dt>
     847<dd><p>returns 1/3 trace of diagonalized U matrix</p>
     848</dd></dl>
     849
     850<dl class="function">
    798851<dt id="GSASIIlattice.Uij2betaij">
    799852<tt class="descclassname">GSASIIlattice.</tt><tt class="descname">Uij2betaij</tt><big>(</big><em>Uij</em>, <em>G</em><big>)</big><a class="reference internal" href="_modules/GSASIIlattice.html#Uij2betaij"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#GSASIIlattice.Uij2betaij" title="Permalink to this definition">¶</a></dt>
     
    894947
    895948<dl class="function">
     949<dt id="GSASIIlattice.cell2GS">
     950<tt class="descclassname">GSASIIlattice.</tt><tt class="descname">cell2GS</tt><big>(</big><em>cell</em><big>)</big><a class="headerlink" href="#GSASIIlattice.cell2GS" title="Permalink to this definition">¶</a></dt>
     951<dd><p>returns Uij to betaij conversion matrix</p>
     952</dd></dl>
     953
     954<dl class="function">
    896955<dt id="GSASIIlattice.cell2Gmat">
    897956<tt class="descclassname">GSASIIlattice.</tt><tt class="descname">cell2Gmat</tt><big>(</big><em>cell</em><big>)</big><a class="reference internal" href="_modules/GSASIIlattice.html#cell2Gmat"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#GSASIIlattice.cell2Gmat" title="Permalink to this definition">¶</a></dt>
     
    10441103<dl class="data">
    10451104<dt id="GSASIIlattice.selftestlist">
    1046 <tt class="descclassname">GSASIIlattice.</tt><tt class="descname">selftestlist</tt><em class="property"> = [&lt;function test0 at 0x17e346f0&gt;, &lt;function test1 at 0x17e34730&gt;, &lt;function test2 at 0x17e34770&gt;, &lt;function test3 at 0x17e347b0&gt;, &lt;function test4 at 0x17e347f0&gt;, &lt;function test5 at 0x17e34830&gt;, &lt;function test6 at 0x17e34870&gt;, &lt;function test7 at 0x17e348b0&gt;, &lt;function test8 at 0x17e348f0&gt;, &lt;function test9 at 0x17e34930&gt;]</em><a class="headerlink" href="#GSASIIlattice.selftestlist" title="Permalink to this definition">¶</a></dt>
     1105<tt class="descclassname">GSASIIlattice.</tt><tt class="descname">selftestlist</tt><em class="property"> = [&lt;function test0 at 0x279ea70&gt;, &lt;function test1 at 0x279eab0&gt;, &lt;function test2 at 0x279eaf0&gt;, &lt;function test3 at 0x279eb30&gt;, &lt;function test4 at 0x279eb70&gt;, &lt;function test5 at 0x279ebb0&gt;, &lt;function test6 at 0x279ebf0&gt;, &lt;function test7 at 0x279ec30&gt;, &lt;function test8 at 0x279ec70&gt;, &lt;function test9 at 0x279ecb0&gt;]</em><a class="headerlink" href="#GSASIIlattice.selftestlist" title="Permalink to this definition">¶</a></dt>
    10471106<dd><p>Defines a list of self-tests</p>
    10481107</dd></dl>
     
    11411200<dt id="GSASIIspc.AllOps">
    11421201<tt class="descclassname">GSASIIspc.</tt><tt class="descname">AllOps</tt><big>(</big><em>SGData</em><big>)</big><a class="headerlink" href="#GSASIIspc.AllOps" title="Permalink to this definition">¶</a></dt>
    1143 <dd><p>Returns a list of all operators for a space group, including those for centering and a center of symmetry</p>
     1202<dd><p>Returns a list of all operators for a space group, including those for
     1203centering and a center of symmetry</p>
    11441204<table class="docutils field-list" frame="void" rules="none">
    11451205<col class="field-name" />
     
    11481208<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>SGData</strong> &#8211; from <a class="reference internal" href="#GSASIIspc.SpcGroup" title="GSASIIspc.SpcGroup"><tt class="xref py py-func docutils literal"><span class="pre">SpcGroup()</span></tt></a></td>
    11491209</tr>
    1150 <tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body">list of strings of formatted symmetry operators</td>
     1210<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body">(SGTextList,offsetList,symOpList,G2oprList) where<ul class="simple">
     1211<li>SGTextList: a list of strings with formatted and normalized
     1212symmetry operators.</li>
     1213<li>offsetList: a tuple of (dx,dy,dz) offsets that relate the GSAS-II
     1214symmetry operation to the operator in SGTextList and symOpList.
     1215these dx (etc.) values are added to the GSAS-II generated
     1216positions to provide the positions that are generated
     1217by the normalized symmetry operators.</li>
     1218<li>symOpList: a list of tuples with the normalized symmetry
     1219operations as (M,T) values
     1220(see <tt class="docutils literal"><span class="pre">SGOps</span></tt> in the <a class="reference internal" href="GSASIIobj.html#sgdata-table"><em>Space Group object</em></a>)</li>
     1221<li>G2oprList: The GSAS-II operations for each symmetry operation as
     1222a tuple with (center,mult,opnum), where center is (0,0,0), (0.5,0,0),
     1223(0.5,0.5,0.5),...; where mult is 1 or -1 for the center of symmetry
     1224and opnum is the number for the symmetry operation, in <tt class="docutils literal"><span class="pre">SGOps</span></tt>
     1225(starting with 0).</li>
     1226</ul>
     1227</td>
    11511228</tr>
    11521229</tbody>
     
    12191296<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first last"><p>iabsnt,mulp,Uniq,phi</p>
    12201297<ul class="simple">
    1221 <li>iabsnt = True is reflection is forbidden by symmetry</li>
     1298<li>iabsnt = True if reflection is forbidden by symmetry</li>
    12221299<li>mulp = reflection multiplicity including Friedel pairs</li>
    12231300<li>Uniq = numpy array of equivalent hkl in descending order of h,k,l</li>
     
    14741551<dl class="data">
    14751552<dt id="GSASIIspc.selftestlist">
    1476 <tt class="descclassname">GSASIIspc.</tt><tt class="descname">selftestlist</tt><em class="property"> = [&lt;function test0 at 0x17e36430&gt;, &lt;function test1 at 0x17e36630&gt;, &lt;function test2 at 0x17e36530&gt;, &lt;function test3 at 0x17e364b0&gt;]</em><a class="headerlink" href="#GSASIIspc.selftestlist" title="Permalink to this definition">¶</a></dt>
     1553<tt class="descclassname">GSASIIspc.</tt><tt class="descname">selftestlist</tt><em class="property"> = [&lt;function test0 at 0x27b6630&gt;, &lt;function test1 at 0x27b6670&gt;, &lt;function test2 at 0x27b66b0&gt;, &lt;function test3 at 0x27b66f0&gt;]</em><a class="headerlink" href="#GSASIIspc.selftestlist" title="Permalink to this definition">¶</a></dt>
    14771554<dd><p>Defines a list of self-tests</p>
    14781555</dd></dl>
  • trunk/sphinxdocs/build/html/genindex.html

    r957 r990  
    151151
    152152     
     153  <dt><a href="GSASIIobj.html#index-5">Atoms record description</a>
     154  </dt>
     155
     156     
    153157  <dt><a href="GSASIImath.html#GSASIImath.AtomTLS2UIJ">AtomTLS2UIJ() (in module GSASIImath)</a>
    154158  </dt>
     
    266270     
    267271  <dt><a href="GSASIIutil.html#GSASIIlattice.cell2Gmat">cell2Gmat() (in module GSASIIlattice)</a>
     272  </dt>
     273
     274     
     275  <dt><a href="GSASIIutil.html#GSASIIlattice.cell2GS">cell2GS() (in module GSASIIlattice)</a>
    268276  </dt>
    269277
     
    389397      <dd><dl>
    390398       
     399  <dt><a href="GSASIIobj.html#index-5">Atoms record</a>
     400  </dt>
     401
     402       
    391403  <dt><a href="GSASIIobj.html#index-1">Constraint Definition</a>
    392404  </dt>
     
    405417
    406418       
     419  <dt><a href="GSASIIobj.html#index-6">Powder Data</a>
     420  </dt>
     421
     422       
     423  <dt><a href="GSASIIobj.html#index-7">Powder Reflections</a>
     424  </dt>
     425
     426       
    407427  <dt><a href="GSASIIobj.html#index-4">SGData</a>
    408428  </dt>
     
    433453  </dt>
    434454
    435   </dl></td>
    436   <td style="width: 33%" valign="top"><dl>
    437455     
    438456  <dt><a href="GSASIIpwd.html#GSASIIpwd.Dict2Values">Dict2Values() (in module GSASIIpwd)</a>
     
    445463
    446464      </dl></dd>
     465  </dl></td>
     466  <td style="width: 33%" valign="top"><dl>
    447467     
    448468  <dt><a href="GSASIIGUIr.html#GSASIIgrid.DisAglDialog">DisAglDialog (class in GSASIIgrid)</a>
     
    463483     
    464484  <dt><a href="GSASIIpwd.html#GSASIIpwd.DoPeakFit">DoPeakFit() (in module GSASIIpwd)</a>
     485  </dt>
     486
     487     
     488  <dt><a href="GSASIIGUIr.html#GSASIIgrid.downdate">downdate (class in GSASIIgrid)</a>
    465489  </dt>
    466490
     
    10371061  </dt>
    10381062
    1039   </dl></td>
    1040   <td style="width: 33%" valign="top"><dl>
    10411063     
    10421064  <dt><a href="GSASIIpwd.html#GSASIIpwd.getPeakProfileDerv">getPeakProfileDerv() (in module GSASIIpwd)</a>
    10431065  </dt>
    10441066
     1067  </dl></td>
     1068  <td style="width: 33%" valign="top"><dl>
    10451069     
    10461070  <dt><a href="GSASII.html#GSASII.GSASII.GetPhaseData">GetPhaseData() (GSASII.GSASII method)</a>
     
    12341258
    12351259     
     1260  <dt><a href="GSASIIGUIr.html#GSASIIgrid.downdate.getVersion">getVersion() (GSASIIgrid.downdate method)</a>
     1261  </dt>
     1262
     1263     
    12361264  <dt><a href="GSASIIutil.html#GSASIIpath.GetVersionNumber">GetVersionNumber() (in module GSASIIpath)</a>
    12371265  </dt>
     
    15821610  <td style="width: 33%" valign="top"><dl>
    15831611     
     1612  <dt><a href="GSASII.html#GSASII.GSASIImain.MacOpenFile">MacOpenFile() (GSASII.GSASIImain method)</a>
     1613  </dt>
     1614
     1615     
    15841616  <dt><a href="GSASII.html#GSASII.main">main() (in module GSASII)</a>
    15851617  </dt>
     
    18761908
    18771909     
     1910  <dt><a href="GSASIIGUIr.html#GSASIIgrid.MyHelp.OnSelectVersion">OnSelectVersion() (GSASIIgrid.MyHelp method)</a>
     1911  </dt>
     1912
     1913     
    18781914  <dt><a href="GSASII.html#GSASII.GSASII.OnSeqRefine">OnSeqRefine() (GSASII.GSASII method)</a>
    18791915  </dt>
     
    19932029  </dt>
    19942030
    1995   </dl></td>
    1996   <td style="width: 33%" valign="top"><dl>
    19972031     
    19982032  <dt><a href="GSASIIplot.html#GSASIIplot.PlotSizeStrainPO">PlotSizeStrainPO() (in module GSASIIplot)</a>
    19992033  </dt>
    20002034
     2035  </dl></td>
     2036  <td style="width: 33%" valign="top"><dl>
    20012037     
    20022038  <dt><a href="GSASIIplot.html#GSASIIplot.PlotSngl">PlotSngl() (in module GSASIIplot)</a>
     
    20372073     
    20382074  <dt><a href="GSASIIGUIr.html#GSASIIgrid.DataFrame.PostfillDataMenu">PostfillDataMenu() (GSASIIgrid.DataFrame method)</a>
     2075  </dt>
     2076
     2077     
     2078  <dt><a href="GSASIIobj.html#index-6">Powder data object description</a>
     2079  </dt>
     2080
     2081     
     2082  <dt><a href="GSASIIobj.html#index-7">Powder reflection object description</a>
    20392083  </dt>
    20402084
     
    23312375  </dt>
    23322376
    2333   </dl></td>
    2334   <td style="width: 33%" valign="top"><dl>
    23352377     
    23362378  <dt><a href="GSASIIsolve.html#GSASIIsolve.ShowBanner">ShowBanner() (in module GSASIIsolve)</a>
     
    23432385
    23442386      </dl></dd>
     2387  </dl></td>
     2388  <td style="width: 33%" valign="top"><dl>
    23452389     
    23462390  <dt><a href="GSASIIsolve.html#GSASIIsolve.ShowControls">ShowControls() (in module GSASIIsolve)</a>
     
    24422486
    24432487     
     2488  <dt><a href="GSASIIutil.html#GSASIIpath.svnGetLog">svnGetLog() (in module GSASIIpath)</a>
     2489  </dt>
     2490
     2491     
    24442492  <dt><a href="GSASIIutil.html#GSASIIpath.svnGetRev">svnGetRev() (in module GSASIIpath)</a>
    24452493  </dt>
     
    25892637     
    25902638  <dt><a href="GSASIIutil.html#GSASIIlattice.Uij2betaij">Uij2betaij() (in module GSASIIlattice)</a>
     2639  </dt>
     2640
     2641     
     2642  <dt><a href="GSASIIutil.html#GSASIIlattice.Uij2Ueqv">Uij2Ueqv() (in module GSASIIlattice)</a>
    25912643  </dt>
    25922644
  • trunk/sphinxdocs/build/html/index.html

    r957 r990  
    6060<li class="toctree-l2"><a class="reference internal" href="GSASIIobj.html#constraints-tree-item">Constraints Tree Item</a></li>
    6161<li class="toctree-l2"><a class="reference internal" href="GSASIIobj.html#covariance-tree-item">Covariance Tree Item</a></li>
    62 <li class="toctree-l2"><a class="reference internal" href="GSASIIobj.html#phase-tree-item">Phase Tree Item</a></li>
     62<li class="toctree-l2"><a class="reference internal" href="GSASIIobj.html#phase-tree-items">Phase Tree Items</a></li>
    6363<li class="toctree-l2"><a class="reference internal" href="GSASIIobj.html#space-group-objects">Space Group Objects</a></li>
     64<li class="toctree-l2"><a class="reference internal" href="GSASIIobj.html#atom-records">Atom Records</a></li>
     65<li class="toctree-l2"><a class="reference internal" href="GSASIIobj.html#powder-diffraction-tree-items">Powder Diffraction Tree Items</a></li>
     66<li class="toctree-l2"><a class="reference internal" href="GSASIIobj.html#powder-reflection-data-structure">Powder Reflection Data Structure</a></li>
     67<li class="toctree-l2"><a class="reference internal" href="GSASIIobj.html#classes-and-routines"><em>Classes and routines</em></a></li>
    6468</ul>
    6569</li>
  • trunk/sphinxdocs/build/html/searchindex.js

    r957 r990  
    1 Search.setIndex({objects:{"":{GSASIIgrid:[8,0,1,""],GSASIImapvars:[4,0,1,""],GSASIIobj:[13,0,1,""],GSASIIpy3:[8,0,1,""],GSASIIstrMath:[11,0,1,""],GSASIIindex:[12,0,1,""],GSASIIstrIO:[11,0,1,""],ReadMarCCDFrame:[8,0,1,""],GSASIIphsGUI:[10,0,1,""],GSASIIrestrGUI:[10,0,1,""],GSASII:[5,0,1,""],GSASIIpath:[9,0,1,""],GSASIIpwd:[3,0,1,""],GSASIIElemGUI:[10,0,1,""],GSASIIimage:[0,0,1,""],GSASIIpwdGUI:[10,0,1,""],GSASIIplot:[2,0,1,""],GSASIImath:[6,0,1,""],GSASIIsolve:[7,0,1,""],GSASIIddataGUI:[10,0,1,""],GSASIIdata:[9,0,1,""],GSASIIimgGUI:[10,0,1,""],FormFactors:[9,0,1,""],GSASIIElem:[9,0,1,""],GSASIIIO:[8,0,1,""],ImageCalibrants:[9,0,1,""],ElementTable:[9,0,1,""],unit_tests:[9,0,1,""],GSASIIconstrGUI:[10,0,1,""],GSASIIlattice:[9,0,1,""],GSASIIstrMain:[11,0,1,""],GSASIIspc:[9,0,1,""]},GSASIIimgGUI:{UpdateImageControls:[10,1,1,""],UpdateMasks:[10,1,1,""],UpdateStressStrain:[10,1,1,""]},GSASIIgrid:{SingleStringDialog:[8,3,1,""],AddHelp:[8,3,1,""],UpdatePWHKPlot:[8,1,1,""],MyHelp:[8,3,1,""],MyHtmlPanel:[8,3,1,""],GetPatternTreeItemId:[8,1,1,""],GridFractionEditor:[8,3,1,""],GetPatternTreeDataNames:[8,1,1,""],ItemSelector:[8,1,1,""],HorizontalLine:[8,1,1,""],UpdateSeqResults:[8,1,1,""],GSNoteBook:[8,3,1,""],GSGrid:[8,3,1,""],UpdateNotebook:[8,1,1,""],UpdateHKLControls:[8,1,1,""],MovePatternTreeToGrid:[8,1,1,""],ShowHelp:[8,1,1,""],ScrolledMultiEditor:[8,3,1,""],PickTwoDialog:[8,3,1,""],DisAglDialog:[8,3,1,""],DataFrame:[8,3,1,""],CallScrolledMultiEditor:[8,1,1,""],G2HtmlWindow:[8,3,1,""],SingleFloatDialog:[8,3,1,""],ValidatedTxtCtrl:[8,3,1,""],SymOpDialog:[8,3,1,""],SetDataMenuBar:[8,1,1,""],NumberValidator:[8,3,1,""],UpdateControls:[8,1,1,""],Table:[8,3,1,""]},GSASIImapvars:{ComputeDepESD:[4,1,1,""],GenerateConstraints:[4,1,1,""],GetIndependentVars:[4,1,1,""],GramSchmidtOrtho:[4,1,1,""],CheckConstraints:[4,1,1,""],GetDependentVars:[4,1,1,""],Dict2Map:[4,1,1,""],GroupConstraints:[4,1,1,""],Dict2Deriv:[4,1,1,""],VarRemapShow:[4,1,1,""],InitVars:[4,1,1,""],StoreEquivalence:[4,1,1,""],PrintIndependentVars:[4,1,1,""],Map2Dict:[4,1,1,""]},GSASIIobj:{LoadHistogramIDs:[13,1,1,""],VarName:[13,3,1,""]},"GSASIIobj.VarName":{fullDescr:[13,2,1,""],name:[13,2,1,""],getDescr:[13,2,1,""]},"GSASIIplot.G2PlotNoteBook":{Rename:[2,2,1,""],add3D:[2,2,1,""],OnPageChanged:[2,2,1,""],clear:[2,2,1,""],addOgl:[2,2,1,""],addMpl:[2,2,1,""],Delete:[2,2,1,""]},"GSASII.GSASII":{OnImportPhase:[5,2,1,""],CopyDialog:[5,3,1,""],OnPatternTreeItemDelete:[5,2,1,""],OnImportPowder:[5,2,1,""],OnSize:[5,2,1,""],SumDialog:[5,3,1,""],OnPatternTreeItemCollapsed:[5,2,1,""],OnRefine:[5,2,1,""],OnRenameData:[5,2,1,""],OnFileClose:[5,2,1,""],CheckNotebook:[5,2,1,""],OnFileExit:[5,2,1,""],GetPhaseData:[5,2,1,""],OnPatternTreeItemExpanded:[5,2,1,""],ErrorDialog:[5,2,1,""],OnPwdrSum:[5,2,1,""],ViewParmDialog:[5,3,1,""],OnReadPowderPeaks:[5,2,1,""],GetPWDRdatafromTree:[5,2,1,""],OnImageSum:[5,2,1,""],FillMainMenu:[5,2,1,""],GetUsedHistogramsAndPhasesfromTree:[5,2,1,""],OnSeqRefine:[5,2,1,""],OnPatternTreeKeyDown:[5,2,1,""],OnMakePDFs:[5,2,1,""],OnImportSfact:[5,2,1,""],OnViewLSParms:[5,2,1,""],OnFileSaveas:[5,2,1,""],OnFileSave:[5,2,1,""],ReadPowderIparm:[5,2,1,""],OnImageRead:[5,2,1,""],GetPowderIparm:[5,2,1,""],OnFileOpen:[5,2,1,""],GetHKLFdatafromTree:[5,2,1,""],ExitMain:[5,2,1,""],GetFileList:[5,2,1,""],OnAddPhase:[5,2,1,""],ReadPowderInstprm:[5,2,1,""],OnImportGeneric:[5,2,1,""],ConstraintDialog:[5,3,1,""],OnDataDelete:[5,2,1,""],OnPatternTreeItemActivated:[5,2,1,""],OnDeletePhase:[5,2,1,""],OnPatternTreeSelChanged:[5,2,1,""]},GSASIIstrMath:{errRefine:[11,1,1,""],Values2Dict:[11,1,1,""],SHPOcalDerv:[11,1,1,""],GetIntensityCorr:[11,1,1,""],GetHStrainShift:[11,1,1,""],GetReflPos:[11,1,1,""],dervRefine:[11,1,1,""],getPowderProfile:[11,1,1,""],GetHStrainShiftDerv:[11,1,1,""],StructureFactor:[11,1,1,""],GetAbsorbDerv:[11,1,1,""],penaltyDeriv:[11,1,1,""],StructureFactorDerv:[11,1,1,""],SCExtinction:[11,1,1,""],SHTXcal:[11,1,1,""],Dict2Values:[11,1,1,""],ApplyRBModels:[11,1,1,""],HessRefine:[11,1,1,""],ApplyXYZshifts:[11,1,1,""],GetFobsSq:[11,1,1,""],GetPrefOri:[11,1,1,""],GetReflPosDerv:[11,1,1,""],penaltyFxn:[11,1,1,""],GetSampleSigGam:[11,1,1,""],SHTXcalDerv:[11,1,1,""],GetNewCellParms:[11,1,1,""],GetSampleSigGamDerv:[11,1,1,""],GetAbsorb:[11,1,1,""],ApplyRBModelDervs:[11,1,1,""],GetPrefOriDerv:[11,1,1,""],GetAtomFXU:[11,1,1,""],getPowderProfileDerv:[11,1,1,""],SHPOcal:[11,1,1,""],GetIntensityDerv:[11,1,1,""]},GSASIIindex:{monoCellReduce:[12,1,1,""],halfCell:[12,1,1,""],getDmax:[12,1,1,""],getDmin:[12,1,1,""],IndexPeaks:[12,1,1,""],FitHKL:[12,1,1,""],Values2A:[12,1,1,""],calc_M20:[12,1,1,""],sortM20:[12,1,1,""],FitHKLZ:[12,1,1,""],ranaxis:[12,1,1,""],DoIndexPeaks:[12,1,1,""],rotOrthoA:[12,1,1,""],scaleAbyV:[12,1,1,""],A2values:[12,1,1,""],rancell:[12,1,1,""],oddPeak:[12,1,1,""],refinePeaksZ:[12,1,1,""],findBestCell:[12,1,1,""],ran2axis:[12,1,1,""],ranAbyR:[12,1,1,""],swapMonoA:[12,1,1,""],ranAbyV:[12,1,1,""],refinePeaks:[12,1,1,""],TestData:[12,1,1,""]},GSASIIstrIO:{getCellEsd:[11,1,1,""],GetRigidBodyModels:[11,1,1,""],GetHistogramData:[11,1,1,""],GetRigidBodies:[11,1,1,""],SetPhaseData:[11,1,1,""],GetAllPhaseData:[11,1,1,""],GetHistogramPhaseData:[11,1,1,""],cellVary:[11,1,1,""],GetConstraints:[11,1,1,""],CheckConstraints:[11,1,1,""],GetUsedHistogramsAndPhases:[11,1,1,""],GetPawleyConstr:[11,1,1,""],GetPhaseData:[11,1,1,""],SetRigidBodyModels:[11,1,1,""],ShowControls:[11,1,1,""],ShowBanner:[11,1,1,""],GetFprime:[11,1,1,""],SetSeqResult:[11,1,1,""],ProcessConstraints:[11,1,1,""],GetPhaseNames:[11,1,1,""],GetHistograms:[11,1,1,""],GetControls:[11,1,1,""],GetRestraints:[11,1,1,""],GPXBackup:[11,1,1,""],PrintRestraints:[11,1,1,""],getBackupName:[11,1,1,""],SetUsedHistogramsAndPhases:[11,1,1,""],SetHistogramData:[11,1,1,""],GetHistogramNames:[11,1,1,""],cellFill:[11,1,1,""],SetHistogramPhaseData:[11,1,1,""]},"GSASIIIO.ImportBaseclass":{ContentsValidator:[8,2,1,""],MultipleBlockSelector:[8,2,1,""],BlockSelector:[8,2,1,""],MultipleChoicesDialog:[8,2,1,""],ExtensionValidator:[8,2,1,""]},GSASIIphsGUI:{UpdatePhaseData:[10,1,1,""]},GSASIIrestrGUI:{UpdateRestraints:[10,1,1,""]},GSASII:{GSASIImain:[5,3,1,""],GSASII:[5,3,1,""],main:[5,1,1,""]},GSASIIpath:{svnFindLocalChanges:[9,1,1,""],GetVersionNumber:[9,1,1,""],SetVersionNumber:[9,1,1,""],svnGetRev:[9,1,1,""],svnUpdateDir:[9,1,1,""],whichsvn:[9,1,1,""]},GSASIIpwd:{getFCJVoigt3:[3,1,1,""],norm_gen:[3,3,1,""],getdFCJVoigt3:[3,1,1,""],factorize:[3,1,1,""],Ruland:[3,1,1,""],getPeakProfile:[3,1,1,""],calcIncident:[3,1,1,""],DoPeakFit:[3,1,1,""],Dict2Values:[3,1,1,""],getEpsVoigt:[3,1,1,""],getFCJVoigt:[3,1,1,""],GetNumDensity:[3,1,1,""],ellipseSizeDerv:[3,1,1,""],AbsorbDerv:[3,1,1,""],CalcPDF:[3,1,1,""],Absorb:[3,1,1,""],GetAsfMean:[3,1,1,""],getdEpsVoigt:[3,1,1,""],Values2Dict:[3,1,1,""],fcjde_gen:[3,3,1,""],getHKLpeak:[3,1,1,""],LorchWeight:[3,1,1,""],Transmission:[3,1,1,""],getWidthsCW:[3,1,1,""],getPeakProfileDerv:[3,1,1,""],makeFFTsizeList:[3,1,1,""],cauchy_gen:[3,3,1,""],Polarization:[3,1,1,""],Oblique:[3,1,1,""],ellipseSize:[3,1,1,""],getFWHM:[3,1,1,""],getBackgroundDerv:[3,1,1,""],SetBackgroundParms:[3,1,1,""],TestData:[3,1,1,""],getWidthsTOF:[3,1,1,""],getBackground:[3,1,1,""]},"GSASIIgrid.NumberValidator":{TransferToWindow:[8,2,1,""],Clone:[8,2,1,""],TestValid:[8,2,1,""],CheckInput:[8,2,1,""],ShowValidity:[8,2,1,""],TransferFromWindow:[8,2,1,""],OnChar:[8,2,1,""]},"GSASIIgrid.MyHelp":{OnHelpById:[8,2,1,""],OnHelpAbout:[8,2,1,""],OnCheckUpdates:[8,2,1,""]},"GSASIIgrid.DataFrame":{PostfillDataMenu:[8,2,1,""],Bind:[8,2,1,""],PrefillDataMenu:[8,2,1,""]},GSASIIElemGUI:{PickElement:[10,3,1,""],DeleteElement:[10,3,1,""]},ReadMarCCDFrame:{marFrame:[8,3,1,""]},"GSASIIElemGUI.PickElement":{ElButton:[10,2,1,""]},GSASIIimage:{pointInPolygon:[0,1,1,""],FitCircle:[0,1,1,""],makeRing:[0,1,1,""],GetEllipse:[0,1,1,""],ImageCalibrate:[0,1,1,""],makeIdealRing:[0,1,1,""],EdgeFinder:[0,1,1,""],ImageIntegrate:[0,1,1,""],GetDsp:[0,1,1,""],Fill2ThetaAzimuthMap:[0,1,1,""],GetAzm:[0,1,1,""],calcFij:[0,1,1,""],FitDetector:[0,1,1,""],makeMat:[0,1,1,""],calcZdisCosB:[0,1,1,""],ImageRecalibrate:[0,1,1,""],ImageCompress:[0,1,1,""],FitEllipse:[0,1,1,""],GetTthAzm:[0,1,1,""],calcDist:[0,1,1,""],Make2ThetaAzimuthMap:[0,1,1,""],GetTthAzmDsp:[0,1,1,""],GetDetectorXY:[0,1,1,""],FitRing:[0,1,1,""],checkEllipse:[0,1,1,""],GetDetXYfromThAzm:[0,1,1,""],FitStrain:[0,1,1,""],ImageLocalMax:[0,1,1,""],peneCorr:[0,1,1,""],FitStrSta:[0,1,1,""],GetTth:[0,1,1,""]},"GSASIIgrid.ScrolledMultiEditor":{ControlOKButton:[8,2,1,""]},GSASIIpwdGUI:{UpdatePeakGrid:[10,1,1,""],UpdateLimitsGrid:[10,1,1,""],UpdatePDFGrid:[10,1,1,""],UpdateBackground:[10,1,1,""],UpdateReflectionGrid:[10,1,1,""],SetDefaultSample:[10,1,1,""],UpdateUnitCellsGrid:[10,1,1,""],UpdateInstrumentGrid:[10,1,1,""],UpdateIndexPeaksGrid:[10,1,1,""],UpdateSampleGrid:[10,1,1,""],IsHistogramInAnyPhase:[10,1,1,""]},GSASIIplot:{PlotDeltSig:[2,1,1,""],PlotRama:[2,1,1,""],PlotPatterns:[2,1,1,""],PlotTRImage:[2,1,1,""],PlotExposedImage:[2,1,1,""],G2PlotNoteBook:[2,3,1,""],PlotTorsion:[2,1,1,""],PlotTexture:[2,1,1,""],G2PlotMpl:[2,3,1,""],PlotSeq:[2,1,1,""],PlotStructure:[2,1,1,""],PlotCovariance:[2,1,1,""],PlotSizeStrainPO:[2,1,1,""],G2PlotOgl:[2,3,1,""],PlotISFG:[2,1,1,""],PlotRigidBody:[2,1,1,""],PlotPowderLines:[2,1,1,""],PlotXY:[2,1,1,""],GSASIItoolbar:[2,3,1,""],PlotPeakWidths:[2,1,1,""],PlotIntegration:[2,1,1,""],G2Plot3D:[2,3,1,""],PlotImage:[2,1,1,""],PlotSngl:[2,1,1,""]},"GSASIIIO.ImportStructFactor":{UpdateControls:[8,2,1,""]},"GSASIIgrid.ValidatedTxtCtrl":{ShowStringValidity:[8,2,1,""],EvaluateExpression:[8,2,1,""]},"GSASIIIO.ImportPowderData":{powderdata:[8,5,1,""]},GSASIImath:{getRestPolefig:[6,1,1,""],getTOFgamma:[6,1,1,""],FindAtomIndexByIDs:[6,1,1,""],FourierMap:[6,1,1,""],setPeakparms:[6,1,1,""],GetDATSig:[6,1,1,""],FillAtomLookUp:[6,1,1,""],getMass:[6,1,1,""],SetMolCent:[6,1,1,""],mcsaSearch:[6,1,1,""],invQ:[6,1,1,""],getRestAngle:[6,1,1,""],getTOFsigDeriv:[6,1,1,""],getRamaDeriv:[6,1,1,""],RotateRBXYZ:[6,1,1,""],PeaksUnique:[6,1,1,""],getRestPolefigDerv:[6,1,1,""],makeQuat:[6,1,1,""],getSyXYZ:[6,1,1,""],SearchMap:[6,1,1,""],prodQVQ:[6,1,1,""],TLS2Uij:[6,1,1,""],getCWgamDeriv:[6,1,1,""],HessianLSQ:[6,1,1,""],getTOFbeta:[6,1,1,""],Q2AVdeg:[6,1,1,""],printRho:[6,1,1,""],Q2AV:[6,1,1,""],AV2Q:[6,1,1,""],adjHKLmax:[6,1,1,""],getRestDeriv:[6,1,1,""],getAngSig:[6,1,1,""],anneal:[6,1,1,""],calcRamaEnergy:[6,1,1,""],AtomUij2TLS:[6,1,1,""],getRestDist:[6,1,1,""],getDistDerv:[6,1,1,""],getCWgam:[6,1,1,""],getRestChiral:[6,1,1,""],getTOFgammaDeriv:[6,1,1,""],AtomTLS2UIJ:[6,1,1,""],getRestPlane:[6,1,1,""],GetAtomCoordsByID:[6,1,1,""],AVdeg2Q:[6,1,1,""],getTOFsig:[6,1,1,""],GetSHCoeff:[6,1,1,""],GetXYZDist:[6,1,1,""],Q2Mat:[6,1,1,""],GetAtomsById:[6,1,1,""],prodQQ:[6,1,1,""],getAtomXYZ:[6,1,1,""],getCWsig:[6,1,1,""],getDensity:[6,1,1,""],calcTorsionEnergy:[6,1,1,""],PeaksEquiv:[6,1,1,""],getTOFalpha:[6,1,1,""],ChargeFlip:[6,1,1,""],getRestTorsion:[6,1,1,""],getWave:[6,1,1,""],sortArray:[6,1,1,""],GetDistSig:[6,1,1,""],ValEsd:[6,1,1,""],GetTorsionSig:[6,1,1,""],getVCov:[6,1,1,""],getCWsigDeriv:[6,1,1,""],UpdateRBUIJ:[6,1,1,""],getTOFalphaDeriv:[6,1,1,""],findOffset:[6,1,1,""],GetAngleSig:[6,1,1,""],OmitMap:[6,1,1,""],UpdateRBXYZ:[6,1,1,""],getRestRama:[6,1,1,""],UpdateMCSAxyz:[6,1,1,""],normQ:[6,1,1,""],getTorsionDeriv:[6,1,1,""],getTOFbetaDeriv:[6,1,1,""],GetAtomItemsById:[6,1,1,""]},GSASIIsolve:{ShowBanner:[7,1,1,""],main:[7,1,1,""],Solve:[7,1,1,""],ShowControls:[7,1,1,""]},GSASIIddataGUI:{UpdateDData:[10,1,1,""]},GSASIIspc:{test1:[9,1,1,""],test0:[9,1,1,""],test3:[9,1,1,""],test2:[9,1,1,""],SytSym:[9,1,1,""],StandardizeSpcName:[9,1,1,""],GetCSuinel:[9,1,1,""],SGErrors:[9,1,1,""],GetKNsym:[9,1,1,""],HStrainNames:[9,1,1,""],SpcGroup:[9,1,1,""],GetNXUPQsym:[9,1,1,""],AllOps:[9,1,1,""],MustrainNames:[9,1,1,""],selftestlist:[9,4,1,""],GetOprPtrName:[9,1,1,""],GenHKLf:[9,1,1,""],Muiso2Shkl:[9,1,1,""],ElemPosition:[9,1,1,""],SpaceGroup:[9,1,1,""],StringOpsProd:[9,1,1,""],Latt2text:[9,1,1,""],GenAtom:[9,1,1,""],SGpolar:[9,1,1,""],GetCSxinel:[9,1,1,""],ApplyStringOps:[9,1,1,""],SGPrint:[9,1,1,""],Opposite:[9,1,1,""],MT2text:[9,1,1,""],MoveToUnitCell:[9,1,1,""],MustrainCoeff:[9,1,1,""]},"GSASIIplot.GSASIItoolbar":{OnHelp:[2,2,1,""],OnKey:[2,2,1,""]},"GSASII.GSASIImain":{OnInit:[5,2,1,""]},"GSASIIElemGUI.DeleteElement":{ElButton:[10,2,1,""]},"GSASIIIO.ExportBaseclass":{loadParmDict:[8,2,1,""],loadTree:[8,2,1,""],dumpTree:[8,2,1,""]},GSASIIElem:{FixValence:[9,1,1,""],GetXsectionCoeff:[9,1,1,""],GetFFC5:[9,1,1,""],GetFormFactorCoeff:[9,1,1,""],CheckElement:[9,1,1,""],getFFvalues:[9,1,1,""],getBLvalues:[9,1,1,""],GetMagFormFacCoeff:[9,1,1,""],ScatFac:[9,1,1,""],FPcalc:[9,1,1,""],GetBLtable:[9,1,1,""],GetAtomInfo:[9,1,1,""],ComptonFac:[9,1,1,""],GetFFtable:[9,1,1,""]},GSASIIIO:{GetEdfData:[8,1,1,""],ImportStructFactor:[8,3,1,""],GetGEsumData:[8,1,1,""],GetTifData:[8,1,1,""],ImportPowderData:[8,3,1,""],ReadPDBPhase:[8,1,1,""],PDFSave:[8,1,1,""],GetG2Image:[8,1,1,""],powderFxyeSave:[8,1,1,""],ExtractFileFromZip:[8,1,1,""],CheckImageFile:[8,1,1,""],GetImgData:[8,1,1,""],MultipleChoicesDialog:[8,3,1,""],FileDlgFixExt:[8,1,1,""],SaveIntegration:[8,1,1,""],sint:[8,1,1,""],SetNewPhase:[8,1,1,""],IndexPeakListSave:[8,1,1,""],PutG2Image:[8,1,1,""],ProjFileOpen:[8,1,1,""],GetImageData:[8,1,1,""],ProjFileSave:[8,1,1,""],GetPowderPeaks:[8,1,1,""],ExportBaseclass:[8,3,1,""],GetMAR345Data:[8,1,1,""],ReadEXPPhase:[8,1,1,""],ImportBaseclass:[8,3,1,""],ImportPhase:[8,3,1,""],sfloat:[8,1,1,""],PeakListSave:[8,1,1,""],powderXyeSave:[8,1,1,""]},"GSASIIgrid.SingleStringDialog":{GetValue:[8,2,1,""],Show:[8,2,1,""]},unit_tests:{test_GSASIIlattice:[9,1,1,""],test_GSASIIspc:[9,1,1,""]},GSASIIconstrGUI:{UpdateRigidBodies:[10,1,1,""],UpdateConstraints:[10,1,1,""],MultiIntegerDialog:[10,3,1,""]},"GSASIIgrid.AddHelp":{OnHelpById:[8,2,1,""]},GSASIIlattice:{cell2Gmat:[9,1,1,""],Hx2Rh:[9,1,1,""],test3:[9,1,1,""],test2:[9,1,1,""],A2Gmat:[9,1,1,""],test4:[9,1,1,""],test7:[9,1,1,""],test6:[9,1,1,""],test9:[9,1,1,""],test8:[9,1,1,""],permutations:[9,1,1,""],CellBlock:[9,1,1,""],Rh2Hx:[9,1,1,""],Flnh:[9,1,1,""],fillgmat:[9,1,1,""],invpolfcal:[9,1,1,""],GetBraviasNum:[9,1,1,""],calc_rDsq2:[9,1,1,""],test5:[9,1,1,""],rotdMat4:[9,1,1,""],SwapIndx:[9,1,1,""],GenSHCoeff:[9,1,1,""],CentCheck:[9,1,1,""],sortHKLd:[9,1,1,""],CellAbsorption:[9,1,1,""],UijtoU6:[9,1,1,""],selftestlist:[9,4,1,""],Gmat2AB:[9,1,1,""],invcell2Gmat:[9,1,1,""],polfcal:[9,1,1,""],calc_V:[9,1,1,""],textureIndex:[9,1,1,""],GetKsl:[9,1,1,""],calc_rVsq:[9,1,1,""],sec2HMS:[9,1,1,""],GenHLaue:[9,1,1,""],getHKLmax:[9,1,1,""],CosSinAngle:[9,1,1,""],rotdMat:[9,1,1,""],SamAng:[9,1,1,""],cell2A:[9,1,1,""],criticalEllipse:[9,1,1,""],MaxIndex:[9,1,1,""],Gmat2cell:[9,1,1,""],combinations:[9,1,1,""],uniqueCombinations:[9,1,1,""],CrsAng:[9,1,1,""],Glnh:[9,1,1,""],cell2AB:[9,1,1,""],selections:[9,1,1,""],GetKcl:[9,1,1,""],calc_rDsq:[9,1,1,""],calc_rV:[9,1,1,""],calc_rDsqZ:[9,1,1,""],OdfChk:[9,1,1,""],A2cell:[9,1,1,""],GetKclKsl:[9,1,1,""],test1:[9,1,1,""],GenHBravais:[9,1,1,""],Gmat2A:[9,1,1,""],A2invcell:[9,1,1,""],U6toUij:[9,1,1,""],Uij2betaij:[9,1,1,""]},"GSASIIIO.ImportPhase":{PhaseSelector:[8,2,1,""]},GSASIIstrMain:{SeqRefine:[11,1,1,""],DistAngle:[11,1,1,""],DisAglTor:[11,1,1,""],Refine:[11,1,1,""],BestPlane:[11,1,1,""],main:[11,1,1,""]},GSASIIpy3:{FormatValue:[8,1,1,""],FormulaEval:[8,1,1,""]}},terms:{getnumdens:3,structurefactorderv:11,orthogon:9,uij2u:9,four:[13,6,8],elemlst:8,displac:13,fcjde_gen:3,helplbl:8,aui:8,ranabyv:12,deviat:6,noatom:13,"0xbdfd930":[],under:[9,11],suitabl:[0,9],showhelp:8,calcdist:0,everi:[4,13,6,8,9,5],"0x20d5070":[],dollas:13,"0x1f57070":[],yellow:8,radiusfactor:13,affect:4,relval:[],dependentparmlist:4,unitcellbox:13,atomdata:[9,6],gethistogram:11,correct:[5,3,9,11,8],"0x17d4a270":[],vector:[4,9,6,13],matric:[4,6],fill2thetaazimuthmap:0,getrestplan:6,calc_m20:12,"0xc92ac30":[],importstructfactor:[5,8],direct:[13,6],getdfcjvoigt3:3,second:[13,4,5,6,9],"4x4":9,even:[9,13],neg:[13,6,8],"0x1f3def0":[],checknotebook:5,"new":[4,13,6,8,9,11,5],databank:5,"49012e":6,widget:[10,8],displai:[5,2,10,13,8],"0x17d492f0":[],error:[4,5,6,8,9,11],here:[9,8],met:6,getcwsig:6,path:[5,9],interpret:[9,13,11],penecorr:0,interatom:13,precis:[6,8],ranabyr:12,"0xb96c8f0":[],aka:13,covdata:[11,6],getcwgam:6,linearli:4,putg2imag:8,total:9,unit:[1,4,13,6,8,9,10],ftol:6,plot:[1,13,2],describ:[4,9],dmdv:4,seqnam:2,flnh:9,vol:3,positiveonli:8,call:[6,4,5,3,8,9,10,11],"0x20d3fb0":[],calc:[0,1,3,8],type:[1,2,13,6,8,9,11],until:6,cellfil:11,swap:[],updatehklcontrol:8,inst2:3,inflect:9,relat:[4,9,6,13,11],notic:[11,7],warn:11,"0x17d4a870":[],hold:[13,8],must:[4,13,6,8],"2phi":3,cell2ab:9,setup:[11,3],work:[9,6,8],rd_list:5,root:13,obliqu:3,avdeg2q:6,overrid:8,sorthkld:9,"0x17cc0a70":[],digit:8,indic:[4,9,6,13,8],loadhistogramid:13,getphasedata:[5,11],odfchk:9,cylind:3,ilim:0,gsasiiimag:[0,1],how:[9,6],histophas:11,collaps:5,lam:9,u22:9,after:[2,3,4,11,6,8],substanc:9,befor:[6,4,13,3,8,11],sedg:9,rulcoff:3,oninit:5,"0x17d1a170":[],attempt:[5,8],third:13,constraintdialog:5,gsasiielemgui:[1,10],jlim:0,enter:8,lambda:[9,3],g13:9,order:[9,13,8],g11:9,oatom:6,origin:[4,6],over:[6,8],mx2:4,becaus:[9,8],mx1:4,curve_fit:6,incid:0,varremapshow:4,vari:[4,13,6],"0x17d1a1b0":[],sgtbx:9,img:8,fix:[4,13,3,8],strang:8,rigidbodi:11,ifdup:9,gsasiiddata:10,getbackgroundderv:3,onc:4,histlist:13,gridfractioneditor:8,calc_rvsq:9,oncheckupd:8,them:[4,9,11,8],plotrama:2,mapdata:6,thei:[4,9,6,13,8],var2:13,coehlo:12,g2obj:[],readpowderinstprm:5,"break":8,printrho:6,setvalu:8,bank:5,choic:[10,8],getvalu:8,conflict:4,atptr:[11,6],svnfindlocalchang:9,g2htmlwindow:8,european:8,"0x17d49430":[],side:9,mean:[3,8],wxapp:5,updateseqresult:8,laboratori:9,extract:[9,13,8],unbound:8,newli:4,gof:13,rh2hx:9,dsp:[0,6],content:[13,6,8,9,10,11,5],reader:[5,8],comptonfac:9,ntz:6,oxyz:6,free:9,standard:[1,9,6,8],ellipsesizederv:3,element:[1,13,3,8,9,10],longnam:3,fcalcpres:8,angl:[0,2,6,13,3,8,9],"0x7a3feb0":[],makeidealr:0,iso:13,getknsym:9,argonn:[],shkl:9,rang:6,"0x17d4a730":[],independ:4,unlik:4,alreadi:8,"0x2376470":[],thick:3,agre:5,sgcen:[9,13],cartesian:[9,6,13],"0x17d1a0f0":[],tor:6,top:[13,6,8],xdata:3,master:4,dwell:6,zipfil:8,a31:9,q2avdeg:6,makemat:0,phipsi:2,getfobssq:11,test_gsasiilattic:9,keyword:8,provid:[4,3,8],getrestangl:6,hname:11,atomtyp:[9,13],project:[5,13,8],matter:[9,8],plotcovari:2,rotdmat4:9,jmol:9,plotstructur:2,maxdigit:8,quench:6,deleteel:10,rai:[0,9,3,13],fithkl:12,raw:5,seed:6,seen:[9,2],seem:8,getazm:0,gsa:[1,4,5,8,9,10,11,13],applyrbmodel:11,latter:4,elsym:9,hklfname:5,parmlist:4,scaleabyv:12,object:[1,13,8,9,10,5],boltzmann:6,rbmodel:[13,11],letter:[9,13],phase:[1,2,5,6,8,9,10,11,13],typ:8,im3m:[],usecancel:8,tradit:13,peaksequiv:6,gettthazmdsp:0,simplif:4,doc:[0,2,6,11,3,7,8,9,10,12],"0x20d51b0":[],doe:[0,5,6,13,8],sitesym:9,gmat2cel:9,sum:[3,5,6,13,8],came:8,fhkl:6,getg2imag:8,random:[13,6],radiu:[0,13,3],radii:[0,13],getbltabl:9,pkg:8,generateconstraint:4,involv:4,exactli:13,gettorsionsig:6,ellipsoid:[9,2,13],contourlevel:13,menu:[5,8],explain:[],"0xb931c30":[],gsasiimapvar:[1,4],"0x17cc0af0":[],sethistogramphasedata:11,balyuzi:9,maetric:9,testdata:[12,3],plate:[3,8],shkei:6,halfcel:12,wide:8,bondradiu:13,stop:6,errrefin:11,ruland:3,bondradii:13,symmetr:6,dgmda:9,makefftsizelist:3,"0x17d49330":[],respond:[2,10],headinglist:8,plotpeakwidth:2,datatyp:[5,3,8],num:[3,6],dervrefin:11,result:[9,6,13,11,8],respons:5,fail:9,fosq:8,best:[9,8],movetounitcel:9,dependentlist:4,tensor:[9,13,11],mur:3,"0x18a61030":[],wikipedia:4,atlookup:[11,6],figur:[2,6],finger:3,parmdict:[0,6,4,5,3,8,11],triplet:13,omg:0,gpxfile:[11,7],gsasiirestrgui:[1,10],newnam:2,updateimagecontrol:10,extens:[5,8],gsasiilattic:[1,9],toler:[9,6],"0xb96cd30":[],cov:6,cox:3,compton:[9,3],against:9,refltyp:6,omitmap:6,chargeflip:6,browser:8,setseqresult:11,con:13,schmidt:4,base_schedul:6,"2nd":9,permut:9,xtol:[3,6],swapindx:9,mulp:9,itemselector:8,duplic:[9,8],gethklfdatafromtre:5,plotpowderlin:2,getdmin:12,numpi:[1,9,3,6,8],three:[4,13,6,8],been:[4,9,6,8],marquardt:13,much:8,mult:13,basic:[1,8],"0xb931db0":[],filedlgfixext:8,ani:[4,13,6,8,9,11,5],cauchy_gen:3,input:[4,5,6,8,9,10,11],pdfsave:8,"0xb931cf0":[],findoffset:6,ident:[9,8],diffract:[1,5,10,9,8],tand:8,cell2a:9,calcul:[1,5,3,9],getpwdrdatafromtre:5,glnh:9,elbutton:10,oldpag:10,"0xc92aa70":[],"0x1f3dfb0":[],kwarg:[2,8],setmolc:6,sever:4,incorrectli:8,perform:[5,6,9,7,8],make:[0,5,6,8,9,10,11],complex:4,descend:9,mcsa:[13,6],phasenum:13,"0x1e741f0":[],numbervalid:8,refin:[4,5,6,8,11,12,13],movepatterntreetogrid:[10,8],topa:8,redefin:4,"0x18a61b30":[],wtype:5,updatelimitsgrid:10,contact:9,"0x17d1a970":[],thi:[0,1,2,4,5,6,8,9,10,12,13],onpatterntreeitemcollaps:5,left:13,stringent:6,identifi:8,just:9,getreflposderv:11,doindexpeak:12,equivalanc:4,getreflpo:11,sgsymbol:9,yet:12,previous:4,directli:13,lener:9,getwidthstof:3,mask:[0,2,10],fortran:9,hap:13,els:[9,11],expon:8,constrant:4,applic:5,cossinangl:9,"0x20d5bb0":[],gettofgammaderiv:6,preserv:8,longformatnam:8,ifrevers:9,id_ok:8,background:[10,13,3,8],authorship:[11,7],getsyxyz:6,searchmap:6,"0x1e74930":[],g33:9,vdw:13,specif:[5,9,8],arbitrari:[9,13],oddpeak:12,"0x1eb49f0":[],dzero:6,oxid:9,right:3,old:[5,9],"0x6c91d70":[],deal:9,intern:4,maxit:6,getintensityderv:11,transmiss:3,plotdeltsig:2,thu:[4,8],uniq:9,normal:[2,6],subclass:5,gettofalphaderiv:6,getbackground:3,gettifdata:8,condit:6,formfactor:[1,9],plu:1,histnum:13,binden:9,baktyp:3,saveintegr:8,repositori:[9,8],post:8,gpxbackup:11,filepoint:8,obj:5,atomtls2uij:6,latt2text:9,slightli:9,simul:[13,6],"0xb931d70":[],produc:8,postfilldatamenu:8,t_new:6,containt:[4,6],xyz:[9,6,13,11],"float":[0,6,4,13,3,8,9],bound:[5,6],xye:8,accordingli:8,wai:[9,8],support:8,gettthazm:0,transform:[9,6,13],"class":[2,6,5,3,8,10,13],avail:[2,6],getatomfxu:11,editor:8,fraction:[9,13,8],analysi:2,head:[9,8],form:[4,9,13],offer:8,forc:8,obcoeff:3,plottextur:2,"0x20d57f0":[],formatnam:8,"true":[2,13,6,8,9,11,5],rbobj:6,absent:9,azm:[0,3],coeff:[3,9,2,6],pawleyvari:11,maximum:[3,9,6,13,8],"0x21e7d70":[],crystal:[5,2,6,9,11],gettorsionderiv:6,prodqvq:6,updatebackground:10,"0x6c91cf0":[],dumptre:8,hstrainnam:9,diagnost:2,exist:[4,5,11,8],updateunitcellsgrid:10,tornam:2,check:[4,9,8],ijk:9,nx1:4,fixedvarlist:4,tip:10,refactor:[0,12],tetragon:[9,13],test:[1,9,2,6,8],tif:8,intend:[13,8],intens:[9,2,13,8],probabilist:6,omega:[0,9],brentano:3,longer:[13,6],anywher:[],postlbl:8,pseudo:[6,8],genshcoeff:9,ignor:[4,9,13,8],nmin:3,time:[9,6],"0x17e348f0":9,nxn:[13,6],"0x17e34930":9,powderxyesav:8,rancel:12,spgrp:[9,13],skip:5,global:[1,13,4],pval:11,invcell2gmat:9,unit_test:[1,9],unconstrain:4,forceunit:8,"0x1eb4a30":[],row:[4,9,13],"0xc92aab0":[],depend:[4,9,3,13,8],unnumb:13,zone:2,plotxi:2,decim:[6,8],readabl:6,calc_rdsqz:9,zref:12,okcontrol:8,plotrigidbodi:2,"0x21e7e30":[],getangsig:6,shpocal:11,sourc:[0,2,3,4,5,6,7,8,9,10,11,12,13],string:[0,2,3,4,5,6,7,8,9,10,11,12,13],dictat:8,planedata:11,getramaderiv:6,fitellips:0,cool:6,level:[13,6],gui:[1,9,12,10,8],iter:6,magnet:9,item:[1,4,5,6,8,9,10,11,13],varylist:[0,6,4,13,3,8,11],gmat2a:9,nparrai:6,prevent:[4,8],cosd:8,slower:8,"0x18a618f0":[],sign:[9,8],cost:6,phfx:11,g22:9,appear:[4,5,8],selftestlist:9,uniform:6,current:[13,5,9,11,8],axial:9,u33:9,copydialog:5,deriv:[6,4,11,3,8,9],printindependentvar:4,genatom:9,coeffici:[3,9,6],satisfi:4,"0x17d1a030":[],plotsizestrainpo:2,box:8,dreel:[],gettofbetaderiv:6,bot:[],av2q:6,bob:0,findatomindexbyid:6,onviewlsparm:5,commonli:9,nmax:3,hst:4,extra:[6,8],dtype:[],modul:[0,1,2,3,4,5,6,8,9,10,12,13],prefer:[9,2,13,11],parma:[],nfev:6,"0x17e36630":9,"1st":[4,9,6],instal:[1,9],dispers:9,atinfo:2,fvec:6,give:[9,6],subvers:9,applystringop:9,black:13,marccd:8,"0x20d5030":[],"0x17d18930":[],rigid:[13,2,10,11],parm2:4,parm1:4,plotisfg:2,"0x17d4a070":[],prepar:9,importphasereaderlist:5,uniqu:[9,6,13],"0x17d4a230":[],values2dict:[11,3],can:[2,3,4,5,6,8,9,13],tabul:9,purpos:2,zeroref:12,problemat:4,pawlei:13,nearest:9,sgequiv_2002_orthorhomb:[],"0xbdfd7b0":[],critic:9,phaseselector:8,structurefactor:11,changetyp:9,pwdr:[11,10,8],orthorhomb:[9,13],alwai:[9,13,8],numitem:6,multipl:[13,5,2,9],viewpoint:13,"0x1f3deb0":[],tilt:3,write:8,criterion:6,gettofalpha:6,map:[13,6],remap:4,mar:[1,8],"0x17d492b0":[],sgprint:9,max:8,clone:8,mac:[5,8],readerlist:5,mag:6,mai:[13,5,9,8],values2a:12,data:[0,1,2,3,5,6,8,9,10,11,13],hklf:[11,10,8],harmon:[9,13,11],stress:10,practic:6,ny1:4,inform:[4,5,6,7,8,9,10,11,13],"switch":8,cannot:4,combin:[9,13],block:[9,8],callabl:6,onrefin:5,"0xc92ac70":[],timemap:5,ranaxi:12,previparm:5,getpeakprofilederv:3,still:5,pointer:6,equiv:11,divis:8,group:[1,4,13,8,9,11],plotpattern:2,platform:8,window:[5,2,10,8],ntri:12,x_old:6,getrestrama:6,m_2:[],m_1:[],main:[1,5,7,8,10,11,13],"0x17e348b0":9,getcontrol:11,non:[4,9,13],getffvalu:9,calctorsionenergi:6,confirmoverwrit:8,initi:[4,6,8],nation:[],showrigidbodi:13,"0x5feff70":[],now:[4,9,13],term:[2,3,4,13,6,9],name:[2,3,4,5,6,8,9,10,11,13],hessianlsq:6,revers:6,separ:[5,13,8],muiso2shkl:9,"0x1e74130":[],ddata:10,updat:[1,6,11,3,8,9,4],compil:9,citat:[11,7],checkimagefil:8,replac:[],checkconstraint:[4,11],continu:[6,8],newvar:[],fprime:9,happen:8,genhkl:9,shown:[10,6],absorpt:[9,3],getatomsbyid:6,space:[1,13,6,8,9,11],profil:[13,8],bragg:3,stuff:6,updatesamplegrid:10,updaterbxyz:6,formula:8,gethstrainshiftderv:11,formatvalu:8,integr:[0,2,8],"0x17d1a130":[],onsiz:5,"0x1f57030":[],cart:6,onfilesavea:5,fxye:8,theori:5,constr:4,org:4,orb:9,"0x1eb4a70":[],motion:2,turn:[10,8],place:[13,5,6,9,8],getrestderiv:6,u23:9,"0x17cc0a30":[],"0x17d4a0b0":[],imposs:9,first:[4,5,6,8,9,10,13],oper:[9,13,8],peaklistsav:8,"0x17d180b0":[],arrai:[6,4,5,3,8,9,11,13],generaldata:[2,6],bestplan:11,symmetri:[9,6,13,11,8],"0x1f570b0":[],ring:[0,2],open:[5,3,8],predefin:8,size:[2,6,13,3,8,9],given:[5,6,9],helptyp:8,convent:9,"0x17e36530":9,gsasiipath:[1,9],checkel:9,test3:9,necessarili:9,tell:8,getbraviasnum:9,conveni:[],angleradii:13,updaterestraint:10,copi:[5,8],vdwscale:13,specifi:[4,13,6,8,9,5],imagerecalibr:0,than:[4,9,6,8],xsectip:9,unpolar:3,"0x17d49470":[],redefinit:4,param2:4,param1:4,were:[5,6,9,8],posit:[3,9,12,6,13],"0x17d49270":[],seri:[10,9,6,13,8],pre:[],sai:9,reflist:11,argument:[6,8],maxindex:9,"0x17d186f0":[],gsasiipy3:[1,8],gsasiiindex:[1,12],ramanam:2,squar:[4,9,3,6,13],picktwodialog:8,fftabl:9,gettofsig:6,note:[1,4,5,6,8,9,10,13],textcontrol:[],take:[4,9,6,11,8],phaserest:11,noth:[9,8],incoher:9,begin:8,sure:[5,8],pfile:[4,11],multipli:[4,9,6,13],calc_rv:9,beta:[9,13],pair:[9,6,13],fcj:3,renam:[5,2],hmax:6,later:[4,13,8],infodict:6,g12:9,nuclear:13,derivdict:4,axi:[0,6,13,3,8,9],slope:6,test8:9,show:[2,4,5,8,10,13],strictextens:8,delta:0,mfa:9,sguniq:[9,13],corner:9,unfinish:[],odfln:[9,6],help:8,onli:[4,5,6,8,9,10,11,13],ratio:13,dictlst:8,activ:5,state:[9,6],dict:[2,3,4,5,6,8,9,10,11,13],"0x17d4a170":[],errordialog:5,analyt:9,overwritten:11,onseqrefin:5,fitpgm:3,variou:[3,8],get:[9,6,11,8],ellipseprob:13,mfc:9,tailor:5,requir:[1,6,8],prime:3,standardizespcnam:9,getxsectioncoeff:9,disagldialog:8,pawleyref:11,aris:8,ncmax:12,anisotrop:13,where:[0,6,4,5,3,8,9,10,11,13],summari:4,wiki:4,getrestdist:6,pgbar:6,centrosymmetr:[9,13],findbestcel:12,morehelpitem:8,prefilldatamenu:8,dpsda:9,getkclksl:9,gsasiiddatagui:[1,10],ondatadelet:5,qvq:6,ibrav:12,label:[5,13,8],hist:13,between:[4,5,9],"import":[5,8],"0x6c91db0":[],"0x17cc0930":[],gsasiiplot:[1,2],parent:[5,2,10,8],gsasiielem:[1,9],mcsasearch:6,cycl:[13,6,8],getanglesig:6,dmin:[9,12,3,13],highlight:[13,8],gsasiistrio:[1,11],come:6,onecycl:3,pseudopotenti:6,fit:[0,13,8],"0x23764b0":[],region:8,"0x7a3fbf0":[],mont:13,inconsist:4,mani:8,"0x7a3fdf0":[],updaterigidbodi:10,extensionlist:8,atomlookup:6,getsamplesiggamderv:11,among:6,color:[9,10,13,8],filldiagon:[],period:[1,9,10,8],pole:2,colon:13,pola:3,"0xb96ca70":[],cancel:8,extinct:11,amino:9,better:6,coupl:9,gsgrid:8,controlokbutton:8,invers:[4,9,2,6],mark:8,reldict:[],u11:9,u13:9,u12:9,valueerror:9,curvatur:6,irrevel:9,gsasiispc:[1,9,13,8],those:[4,9,6,13,8],"case":[4,9,10,13,8],getprefori:11,npix:8,ondeletephas:5,cast:8,triclin:[9,13],"0x6c91e30":[],anytim:8,metric:[9,13,11],"100th":9,strain:[13,10],scipi:[1,6],var1:13,makeback:11,ascii:4,genhklf:9,peaksuniqu:6,"0x20d5230":[],develop:[1,9],"0x18a61070":[],same:[4,5,6,8,9,10],scrolledwindow:10,html:8,shpocalderv:11,getrestpolefigderv:6,"0x6c91c30":[],document:[1,13,8],rigidbodydict:11,sethistogramdata:11,"0x17d493f0":[],someon:2,controldict:11,getsamplesiggam:11,defn:[],isotop:[9,13],appropri:[5,6,13,8],onleav:8,maxaccept:6,fpcalc:9,fmmm:[],model:[4,11,6],rhomax:6,comment:8,lastiparmfil:5,execut:6,addhelp:8,when:[0,2,5,8,9,10,13],"0xbdfd9f0":[],gangl:9,tobi:9,goniomet:9,miscellan:8,except:[9,11],littl:12,instrument:[5,2,10],exercis:9,oriq:6,role:13,var_2:[],var_1:[],real:9,psi:[3,9,6],sortm20:12,around:[0,6],read:[1,5,9,11,8],temperatur:6,grid:[6,8],mol:13,oldnam:2,"0xb931cb0":[],saniti:8,getedfdata:8,inten:3,sfloat:8,integ:[10,3,8],server:9,either:[6,4,13,3,9,5],spacegroup:9,getabsorbderv:11,onfilesav:5,parentfram:8,sec2hm:9,anomal:9,groupedparm:[],newplot:2,readexpphas:8,invpolfc:9,fitstrsta:0,imageonli:8,test_gsasiispc:9,tls2uij:6,confirm:8,"0x7bff170":[],oldxi:13,definit:[4,13,11,8],lastdatafil:5,getfftabl:9,cylindr:[9,11],refer:[5,8],compris:4,power:3,each:[6,4,5,3,8,9,10,11,13],idup:9,gsasiimain:5,imageintegr:0,fulli:3,"throw":[9,11],"0x17d1a930":[],"0xb96c7b0":[],degre:[0,4,9,6,13],atomptr:13,bond:13,backup:11,"0x17e36430":9,routin:[1,2,4,5,6,7,8,9,10,11],effici:4,"_init_import":5,getcwsigderiv:6,"0x17d4a9b0":[],"0x21e7db0":[],updateinstrumentgrid:10,"0x17d18170":[],getformfactorcoeff:9,drawatom:6,"0x17d4a2f0":[],spglist:[],updatepeakgrid:10,log:[9,2,6],opengl:[9,2],getversionnumb:9,overwrit:8,start:[5,2,6,9,8],interfac:9,getblvalu:9,getoprptrnam:9,"0x7a3fe70":[],"0xc92abf0":[],tupl:[4,9,6,8],amongst:6,pohkl:13,"0x1e74970":[],notat:8,getshcoeff:6,atmdata:9,"default":[2,5,6,8,9,10,11,13],fixedlist:4,psing:6,ipvt:6,imagecompress:0,a2valu:12,maxev:6,creat:[2,4,5,6,8,10,13],updateconstraint:10,uij:[9,13,11],cellblock:9,adsc:8,file:[1,13,8,9,11,5],"0x17d187b0":[],proport:2,extensionvalid:8,fill:9,denot:6,loadtre:8,orient:[9,2,13,11],field:[9,8],valid:8,lorchweight:3,projfileopen:8,getksl:9,sum_:[],edgemin:0,getgesumdata:8,kingslei:0,sequenc:[6,8],symbol:[9,13],"0x1e740b0":[],prodqq:6,peak:[6,5,3,8,10,12],xpix:0,reduc:[4,13],getatominfo:9,directori:[9,13,8],descript:[9,6,13],mass:13,"0xb931d30":[],potenti:[5,6,8],swapmonoa:12,u6touij:9,validatedtxtctrl:8,all:[0,2,4,5,6,8,9,10,11,13],dist:0,onkei:2,forbidden:9,readpdbphas:8,rowlabel:8,gmat2ab:9,getdsp:0,reson:9,follow:[13,8],acosd:[],children:13,alp:3,refinepeak:12,immm:[],ifnon:10,distsum:0,program:[1,5,12],getepsvoigt:3,onimagesum:5,"0x17e347f0":9,"0x20d5170":[],pointinpolygon:0,monocellreduc:12,far:9,invcel:9,util:[1,9],sumdialog:5,updatemask:10,callscrolledmultieditor:8,veri:[6,8],map2dict:4,orthonorm:4,ishistograminanyphas:10,exitmain:5,list:[0,1,6,5,3,8,9,10,4,11,13],signific:6,laue:[9,13],adjust:6,cosin:8,anal:0,smith:0,gsasiisolv:[1,7],dimens:6,zero:[4,9,12,6,8],design:[],pass:8,lammax:[13,6],plottrimag:2,what:[5,8],diam:3,dict1:8,sub:13,section:9,rval:13,abl:5,brief:6,getcsuinel:9,delet:[1,5,2,10],version:9,q2av:6,usebestvisu:5,menubar:5,method:[6,8],full:[11,6],pyopengl:1,variat:12,u2uij:9,getrigidbodi:11,gethistogramphasedata:11,modifi:11,valu:[6,4,5,3,8,9,10,11,12,13],selectedatom:13,onpatterntreeitemactiv:5,search:[0,9,6,13],fillmainmenu:5,slave:4,fpath:9,prior:8,pick:10,action:10,getrestchir:6,magnitud:6,diamet:3,via:[9,8],primit:8,onfileexit:5,filenam:[5,8],inappropri:8,g2plotogl:2,elementgui:[],select:[1,6,5,3,8,9,10,11,13],transferfromwindow:8,distinct:9,regist:[9,8],two:[4,13,6,8,9,5],a51:9,taken:8,mustraincoeff:9,minor:0,more:[4,5,6,8,10,13],flat:[3,6],desir:6,textcrtl:8,flag:[9,6,13],stick:[13,2],particular:[5,13],known:5,sgpolar:9,none:[0,2,3,4,5,6,8,9,10,11,13],dep:0,der:13,sgpolax:[9,13],mt2text:9,adjhklmax:6,"0x17cc09f0":[],"0x17e34730":9,def:[],deg:3,prompt:[10,8],scan:[9,8],gethistogramnam:[5,11],share:4,accept:[9,6],sphere:13,minimum:[3,9,6,8],onleave1:[],setversionnumb:9,refinepeaksz:12,goal:6,divid:4,rather:4,anoth:[4,10,8],camerapo:13,getmass:6,pwdrname:5,"0xc92ab30":[],reject:0,acta:9,simpl:2,getmar345data:8,referenc:12,algebra:[4,8],myhelp:8,ellipses:3,capitalizt:9,reflect:[2,13,8,9,10,5],plane:3,cromer:9,"0x17d1a070":[],setrigidbodymodel:11,loadparmdict:8,varianc:6,associ:[5,10,8],ysum:0,hfx:11,"short":[9,13],caus:[4,6,8],"0x18a61a30":[],spheric:[9,13,11],txyz:6,rotat:[0,9,6],plotexposedimag:2,fft:3,held:4,thermal:[13,2],through:8,paramet:[0,1,2,3,4,5,6,8,9,10,11,13],latt:9,style:8,glide:[],getpatterntreeitemid:8,might:8,alter:6,muiso:9,good:[13,6],"return":[6,4,5,3,8,9,11,13],rhombohedr:[9,13],newatomdict:[13,11,8],rwp:13,gsasiipwdgui:[1,5,10],filedialog:8,onimageread:5,eventu:9,ifq:6,showvalid:8,getxyzdist:6,ifd:8,getffc5:9,radian:6,ifb:9,importpowderreaderlist:5,found:[1,13,6,9,11,5],unicod:8,truncat:8,harm:4,weight:[13,6,8],"0x20d50b0":[],ball:[13,2],expect:[5,8],getcwgamderiv:6,energi:[9,6],beyond:6,event:[5,2,8],onaddphas:5,robert:[],invq:6,print:[4,11,6,7,8,9],iparm:3,evaluateexpress:8,add3d:2,typehint:8,calc_rdsq:9,polyhedra:2,differ:[6,8],mmm:[9,13],quick:8,base:[10,8],ask:[5,8],applyrbmodelderv:11,cov_x:6,omit:13,assign:[4,13,8],magformfactor:9,itemtext:8,"0x17d4a0f0":[],upper:[6,8],exchang:[],ncell:9,misc:[1,8],number:[6,4,5,3,8,9,13],extern:[1,4],done:[4,9,8],least:[3,9,6,13],checkellips:0,blank:[13,8],getallphasedata:11,miss:4,betwe:[],guess:[5,6],pm3m:[],script:9,criticalellips:9,interact:[10,8],lxsect:9,construct:6,pwdrdata:5,gpx:[5,13,11],getphasenam:11,scheme:9,store:[4,9,10,13,8],option:[4,5,2,6,8],relationship:[4,13],parm:[5,6,8],crystallograph:[9,6],"0x5feff30":[],selector:8,part:[4,9,8],pname:11,"0x17d4a130":[],onrenamedata:5,normq:6,importphas:[5,8],std:6,kind:[2,8],datdata:11,tof:[5,2],remov:[0,4,12,6],shcoeff:6,horizont:8,tunit:6,"0x1e74170":[],dopeakfit:3,vcov:6,comput:[1,4,13,6,7,8,9,11],gsasiigrid:[1,5,10,8],indexpeak:12,histnam:8,packag:[1,2],gramschmidtortho:4,complet:[4,9],fast_sa:6,bht:5,powderfxyesav:8,equival:[4,9,6,13],self:[0,1,2,5,8,9],getnewcellparm:[13,11],also:[2,4,5,6,8,9,11],without:[9,8],build:[4,9],jacobian:6,maintain:10,updatepdfgrid:10,parms2:6,exportbaseclass:8,distribut:2,updatepwhkplot:8,grassman:6,previou:[10,9,6],reach:6,samang:9,amat:6,plai:13,updatestressstrain:10,position:9,alpha:[9,13],seqdata:2,"0x20d50f0":[],charg:13,g23:9,readerobject:5,clear:[4,5,2],seqrefin:11,momtyp:3,clean:9,azimuth:[0,2,3],seqresult:11,sgerror:9,"0x17d180f0":[],multiintegerdialog:10,"0x17d4a1b0":[],azmuth:9,distanc:[3,13,6,8],"0x1f570f0":[],"0x18a610b0":[],swapcolumn:[],onfileopen:5,find:[4,9,6],npsind:3,test4:9,penalti:6,access:[2,8],onimportpowd:5,pmmm:[],test6:9,solut:6,factor:[2,13,3,8,9,11,5],"0x17d18030":[],getrestpolefig:6,"0x1f3df30":[],unus:5,express:[4,8],disagltor:11,make2thetaazimuthmap:0,monoclin:[9,13],initvar:4,centcheck:9,getkcl:9,oneonli:10,coord:9,"0x17d16fb0":[],a2invcel:9,iflmn:9,arr:[],set:[4,5,6,8,9,10,13],tree:[1,2,5,8,10,13],testvalid:8,see:[4,9,6,8],sec:9,arg:[13,6,8],uiso:13,close:[5,8],sel:[],contour:2,icalc:13,printal:4,someth:[0,9],onimportsfact:5,smallest:6,gener:[2,4,13,6,9,10],getrigidbodymodel:11,altern:[13,8],str:[4,13,3,8,9,11,5],showhydrogen:13,"0x20d5970":[],rbtype:[2,6],matplotlib:[1,2],"31m":[9,13],fillgmat:9,extractfilefromzip:8,both:[4,9,8],last:[13,6,8,9,11,5],delimit:9,confirmread:8,arraylist:4,nonstandard_sglist:[],"0x1e74070":[],gethistogramdata:11,sginv:[9,13],pdf:[10,5,2,3,8],pdb:8,load:[13,11,8],getcsxinel:9,symopdialog:8,simpli:4,point:[9,6,13],schedul:6,"0x17d181b0":[],blockselector:8,residu:6,header:8,getimgdata:8,param:3,suppli:[4,5,8],svnupdatedir:9,along:11,unsuccess:6,cellabsorpt:9,updatephasedata:10,empti:[4,5,9,8],m_n:[],waasmaier:9,seqsig:2,imag:[0,1,2,5,8,9,10],"0x17e346f0":9,coordin:[2,13,6,8,9,11],gam:[9,3],func:6,look:5,gethklmax:9,"while":[4,8],abov:[4,8],shift:[11,8],gettth:0,getpowderiparm:5,loop:6,fillatomlookup:6,von:[],echelon:[],itself:6,uiso2uij:9,"0x1e748b0":[],previousinvalid:8,plotintegr:2,irrelev:9,minim:[5,6],eleterm:9,applyxyzshift:[13,11],treeitemid:10,"0x6c91df0":[],singlefloatdialog:8,neutron:[9,13],setvaryflag:4,optim:[3,6],restraint:[1,13,10,11],"0x1e74230":[],covari:[1,13,6,11,8],user:[5,9,8],viewparmdialog:5,chang:[4,9,6,13,8],getusedhistogramsandphasesfromtre:5,lower:[6,8],hexagon:[9,13],"0x23764f0":[],"12346e7":6,entri:[4,13,6,8,9,10],restraintdict:11,pickl:8,textctrl:8,propos:6,explan:13,getfilelist:5,ierr:9,gsasiiconstrgui:[1,10],shape:3,covmatrix:[4,13,6,8],uij2betaij:9,instbank:5,getintensitycorr:11,hklfdata:5,"0x17cc0b70":[],approxim:[9,6],float32:[],bin:9,contentsvalid:8,march:13,format:[13,5,6,9,8],getatomcoordsbyid:6,sgtext:9,ellist:[9,3],bit:12,getabsorb:11,onhelpbyid:8,sizer:8,getimagedata:8,zclip:13,valenc:9,strsta:0,encount:6,constr1:4,constr2:4,some:[0,4,6,10,8],back:9,wxpython:1,sampl:[0,6,5,3,9,10],multipleselect:8,computedepesd:4,cell2gmat:9,man:10,scale:[0,6,4,5,3,9,13],t_n:[],calcpdf:3,though:6,per:13,larg:8,"0x6c91c70":[],plotimag:2,gsasiiphsgui:[1,10],prob:9,run:[4,9,13,8],"2th":3,step:[13,3],output:[4,9,6,11,8],invarraylist:4,getpowderpeak:8,constraint:[1,4,5,8,10,11,13],imagefil:8,lieberman:9,"0xb931e70":[],modal:8,"0x17cc0970":[],updatenotebook:8,gamma:[9,13],cutoff:6,"__future__":8,rho:6,getdetectorxi:0,within:[9,13],keystrok:8,textureindex:9,setnewphas:8,groupconstraint:4,badvalu:3,npcosd:3,getdmax:12,apprevi:8,fast:[6,8],perp:0,includ:[9,12,6,8],"0x17d493b0":[],properli:8,pwr:12,transfertowindow:8,gettofgamma:6,"0xc92aa30":[],sthl2:3,translat:[9,6],atom:[9,6,13,11,8],line:[2,8],info:[9,2,11,8],dfdvdict:11,idlist:[13,6],consist:[4,8],caller:10,"0x17d1ac30":[],disaglctl:11,getatomitemsbyid:6,indexpeaklistsav:8,"0x7b26f30":[],constant:[4,9,6],projfilesav:8,doesn:9,horizontallin:8,jmin:6,g2phase:8,showcontrol:[11,7],titl:[5,10,13,8],sequenti:[4,5,8],invalid:8,nam:4,bmat:6,addmpl:2,angstrom:13,getdens:6,asymmetr:13,nice:9,draw:[9,6,13,8],"0x17d494b0":[],elementt:[1,9],g2frame:[2,10,8],f000x:13,gsasiitoolbar:2,eval:6,plotcanva:2,setdefaultsampl:10,f000n:13,svn:9,algorithm:[9,6],getellips:0,orbit:9,spcgroup:[9,13,11,8],fixeddict:4,"0x17e34830":9,dict2map:4,ypix:0,scroll:8,x_new:6,code:[0,9,12,8],edf:8,edg:9,queri:6,broaden:2,"0x21e7df0":[],ellips:[0,2],pfx:[11,3],"0x17d4a2b0":[],"0x17d18230":[],showmod:8,elsewher:4,onimportgener:5,estim:6,opposit:9,powderfil:8,"0x1e73fb0":[],g2plotmpl:2,"0xc92abb0":[],wave:[0,11,12,3],calczdiscosb:0,volum:9,showabc:13,tri:5,cctbx:9,button:[5,8],shtxcal:11,"0xc92aaf0":[],"try":6,"3x3":[9,13],getusedhistogramsandphas:11,errstr:9,phasedata:11,pleas:8,getfprim:11,focu:8,onpatterntreeselchang:[5,10],"0x17d187f0":[],acid:9,carlo:13,click:10,append:8,compat:[5,8],index:[10,1,12,6,8],fitstrain:0,cell:[1,13,6,8,9,10,12,11],experiment:6,onpagechang:2,gsasiistruct:5,feval:6,sgdata_t:[],a2gmat:9,sint:8,"0x1e740f0":[],bodi:[13,2,10,11],let:6,hkl:[9,12,6],sind:8,sine:8,sinc:8,gsasiiio:[1,5,8],refldata:6,convert:[4,9,6,8],copyright:[11,7],getpatterntreedatanam:8,ifcoup:9,addogl:2,sangl:9,getvcov:6,typic:8,phasenam:[11,2,10],maker:0,pxy:0,calibr:[1,9,2],appli:[4,13,6,11,8],app:[5,8],scalex:0,submodul:[1,11,10],"boolean":9,dict2deriv:4,sgn:6,scalei:0,hess:6,formulaev:8,"0x17d1a1f0":[],from:[0,2,4,5,6,8,9,10,11,12,13],zip:8,shcoef:9,chi:[0,9,13],doubl:[],gsasiipwd:3,isotrop:9,mydir:13,equivalenc:4,fitcircl:0,few:[],"0x17d18130":[],fep:6,save:[4,5,6,13,8],panel:8,sort:[9,6],"0xbdfdb70":[],getcellesd:11,fulldescr:13,gsasiidata:[1,9],trail:6,iabsnt:9,calc_rdsq2:9,retriev:[9,6],augment:6,"0x7b26ef0":[],extradoc:3,thin:8,assum:[5,9],meet:6,scatter:[1,9,3,13],control:[0,5,3,7,8,10,11,12,13],printrestraint:11,"0xc92ab70":[],process:[4,10,8],tax:2,taz:2,chisq:13,htype:11,tab:[2,10],tam:0,xmin:6,multiplechoicesdialog:8,tan:[6,8],updateindexpeaksgrid:10,tai:2,revstr:9,notblank:8,surfac:[0,6],fm3m:[],dpdpola:3,"0x17cc0ab0":[],brian:[],sig:[13,3,8],getbackupnam:11,getpreforiderv:11,backcolor:13,sij:3,"0x20d5130":[],sin:[9,3,8],likewis:4,frac:13,overridden:8,singular:[4,6],gsasiimath:[1,6],prelbl:8,g2plot3d:2,notebook:[10,8],inst:3,ranfunc:12,getdescr:13,fitr:0,getindependentvar:4,"0x17d18fb0":[],"0x17e34870":9,bind:[9,13,8],getpowderprofil:11,correspond:[4,11,3],mjk:4,allop:9,allow:[4,5,3,9,8],asc:9,xyzequiv:9,newcelldict:[13,8],"0x1f57130":[],hx2rh:9,itemloc:6,"0x17e364b0":9,move:[9,10,8],gettofsigderiv:6,gethstrainshift:11,formatconstraint:[],outer:[13,6],chosen:[2,8],"0x17d1a0b0":[],getdependentvar:4,uijtou6:9,friedel:9,penaltyfxn:11,scextinct:11,greater:[9,6],handl:[10,8],overal:[13,8],rowechelon:[],norm_gen:3,dat:9,covvari:13,shtxcalderv:11,mustrainnam:9,byteord:8,diagon:13,distangl:11,plotseq:2,nfa:9,edit:[5,8],"0x7b26fb0":[],getwidthscw:3,paramprefix:4,genhbravai:9,jephcoat:3,gettofbeta:6,mode:8,independentvar:4,getdistsig:6,multipleblockselector:8,product:6,sortarrai:6,setbackgroundparm:3,onpwdrsum:5,gsnotebook:8,getmagformfaccoeff:9,special:13,out:[4,8],variabl:[1,4,13,6,8,11],matrix:[0,13,6,8,9,11],importsfactreaderlist:5,waal:13,stub:9,polfcal:9,mustrain:[9,2],rel:[4,6],lattic:[9,13],ref:[13,3,11],ran2axi:12,insid:9,atomuij2tl:6,dictionari:[6,4,5,3,8,9,10,11],usual:[0,6],releas:9,singlestringdialog:8,dmax:12,valesd:6,sgsy:[9,13],could:5,put:[9,11,8],keep:8,length:[9,6,13,8],outsid:9,geometri:3,retain:8,choicelist:8,"0x20d51f0":[],softwar:[9,8],edgefind:0,cmmm:[],constrdict:4,list1:8,q2mat:6,date:[],imagelocalmax:0,onreadpowderpeak:5,unknown:9,system:[9,8],messag:[5,9,11],"0xb931c70":[],arrayin:4,disagldata:11,subdirectori:9,hkld:9,"final":[4,6],storeequival:4,shell:8,cyc:6,thresh:3,rst:[],uniquecombin:9,stringopsprod:9,structur:[1,2,5,6,7,8,11,13],charact:[9,13,8],"0x17d49370":[],ranid:13,bet:3,exp:[6,8],clip:13,marfram:8,gsasiiobj:[1,13],getpawleyconstr:11,ballscal:13,have:[4,9,13,8],tabl:[1,4,5,6,8,9,10],need:[0,2,5,3,7,8,9,10,11,12,13],getpowderprofilederv:11,hessian:[13,6],getfcjvoigt:3,min:[6,8],gsasii:[1,5,3,8,9,10,11],mix:4,discret:6,which:[1,2,3,5,6,8,9,10,4,13],onmakepdf:5,detector:[2,3,8],singl:[2,4,5,8,11,13],textur:[13,11],unless:8,maxcyc:6,vdwradii:13,eltabl:9,"0x18a61130":[],pyd:9,why:5,imagecalibr:[0,1,9],placement:13,retval:6,request:[2,8],indx:[12,6],face:9,determin:[4,9,13,8],constrain:4,rotdmat:9,datafram:8,svngetrev:9,"0x1e74030":[],text:[5,9,8],filetyp:5,"0x2376530":[],loadid:13,bring:[10,8],"0x17e347b0":9,varnam:13,redirect:5,locat:[1,9,6,13,8],rbdata:[2,6],setdatamenubar:8,should:[4,13,6,8,9,5],dict2valu:[11,3],fillarrai:[],gsasiistrmath:[1,13,11],anneal:[13,6],local:9,hope:8,fithklz:12,usefit:6,sgop:[9,13],xsum:0,"0xb931df0":[],showbann:[11,7],pickel:10,beam:0,indparmlist:4,"0x18a610f0":[],increas:[13,6,8],enabl:8,possibl:[4,9,6,8],tth:[0,9,3],gram:4,contain:[2,4,5,3,8,9,13],shl:3,dpi:2,view:[5,13],constlist:11,penaltyderiv:11,gethklpeak:3,importmenuid:5,frame:[5,10,8],accord:[9,13],"3mr":[9,13],dialog:[5,8],powder:[1,2,5,3,8,9,10],dopawlei:13,dlg:[3,11,12,6,8],correctli:[3,8],sgdata:[6,13,3,8,9,11],pattern:[1,13,2,10,8],numer:6,written:11,setpeakparm:6,theta:[0,9,2,3],getwav:6,pawleylookup:11,xrang:6,kei:[6,4,13,3,8,9,11],updatereflectiongrid:10,zstep:13,entir:[11,8],onimportphas:5,"0x1e741b0":[],"2pi":6,kev:9,deletedata:5,depthfog:13,nfc:9,addit:[4,8],fitdetector:0,equal:4,len:[],etc:[0,3,9,2,6],instanc:2,equat:[4,13],viewdir:13,onfileclos:5,rama:2,getrestraint:11,n_ob:[],"0x17d4a1f0":[],"0x17d1aab0":[],indici:8,solv:[1,7],getfcjvoigt3:3,math:[1,9,11],respect:[6,8],clearsigint:5,showstringvalid:8,torsion:[2,6],quit:5,cauchi:6,cent:9,childrenless:8,compon:8,treat:8,"0x17d18070":[],mult2:[4,13],mult1:[4,13],immedi:6,kirfel:9,crsang:9,togeth:5,sigdict:[4,11,8],"0x18a611b0":[],"0x1e747f0":[],present:[4,5,9,8],onpatterntreekeydown:5,getdepsvoigt:3,defin:[0,4,5,6,8,9,10,13],observ:13,"0x6c91bf0":[],mz2:4,almost:8,"0x6c91d30":[],site:[9,13],archiv:8,refl:11,revis:9,"0x18a61170":[],ramachandrandist:9,getdatsig:6,histonam:10,cross:9,sqrt:[3,6,8],python:[1,9,8],pickid:8,largest:[9,6],"0x1f3df70":[],phi:[0,3,9,6],orbnam:9,http:4,cubic:[9,13],absorb:3,effect:4,ion:9,nob:[13,6],atommass:13,iob:13,expand:[5,8],uncertainti:[4,13,6,8],absorbderv:3,center:[9,13],well:[4,5,9,8],exampl:[6,8],command:8,sglaue:[9,6,11],setphasedata:11,"0x5feffb0":[],hessrefin:11,latest:9,test1:[9,8],test0:9,mfb:9,test2:[9,8],test5:9,rotorthoa:12,test7:9,less:[9,6,8],test9:9,calcramaenergi:6,nval:9,obtain:[5,6,9,8],readpowderiparm:5,a2cel:9,getconstraint:11,elemposit:9,adv:0,web:8,varynam:6,cellvari:11,checkinput:8,updaterbuij:6,add:[5,2,8],getfwhm:3,onhelpabout:8,densiti:6,lookup:9,match:[5,6,13,8],plotsngl:2,samsym:[9,6],onpatterntreeitemexpand:5,press:[2,8],updatemcsaxyz:6,height:[3,6],makequat:6,nfb:9,loss:8,updatecontrol:8,like:[9,6],lost:8,trigon:[9,13],bravai:[9,12],xydata:3,"0x17e34770":9,gsasiiimggui:[1,10],"0x17d181f0":[],resiz:5,sizeh:13,page:[2,10,8],polar:[9,3,13],"0x6c91cb0":[],linux:8,"export":8,updateddata:10,proper:9,gsasiistrmain:[1,11],librari:9,sampleparm:2,full_output:6,powderdata:8,instfil:5,getpeakprofil:3,esd:[4,6,8],fixval:9,g2plotnotebook:2,fouriermap:6,imaginari:9,"0x17cc09b0":[],zsum:0,cryst:[9,3],contraint:4,parentid:8,genhlau:9,setusedhistogramsandphas:11,about:[0,9,6,8],column:[9,8],freedom:4,"0x20d5930":[],odf:9,learn_rat:6,you:6,fals:[2,3,4,5,6,8,9,10,11,13],atomnum:13,disabl:8,rotaterbxyz:6,own:13,calcfij:0,"0x17d1a230":[],getasfmean:3,automat:[5,8],dataset:5,nkeep:4,waterfal:2,onpatterntreeitemdelet:5,getdetxyfromthazm:0,van:13,val:[13,8],getnxupqsym:9,m3m:[9,13],texturedata:11,onhelp:2,"3m1":[9,13],appl:[3,8],inner:[9,6,13],"0x17cc0b30":[],"var":[4,13],newimag:2,individu:8,"function":[1,2,3,11,6,8,9,10],getdistderv:6,uijequiv:9,unexpect:4,processconstraint:11,histogram:[5,10,13,11,8],scatfac:9,bltabl:9,highest:9,loc:8,leastsq:[11,3,8],made:11,bondlist:13,whether:6,flip:13,"0x1eb4ab0":[],below:[9,6,8],limit:[6,5,3,8,10,13],otherwis:[9,8],problem:[4,6,8],whichsvn:9,instead:8,reciproc:[9,13,11],evalu:[6,8],"int":[0,6,5,3,8,10,13],calccontrol:11,pid:[13,6],pix:0,"0x18a618b0":[],implement:[4,13,6,8],calc_v:9,ind:6,fjac:6,probabl:[9,13],getatomxyz:6,plottors:2,sglatt:[9,13],collabel:8,detail:[4,9,13],calcincid:3,importpowderdata:[5,8],readmarccdfram:[1,8],other:[4,13,6,8,9,10],bool:[13,6,8,9,11,5],futur:[5,3,8],varieti:8,my1:4,ndarrai:6,getresttors:6,sytsym:9,quaternion:[13,6],scrolledmultieditor:8,collist:[],scientif:8,overallparm:8,importbaseclass:8,"0xb931e30":[],myhtmlpanel:8,onchar:8,rbid:11},objtypes:{"0":"py:module","1":"py:function","2":"py:method","3":"py:class","4":"py:data","5":"py:attribute"},titles:["<em>GSASIIimage: Image calc module</em>","GSAS-II Developer&#8217;s Documentation","<em>GSASIIplot: plotting routines</em>","<em>GSASII powder calculation module</em>","<em>GSASIImapvars: Parameter constraints</em>","<em>GSAS-II Main Module</em>","<em>GSASIImath: computation module</em>","<em>GSASIIsolve - structure solving routines</em>","<em>GSAS-II GUI Routines</em>","<em>GSAS-II Utility Modules</em>","<em>GSAS-II GUI Submodules</em>","<em>GSAS-II Structure  Submodules</em>","<em>GSASIIindex: Cell Indexing Module</em>","<em>GSASIIobj: Data objects</em>"],objnames:{"0":["py","module","Python module"],"1":["py","function","Python function"],"2":["py","method","Python method"],"3":["py","class","Python class"],"4":["py","data","Python data"],"5":["py","attribute","Python attribute"]},filenames:["GSASIIimage","index","GSASIIplot","GSASIIpwd","GSASIImapvars","GSASII","GSASIImath","GSASIIsolve","GSASIIGUIr","GSASIIutil","GSASIIGUI","GSASIIstruc","GSASIIindex","GSASIIobj"]})
     1Search.setIndex({objects:{"":{GSASIIgrid:[8,0,1,""],GSASIImapvars:[4,0,1,""],GSASIIobj:[11,0,1,""],GSASIIpy3:[8,0,1,""],GSASIIstrMath:[13,0,1,""],GSASIIindex:[12,0,1,""],GSASIIstrIO:[13,0,1,""],ReadMarCCDFrame:[8,0,1,""],GSASIIphsGUI:[10,0,1,""],GSASIIrestrGUI:[10,0,1,""],GSASII:[5,0,1,""],GSASIIpath:[9,0,1,""],GSASIIpwd:[6,0,1,""],GSASIIElemGUI:[10,0,1,""],GSASIIimage:[0,0,1,""],GSASIIpwdGUI:[10,0,1,""],GSASIIplot:[3,0,1,""],GSASIImath:[2,0,1,""],GSASIIsolve:[7,0,1,""],GSASIIddataGUI:[10,0,1,""],GSASIIdata:[9,0,1,""],GSASIIimgGUI:[10,0,1,""],FormFactors:[9,0,1,""],GSASIIElem:[9,0,1,""],GSASIIIO:[8,0,1,""],GSASIIstrMain:[13,0,1,""],ElementTable:[9,0,1,""],unit_tests:[9,0,1,""],GSASIIconstrGUI:[10,0,1,""],GSASIIlattice:[9,0,1,""],ImageCalibrants:[9,0,1,""],GSASIIspc:[9,0,1,""]},GSASIIimgGUI:{UpdateImageControls:[10,1,1,""],UpdateMasks:[10,1,1,""],UpdateStressStrain:[10,1,1,""]},GSASIIgrid:{downdate:[8,3,1,""],SingleStringDialog:[8,3,1,""],AddHelp:[8,3,1,""],UpdatePWHKPlot:[8,1,1,""],MyHelp:[8,3,1,""],MyHtmlPanel:[8,3,1,""],GetPatternTreeItemId:[8,1,1,""],GridFractionEditor:[8,3,1,""],GetPatternTreeDataNames:[8,1,1,""],ItemSelector:[8,1,1,""],HorizontalLine:[8,1,1,""],UpdateSeqResults:[8,1,1,""],GSNoteBook:[8,3,1,""],GSGrid:[8,3,1,""],UpdateNotebook:[8,1,1,""],UpdateHKLControls:[8,1,1,""],MovePatternTreeToGrid:[8,1,1,""],ShowHelp:[8,1,1,""],ScrolledMultiEditor:[8,3,1,""],PickTwoDialog:[8,3,1,""],DisAglDialog:[8,3,1,""],DataFrame:[8,3,1,""],CallScrolledMultiEditor:[8,1,1,""],G2HtmlWindow:[8,3,1,""],SingleFloatDialog:[8,3,1,""],ValidatedTxtCtrl:[8,3,1,""],SymOpDialog:[8,3,1,""],SetDataMenuBar:[8,1,1,""],NumberValidator:[8,3,1,""],UpdateControls:[8,1,1,""],Table:[8,3,1,""]},GSASIImapvars:{ComputeDepESD:[4,1,1,""],GenerateConstraints:[4,1,1,""],GetIndependentVars:[4,1,1,""],GroupConstraints:[4,1,1,""],CheckConstraints:[4,1,1,""],GetDependentVars:[4,1,1,""],Dict2Map:[4,1,1,""],GramSchmidtOrtho:[4,1,1,""],Dict2Deriv:[4,1,1,""],VarRemapShow:[4,1,1,""],InitVars:[4,1,1,""],StoreEquivalence:[4,1,1,""],PrintIndependentVars:[4,1,1,""],Map2Dict:[4,1,1,""]},GSASIIobj:{LoadHistogramIDs:[11,1,1,""],VarName:[11,3,1,""]},"GSASIIIO.ImportBaseclass":{ContentsValidator:[8,2,1,""],MultipleBlockSelector:[8,2,1,""],BlockSelector:[8,2,1,""],MultipleChoicesDialog:[8,2,1,""],ExtensionValidator:[8,2,1,""]},"GSASIIplot.G2PlotNoteBook":{Rename:[3,2,1,""],add3D:[3,2,1,""],OnPageChanged:[3,2,1,""],clear:[3,2,1,""],addOgl:[3,2,1,""],addMpl:[3,2,1,""],Delete:[3,2,1,""]},"GSASII.GSASII":{OnImportPhase:[5,2,1,""],CopyDialog:[5,3,1,""],OnPatternTreeItemDelete:[5,2,1,""],OnImportPowder:[5,2,1,""],OnSize:[5,2,1,""],SumDialog:[5,3,1,""],OnPatternTreeItemCollapsed:[5,2,1,""],OnRefine:[5,2,1,""],OnFileClose:[5,2,1,""],CheckNotebook:[5,2,1,""],OnFileExit:[5,2,1,""],GetPhaseData:[5,2,1,""],OnImageRead:[5,2,1,""],OnPatternTreeItemExpanded:[5,2,1,""],ErrorDialog:[5,2,1,""],OnPwdrSum:[5,2,1,""],ViewParmDialog:[5,3,1,""],OnReadPowderPeaks:[5,2,1,""],GetPWDRdatafromTree:[5,2,1,""],OnImageSum:[5,2,1,""],FillMainMenu:[5,2,1,""],GetUsedHistogramsAndPhasesfromTree:[5,2,1,""],OnSeqRefine:[5,2,1,""],OnPatternTreeKeyDown:[5,2,1,""],OnMakePDFs:[5,2,1,""],OnImportSfact:[5,2,1,""],OnViewLSParms:[5,2,1,""],OnFileSaveas:[5,2,1,""],OnFileSave:[5,2,1,""],ReadPowderIparm:[5,2,1,""],OnRenameData:[5,2,1,""],GetPowderIparm:[5,2,1,""],OnFileOpen:[5,2,1,""],GetHKLFdatafromTree:[5,2,1,""],ExitMain:[5,2,1,""],GetFileList:[5,2,1,""],OnAddPhase:[5,2,1,""],ReadPowderInstprm:[5,2,1,""],OnImportGeneric:[5,2,1,""],ConstraintDialog:[5,3,1,""],OnDataDelete:[5,2,1,""],OnPatternTreeItemActivated:[5,2,1,""],OnDeletePhase:[5,2,1,""],OnPatternTreeSelChanged:[5,2,1,""]},GSASIIstrMath:{errRefine:[13,1,1,""],Values2Dict:[13,1,1,""],GetAtomFXU:[13,1,1,""],GetIntensityCorr:[13,1,1,""],GetHStrainShift:[13,1,1,""],GetReflPos:[13,1,1,""],dervRefine:[13,1,1,""],getPowderProfile:[13,1,1,""],GetHStrainShiftDerv:[13,1,1,""],StructureFactor:[13,1,1,""],GetAbsorbDerv:[13,1,1,""],penaltyDeriv:[13,1,1,""],StructureFactorDerv:[13,1,1,""],SCExtinction:[13,1,1,""],SHTXcal:[13,1,1,""],Dict2Values:[13,1,1,""],ApplyRBModels:[13,1,1,""],HessRefine:[13,1,1,""],ApplyXYZshifts:[13,1,1,""],GetFobsSq:[13,1,1,""],GetPrefOri:[13,1,1,""],GetReflPosDerv:[13,1,1,""],penaltyFxn:[13,1,1,""],GetSampleSigGam:[13,1,1,""],SHTXcalDerv:[13,1,1,""],GetNewCellParms:[13,1,1,""],GetSampleSigGamDerv:[13,1,1,""],GetAbsorb:[13,1,1,""],ApplyRBModelDervs:[13,1,1,""],GetPrefOriDerv:[13,1,1,""],SHPOcalDerv:[13,1,1,""],getPowderProfileDerv:[13,1,1,""],SHPOcal:[13,1,1,""],GetIntensityDerv:[13,1,1,""]},GSASIIindex:{monoCellReduce:[12,1,1,""],halfCell:[12,1,1,""],getDmax:[12,1,1,""],getDmin:[12,1,1,""],IndexPeaks:[12,1,1,""],FitHKL:[12,1,1,""],Values2A:[12,1,1,""],calc_M20:[12,1,1,""],sortM20:[12,1,1,""],FitHKLZ:[12,1,1,""],ranaxis:[12,1,1,""],DoIndexPeaks:[12,1,1,""],rotOrthoA:[12,1,1,""],scaleAbyV:[12,1,1,""],A2values:[12,1,1,""],rancell:[12,1,1,""],oddPeak:[12,1,1,""],refinePeaksZ:[12,1,1,""],findBestCell:[12,1,1,""],ran2axis:[12,1,1,""],ranAbyR:[12,1,1,""],swapMonoA:[12,1,1,""],ranAbyV:[12,1,1,""],refinePeaks:[12,1,1,""],TestData:[12,1,1,""]},GSASIIstrIO:{getCellEsd:[13,1,1,""],GetRigidBodyModels:[13,1,1,""],GetHistogramData:[13,1,1,""],GetRigidBodies:[13,1,1,""],SetPhaseData:[13,1,1,""],GetAllPhaseData:[13,1,1,""],GetHistogramPhaseData:[13,1,1,""],cellVary:[13,1,1,""],GetConstraints:[13,1,1,""],CheckConstraints:[13,1,1,""],GetUsedHistogramsAndPhases:[13,1,1,""],GetPawleyConstr:[13,1,1,""],GetPhaseData:[13,1,1,""],SetRigidBodyModels:[13,1,1,""],ShowControls:[13,1,1,""],ShowBanner:[13,1,1,""],GetFprime:[13,1,1,""],SetSeqResult:[13,1,1,""],ProcessConstraints:[13,1,1,""],GetPhaseNames:[13,1,1,""],GetHistograms:[13,1,1,""],GetControls:[13,1,1,""],GetRestraints:[13,1,1,""],GPXBackup:[13,1,1,""],PrintRestraints:[13,1,1,""],getBackupName:[13,1,1,""],SetUsedHistogramsAndPhases:[13,1,1,""],SetHistogramData:[13,1,1,""],GetHistogramNames:[13,1,1,""],cellFill:[13,1,1,""],SetHistogramPhaseData:[13,1,1,""]},ReadMarCCDFrame:{marFrame:[8,3,1,""]},GSASIIphsGUI:{UpdatePhaseData:[10,1,1,""]},GSASIIrestrGUI:{UpdateRestraints:[10,1,1,""]},GSASII:{GSASIImain:[5,3,1,""],GSASII:[5,3,1,""],main:[5,1,1,""]},GSASIIpath:{svnGetLog:[9,1,1,""],svnFindLocalChanges:[9,1,1,""],GetVersionNumber:[9,1,1,""],SetVersionNumber:[9,1,1,""],svnGetRev:[9,1,1,""],svnUpdateDir:[9,1,1,""],whichsvn:[9,1,1,""]},GSASIIpwd:{getFCJVoigt3:[6,1,1,""],norm_gen:[6,3,1,""],getdFCJVoigt3:[6,1,1,""],factorize:[6,1,1,""],getBackground:[6,1,1,""],getPeakProfile:[6,1,1,""],calcIncident:[6,1,1,""],DoPeakFit:[6,1,1,""],Dict2Values:[6,1,1,""],getEpsVoigt:[6,1,1,""],getFCJVoigt:[6,1,1,""],GetNumDensity:[6,1,1,""],ellipseSizeDerv:[6,1,1,""],AbsorbDerv:[6,1,1,""],CalcPDF:[6,1,1,""],Absorb:[6,1,1,""],GetAsfMean:[6,1,1,""],getdEpsVoigt:[6,1,1,""],Values2Dict:[6,1,1,""],fcjde_gen:[6,3,1,""],getHKLpeak:[6,1,1,""],LorchWeight:[6,1,1,""],Transmission:[6,1,1,""],getWidthsCW:[6,1,1,""],SetBackgroundParms:[6,1,1,""],makeFFTsizeList:[6,1,1,""],cauchy_gen:[6,3,1,""],Polarization:[6,1,1,""],Oblique:[6,1,1,""],ellipseSize:[6,1,1,""],getFWHM:[6,1,1,""],getBackgroundDerv:[6,1,1,""],getPeakProfileDerv:[6,1,1,""],Ruland:[6,1,1,""],TestData:[6,1,1,""],getWidthsTOF:[6,1,1,""]},"GSASIIgrid.NumberValidator":{TransferToWindow:[8,2,1,""],Clone:[8,2,1,""],TestValid:[8,2,1,""],CheckInput:[8,2,1,""],ShowValidity:[8,2,1,""],TransferFromWindow:[8,2,1,""],OnChar:[8,2,1,""]},"GSASIIgrid.MyHelp":{OnHelpById:[8,2,1,""],OnHelpAbout:[8,2,1,""],OnSelectVersion:[8,2,1,""],OnCheckUpdates:[8,2,1,""]},"GSASIIgrid.DataFrame":{PostfillDataMenu:[8,2,1,""],Bind:[8,2,1,""],PrefillDataMenu:[8,2,1,""]},GSASIIElemGUI:{PickElement:[10,3,1,""],DeleteElement:[10,3,1,""]},"GSASIIobj.VarName":{fullDescr:[11,2,1,""],name:[11,2,1,""],getDescr:[11,2,1,""]},"GSASIIElemGUI.PickElement":{ElButton:[10,2,1,""]},GSASIIimage:{pointInPolygon:[0,1,1,""],FitCircle:[0,1,1,""],makeRing:[0,1,1,""],GetEllipse:[0,1,1,""],ImageCalibrate:[0,1,1,""],makeIdealRing:[0,1,1,""],EdgeFinder:[0,1,1,""],ImageIntegrate:[0,1,1,""],GetDsp:[0,1,1,""],Fill2ThetaAzimuthMap:[0,1,1,""],GetAzm:[0,1,1,""],calcFij:[0,1,1,""],FitDetector:[0,1,1,""],makeMat:[0,1,1,""],calcZdisCosB:[0,1,1,""],ImageRecalibrate:[0,1,1,""],ImageCompress:[0,1,1,""],FitEllipse:[0,1,1,""],GetTthAzm:[0,1,1,""],calcDist:[0,1,1,""],Make2ThetaAzimuthMap:[0,1,1,""],GetTthAzmDsp:[0,1,1,""],GetDetectorXY:[0,1,1,""],FitRing:[0,1,1,""],checkEllipse:[0,1,1,""],GetDetXYfromThAzm:[0,1,1,""],FitStrain:[0,1,1,""],ImageLocalMax:[0,1,1,""],peneCorr:[0,1,1,""],FitStrSta:[0,1,1,""],GetTth:[0,1,1,""]},"GSASIIgrid.ScrolledMultiEditor":{ControlOKButton:[8,2,1,""]},GSASIIpwdGUI:{UpdatePeakGrid:[10,1,1,""],UpdateLimitsGrid:[10,1,1,""],UpdatePDFGrid:[10,1,1,""],UpdateBackground:[10,1,1,""],UpdateReflectionGrid:[10,1,1,""],SetDefaultSample:[10,1,1,""],UpdateUnitCellsGrid:[10,1,1,""],UpdateInstrumentGrid:[10,1,1,""],UpdateIndexPeaksGrid:[10,1,1,""],UpdateSampleGrid:[10,1,1,""],IsHistogramInAnyPhase:[10,1,1,""]},GSASIIplot:{PlotDeltSig:[3,1,1,""],PlotRama:[3,1,1,""],PlotPatterns:[3,1,1,""],PlotPeakWidths:[3,1,1,""],PlotExposedImage:[3,1,1,""],G2PlotNoteBook:[3,3,1,""],PlotTorsion:[3,1,1,""],PlotTexture:[3,1,1,""],G2PlotMpl:[3,3,1,""],PlotSeq:[3,1,1,""],PlotStructure:[3,1,1,""],PlotCovariance:[3,1,1,""],PlotSizeStrainPO:[3,1,1,""],G2PlotOgl:[3,3,1,""],PlotISFG:[3,1,1,""],PlotRigidBody:[3,1,1,""],PlotPowderLines:[3,1,1,""],PlotXY:[3,1,1,""],GSASIItoolbar:[3,3,1,""],PlotTRImage:[3,1,1,""],PlotIntegration:[3,1,1,""],G2Plot3D:[3,3,1,""],PlotImage:[3,1,1,""],PlotSngl:[3,1,1,""]},"GSASIIgrid.downdate":{getVersion:[8,2,1,""]},"GSASIIIO.ImportStructFactor":{UpdateControls:[8,2,1,""]},"GSASIIgrid.ValidatedTxtCtrl":{ShowStringValidity:[8,2,1,""],EvaluateExpression:[8,2,1,""]},"GSASIIIO.ImportPowderData":{powderdata:[8,5,1,""]},GSASIImath:{getRestPolefig:[2,1,1,""],getTOFgamma:[2,1,1,""],FindAtomIndexByIDs:[2,1,1,""],FourierMap:[2,1,1,""],setPeakparms:[2,1,1,""],GetDATSig:[2,1,1,""],FillAtomLookUp:[2,1,1,""],getMass:[2,1,1,""],SetMolCent:[2,1,1,""],mcsaSearch:[2,1,1,""],invQ:[2,1,1,""],getRestAngle:[2,1,1,""],getTOFsigDeriv:[2,1,1,""],getTOFbeta:[2,1,1,""],RotateRBXYZ:[2,1,1,""],PeaksUnique:[2,1,1,""],getRestPolefigDerv:[2,1,1,""],makeQuat:[2,1,1,""],getSyXYZ:[2,1,1,""],SearchMap:[2,1,1,""],prodQVQ:[2,1,1,""],TLS2Uij:[2,1,1,""],getCWgamDeriv:[2,1,1,""],HessianLSQ:[2,1,1,""],Q2AVdeg:[2,1,1,""],printRho:[2,1,1,""],getRamaDeriv:[2,1,1,""],Q2AV:[2,1,1,""],AV2Q:[2,1,1,""],adjHKLmax:[2,1,1,""],getRestDeriv:[2,1,1,""],getAngSig:[2,1,1,""],anneal:[2,1,1,""],calcRamaEnergy:[2,1,1,""],AtomUij2TLS:[2,1,1,""],getRestDist:[2,1,1,""],getDistDerv:[2,1,1,""],getCWgam:[2,1,1,""],getRestChiral:[2,1,1,""],getTOFgammaDeriv:[2,1,1,""],AtomTLS2UIJ:[2,1,1,""],getRestPlane:[2,1,1,""],GetAtomCoordsByID:[2,1,1,""],AVdeg2Q:[2,1,1,""],getTOFsig:[2,1,1,""],GetSHCoeff:[2,1,1,""],GetXYZDist:[2,1,1,""],Q2Mat:[2,1,1,""],GetAtomsById:[2,1,1,""],prodQQ:[2,1,1,""],getAtomXYZ:[2,1,1,""],getCWsig:[2,1,1,""],getDensity:[2,1,1,""],calcTorsionEnergy:[2,1,1,""],PeaksEquiv:[2,1,1,""],getTOFalpha:[2,1,1,""],ChargeFlip:[2,1,1,""],getRestTorsion:[2,1,1,""],getWave:[2,1,1,""],sortArray:[2,1,1,""],GetDistSig:[2,1,1,""],ValEsd:[2,1,1,""],GetTorsionSig:[2,1,1,""],getVCov:[2,1,1,""],getCWsigDeriv:[2,1,1,""],UpdateRBUIJ:[2,1,1,""],getTOFalphaDeriv:[2,1,1,""],findOffset:[2,1,1,""],GetAngleSig:[2,1,1,""],OmitMap:[2,1,1,""],UpdateRBXYZ:[2,1,1,""],getRestRama:[2,1,1,""],UpdateMCSAxyz:[2,1,1,""],normQ:[2,1,1,""],getTorsionDeriv:[2,1,1,""],getTOFbetaDeriv:[2,1,1,""],GetAtomItemsById:[2,1,1,""]},GSASIIsolve:{ShowBanner:[7,1,1,""],main:[7,1,1,""],Solve:[7,1,1,""],ShowControls:[7,1,1,""]},GSASIIddataGUI:{UpdateDData:[10,1,1,""]},GSASIIspc:{test1:[9,1,1,""],test0:[9,1,1,""],test3:[9,1,1,""],test2:[9,1,1,""],SytSym:[9,1,1,""],StandardizeSpcName:[9,1,1,""],GetCSuinel:[9,1,1,""],SGErrors:[9,1,1,""],GetKNsym:[9,1,1,""],HStrainNames:[9,1,1,""],SpcGroup:[9,1,1,""],GetNXUPQsym:[9,1,1,""],AllOps:[9,1,1,""],MustrainNames:[9,1,1,""],selftestlist:[9,4,1,""],GetOprPtrName:[9,1,1,""],GenHKLf:[9,1,1,""],Muiso2Shkl:[9,1,1,""],ElemPosition:[9,1,1,""],SpaceGroup:[9,1,1,""],StringOpsProd:[9,1,1,""],Latt2text:[9,1,1,""],GenAtom:[9,1,1,""],SGpolar:[9,1,1,""],GetCSxinel:[9,1,1,""],ApplyStringOps:[9,1,1,""],SGPrint:[9,1,1,""],Opposite:[9,1,1,""],MT2text:[9,1,1,""],MoveToUnitCell:[9,1,1,""],MustrainCoeff:[9,1,1,""]},"GSASIIplot.GSASIItoolbar":{OnHelp:[3,2,1,""],OnKey:[3,2,1,""]},"GSASII.GSASIImain":{MacOpenFile:[5,2,1,""],OnInit:[5,2,1,""]},"GSASIIElemGUI.DeleteElement":{ElButton:[10,2,1,""]},"GSASIIIO.ExportBaseclass":{loadParmDict:[8,2,1,""],loadTree:[8,2,1,""],dumpTree:[8,2,1,""]},GSASIIElem:{GetFFC5:[9,1,1,""],GetXsectionCoeff:[9,1,1,""],FixValence:[9,1,1,""],ComptonFac:[9,1,1,""],CheckElement:[9,1,1,""],getFFvalues:[9,1,1,""],getBLvalues:[9,1,1,""],GetMagFormFacCoeff:[9,1,1,""],ScatFac:[9,1,1,""],FPcalc:[9,1,1,""],GetBLtable:[9,1,1,""],GetAtomInfo:[9,1,1,""],GetFormFactorCoeff:[9,1,1,""],GetFFtable:[9,1,1,""]},GSASIIIO:{GetEdfData:[8,1,1,""],ImportStructFactor:[8,3,1,""],GetGEsumData:[8,1,1,""],GetTifData:[8,1,1,""],ImportPowderData:[8,3,1,""],ReadPDBPhase:[8,1,1,""],PDFSave:[8,1,1,""],GetG2Image:[8,1,1,""],powderFxyeSave:[8,1,1,""],ExtractFileFromZip:[8,1,1,""],CheckImageFile:[8,1,1,""],GetImgData:[8,1,1,""],MultipleChoicesDialog:[8,3,1,""],sint:[8,1,1,""],SaveIntegration:[8,1,1,""],FileDlgFixExt:[8,1,1,""],SetNewPhase:[8,1,1,""],IndexPeakListSave:[8,1,1,""],PutG2Image:[8,1,1,""],ProjFileOpen:[8,1,1,""],GetImageData:[8,1,1,""],ProjFileSave:[8,1,1,""],GetPowderPeaks:[8,1,1,""],ExportBaseclass:[8,3,1,""],GetMAR345Data:[8,1,1,""],ReadEXPPhase:[8,1,1,""],ImportBaseclass:[8,3,1,""],ImportPhase:[8,3,1,""],sfloat:[8,1,1,""],PeakListSave:[8,1,1,""],powderXyeSave:[8,1,1,""]},"GSASIIgrid.SingleStringDialog":{GetValue:[8,2,1,""],Show:[8,2,1,""]},unit_tests:{test_GSASIIlattice:[9,1,1,""],test_GSASIIspc:[9,1,1,""]},GSASIIconstrGUI:{MultiIntegerDialog:[10,3,1,""],UpdateConstraints:[10,1,1,""],UpdateRigidBodies:[10,1,1,""]},"GSASIIgrid.AddHelp":{OnHelpById:[8,2,1,""]},GSASIIlattice:{test1:[9,1,1,""],Hx2Rh:[9,1,1,""],test3:[9,1,1,""],test2:[9,1,1,""],A2Gmat:[9,1,1,""],test4:[9,1,1,""],test7:[9,1,1,""],test6:[9,1,1,""],getHKLmax:[9,1,1,""],test8:[9,1,1,""],permutations:[9,1,1,""],CellBlock:[9,1,1,""],Rh2Hx:[9,1,1,""],Flnh:[9,1,1,""],fillgmat:[9,1,1,""],invpolfcal:[9,1,1,""],Uij2Ueqv:[9,1,1,""],Gmat2AB:[9,1,1,""],GetBraviasNum:[9,1,1,""],calc_rDsq2:[9,1,1,""],test5:[9,1,1,""],rotdMat4:[9,1,1,""],SwapIndx:[9,1,1,""],GenSHCoeff:[9,1,1,""],CentCheck:[9,1,1,""],sortHKLd:[9,1,1,""],CellAbsorption:[9,1,1,""],UijtoU6:[9,1,1,""],selftestlist:[9,4,1,""],test9:[9,1,1,""],invcell2Gmat:[9,1,1,""],A2cell:[9,1,1,""],polfcal:[9,1,1,""],calc_V:[9,1,1,""],textureIndex:[9,1,1,""],GetKsl:[9,1,1,""],calc_rVsq:[9,1,1,""],sec2HMS:[9,1,1,""],GenHLaue:[9,1,1,""],cell2Gmat:[9,1,1,""],CosSinAngle:[9,1,1,""],rotdMat:[9,1,1,""],SamAng:[9,1,1,""],cell2A:[9,1,1,""],criticalEllipse:[9,1,1,""],MaxIndex:[9,1,1,""],Gmat2cell:[9,1,1,""],combinations:[9,1,1,""],uniqueCombinations:[9,1,1,""],CrsAng:[9,1,1,""],Glnh:[9,1,1,""],cell2AB:[9,1,1,""],selections:[9,1,1,""],GetKcl:[9,1,1,""],calc_rDsq:[9,1,1,""],calc_rV:[9,1,1,""],calc_rDsqZ:[9,1,1,""],OdfChk:[9,1,1,""],cell2GS:[9,1,1,""],GetKclKsl:[9,1,1,""],GenHBravais:[9,1,1,""],Gmat2A:[9,1,1,""],A2invcell:[9,1,1,""],U6toUij:[9,1,1,""],Uij2betaij:[9,1,1,""]},"GSASIIIO.ImportPhase":{PhaseSelector:[8,2,1,""]},GSASIIstrMain:{SeqRefine:[13,1,1,""],DistAngle:[13,1,1,""],DisAglTor:[13,1,1,""],Refine:[13,1,1,""],BestPlane:[13,1,1,""],main:[13,1,1,""]},GSASIIpy3:{FormatValue:[8,1,1,""],FormulaEval:[8,1,1,""]}},terms:{getnumdens:6,structurefactorderv:13,orthogon:9,represent:9,yellow:8,four:[13,2,11,8],elemlst:8,prefix:13,displac:11,fcjde_gen:6,helplbl:8,ranabyr:12,ranabyv:12,deviat:2,noatom:11,"0xbdfd930":[],under:[9,13],suitabl:[0,9],showhelp:8,calcdist:0,everi:[4,11,2,8,9,5],"0xca6e6b0":[],"0x20d5070":[],dollas:11,"0x1f57070":[],uij2u:9,radiusfactor:11,affect:4,relval:[],dependentparmlist:4,unitcellbox:11,atomdata:[9,2],gethistogram:13,correct:[11,6,8,9,13,5],phasedict:11,"0x17d4a270":[],vector:[11,4,9,2,13],matric:[4,2],fill2thetaazimuthmap:0,freidel:11,getrestplan:2,calc_m20:12,"0xc92ac30":[],cell2g:9,importstructfactor:[5,8],direct:[11,2],getdfcjvoigt3:6,second:[11,4,5,2,9],"4x4":9,even:[9,11],neg:[11,2,8],"0x1f3def0":[],checknotebook:5,"0xca95530":[],"new":[4,5,2,8,9,11,13],databank:5,analtyt:13,"49012e":2,widget:[10,8],displai:[5,3,10,11,8],"0x17d492f0":[],"0x202a3b0":[],here:[9,8],met:2,getcwsig:2,path:[5,9],interpret:[11,9,13],penecorr:0,interatom:11,precis:[2,8],aui:8,"0xb96c8f0":[],aka:[13,11],covdata:[13,2],getcwgam:2,linearli:4,putg2imag:8,total:9,unit:[1,4,11,2,8,9,10],ftol:2,plot:[1,11,3],describ:[4,9,11],dmdv:[4,13],seqnam:3,flnh:9,vol:6,positiveonli:8,call:[6,4,5,2,8,9,10,13],"0x20d3fb0":[],"0x1e0b9f0":[],calc:[0,1,6,8],type:[1,3,13,2,8,9,11],until:2,cellfil:13,swap:[],updatehklcontrol:8,inst2:6,inflect:9,relat:[11,4,9,2,13],notic:[13,7],warn:13,exce:13,"0x17d4a870":[],hold:[13,11,8],must:[4,11,2,8],"2phi":6,cell2ab:9,setup:[13,6],work:[9,2,8],wtfactor:11,betaij:9,rd_list:5,root:11,obliqu:6,avdeg2q:2,overrid:8,sorthkld:9,"0x17cc0a70":[],digit:8,indic:[4,9,2,11,8],loadhistogramid:11,"0x17e346f0":[],getphasedata:[5,13],odfchk:9,cylind:6,ilim:0,gsasiiimag:[0,1],how:[9,2,11],histophas:13,collaps:5,lam:[9,11],u22:[9,11],after:[3,6,4,13,2,8],substanc:9,befor:[6,4,13,2,8,11],sedg:9,rulcoff:6,oninit:5,"0x17d1a170":[],averag:11,svngetlog:9,"0x5b45230":[],attempt:[5,8],third:11,constraintdialog:5,gsasiielemgui:[1,10],jlim:0,enter:8,lambda:[9,6],g13:9,order:[9,11,8],g11:9,oatom:2,origin:[4,2],over:[13,2,8],mx2:4,becaus:[9,8],mx1:4,curve_fit:2,"0xca96470":[],incid:0,varremapshow:4,vari:[4,13,2,11],"0x17d1a1b0":[],"0xca96270":[],sgtbx:9,img:8,"0x5b45430":[],fix:[4,13,6,11,8],strang:8,rigidbodi:13,ifdup:9,gsasiiddata:10,getbackgroundderv:6,onc:4,histlist:11,gridfractioneditor:8,calc_rvsq:9,oncheckupd:8,them:[4,9,13,8],var1:11,mapdata:2,thei:[4,9,2,11,8],var2:11,coehlo:12,g2obj:[],readpowderinstprm:5,"break":8,printrho:2,setvalu:8,bank:5,choic:[10,8],"0xca962b0":[],getvalu:8,conflict:4,atptr:[13,2],svnfindlocalchang:9,g2htmlwindow:8,european:8,"0x17d49430":[],side:9,mean:[6,8],wxapp:5,updateseqresult:8,laboratori:9,extract:[9,11,8],unbound:8,goe:11,newli:4,gof:11,rh2hx:9,dsp:[0,2],predefin:8,content:[5,2,8,9,10,11,13],gonio:11,reader:[5,8],comptonfac:9,ntz:2,linear:13,oxyz:2,free:9,standard:[1,9,2,11,8],ellipsesizederv:6,element:[1,11,6,8,9,10],longnam:6,fcalcpres:8,"2g_":[],angl:[0,3,6,11,2,8,9],"0xc6296f0":[],"0x7a3feb0":[],"0xc92ab30":[],iso:[],getknsym:9,argonn:[],"0x279ec30":9,shkl:9,rang:2,"0x17d4a730":[],independ:4,system:[9,8],unlik:4,alreadi:8,"0x2376470":[],"0x6144930":[],thick:6,agre:5,primari:11,sgcen:[9,11],cartesian:[9,2,11],"0x17d1a0f0":[],tor:2,top:[11,2,8],xdata:6,master:4,dwell:2,zipfil:8,a31:9,q2avdeg:2,consol:13,"0xc634730":[],makemat:0,"0xca95670":[],phipsi:3,"0x279eab0":9,getfobssq:13,test_gsasiilattic:9,keyword:8,provid:[4,9,6,8],getrestangl:2,hname:13,atomtyp:[9,11],project:[5,11,8],matter:[9,8],plotcovari:3,rotdmat4:9,jmol:9,plotstructur:3,maxdigit:8,fashion:9,"0x234a770":[],quench:2,"0xc6057b0":[],deleteel:10,rai:[0,9,6,11],fithkl:12,raw:5,seed:2,seen:[9,3],seem:8,getazm:0,gsa:[1,4,5,8,9,10,11,13],applyrbmodel:13,mfa:9,latter:4,elsym:9,hklfname:5,parmlist:4,scaleabyv:12,object:[1,5,8,9,10,11,13],vdwscale:11,boltzmann:2,rbmodel:[13,11],letter:[9,11],phase:[1,3,5,2,8,9,10,11,13],typ:8,im3m:[],usecancel:8,tradit:11,peaksequiv:2,gettthazmdsp:0,simplif:4,doc:[0,3,6,13,2,7,8,9,10,12],"0x20d51b0":[],doe:[0,5,2,11,8],sitesym:9,gmat2cel:9,displacei:11,sum:[2,5,6,11,8],came:8,"0xca555b0":[],fhkl:2,getg2imag:8,random:[11,2],radiu:[0,11,6],radii:[0,11],getbltabl:9,pkg:8,generateconstraint:4,involv:4,absolut:9,exactli:11,gettorsionsig:2,ellipsoid:[9,3,11],contourlevel:11,menu:[5,8],explain:[],"0xb931c30":[],gsasiimapvar:[1,4],"0xca952f0":[],sethistogramphasedata:13,balyuzi:9,maetric:9,testdata:[12,6],plate:[6,8],shkei:2,halfcel:12,wide:8,bondradiu:11,stop:2,errrefin:13,ruland:6,bondradii:11,symmetr:2,dgmda:9,makefftsizelist:6,gettofbeta:2,"0x17d49330":[],"0xc629770":[],respond:[3,10],headinglist:8,plotpeakwidth:3,datatyp:[5,6,8],num:[2,6],dervrefin:13,result:[11,9,2,13,8],respons:5,fail:9,fosq:8,best:[9,8],movetounitcel:9,dependentlist:4,tensor:[11,9,13],mur:6,"0x18a61030":[],wikipedia:4,atlookup:[13,2],figur:[3,2],finger:[11,6],"0xc4ca830":[],parmdict:[0,2,4,5,6,8,13],triplet:11,omg:0,gpxfile:[13,7],gsasiirestrgui:[1,10],newnam:3,updateimagecontrol:10,extens:[5,8],deby:11,gsasiilattic:[1,9],toler:[9,2],"0xb96cd30":[],cov:2,cox:[11,6],compton:[9,6],against:9,"0x17d4a070":[],refltyp:2,omitmap:2,chargeflip:2,browser:8,setseqresult:13,con:11,schmidt:4,base_schedul:2,"2nd":9,permut:9,xtol:[2,6],sgpolax:[9,11],swapindx:9,mulp:9,itemselector:8,duplic:[9,8],gethklfdatafromtre:5,plotpowderlin:3,getdmin:12,numpi:[1,6,13,2,8,9],three:[4,11,2,8],been:[4,9,2,13,8],marquardt:11,much:8,mult:[9,11],basic:[1,8],"0xb931db0":[],filedlgfixext:8,ani:[4,5,2,8,9,11,13],cauchy_gen:6,child:11,pdfsave:8,"0xb931cf0":[],findoffset:2,ident:[9,8],diffract:[1,11,8,9,10,5],tand:8,cell2a:9,calcul:[1,5,6,9],getpwdrdatafromtre:5,glnh:9,elbutton:10,oldpag:10,"0xc605770":[],"0xc92aa70":[],"0x1f3dfb0":[],kwarg:[3,8],setmolc:2,march:11,sever:4,incorrectli:8,perform:[11,2,7,8,9,5],make:[0,5,2,8,9,10,13],"0x234a830":[],complex:4,descend:9,mcsa:[11,2],"0xc60a770":[],"0x279eb70":9,phasenum:11,"0x1e741f0":[],"0xc639730":[],numbervalid:8,refin:[4,5,2,8,11,12,13],movepatterntreetogrid:[10,8],topa:8,redefin:4,"0x18a61b30":[],wtype:5,updatelimitsgrid:10,contact:9,"0x17d1a970":[],thi:[0,1,3,4,5,2,8,9,10,11,12,13],onpatterntreeitemcollaps:5,left:11,stringent:2,identifi:8,just:9,getreflposderv:13,doindexpeak:12,equivalanc:4,getreflpo:13,sgsymbol:9,yet:12,previous:4,directli:11,lener:9,getwidthstof:6,mask:[0,3,10],fortran:9,hap:[13,11],els:[9,13],expon:8,constrant:4,applic:5,cossinangl:9,"0x20d5bb0":[],gettofgammaderiv:2,preserv:8,"0x234a6f0":[],longformatnam:8,ifrevers:9,id_ok:8,background:[10,11,6,8],authorship:[13,7],getsyxyz:2,searchmap:2,"0x1e74930":[],measur:11,g33:9,vdw:11,specif:[5,9,8],arbitrari:[9,11],"0xca96130":[],oddpeak:12,"0x1eb49f0":[],dzero:2,oxid:9,right:6,old:[5,9],"0x6c91d70":[],deal:9,"0xc60a6f0":[],intern:4,maxit:2,getintensityderv:13,transmiss:6,plotdeltsig:3,thu:[4,8],uniq:9,normal:[9,3,2],subclass:5,gettofalphaderiv:2,getbackground:6,fob:11,gettifdata:8,"0x5ff43f0":[],"0xca953f0":[],formfactor:[1,9],plu:1,histnum:11,binden:9,baktyp:6,saveintegr:8,repositori:[9,8],post:8,gpxbackup:13,filepoint:8,obj:5,atomtls2uij:2,latt2text:9,slightli:9,polariz:11,simul:[11,2],"0xb931d70":[],produc:8,postfilldatamenu:8,t_new:2,containt:[4,2],xyz:[11,9,2,13],"float":[0,6,4,11,2,8,9],bound:[5,2],xye:8,"0x17e34730":[],accordingli:8,"0x5ff4330":[],wai:[9,8],support:8,gettthazm:0,transform:[9,2,11],"class":[1,3,6,5,2,8,10,11],avail:[3,2],width:11,getatomfxu:13,editor:8,fraction:[9,11,8],lowest:11,head:[9,8],"0x202a430":[],form:[11,4,9,13],offer:8,forc:[11,8],obcoeff:6,plottextur:3,"0x20d57f0":[],resetreflist:13,formatnam:8,"true":[3,5,2,8,9,11,13],rbobj:2,absent:9,azm:[0,6],coeff:[2,9,3,6],pawleyvari:13,"0x202a1b0":[],"0x21e7d70":[],crystal:[5,3,2,9,13],gettorsionderiv:2,prodqvq:2,updatebackground:10,"0xca95270":[],"0x6c91cf0":[],dumptre:8,hstrainnam:9,diagnost:3,exist:[4,5,13,8],updateunitcellsgrid:10,tornam:3,check:[4,9,8],ijk:9,nx1:4,fixedvarlist:4,tip:10,refactor:[0,12],tetragon:[9,11],test:[1,9,3,2,8],tif:8,"0xca95470":[],cell2gmat:9,intend:[11,8],intens:[9,3,11,8],textcrtl:8,omega:[0,9,11],brentano:[11,6],longer:[11,2],anywher:[],postlbl:8,pseudo:[2,8],genshcoeff:9,ignor:[4,11,8,9,13,5],nmin:6,time:[11,5,2,9],"0x17e348f0":[],nxn:[11,2],"0x17e34930":[],powderxyesav:8,rancel:12,"0xca965b0":[],spgrp:[9,11],skip:5,global:[1,11,4],"0x1e156b0":[],pval:13,invcell2gmat:9,unit_test:[1,9],unconstrain:4,forceunit:8,"0x1eb4a30":[],row:[4,9,11],"0xc92aab0":[],depend:[4,9,6,11,8],unnumb:11,zone:3,plotxi:3,decim:[2,8],readabl:2,calc_rdsqz:9,zref:12,okcontrol:8,vec:13,"0x6144770":[],plotrigidbodi:3,"0x21e7e30":[],getangsig:2,shpocal:13,sourc:[0,2,3,4,5,6,7,8,9,10,11,12,13],string:[0,2,3,4,5,6,7,8,9,10,11,12,13],sgpolar:9,planedata:13,getramaderiv:2,fitellips:0,condit:2,cool:2,level:[11,2],gui:[1,9,12,10,8],iter:2,"0x203b5f0":[],magnet:9,item:[1,4,5,2,8,9,10,11,13],varylist:[0,6,4,13,2,8,11],gmat2a:9,nparrai:2,siga:13,prevent:[4,8],cosd:8,slower:8,"0x18a618f0":[],sign:[9,8],cost:2,phfx:13,g22:9,appear:[4,5,8],"0x235d2f0":[],selftestlist:9,uniform:2,current:[11,5,9,13,8],axial:9,u33:[9,11],copydialog:5,deriv:[6,4,13,2,8,9],printindependentvar:4,genatom:9,coeffici:[2,9,6,11],satisfi:4,"0x17d1a030":[],plotsizestrainpo:3,box:8,dreel:[],"0x235d230":[],shift:[13,11,8],bot:[],av2q:2,bob:0,findatomindexbyid:2,onviewlsparm:5,commonli:9,nmax:6,hst:4,extra:[2,8],dtype:[],modul:[0,1,2,3,4,5,6,8,9,10,12,11],prefer:[11,9,3,13],parma:[],nfev:2,"0x17e36630":[],"1st":[4,9,2],instal:[1,9,8],dispers:9,atinfo:3,memori:13,fvec:2,give:[9,2,11],subvers:9,applystringop:9,msg:9,black:11,marccd:8,"0xca6e6f0":[],"0x20d5030":[],"0x17d18930":[],rigid:[13,3,10,11],parm2:4,parm1:4,plotisfg:3,"0xc63d770":[],"0x27b6630":9,prepar:[9,11],importphasereaderlist:5,uniqu:[9,2,11],"0x17d4a230":[],values2dict:[13,6],minimum:[2,9,6,8],can:[3,6,4,5,2,8,9,11,13],tabul:9,purpos:3,zeroref:12,problemat:4,pawlei:11,nearest:9,sgequiv_2002_orthorhomb:[],"0xbdfd7b0":[],critic:9,phaseselector:8,structurefactor:13,changetyp:9,occup:11,orthorhomb:[9,11],alwai:[11,9,13,8],numitem:2,multipl:[11,5,3,9],viewpoint:11,"0x1f3deb0":[],tilt:6,write:8,criterion:2,gettofalpha:2,map:[11,2],remap:4,mar:[1,8],"0x17d492b0":[],sgprint:9,max:8,clone:8,mac:[5,8],readerlist:5,mag:2,mai:[11,5,9,8],values2a:12,data:[0,1,3,2,5,6,8,9,10,11,13],hklf:[13,10,8],harmon:[11,9,13],stress:10,practic:2,ny1:4,"0x279ebb0":9,inform:[4,5,2,7,8,9,10,11,13],"switch":8,cannot:[4,11],combin:[9,11],block:[9,8],callabl:2,onrefin:5,"0xc92ac70":[],timemap:5,ranaxi:12,tth:[0,9,6],getpeakprofilederv:6,still:5,pointer:[11,2],equiv:13,pwdrname:5,group:[1,4,11,8,9,13],plotpattern:3,platform:[5,8],window:[5,3,10,8],ntri:12,"0x1e0b9b0":[],x_old:2,getrestrama:2,m_2:[],m_1:[],main:[1,5,7,8,10,11,13],"0x17e348b0":[],getcontrol:13,non:[4,9,11],getffvalu:9,calctorsionenergi:2,confirmoverwrit:8,initi:[4,13,2,11,8],nation:[],showrigidbodi:11,"0x5feff70":[],now:[4,9,11],term:[3,6,4,13,2,9,11],name:[3,6,4,5,2,8,9,10,11,13],hessianlsq:2,revers:2,separ:[5,11,8],"0x61448b0":[],muiso2shkl:9,"0x1e74130":[],ddata:10,updat:[1,6,13,2,8,9,4],compil:9,citat:[13,7],checkimagefil:8,replac:[],checkconstraint:[4,13],gaussian:11,newvar:[],wavelength:11,happen:8,genhkl:9,alpha2:11,"0xc6396f0":[],shown:[10,11,2],alpha1:11,absorpt:[9,6,11],getatomsbyid:2,space:[1,11,2,8,9,13],profil:[11,8],bragg:[11,6],stuff:2,updatesamplegrid:10,updaterbxyz:2,formula:8,gethstrainshiftderv:13,formatvalu:8,integr:[0,3,8],"0x17d1a130":[],onsiz:5,"0x1f57030":[],cart:2,onfilesavea:5,fxye:8,theori:5,constr:4,org:4,orb:9,"0x1eb4a70":[],motion:3,turn:[10,8],place:[11,5,2,9,8],getrestderiv:2,u23:[9,11],"0x17cc0a30":[],"0x17d4a0b0":[],imposs:9,first:[4,5,2,8,9,10,11,13],oper:[9,11,8],peaklistsav:8,"0x17d180b0":[],arrai:[6,4,5,2,8,9,11,13],generaldata:[3,2],bestplan:13,symmetri:[11,9,2,13,8],"0x1f570b0":[],ring:[0,3],open:[5,6,8],"0xca96230":[],size:[3,6,11,2,8,9],given:[5,2,9],helptyp:8,"0x5b45470":[],convent:9,"0x17e36530":[],gsasiipath:[1,9],checkel:9,test3:9,necessarili:9,tell:8,getbraviasnum:9,conveni:[],"0xc60a7f0":[],angleradii:11,updaterestraint:10,copi:[5,8],pnt:11,specifi:[4,5,2,8,9,11,13],imagerecalibr:0,pnc:11,than:[4,9,2,8],xsectip:9,unpolar:6,"0xc605730":[],"0x17d49470":[],redefinit:4,param2:4,param1:4,were:[11,5,2,9,8],posit:[2,9,12,6,11],"0x17d49270":[],seri:[11,2,8,9,10,13],pre:[],analysi:3,sai:9,reflist:13,argument:[2,8],maxindex:9,"0x17d186f0":[],gsasiipy3:[1,8],gsasiiindex:[1,12],ramanam:3,squar:[6,4,13,2,9,11],picktwodialog:8,fftabl:9,gettofsig:2,note:[1,4,5,2,8,9,10,11],textcontrol:[],take:[4,9,2,13,8],phaserest:13,noth:[9,8],incoher:9,begin:[11,8],sure:[5,8],trace:9,pfile:[4,13],multipli:[4,9,2,11],unsuccess:2,calc_rv:9,beta:[9,11],pair:[9,2,11],fcj:6,renam:[5,3],"0xc6296b0":[],hmax:2,later:[4,13,11,8],infodict:2,g12:9,nuclear:11,"0x202a4f0":[],derivdict:4,axi:[0,6,11,2,8,9],slope:2,test8:9,show:[3,4,5,8,10,11],strictextens:8,delta:0,"0x1e155b0":[],"0x6144970":[],sguniq:[9,11],corner:9,unfinish:[],odfln:[9,2],help:8,onli:[4,5,2,8,9,10,11,13],ratio:11,dictlst:8,activ:5,state:[9,2],dict:[3,6,4,5,2,8,9,10,11,13],"0x17d4a170":[],"0xc63d6f0":[],errordialog:5,analyt:9,overwritten:13,onseqrefin:5,"0x279eaf0":9,fitpgm:6,variou:[6,8],get:[9,2,13,8],ellipseprob:11,"0xca95630":[],secondari:11,mfc:9,tailor:5,requir:[1,2,8],idlist:[11,2],prime:6,standardizespcnam:9,"0xca963b0":[],getxsectioncoeff:9,"0x5b454b0":[],disagldialog:8,pawleyref:13,aris:8,ncmax:12,anisotrop:11,where:[0,2,4,5,6,8,9,10,11,13],summari:4,wiki:4,getrestdist:2,pgbar:2,centrosymmetr:[9,11],findbestcel:12,morehelpitem:8,prefilldatamenu:8,maximum:[2,9,6,11,8],"0xca960f0":[],dpsda:9,getkclksl:9,symoplist:9,gsasiiddatagui:[1,10],ondatadelet:5,qvq:2,ibrav:12,label:[5,11,8],hist:11,between:[11,4,5,9],"import":[5,8],"0x6c91db0":[],"0x17cc0930":[],gsasiiplot:[1,3],parent:[5,3,10,8],gsasiielem:[1,9],mcsasearch:2,cycl:[11,2,8],getanglesig:2,dmin:[9,12,6,11],highlight:[11,8],gsasiistrio:[1,13],come:2,onecycl:6,pseudopotenti:2,fit:[0,13,11,8],"0x23764b0":[],region:8,"0x7a3fbf0":[],mont:11,inconsist:4,mani:8,"0x7a3fdf0":[],updaterigidbodi:10,extensionlist:8,atomlookup:2,getsamplesiggamderv:13,among:2,color:[9,10,11,8],filldiagon:[],period:[1,9,10,8],pole:3,colon:11,pola:6,"0xb96ca70":[],cancel:8,"0xca955b0":[],extinct:13,amino:9,better:2,"0x202a170":[],coupl:9,gsgrid:8,controlokbutton:8,invers:[4,9,3,2],mark:8,reldict:[],u11:[9,11],u13:[9,11],u12:[9,11],valueerror:9,curvatur:2,"0x203b5b0":[],irrevel:9,gsasiispc:[1,9,11,8],those:[4,9,2,11,8],"case":[4,9,10,11,8],getprefori:13,npix:8,gsasiisolv:[1,7],cast:[9,8],triclin:[9,11],"0xca555f0":[],"0x6c91e30":[],anytim:8,metric:[11,9,13],"100th":9,strain:[11,10],scipi:[1,2],plotrama:3,makeback:13,ascii:4,genhklf:9,peaksuniqu:2,"0x20d5230":[],develop:[1,9],"0x18a61070":[],author:9,instrnam:11,scrolledwindow:10,html:8,shpocalderv:13,getrestpolefigderv:2,"0x6c91c30":[],eventu:9,"0x1e15670":[],getcwgamderiv:2,sethistogramdata:13,"0x17d493f0":[],someon:3,controldict:13,getsamplesiggam:13,defn:[],isotop:[9,11],appropri:[5,2,11,8],onleav:8,maxaccept:2,fpcalc:9,fmmm:[],model:[4,13,2],rhomax:2,comment:8,lastiparmfil:5,execut:[9,2],addhelp:8,when:[0,3,5,8,9,10,11,13],"0xbdfd9f0":[],gangl:9,tobi:9,goniomet:[9,11],miscellan:8,except:[9,13],littl:12,instrument:[5,3,10,11],exercis:9,oriq:2,role:11,"0xca96570":[],var_2:[],var_1:[],real:9,psi:[2,9,6],sortm20:12,around:[0,2],read:[1,11,8,9,13,5],temperatur:[11,2],grid:[2,8],mol:11,onselectvers:8,oldnam:3,"0xb931cb0":[],ifq:2,saniti:8,getedfdata:8,inten:6,sfloat:8,integ:[10,9,6,8],server:9,either:[6,4,5,2,9,11],spacegroup:9,getabsorbderv:13,onfilesav:5,parentfram:8,"0xca955f0":[],sec2hm:9,anomal:9,"0xca95330":[],groupedparm:[],newplot:3,readexpphas:8,invpolfc:9,fitstrsta:0,imageonli:8,test_gsasiispc:9,tls2uij:2,confirm:8,"0x7bff170":[],oldxi:11,definit:[4,13,11,8],lastdatafil:5,"0x202a270":[],getfftabl:9,"0xc60a730":[],cylindr:[9,13],refer:[5,8],compris:4,power:6,each:[6,4,5,2,8,9,10,11,13],idup:9,gsasiimain:5,imageintegr:0,fulli:6,"throw":[9,13],"0x17d1a930":[],"0xb96c7b0":[],fcalc:11,degre:[0,4,9,2,11],atomptr:11,bond:11,backup:13,"0x17e36430":[],routin:[1,3,4,5,2,7,8,9,10,11,13],effici:4,"_init_import":5,getcwsigderiv:2,"0x17d4a9b0":[],"0x21e7db0":[],updateinstrumentgrid:10,"0x17d18170":[],getformfactorcoeff:9,drawatom:2,"0x17d4a2f0":[],spglist:[],updatepeakgrid:10,log:[9,3,2],opengl:[9,3],getversionnumb:9,overwrit:8,start:[5,3,2,9,8],interfac:9,getblvalu:9,getoprptrnam:9,"0x7a3fe70":[],"0xc92abf0":[],tupl:[4,9,2,13,8],amongst:2,diffus:11,pohkl:11,"0x1e74970":[],notat:8,getshcoeff:2,"0xca96170":[],atmdata:9,"default":[3,5,2,8,9,10,11,13],fixedlist:[4,13],"0xc6346b0":[],psing:2,ipvt:2,imagecompress:0,a2valu:12,maxev:2,creat:[3,4,5,2,8,10,11],updateconstraint:10,uij:[9,13],cellblock:9,"0xca954b0":[],decreas:11,adsc:8,file:[1,11,8,9,13,5],"0x17d187b0":[],proport:3,extensionvalid:8,fill:[9,13],denot:2,loadtre:8,yob:11,event:[5,3,8],field:[9,8],valid:8,lorchweight:6,projfileopen:8,getksl:9,sum_:[],edgemin:0,getgesumdata:8,kingslei:0,sequenc:[2,8],symbol:[9,11],getvers:8,"0x1e740b0":[],prodqq:2,peak:[6,5,2,8,10,12,11],xpix:0,reduc:[4,11],getatominfo:9,directori:[9,11,8],descript:[9,2,11],mass:11,"0xb931d30":[],potenti:[5,2,8],"0xc60a6b0":[],swapmonoa:12,u6touij:9,validatedtxtctrl:8,all:[0,3,4,5,2,8,9,10,11,13],dist:0,onkei:3,"0x61447b0":[],forbidden:9,readpdbphas:8,rowlabel:8,gmat2ab:9,getdsp:0,reson:9,follow:[11,8],acosd:[],children:11,alp:6,refinepeak:12,immm:[],"0xc60a8b0":[],ifnon:10,distsum:0,program:[1,5,12],getepsvoigt:6,onimagesum:5,"0x17e347f0":[],"0x20d5170":[],pointinpolygon:0,monocellreduc:12,far:9,invcel:9,util:[1,9],sumdialog:5,updatemask:10,callscrolledmultieditor:8,veri:[2,8],map2dict:4,orthonorm:4,ishistograminanyphas:10,exitmain:5,"0xca964b0":[],list:[0,1,2,5,6,8,9,10,4,11,13],signific:2,laue:[9,11],adjust:2,cosin:8,"0xc6397b0":[],anal:0,smith:0,ondeletephas:5,dimens:[13,2],"0x1e15730":[],zero:[4,13,2,8,9,12,11],pressur:11,design:13,pass:8,"0xca961b0":[],lammax:[11,2],plottrimag:3,what:[5,8],diam:6,dict1:8,sub:11,"0x5b453f0":[],section:9,rval:11,abl:5,brief:2,getcsuinel:9,delet:[1,5,3,10],version:[9,8],q2av:2,usebestvisu:5,menubar:5,method:[2,8],full:[13,2],pyopengl:1,variat:12,u2uij:9,getrigidbodi:13,gethistogramphasedata:13,modifi:13,valu:[6,4,5,2,8,9,10,11,12,13],selectedatom:11,onpatterntreeitemactiv:5,search:[0,9,2,11],fillmainmenu:5,slave:4,fpath:9,prior:8,pick:10,action:[5,10],getrestchir:2,magnitud:2,diamet:[11,6],via:[9,8],primit:8,onfileexit:5,filenam:[5,8],inappropri:8,g2plotogl:3,g2oprlist:9,elementgui:[],select:[1,6,5,2,8,9,10,11,13],transferfromwindow:8,distinct:9,regist:[9,8],two:[4,11,2,8,9,5],a51:9,taken:8,mustraincoeff:9,minor:0,more:[4,5,2,8,10,11],flat:[2,6],desir:2,line:[3,8],probabilist:2,flag:[9,2,11],stick:[11,3],"0x203b6b0":[],particular:[5,11],known:5,dictat:8,none:[0,2,3,4,5,6,8,9,10,11,13],dep:0,der:11,outlin:11,mt2text:9,remain:13,adjhklmax:2,scherrer:11,"0x17cc09f0":[],gettofbetaderiv:2,def:[],deg:6,prompt:[10,8],scan:[9,8],gethistogramnam:[5,13],share:4,accept:[9,2],sphere:11,"0x235d2b0":[],onleave1:[],setversionnumb:9,refinepeaksz:12,hapvari:13,goal:2,divid:4,rather:4,anoth:[4,10,8],camerapo:11,getmass:2,divis:8,makeidealr:0,reject:0,acta:9,voltag:11,simpl:3,getmar345data:8,referenc:12,algebra:[4,8],myhelp:8,ellipses:6,variant:11,capitalizt:9,reflect:[1,3,5,8,9,10,11,13],plane:6,cromer:9,"0x17d1a070":[],setrigidbodymodel:13,loadparmdict:8,varianc:2,associ:[5,10,11,8],ysum:0,hfx:13,"short":[9,11],"0xc4ca8b0":[],caus:[4,9,2,13,8],"0x18a61a30":[],spheric:[11,9,13],txyz:2,rotat:[0,9,2],"0x1e0b970":[],plotexposedimag:3,fft:6,held:4,thermal:[11,3],through:8,same:[4,5,2,8,9,10,11],"0xca96370":[],paramet:[0,1,2,3,4,5,6,8,9,10,11,13],latt:9,style:8,glide:[],getpatterntreeitemid:8,ycalc:11,diffractomet:11,might:8,alter:2,muiso:9,good:[11,2],"return":[6,4,5,2,8,9,11,13],uij2ueqv:9,rhombohedr:[9,11],rwp:11,gsasiipwdgui:[1,5,10],filedialog:8,onimageread:5,"0xca6e5f0":[],"0xc63d730":[],document:[1,11,8],"0x27b6670":9,"0xca6e7f0":[],showvalid:8,getxyzdist:2,ifd:8,getffc5:9,radian:2,ifb:9,importpowderreaderlist:5,found:[1,11,2,9,13,5],unicod:8,truncat:8,harm:4,weight:[11,2,8],"0x20d50b0":[],ball:[11,3],expect:[5,8],rigidbodydict:13,energi:[9,2],beyond:2,todo:11,orient:[11,9,3,13],onaddphas:5,robert:[],invq:2,print:[4,13,2,7,8,9],iparm:6,"0xca6e830":[],evaluateexpress:8,add3d:3,typehint:8,"0x6144830":[],calc_rdsq:9,polyhedra:3,differ:[11,2,8],mmm:[9,11],quick:8,base:[10,8],ask:[5,8],applyrbmodelderv:13,cov_x:2,omit:11,"0x279ebf0":9,assign:[4,13,11,8],magformfactor:9,itemtext:8,"0x17d4a0f0":[],upper:[2,8],exchang:[],ncell:9,misc:[1,8],number:[6,4,5,2,8,9,11,13],extern:[1,4],done:[4,9,8],least:[11,2,9,6,13],checkellips:0,blank:[11,8],getallphasedata:13,miss:4,betwe:[],"0xca554f0":[],guess:[5,2],pm3m:[],script:9,criticalellips:9,interact:[10,8],lxsect:9,construct:2,pwdrdata:5,gpx:[11,5,13],getphasenam:13,scheme:9,store:[4,9,10,11,8],option:[4,5,3,2,8],relationship:[4,13,11],parm:[5,2,8],crystallograph:[9,2],"0x5feff30":[],selector:8,hapdict:13,part:[4,9,8],pname:13,"0x17d4a130":[],onrenamedata:5,normq:2,importphas:[5,8],std:2,kind:[3,8],datdata:13,tof:[5,3],remov:[0,4,13,12,2],shcoeff:2,"0x61448f0":[],horizont:8,tunit:2,"0x1e74170":[],dopeakfit:6,vcov:2,comput:[1,4,13,2,7,8,9,11],"0xca6e730":[],gsasiigrid:[1,5,10,8],indexpeak:12,histnam:8,packag:[1,3],gramschmidtortho:4,complet:[4,9],fast_sa:2,properli:8,bht:5,powderfxyesav:8,equival:[11,4,9,2,13],self:[0,1,3,5,8,9],getnewcellparm:[13,11],also:[3,4,5,2,8,9,11,13],without:[9,8],build:[4,9],jacobian:[4,13,2],maintain:10,updatepdfgrid:10,parms2:2,exportbaseclass:8,distribut:3,updatepwhkplot:8,grassman:2,previou:[10,9,2],reach:2,samang:9,amat:[9,2],plai:11,updatestressstrain:10,position:9,alpha:[9,11],seqdata:3,"0x20d50f0":[],charg:11,g23:9,readerobject:5,clear:[4,5,3],seqrefin:13,"0xca6e670":[],momtyp:6,clean:9,azimuth:[0,11,3,6],seqresult:13,"0x234a670":[],sgerror:9,humid:11,"0x17d180f0":[],multiintegerdialog:10,downdat:8,"0x17d4a1b0":[],azmuth:9,"0x234a7b0":[],distanc:[2,11,6,8],"0x1f570f0":[],"0x18a610b0":[],swapcolumn:[],onfileopen:5,find:[4,9,2],npsind:6,test4:9,penalti:2,access:[3,8],copyright:[13,7],pmmm:[],test6:9,solut:2,factor:[3,5,6,8,9,11,13],"0x17d18030":[],getrestpolefig:2,"0x1f3df30":[],unus:5,express:[4,8],disagltor:13,make2thetaazimuthmap:0,hid:11,monoclin:[9,11],initvar:4,centcheck:9,hklfdata:5,getkcl:9,oneonli:10,coord:9,"0x17d16fb0":[],a2invcel:9,"0x61449b0":[],iflmn:9,arr:[],set:[4,5,2,8,9,10,11],"0xc6346f0":[],tree:[1,3,5,8,10,11],testvalid:8,see:[4,9,2,11,8],sec:9,arg:[11,2,8],uiso:11,close:[5,8],sel:[],contour:3,icalc:11,printal:4,someth:[0,9],onimportsfact:5,"0xca956f0":[],"0x5b452b0":[],smallest:2,gener:[3,4,13,2,9,10,11],getrigidbodymodel:13,altern:[11,8],"0x1e15530":[],str:[4,5,6,8,9,11,13],showhydrogen:11,"0x20d5970":[],rbtype:[3,2],matplotlib:[1,3],"31m":[9,11],fillgmat:9,extractfilefromzip:8,both:[4,9,8],last:[11,2,8,9,13,5],delimit:9,confirmread:8,arraylist:4,nonstandard_sglist:[],"0x1e74070":[],gethistogramdata:13,"0x202a4b0":[],sginv:[9,11],pdf:[10,5,3,6,8],pdb:8,load:[11,9,13,8],getcsxinel:9,symopdialog:8,simpli:4,point:[11,9,2,13],schedul:2,"0x17d181b0":[],"0x1e155f0":[],blockselector:8,residu:2,header:8,getimgdata:8,param:6,suppli:[4,5,8],linux:8,svnupdatedir:9,along:[13,11],contraint:4,cellabsorpt:9,updatephasedata:10,empti:[4,5,9,8],m_n:[],waasmaier:9,seqsig:3,flight:11,imag:[0,1,3,5,8,9,10],"0x6144870":[],"0x279ecb0":9,coordin:[3,11,2,8,9,13],gam:[9,6,11],"0x5b454f0":[],func:2,convers:9,look:[5,9],gethklmax:9,a_1:[],"0xc6396b0":[],"while":[4,8],abov:[4,8],error:[4,5,2,8,9,13],gettth:0,plotsngl:3,getpowderiparm:5,loop:[13,2],fillatomlookup:2,von:[],echelon:[],itself:2,uiso2uij:9,"0x1e748b0":[],previousinvalid:8,plotintegr:3,irrelev:9,minim:[5,2],eleterm:9,applyxyzshift:[13,11],treeitemid:10,"0x6c91df0":[],singlefloatdialog:8,neutron:[9,11],setvaryflag:4,optim:[2,6],restraint:[1,13,10,11],"0x1e74230":[],covari:[1,13,2,11,8],user:[5,9,8],"0xc60a870":[],viewparmdialog:5,chang:[4,9,2,11,8],getusedhistogramsandphasesfromtre:[5,11],lower:[2,8],hexagon:[9,11],"0x23764f0":[],"12346e7":2,entri:[4,11,2,8,9,10],restraintdict:13,pickl:8,textctrl:8,propos:2,explan:11,a_5:[],a_4:[],a_3:[],a_2:[],"0xca553b0":[],a_0:[],getfilelist:5,ierr:9,gsasiiconstrgui:[1,10],shape:6,covmatrix:[4,11,2,8],uij2betaij:9,instbank:5,"0xca55570":[],getintensitycorr:13,"0xca55370":[],"0x17cc0b70":[],approxim:[9,2],float32:[],bin:9,contentsvalid:8,ight:[],format:[11,5,2,9,8],getatomcoordsbyid:2,sgtext:9,ellist:[9,6],bit:12,getabsorb:13,onhelpbyid:8,sizer:8,getimagedata:8,zclip:11,collect:11,valenc:9,strsta:0,encount:2,constr1:4,constr2:4,some:[0,4,13,2,8,10],back:9,"0x234a8b0":[],wxpython:1,sampl:[0,6,5,2,9,10,11],multipleselect:8,computedepesd:4,macopenfil:5,man:10,scale:[0,2,4,5,6,9,11],t_n:[],"0x202a1f0":[],calcpdf:6,though:2,per:11,larg:[13,8],"0x6c91c70":[],plotimag:3,gsasiiphsgui:[1,10],prob:9,run:[11,4,5,9,8],perpendicular:11,"2th":6,step:[11,6],output:[4,9,2,13,8],invarraylist:4,getpowderpeak:8,constraint:[1,4,5,8,10,11,13],imagefil:8,lieberman:9,"0xb931e70":[],modal:8,"0x17cc0970":[],updatenotebook:8,gamma:[9,11],cutoff:2,"__future__":8,rho:2,"0x5d501b0":[],getdetectorxi:0,within:[9,11],"0xca552f0":[],keystrok:8,textureindex:9,setnewphas:8,groupconstraint:4,badvalu:6,npcosd:6,getdmax:12,apprevi:8,fast:[2,8],perp:0,includ:[9,12,2,11,8],"0x17d493b0":[],"0x5d50170":[],"0x1e15630":[],iflist:9,pwr:12,transfertowindow:8,"0xca95570":[],"0xc92aa30":[],sthl2:6,translat:[9,2],atom:[1,11,2,8,9,13],newatomdict:[13,11,8],info:[11,9,3,13,8],dfdvdict:13,cia:11,cif:11,consist:[4,11,8],caller:10,"0x17d1ac30":[],disaglctl:13,getatomitemsbyid:2,indexpeaklistsav:8,"0x7b26f30":[],constant:[4,9,2,11],retriev:[9,2],projfilesav:8,"0xca95370":[],doesn:9,horizontallin:8,jmin:2,g2phase:8,showcontrol:[13,7],titl:[5,10,11,8],sequenti:[4,5,8],invalid:[13,8],nam:4,bmat:2,addmpl:3,angstrom:11,getdens:2,asymmetr:11,nice:9,draw:[9,2,11,8],"0x17d494b0":[],elementt:[1,9],g2frame:[3,10,8],"0x27b66b0":9,f000x:11,gsasiitoolbar:3,eval:2,plotcanva:3,setdefaultsampl:10,f000n:11,svn:9,algorithm:[9,2],getellips:0,orbit:9,spcgroup:[11,9,13,8],fixeddict:4,"0x17e34830":[],dict2map:4,ypix:0,scroll:8,x_new:2,code:[0,9,12,8],edf:8,edg:9,queri:2,broaden:[11,3],fprime:9,"0x21e7df0":[],"0x5d500f0":[],ellips:[0,3],pfx:[13,6],"0x17d4a2b0":[],"0x17d18230":[],showmod:8,elsewher:4,onimportgener:5,"0xc6056f0":[],opposit:9,powderfil:8,"0x1e73fb0":[],g2plotmpl:3,"0xc92abb0":[],wave:[0,13,12,6],calczdiscosb:0,volum:9,showabc:11,tri:5,cctbx:9,button:[5,8],shtxcal:13,"0xc92aaf0":[],"try":2,"3x3":[9,11],getusedhistogramsandphas:13,errstr:9,phasedata:13,pleas:8,getfprim:13,"0xca954f0":[],focu:8,onpatterntreeselchang:[5,10],"0x17d187f0":[],acid:9,carlo:11,click:10,append:8,compat:[5,8],index:[1,11,2,8,10,12],fitstrain:0,"0xc639770":[],cell:[1,13,2,8,9,10,12,11],experiment:2,onpagechang:3,gsasiistruct:5,feval:2,sgdata_t:[],a2gmat:9,"0x202a230":[],sint:8,"0x1e740f0":[],bodi:[13,3,10,11],let:2,hkl:[9,12,2],sind:8,sine:8,sinc:8,gsasiiio:[1,5,8],refldata:2,convert:[4,9,2,8],onimportpowd:5,getpatterntreedatanam:8,larger:11,ifcoup:9,addogl:3,sangl:9,getvcov:2,typic:8,phasenam:[13,3,10],maker:0,pxy:0,calibr:[1,9,3],"0x61447f0":[],appli:[4,13,2,11,8],app:[5,8],offset:9,scalex:0,submodul:[1,13,10],"boolean":9,dict2deriv:4,sgn:2,pxc:11,scalei:0,hess:[13,2],formulaev:8,"0x17d1a1f0":[],from:[0,3,4,5,2,8,9,10,11,12,13],zip:8,shcoef:9,chi:[0,9,11],doubl:[],gsasiipwd:6,isotrop:[9,11],mydir:11,equivalenc:4,fitcircl:0,few:[],"0x17d18130":[],fep:2,save:[4,5,2,11,8],panel:8,sort:[9,2],"0xbdfdb70":[],"0x234a7f0":[],getcellesd:13,fulldescr:11,gsasiidata:[1,9],trail:2,iabsnt:9,calc_rdsq2:9,"0xca964f0":[],augment:2,"0x7b26ef0":[],extradoc:6,"0xca962f0":[],thin:8,assum:[5,9],meet:2,scatter:[1,9,6,11],control:[0,5,6,7,8,10,11,12,13],"0x279ec70":9,printrestraint:13,"0xc92ab70":[],process:[4,10,8],tax:3,taz:3,slit:11,chisq:11,htype:13,tab:[3,10],tam:0,xmin:2,multiplechoicesdialog:8,tan:[2,8],updateindexpeaksgrid:10,tai:3,revstr:9,notblank:8,surfac:[0,2],fm3m:[],dpdpola:6,"0x203b670":[],six:13,"0x17cc0ab0":[],brian:[],sig:[13,6,11,8],getbackupnam:13,getpreforiderv:13,backcolor:11,sij:6,"0x20d5130":[],sin:[9,6,8],likewis:4,frac:[],overridden:8,singular:[4,2],gsasiimath:[1,2],prelbl:8,g2plot3d:3,notebook:[10,8],inst:6,ranfunc:12,getdescr:11,fitr:0,getindependentvar:4,"0x17d18fb0":[],"0x17e34870":[],bind:[9,11,8],getpowderprofil:13,correspond:[4,9,6,13],mjk:4,lam2:11,allop:9,lam1:11,"0x279ea70":9,allow:[4,5,6,9,8],"0x1e15770":[],asc:9,xyzequiv:9,newcelldict:[11,8],"0x1f57130":[],hx2rh:9,itemloc:2,"0x17e364b0":[],move:[9,10,8],gettofsigderiv:2,gethstrainshift:13,fwhm:11,formatconstraint:[],outer:[13,2,11],chosen:[3,8],"0x17d1a0b0":[],getdependentvar:4,uijtou6:9,friedel:9,penaltyfxn:13,"0x5d50130":[],scextinct:13,greater:[9,2],handl:[10,8],overal:[11,8],rowechelon:[],norm_gen:6,dat:9,"0xc634770":[],covvari:11,shtxcalderv:13,mustrainnam:9,byteord:8,diagon:[9,11],distangl:13,plotseq:3,nfa:9,edit:[5,11,8],"0x7b26fb0":[],getwidthscw:6,paramprefix:4,genhbravai:9,jephcoat:[11,6],cagliotti:11,mode:8,independentvar:4,lorentzian:11,getdistsig:2,"0x17cc0af0":[],multipleblockselector:8,product:2,sortarrai:2,setbackgroundparm:6,"0x202a2f0":[],onpwdrsum:5,gsnotebook:8,getmagformfaccoeff:9,special:11,out:[4,13,8],variabl:[1,4,13,2,8,11],matrix:[0,13,2,8,9,11],importsfactreaderlist:5,waal:11,stub:9,polfcal:9,mustrain:[9,3],rel:[4,2],lattic:[9,11],ref:[13,6,11],ran2axi:12,insid:9,atomuij2tl:2,dictionari:[6,4,5,2,8,9,10,11,13],usual:[0,2],releas:9,singlestringdialog:8,dmax:12,valesd:2,sgsy:[9,11],"0x5b45370":[],could:5,put:[9,13,8],keep:8,length:[9,2,11,8],"0xc4ca7f0":[],outsid:9,geometri:6,retain:8,choicelist:8,pwdr:[13,10,11,8],"0x20d51f0":[],softwar:[9,8],"0x1e0b930":[],edgefind:0,"0xc629730":[],cmmm:[],constrdict:4,list1:8,q2mat:2,date:9,"0xca96330":[],imagelocalmax:0,onreadpowderpeak:5,unknown:9,"0x5b45570":[],messag:[5,9,13],"0xb931c70":[],arrayin:4,disagldata:13,subdirectori:9,hkld:9,"final":[4,2],inner:[11,9,2,13],storeequival:4,shell:8,"0xc4ca870":[],cyc:2,thresh:6,rst:[],uniquecombin:9,stringopsprod:9,"0xca6e7b0":[],structur:[1,3,5,2,7,8,11,13],charact:[9,11,8],"0x17d49370":[],ranid:11,bet:6,exp:[2,8],concatin:13,clip:11,marfram:8,gsasiiobj:[1,11],getpawleyconstr:13,ballscal:11,have:[4,9,11,8],tabl:[1,4,5,2,8,9,10],need:[0,3,5,6,7,8,9,10,11,12,13],getpowderprofilederv:13,hessian:[13,2,11],getfcjvoigt:6,min:[2,8],gsasii:[1,5,6,8,9,10,13],mix:4,discret:2,which:[1,3,6,5,2,8,9,10,4,11,13],onmakepdf:5,detector:[3,6,8],singl:[3,4,11,8,13,5],textur:[13,11],unless:[11,8],maxcyc:2,vdwradii:11,eltabl:9,"0x18a61130":[],histogram:[11,5,10,13,8],pyd:9,why:5,imagecalibr:[0,1,9],placement:11,retval:2,request:[3,8],indx:[12,2],face:9,determin:[11,4,9,13,8],constrain:4,rotdmat:9,datafram:8,svngetrev:9,"0x1e74030":[],text:[5,9,8],filetyp:5,"0x2376530":[],loadid:11,bring:[10,8],"0x17e347b0":[],"0xca554b0":[],varnam:11,redirect:5,locat:[1,9,2,11,8],rbdata:[3,2],setdatamenubar:8,should:[4,5,2,8,9,11,13],dict2valu:[13,6],fillarrai:[],gsasiistrmath:[1,13,11],anneal:[11,2],local:9,hope:[9,8],fithklz:12,usefit:2,count:13,sgop:[9,11],xsum:0,pull:11,"0xb931df0":[],showbann:[13,7],pickel:10,"0x279eb30":9,beam:[0,11],indparmlist:4,"0x18a610f0":[],increas:[11,2,8],enabl:8,possibl:[4,9,2,11,8],offsetlist:9,previparm:5,gram:4,contain:[3,4,5,6,8,9,11,13],constdict:13,shl:6,dpi:3,view:[5,11],constlist:13,penaltyderiv:13,gethklpeak:6,importmenuid:5,frame:[5,10,8],accord:[9,11],"3mr":[9,11],dialog:[5,8],powder:[1,3,5,6,8,9,10,11],dopawlei:11,dlg:[2,13,12,6,8],correctli:[6,8],sgdata:[6,11,2,8,9,13],pattern:[1,11,3,10,8],numer:2,written:13,setpeakparm:2,theta:[0,9,3,6,11],getwav:2,pawleylookup:13,xrang:2,kei:[6,4,13,2,8,9,11],updatereflectiongrid:10,zstep:11,entir:[13,8],onimportphas:5,"0x1e741b0":[],"2pi":2,kev:9,deletedata:5,depthfog:11,nfc:9,addit:[4,8],fitdetector:0,equal:4,len:[],etc:[0,3,6,13,2,9],instanc:3,equat:[4,11],viewdir:11,onfileclos:5,rama:3,getrestraint:13,n_ob:[],"0x17d4a1f0":[],"0x17d1aab0":[],indici:8,solv:[1,7],getfcjvoigt3:6,math:[1,9,13],respect:[13,2,8],clearsigint:5,showstringvalid:8,torsion:[3,2],quit:5,cauchi:[11,2],cent:9,childrenless:8,compon:8,treat:[5,8],"0x17d18070":[],mult2:[4,11],mult1:[4,11],immedi:2,"0xca953b0":[],kirfel:9,crsang:9,"0x234a6b0":[],opnum:9,togeth:5,sigdict:[4,13,8],"0x18a611b0":[],"0x1e747f0":[],present:[4,5,9,8],input:[4,5,2,8,9,10,13],onpatterntreekeydown:5,getdepsvoigt:6,defin:[0,4,5,2,8,9,10,11],sgtextlist:9,observ:11,"0x6c91bf0":[],calc_v:9,mz2:4,almost:8,"0x6c91d30":[],"0x5ff4370":[],site:[9,11],archiv:8,refl:13,revis:9,"0xca956b0":[],"0x18a61170":[],ramachandrandist:9,getdatsig:2,histonam:10,cross:9,sqrt:[2,6,8],python:[1,9,8],pickid:8,largest:[9,2],"0x1f3df70":[],phi:[0,2,9,6,11],orbnam:9,http:4,cubic:[9,11],absorb:6,effect:4,ion:9,plottors:3,nob:[11,2],atommass:11,iob:11,expand:[5,11,8],uncertainti:[4,13,2,11,8],absorbderv:6,center:[9,11],"0x234a730":[],well:[4,5,9,8],gettofgamma:2,exampl:[2,8],command:8,sglaue:[9,2,13],setphasedata:13,"0x5feffb0":[],hessrefin:13,latest:9,test1:[9,8],test0:9,mfb:9,test2:[9,8],test5:9,rotorthoa:12,test7:9,less:[9,2,8],test9:9,calcramaenergi:2,nval:9,obtain:[5,2,9,8],readpowderiparm:5,a2cel:9,getconstraint:13,elemposit:9,adv:0,web:8,varynam:2,adp:11,cellvari:13,checkinput:8,updaterbuij:2,add:[5,3,8],getfwhm:6,onhelpabout:8,densiti:2,lookup:9,"0x1e15570":[],match:[5,2,11,8],"0x5ff43b0":[],samsym:[9,2],onpatterntreeitemexpand:5,press:[3,8],updatemcsaxyz:2,height:[2,11,6],makequat:2,nfb:9,loss:8,updatecontrol:8,like:[5,2,9],lost:8,trigon:[9,11],bravai:[9,12],xydata:6,"0x17e34770":[],gsasiiimggui:[1,10],"0x17d181f0":[],resiz:5,sizeh:11,page:[3,10,8],displacex:11,drop:5,polar:[9,6,11],"0x6c91cb0":[],postion:11,"0xca952b0":[],"export":8,updateddata:10,proper:9,gsasiistrmain:[1,13],librari:9,sampleparm:3,full_output:2,powderdata:8,instfil:5,"0xca55470":[],getpeakprofil:6,estim:2,fixval:9,g2plotnotebook:3,fouriermap:2,imaginari:9,"0x17cc09b0":[],zsum:0,cryst:[9,6],"0xc63d6b0":[],"0xc60a830":[],parentid:8,lorenzian:11,genhlau:9,setusedhistogramsandphas:13,about:[0,9,2,8],column:[9,8],freedom:4,"0x20d5930":[],odf:9,learn_rat:2,you:2,fals:[3,6,4,5,2,8,9,10,11,13],atomnum:11,disabl:8,rotaterbxyz:2,own:11,calcfij:0,"0x17d1a230":[],"0xca965f0":[],getasfmean:6,automat:[5,8],dataset:5,nkeep:4,"0x1e156f0":[],waterfal:3,onpatterntreeitemdelet:5,leverag:11,getdetxyfromthazm:0,van:11,val:[11,8],getnxupqsym:9,m3m:[9,11],texturedata:13,"0xca6e630":[],onhelp:3,"3m1":[9,11],appl:[6,8],"0xca55330":[],"0x17cc0b30":[],"var":[4,11],newimag:3,individu:8,"function":[1,3,6,13,2,8,9,10,11],getdistderv:2,uijequiv:9,unexpect:4,processconstraint:13,continu:[2,8],scatfac:9,bltabl:9,highest:[9,11],loc:8,leastsq:[13,6,8],"0x5b455b0":[],made:13,bondlist:11,whether:2,flip:11,"0x1eb4ab0":[],record:[1,11],below:[9,2,11,8],limit:[6,5,2,8,10,11],otherwis:[9,11,8],problem:[4,2,8],whichsvn:9,instead:8,reciproc:[11,9,13],evalu:[2,8],"int":[0,6,5,2,8,9,10,11,13],calccontrol:13,pid:[11,2],pix:0,"0x18a618b0":[],implement:[4,11,2,8],"0x27b66f0":9,ind:2,"0xca6e770":[],fjac:2,probabl:[9,11],getatomxyz:2,"0x234a870":[],sglatt:[9,11],collabel:8,detail:[4,9,11],calcincid:6,importpowderdata:[5,8],readmarccdfram:[1,8],other:[4,5,2,8,9,10,11],bool:[11,2,8,9,13,5],futur:[5,6,8],varieti:8,my1:4,ndarrai:2,getresttors:2,sytsym:9,quaternion:[11,2],scrolledmultieditor:8,collist:[],scientif:8,"0x235d270":[],overallparm:8,importbaseclass:8,"0xb931e30":[],myhtmlpanel:8,esd:[4,2,8],onchar:8,rbid:13},objtypes:{"0":"py:module","1":"py:function","2":"py:method","3":"py:class","4":"py:data","5":"py:attribute"},titles:["<em>GSASIIimage: Image calc module</em>","GSAS-II Developer&#8217;s Documentation","<em>GSASIImath: computation module</em>","<em>GSASIIplot: plotting routines</em>","<em>GSASIImapvars: Parameter constraints</em>","<em>GSAS-II Main Module</em>","<em>GSASII powder calculation module</em>","<em>GSASIIsolve - structure solving routines</em>","<em>GSAS-II GUI Routines</em>","<em>GSAS-II Utility Modules</em>","<em>GSAS-II GUI Submodules</em>","<em>GSASIIobj: Data objects</em>","<em>GSASIIindex: Cell Indexing Module</em>","<em>GSAS-II Structure  Submodules</em>"],objnames:{"0":["py","module","Python module"],"1":["py","function","Python function"],"2":["py","method","Python method"],"3":["py","class","Python class"],"4":["py","data","Python data"],"5":["py","attribute","Python attribute"]},filenames:["GSASIIimage","index","GSASIImath","GSASIIplot","GSASIImapvars","GSASII","GSASIIpwd","GSASIIsolve","GSASIIGUIr","GSASIIutil","GSASIIGUI","GSASIIobj","GSASIIindex","GSASIIstruc"]})
Note: See TracChangeset for help on using the changeset viewer.