Changeset 1911
- Timestamp:
- Jun 26, 2015 3:50:52 PM (8 years ago)
- Location:
- trunk
- Files:
-
- 2 added
- 3 deleted
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIctrls.py
r1881 r1911 3189 3189 ['FitPeaks', 'FitPeaks', 'Fit Peaks.htm', 3190 3190 'Fitting individual peaks & autoindexing'], 3191 ['BkgFit', 'BkgFit', 'FitBkgTut.htm', 3192 'Fitting the Starting Background using Fixed Points'], 3191 3193 3192 3194 ['CWNeutron', 'CWNeutron', 'Neutron CW Powder Data.htm', -
trunk/GSASIIpwd.py
r1898 r1911 549 549 yb += ybi 550 550 sumBk[0] = np.sum(yb) 551 elif bakType in ['Q^2 power series','Q^-2 pow der series']:551 elif bakType in ['Q^2 power series','Q^-2 power series']: 552 552 QT = 1. 553 553 yb += np.ones_like(yb)*parmDict[pfx+'Back;0'] … … 669 669 elif bakType == 'cosine': 670 670 dydb[iBak] = npcosd(xdata*iBak) 671 elif bakType in ['Q^2 power series','Q^-2 pow der series']:671 elif bakType in ['Q^2 power series','Q^-2 power series']: 672 672 QT = 1. 673 673 dydb[0] = np.ones_like(xdata) -
trunk/GSASIIpwdGUI.py
r1909 r1911 1078 1078 G2frame.Bind(wx.EVT_MENU,OnBkgClear,id=G2frame.dataFrame.wxID_BackPts['Clear']) 1079 1079 BackId = G2gd.GetPatternTreeItemId(G2frame,G2frame.PatternId, 'Background') 1080 Choices = ['chebyschev','cosine','Q^2 power series','Q^-2 pow der series','lin interpolate','inv interpolate','log interpolate']1080 Choices = ['chebyschev','cosine','Q^2 power series','Q^-2 power series','lin interpolate','inv interpolate','log interpolate'] 1081 1081 mainSizer = wx.BoxSizer(wx.VERTICAL) 1082 1082 mainSizer.Add(BackSizer()) -
trunk/help/gsasII.html
r1871 r1911 2342 2342 </span></a></strong> 2343 2343 (Link to <a href="https://subversion.xray.aps.anl.gov/pyGSAS/Exercises/FitPeaks/">exercise files</a>)</li> 2344 2344 2345 <li><strong><a href="https://subversion.xray.aps.anl.gov/pyGSAS/Tutorials/BkgFit/FitBkgTut.htm"> 2346 <span style='font-weight:normal'>Fitting the Starting Background using Fixed Points 2347 </span></a></strong> 2348 (Link to <a href="https://subversion.xray.aps.anl.gov/pyGSAS/Exercises/BkgFit/">exercise files</a>)</li> 2349 2345 2350 </ul><p><i>Rietveld fitting</i><ul> 2346 2351 … … 6382 6387 style='mso-bookmark:Pawley'><o:p> </o:p></span></p> 6383 6388 6384 <p class=MsoNormal><span style='mso-bookmark:Pawley'><!-- hhmts start -->Last modified: Thu May 28 13:16:37CDT 2015 <!-- hhmts end -->6389 <p class=MsoNormal><span style='mso-bookmark:Pawley'><!-- hhmts start -->Last modified: Fri Jun 19 16:41:44 CDT 2015 <!-- hhmts end --> 6385 6390 </body> 6386 6391
Note: See TracChangeset
for help on using the changeset viewer.