Changeset 5344
- Timestamp:
- Oct 6, 2022 1:08:47 PM (12 months ago)
- Location:
- trunk
- Files:
-
- 20 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIplot.py
r5342 r5344 53 53 :func:`PlotLayers` show layer structures as balls & sticks 54 54 :func:`PlotFPAconvolutors` plots the convolutors from Fundamental Parameters 55 :func:'PlotClusterYYZ'plots the result of cluster analysis 55 56 ============================ =========================================================================== 56 57 … … 11617 11618 Imin = np.min(YM) 11618 11619 Imax = np.max(YM) 11620 Ndata = len(CLuDict['Files']) 11621 neighD = [YM[i][i+1] for i in range(Ndata-1)] 11619 11622 if CLuDict['CLuZ'] is None and CLuDict['plots'] == 'Dendrogram': 11620 11623 CLuDict['plots'] = 'All' … … 11632 11635 Plot.set_xlabel(r''+'data set no.',fontsize=12) 11633 11636 Plot.set_ylabel(r''+CLuDict['Method']+' distance',fontsize=12) 11637 elif CLuDict['plots'] == 'Diffs': 11638 Plot.plot(neighD) 11639 Plot.set_title('Distance to next data set') 11640 Plot.set_xlabel('Data no.',fontsize=12) 11641 Plot.set_ylabel('dist to next',fontsize=12) 11634 11642 elif CLuDict['plots'] == '3D PCA': 11635 11643 if CLuDict['codes'] is not None: … … 11644 11652 else: 11645 11653 Plot.set_visible(False) #hide old plot frame, will get replaced below 11646 if CLuDict['CLuZ'] is not None: 11647 gs = mpl.gridspec.GridSpec(2,2,figure=Page.figure) 11648 ax1 = Page.figure.add_subplot(gs[0,0]) 11649 ax2 = Page.figure.add_subplot(gs[1,1],projection='3d') 11650 ax3 = Page.figure.add_subplot(gs[0,1]) 11651 ax4 = Page.figure.add_subplot(gs[1,0]) 11652 else: 11653 ax1 = Page.figure.add_subplot(211) 11654 ax2 = Page.figure.add_subplot(212,projection='3d') 11655 Page.figure.tight_layout() 11654 gs = mpl.gridspec.GridSpec(2,2,figure=Page.figure) 11655 ax1 = Page.figure.add_subplot(gs[0,0]) 11656 ax2 = Page.figure.add_subplot(gs[1,1],projection='3d') 11657 ax3 = Page.figure.add_subplot(gs[0,1]) 11658 ax4 = Page.figure.add_subplot(gs[1,0]) 11656 11659 Page.ImgObj = ax1.imshow(YM,interpolation='nearest',vmin=Imin,vmax=Imax,origin='lower') 11657 11660 cax = inset_axes(ax1,width="5%",height="100%",loc='lower left',bbox_to_anchor=(1.05, 0., 1, 1), … … 11670 11673 ax2.set_ylabel('PCA axis-2',fontsize=12) 11671 11674 ax2.set_zlabel('PCA axis-3',fontsize=12) 11675 ax4.plot(neighD) 11676 ax4.set_xlabel('Data no.',fontsize=12) 11677 ax4.set_ylabel('dist to next',fontsize=12) 11672 11678 if CLuDict['CLuZ'] is not None: 11673 11679 CLR = SCH.dendrogram(CLuDict['CLuZ'],orientation='right',ax=ax3) … … 11675 11681 ax3.set_ylabel(r''+'data set no.',fontsize=12) 11676 11682 ax3.set_xlabel(r''+CLuDict['Method']+' distance',fontsize=12) 11677 ax4.plot(100.*CLuDict['PCA'][:10]/np.sum(CLuDict['PCA'])) 11678 ax4.set_xlabel('PCA index',fontsize=12) 11679 ax4.set_ylabel('% of total',fontsize=12) 11683 else: 11684 ax3.plot(100.*CLuDict['PCA'][:10]/np.sum(CLuDict['PCA'])) 11685 ax3.set_xlabel('PCA index',fontsize=12) 11686 ax3.set_ylabel('% of total',fontsize=12) 11680 11687 Page.canvas.draw() 11681 11688 -
trunk/GSASIIseqGUI.py
r5336 r5344 2047 2047 plotSizer.Add(wx.StaticText(G2frame.dataWindow,label='Plot selection: '),0,WACV) 2048 2048 if ClusData['CLuZ'] is None: 2049 choice = ['All','Distances','3D PCA', ]2049 choice = ['All','Distances','3D PCA','Diffs'] 2050 2050 else: 2051 choice = ['All','Distances','Dendrogram','3D PCA', ]2051 choice = ['All','Distances','Dendrogram','3D PCA','Diffs'] 2052 2052 plotsel = wx.ComboBox(G2frame.dataWindow,choices=choice,style=wx.CB_READONLY|wx.CB_DROPDOWN) 2053 2053 plotsel.SetValue(str(ClusData['plots'])) -
trunk/help/gsasII.html
r5333 r5344 24 24 <o:DocumentProperties> 25 25 <o:Author>Von Dreele</o:Author> 26 <o:LastAuthor> Robert Von Dreele</o:LastAuthor>27 <o:Revision>22 7</o:Revision>28 <o:TotalTime>83 47</o:TotalTime>26 <o:LastAuthor>Von Dreele, Robert B.</o:LastAuthor> 27 <o:Revision>228</o:Revision> 28 <o:TotalTime>8353</o:TotalTime> 29 29 <o:Created>2011-11-28T16:49:00Z</o:Created> 30 <o:LastSaved>2022- 09-14T16:10:00Z</o:LastSaved>31 <o:Pages> 1</o:Pages>32 <o:Words>183 29</o:Words>33 <o:Characters>104 478</o:Characters>30 <o:LastSaved>2022-10-06T18:08:00Z</o:LastSaved> 31 <o:Pages>44</o:Pages> 32 <o:Words>18360</o:Words> 33 <o:Characters>104655</o:Characters> 34 34 <o:Company>Argonne National Laboratory</o:Company> 35 <o:Lines>87 0</o:Lines>35 <o:Lines>872</o:Lines> 36 36 <o:Paragraphs>245</o:Paragraphs> 37 <o:CharactersWithSpaces>122 562</o:CharactersWithSpaces>37 <o:CharactersWithSpaces>122770</o:CharactersWithSpaces> 38 38 <o:Version>16.00</o:Version> 39 39 </o:DocumentProperties> … … 47 47 <w:WordDocument> 48 48 <w:View>Print</w:View> 49 <w:GrammarState>Clean</w:GrammarState>50 49 <w:TrackMoves>false</w:TrackMoves> 51 50 <w:TrackFormatting/> … … 1302 1301 {mso-style-name:mjx_assistive_mathml; 1303 1302 mso-style-unhide:no;} 1304 span.GramE1305 {mso-style-name:"";1306 mso-gram-e:yes;}1307 1303 .MsoChpDefault 1308 1304 {mso-style-type:export-only; … … 5140 5136 <p class=MsoNormal>This is where to find help on various GSAS-II windows and 5141 5137 plots. Note that GSAS-II operates with three windows: the main <a 5142 href="#_1._GSAS-II_Data">GSAS-II data tree</a> section, which provides a hierarchical 5143 view of the current project on the left and the <a href="#Data_Frame">GSAS-II 5144 data editing</a> section, which shows the contents of a particular section of 5145 the project, where values can be examined and changed; The second is the <a 5146 href="#_3._GSAS-II_Plots">GSAS-II Plots</a> window, which shows graphical 5147 representations of the results. The third is a console window, which has 5148 printout information that can be selected, cut & pasted into a document. </p> 5138 href="#_1._GSAS-II_Data">GSAS-II data tree</a> section, which provides a 5139 hierarchical view of the current project on the left and the <a 5140 href="#Data_Frame">GSAS-II data editing</a> section, which shows the contents 5141 of a particular section of the project, where values can be examined and 5142 changed; The second is the <a href="#_3._GSAS-II_Plots">GSAS-II Plots</a> 5143 window, which shows graphical representations of the results. The third is a 5144 console window, which has printout information that can be selected, cut & 5145 pasted into a document. </p> 5149 5146 5150 5147 <h2><a name=Index><span style='mso-fareast-font-family:"Times New Roman"'>Help … … 5243 5240 Window</span></span><span style='mso-fareast-font-family:"Times New Roman"'><o:p></o:p></span></h2> 5244 5241 5245 <p class=MsoNormal>This window presents all the graphical material as a multipage5246 tabbed set of plots utilizing the matplotlib python package. Each page 5247 containing a graph or plot has a tool bar with the controls</p>5242 <p class=MsoNormal>This window presents all the graphical material as a 5243 multipage tabbed set of plots utilizing the matplotlib python package. Each 5244 page containing a graph or plot has a tool bar with the controls</p> 5248 5245 5249 5246 <p class=MsoNormal><span style='mso-no-proof:yes'><!--[if gte vml 1]><v:shape … … 5253 5250 cropbottom="2353f" cropleft="535f" cropright="28388f"/> 5254 5251 </v:shape><![endif]--><![if !vml]><img border=0 width=480 height=24 5255 src="gsasII_files/image00 2.png" alt="GSAS-II plots: NiTi-C.gpx" v:shapes="Picture_x0020_1"><![endif]></span><span5252 src="gsasII_files/image003.png" alt="GSAS-II plots: NiTi-C.gpx" v:shapes="Picture_x0020_1"><![endif]></span><span 5256 5253 class=MsoHyperlink><span style='mso-fareast-font-family:"Times New Roman"; 5257 5254 mso-fareast-theme-font:minor-fareast;color:windowtext;text-decoration:none; … … 5305 5302 style='font-family:Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family: 5306 5303 Symbol'><span style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'> 5307 </span></span></span><![endif]>Save - allows you to save the currently 5308 displayed plot in one of several graphical formats suitable for printing or 5309 insertion ina document. </p>5304 </span></span></span><![endif]>Save - allows you to save the currently displayed 5305 plot in one of several graphical formats suitable for printing or insertion in 5306 a document. </p> 5310 5307 5311 5308 <p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in;mso-list:l19 level1 lfo1'><![if !supportLists]><span … … 5344 5341 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 5361 SwUGAAAAAAQABADzAAAASAUAAAAA 5364 5362 " filled="f" stroked="f"> 5365 5363 <o:lock v:ext="edit" aspectratio="t"/> … … 5395 5393 22YiTra2kYMu1l1tQD30/bPm3wwYN0x18gb45AdQl1tp5j/sFB2T0FQ7R0nTNEV3j6o9feQzro1i 5396 5394 OWA14Fm+Q8a1a8+Bvu/d/dMb2JY5uiPbhG/ktn4cqGU/er3pcvwCAAD//wMAUEsDBBQABgAIAAAA 5397 IQB Jnpui5gEAALcDAAAOAAAAZHJzL2Uyb0RvYy54bWysU9uO0zAQfUfiHyy/0yRtF5ao6Wq1qwWk5398 ZUFa+ADXsRuLxGNm3Kbl6xm7pS3whsiD5bn4zJkzk8XNbujF1iA58I2sJqUUxmtonV838uuXh1fX 5399 UlBUvlU9eNPIvSF5s3z5YjGG2kyhg741KBjEUz2GRnYxhrooSHdmUDSBYDwHLeCgIpu4LlpUI6MP 5400 fTEty9fFCNgGBG2I2Ht/CMplxrfW6PjJWjJR9I1kbjGfmM9VOovlQtVrVKFz+khD/QOLQTnPRU9Q 5401 9yoqsUH3F9TgNAKBjRMNQwHWOm1yD9xNVf7RzXOngsm9sDgUTjLR/4PVT9vn8BkTdQqPoL+R8HDX 5402 Kb82txRYPh6qPLsQYeyMaplBlbQrxkD1CSMZxGhiNX6ElqetNhGyLDuLg0BIaOV1mT4pbO/C+4ST 5403 irMSYpfHsj+Nxeyi0OysZrPZFT/QHKqq+Ywfp9KqTqjpcUCK7wwMIl0aiUw7g6rtI8VD6q+UlO7h 5404 wfV9nnzvf3MwZvLkrlIjaY2oXkG756YyfabB285FOsAfUoy8OY2k7xuFRor+g2dh3lbzeVq1bMyv 5405 3kzZwMvI6jKivGaoRkYpDte7eFjPTUC37rL+B463LKZ1uZ8zqyNZ3o6syHGT0/pd2jnr/L8tfwIA 5406 AP//AwBQSwMEFAAGAAgAAAAhAAhsJnDYAAAAAwEAAA8AAABkcnMvZG93bnJldi54bWxMj0FLw0AQ 5407 he+C/2EZwYvYTSpIG7MpxRLwqK3gdZudZlOzs2F3k8Z/7+hFLwOP93jzvXIzu15MGGLnSUG+yEAg 5408 Nd501Cp4P9T3KxAxaTK694QKvjDCprq+KnVh/IXecNqnVnAJxUIrsCkNhZSxseh0XPgBib2TD04n 5409 lqGVJugLl7teLrPsUTrdEX+wesBni83nfnTcsute1vU4vW53d8E+mI/6HNa5Urc38/YJRMI5/YXh 5410 B5/RoWKmox/JRNEr4CHp97K3zFkdObPKQFal/M9efQMAAP//AwBQSwECLQAUAAYACAAAACEAtoM4 5411 kv4AAADhAQAAEwAAAAAAAAAAAAAAAAAAAAAAW0NvbnRlbnRfVHlwZXNdLnhtbFBLAQItABQABgAI 5412 AAAAIQA4/SH/1gAAAJQBAAALAAAAAAAAAAAAAAAAAC8BAABfcmVscy8ucmVsc1BLAQItABQABgAI 5413 A AAAIQBJnpui5gEAALcDAAAOAAAAAAAAAAAAAAAAAC4CAABkcnMvZTJvRG9jLnhtbFBLAQItABQA5414 BgAIAAAAIQAIbCZw2AAAAAMBAAAPAAAAAAAAAAAAAAAAAEAEAABkcnMvZG93bnJldi54bWxQSwUG 5415 AAAAAAQABADzAAAARQUAAAAA 5395 IQBllbLe/QEAANsDAAAOAAAAZHJzL2Uyb0RvYy54bWysU21v0zAQ/o7Ef7D8nSZpMxhR02naNEAa 5396 o9LYD3AdO7FIfObsNi2/nrPTlY59Q+SDlXvxc889d15e7Yee7RR6A7bmxSznTFkJjbFtzZ++3727 5397 5MwHYRvRg1U1PyjPr1Zv3yxHV6k5dNA3ChmBWF+NruZdCK7KMi87NQg/A6csBTXgIAKZ2GYNipHQ 5398 hz6b5/n7bARsHIJU3pP3dgryVcLXWsnwTWuvAutrTtxCOjGdm3hmq6WoWhSuM/JIQ/wDi0EYS0VP 5399 ULciCLZF8wpqMBLBgw4zCUMGWhupUg/UTZH/1c1jJ5xKvZA43p1k8v8PVj7s1shMU3MalBUDjWht 5400 ZNiiYmUUZ3S+opxHt8bYnnf3IH94ZuGmE7ZV196RxDR4uvzsQoSxU6IhlkWEyF5gRMMTGtuMX6Gh 5401 cmIbIEm31zgwhIiWX+bx40z3xn2OOLE4qcX2aXSH0+jUPjBJzmKxWFzQBUmhoigXdDmWFlVEjZcd 5402 +vBJwcDiT82RaCdQsbv3YUp9TonpFu5M35NfVL194SDM6EldxUYmjTbQHKipRJ9o0IugIh3gL85G 5403 2q6a+59bgYqz/oslYT4WZRnXMRnlxYc5GXge2ZxHhJUEVfPA2fR7E6YV3jo0bZf0nzhek5japH6i 5404 0BOrI1naoKTIcdvjip7bKevPm1z9BgAA//8DAFBLAwQUAAYACAAAACEACGwmcNgAAAADAQAADwAA 5405 AGRycy9kb3ducmV2LnhtbEyPQUvDQBCF74L/YRnBi9hNKkgbsynFEvCoreB1m51mU7OzYXeTxn/v 5406 6EUvA4/3ePO9cjO7XkwYYudJQb7IQCA13nTUKng/1PcrEDFpMrr3hAq+MMKmur4qdWH8hd5w2qdW 5407 cAnFQiuwKQ2FlLGx6HRc+AGJvZMPTieWoZUm6AuXu14us+xROt0Rf7B6wGeLzed+dNyy617W9Ti9 5408 bnd3wT6Yj/oc1rlStzfz9glEwjn9heEHn9GhYqajH8lE0SvgIen3srfMWR05s8pAVqX8z159AwAA 5409 //8DAFBLAQItABQABgAIAAAAIQC2gziS/gAAAOEBAAATAAAAAAAAAAAAAAAAAAAAAABbQ29udGVu 5410 dF9UeXBlc10ueG1sUEsBAi0AFAAGAAgAAAAhADj9If/WAAAAlAEAAAsAAAAAAAAAAAAAAAAALwEA 5411 AF9yZWxzLy5yZWxzUEsBAi0AFAAGAAgAAAAhAGWVst79AQAA2wMAAA4AAAAAAAAAAAAAAAAALgIA 5412 AGRycy9lMm9Eb2MueG1sUEsBAi0AFAAGAAgAAAAhAAhsJnDYAAAAAwEAAA8AAAAAAAAAAAAAAAAA 5413 VwQAAGRycy9kb3ducmV2LnhtbFBLBQYAAAAABAAEAPMAAABcBQAAAAA= 5416 5414 " filled="f" stroked="f"> 5417 5415 <o:lock v:ext="edit" aspectratio="t"/> … … 5447 5445 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 5465 bWxQSwUGAAAAAAQABADzAAAASwUAAAAA 5467 5466 " filled="f" stroked="f"> 5468 5467 <o:lock v:ext="edit" aspectratio="t"/> … … 5497 5496 22YiTra2kYMu1l1tQD30/bPm3wwYN0x18gb45AdQl1tp5j/sFB2T0FQ7R0nTNEV3j6o9feQzro1i 5498 5497 OWA14Fm+Q8a1a8+Bvu/d/dMb2JY5uiPbhG/ktn4cqGU/er3pcvwCAAD//wMAUEsDBBQABgAIAAAA 5499 IQAgiCGl0gEAAJ4DAAAOAAAAZHJzL2Uyb0RvYy54bWysU9uO0zAQfUfiHyy/0zSlC0vUdLXa1SKk 5500 5SItfIDr2IlF4jEzbtPy9YydblvgDfFizcU5c+b4ZHWzH3qxM0gOfC3L2VwK4zU0zre1/Pb14dW1 5501 FBSVb1QP3tTyYEjerF++WI2hMgvooG8MCgbxVI2hll2MoSoK0p0ZFM0gGM9NCzioyCm2RYNqZPSh 5502 Lxbz+ZtiBGwCgjZEXL2fmnKd8a01On62lkwUfS2ZW8wn5nOTzmK9UlWLKnROH2mof2AxKOd56Anq 5503 XkUltuj+ghqcRiCwcaZhKMBap03egbcp539s89SpYPIuLA6Fk0z0/2D1p91T+IKJOoVH0N9JeLjr 5504 lG/NLQWWjx9VnkuIMHZGNcygTNoVY6DqhJESYjSxGT9Cw6+tthGyLHuLQ5rBC4t9Vv9wUt/so9Bc 5505 LBevrxdXUmhuHeM0QVXPHwek+N7AIFJQS2R2GVztHilOV5+vpFkeHlzf5wfu/W8FxkyVTD7xTW6h 5506 agPNgbkjTCZhU3PQAf6UYmSD1JJ+bBUaKfoPnvd/Vy6XyVE5WV69XXCCl53NZUd5zVC1jFJM4V2c 5507 XLgN6NouyzxxvGXNrMv7nFkdybIJsiJHwyaXXeb51vm3Wv8CAAD//wMAUEsDBBQABgAIAAAAIQB5 5508 pzbA2gAAAAMBAAAPAAAAZHJzL2Rvd25yZXYueG1sTI9BS8NAEIXvgv9hGcGLtBsFi43ZFCmIRQql 5509 qfY8zY5JMDubZrdJ+u+7bQ96mcfwhve+SWaDqUVHrassK3gcRyCIc6srLhR8bd5HLyCcR9ZYWyYF 5510 R3IwS29vEoy17XlNXeYLEULYxaig9L6JpXR5SQbd2DbEwfuxrUEf1raQusU+hJtaPkXRRBqsODSU 5511 2NC8pPw3OxgFfb7qtpvlh1w9bBeW94v9PPv+VOr+bnh7BeFp8H/HcMYP6JAGpp09sHaiVhAe8Zd5 5512 9qbPIHZXlWki/7OnJwAAAP//AwBQSwECLQAUAAYACAAAACEAtoM4kv4AAADhAQAAEwAAAAAAAAAA 5513 AAAAAAAAAAAAW0NvbnRlbnRfVHlwZXNdLnhtbFBLAQItABQABgAIAAAAIQA4/SH/1gAAAJQBAAAL 5514 AAAAAAAAAAAAAAAAAC8BAABfcmVscy8ucmVsc1BLAQItABQABgAIAAAAIQAgiCGl0gEAAJ4DAAAO 5515 AAAAAAAAAAAAAAAAAC4CAABkcnMvZTJvRG9jLnhtbFBLAQItABQABgAIAAAAIQB5pzbA2gAAAAMB 5516 AAAPAAAAAAAAAAAAAAAAACwEAABkcnMvZG93bnJldi54bWxQSwUGAAAAAAQABADzAAAAMwUAAAAA 5498 IQAaFnVc6QEAAMIDAAAOAAAAZHJzL2Uyb0RvYy54bWysU9tu2zAMfR+wfxD0vjj20i0z4hRFiw4D 5499 ujVAtw9gZDkWZosapcTJvn6UnGTp+lbsReDNh4eH9OJ633dip8kbtJXMJ1MptFVYG7up5I/v9+/m 5500 UvgAtoYOra7kQXt5vXz7ZjG4UhfYYldrEgxifTm4SrYhuDLLvGp1D36CTltONkg9BHZpk9UEA6P3 5501 XVZMpx+yAal2hEp7z9G7MSmXCb9ptAqPTeN1EF0lmVtIL6V3Hd9suYByQ+Bao4404BUsejCWm56h 5502 7iCA2JJ5AdUbReixCROFfYZNY5ROM/A0+fSfaZ5acDrNwuJ4d5bJ/z9Y9W23ImHqSl5JYaHnFa2M 5503 ClvSYh7FGZwvuebJrSiO590Dqp9eWLxtwW70jXcsMS+ePz6FiHBoNdTMMo8Q2TOM6HhGE+vhK9bc 5504 DrYBk3T7hvrYg0UR+7Shw3lDeh+E4mBevJ8XzFRx6mjHDlCePnbkw2eNvYhGJYnZJXDYPfgwlp5K 5505 Yi+L96brOA5lZ58FGDNGEvnId5RijfWBuROOh8SHz0aL9FuKgY+okv7XFkhL0X2xPP+nfDaLV5ec 5506 2dXHgh26zKwvM2AVQ1UySDGat2G81K0js2mTzCPHG9asMWmeqOfI6kiWDyUpcjzqeImXfqr6++st 5507 /wAAAP//AwBQSwMEFAAGAAgAAAAhAHmnNsDaAAAAAwEAAA8AAABkcnMvZG93bnJldi54bWxMj0FL 5508 w0AQhe+C/2EZwYu0GwWLjdkUKYhFCqWp9jzNjkkwO5tmt0n677ttD3qZx/CG975JZoOpRUetqywr 5509 eBxHIIhzqysuFHxt3kcvIJxH1lhbJgVHcjBLb28SjLXteU1d5gsRQtjFqKD0vomldHlJBt3YNsTB 5510 +7GtQR/WtpC6xT6Em1o+RdFEGqw4NJTY0Lyk/Dc7GAV9vuq2m+WHXD1sF5b3i/08+/5U6v5ueHsF 5511 4Wnwf8dwxg/okAamnT2wdqJWEB7xl3n2ps8gdleVaSL/s6cnAAAA//8DAFBLAQItABQABgAIAAAA 5512 IQC2gziS/gAAAOEBAAATAAAAAAAAAAAAAAAAAAAAAABbQ29udGVudF9UeXBlc10ueG1sUEsBAi0A 5513 FAAGAAgAAAAhADj9If/WAAAAlAEAAAsAAAAAAAAAAAAAAAAALwEAAF9yZWxzLy5yZWxzUEsBAi0A 5514 FAAGAAgAAAAhABoWdVzpAQAAwgMAAA4AAAAAAAAAAAAAAAAALgIAAGRycy9lMm9Eb2MueG1sUEsB 5515 Ai0AFAAGAAgAAAAhAHmnNsDaAAAAAwEAAA8AAAAAAAAAAAAAAAAAQwQAAGRycy9kb3ducmV2Lnht 5516 bFBLBQYAAAAABAAEAPMAAABKBQAAAAA= 5517 5517 " filled="f" stroked="f"> 5518 5518 <o:lock v:ext="edit" aspectratio="t"/> … … 5547 5547 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 5567 SwUGAAAAAAQABADzAAAASAUAAAAA 5567 5568 " filled="f" stroked="f"> 5568 5569 <o:lock v:ext="edit" aspectratio="t"/> … … 5598 5599 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 5619 UEsFBgAAAAAEAAQA8wAAAEkFAAAAAA== 5618 5620 " filled="f" stroked="f"> 5619 5621 <o:lock v:ext="edit" aspectratio="t"/> … … 5649 5651 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 5671 bFBLBQYAAAAABAAEAPMAAABKBQAAAAA= 5669 5672 " filled="f" stroked="f"> 5670 5673 <o:lock v:ext="edit" aspectratio="t"/> … … 5700 5703 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 5723 SwUGAAAAAAQABADzAAAASAUAAAAA 5720 5724 " filled="f" stroked="f"> 5721 5725 <o:lock v:ext="edit" aspectratio="t"/> … … 5738 5742 3-dimensional structure drawings there will be below the toolbar may be a 5739 5743 status bar that on the left may show either an instruction for a keyed input or 5740 a <span class=GramE>pull down</span> selection of keyed input; on the right may5741 be displayed position dependent information that is updated as the mouse is 5742 moved over the plot region.<span style='mso-fareast-font-family:"Times New Roman"; 5743 m so-fareast-theme-font:minor-fareast'><o:p></o:p></span></p>5744 a pull down selection of keyed input; on the right may be displayed position 5745 dependent information that is updated as the mouse is moved over the plot 5746 region.<span style='mso-fareast-font-family:"Times New Roman";mso-fareast-theme-font: 5747 minor-fareast'><o:p></o:p></span></p> 5744 5748 5745 5749 <p class=MsoListParagraphCxSpLast><span style='mso-fareast-font-family:"Times New Roman"; … … 5771 5775 style='font-family:Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family: 5772 5776 Symbol'><span style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'> 5773 </span></span></span><![endif]><b>Open project…</b> - Open a previously saved 5774 GSAS-II project file ({project}.gpx). If you currently have a project file 5775 open, you are asked if it is OK to overwrite it; Cancel will cancel the read 5776 process. </p> 5777 </span></span></span><![endif]><b>Open project…</b> - Open a previously saved GSAS-II 5778 project file ({project}.gpx). If you currently have a project file open, you 5779 are asked if it is OK to overwrite it; Cancel will cancel the read process. </p> 5777 5780 5778 5781 <p class=MsoListParagraphCxSpMiddle>Note that as files are saved during a 5779 5782 structure refinement, copies of the previous version are saved as backup files, 5780 5783 named as {project}.bak{<i>i</i>}.gpx, where <i>i</i> starts as 0 and is 5781 increased after each save operation. NB: you may open a backup .gpx file (<span 5782 class=GramE>e.g.</span> name.bak3.gpx) to return to a previous version of your 5783 project, but if you do so, it is best to immediately use the <b'>Save As... 5784 menu command (you may wish to use name.gpx to overwrite the current version or 5785 select a new name.) If you forget <span class=GramE>specify</span> a project 5786 name, then name.bak3 will be considered the project name and backups will then 5787 be named name.bak3.bak0.gpx, etc.</p> 5784 increased after each save operation. NB: you may open a backup .gpx file (e.g. 5785 name.bak3.gpx) to return to a previous version of your project, but if you do 5786 so, it is best to immediately use the <b'>Save As... menu command (you may wish 5787 to use name.gpx to overwrite the current version or select a new name.) If you 5788 forget specify a project name, then name.bak3 will be considered the project 5789 name and backups will then be named name.bak3.bak0.gpx, etc.</p> 5788 5790 5789 5791 <p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in;mso-list:l37 level1 lfo3'><![if !supportLists]><span 5790 5792 style='font-family:Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family: 5791 5793 Symbol'><span style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'> 5792 </span></span></span><![endif]><b>Save <span class=GramE>project<span5793 style='mso-spacerun:yes'> </span>-</span> </b>Save the current project. If 5794 this is a new project that has not yet been saved, you will be prompted for a 5795 new name in a file dialog (you may optionally change the directory in that 5796 dialog). If the file exists, you will be asked if it is OK to overwrite it. 5797 Once a file name has been used to read or save a project, the name is shown 5798 after ‘Loaded Data:’ in the first item in thedata tree. </p>5794 </span></span></span><![endif]><b>Save project<span style='mso-spacerun:yes'> 5795 </span>- </b>Save the current project. If this is a new project that has not 5796 yet been saved, you will be prompted for a new name in a file dialog (you may 5797 optionally change the directory in that dialog). If the file exists, you will be 5798 asked if it is OK to overwrite it. Once a file name has been used to read or 5799 save a project, the name is shown after ‘Loaded Data:’ in the first item in the 5800 data tree. </p> 5799 5801 5800 5802 <p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in;mso-list:l37 level1 lfo3'><![if !supportLists]><span … … 5811 5813 style='font-family:Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family: 5812 5814 Symbol'><span style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'> 5813 </span></span></span><![endif]><b>New <span class=GramE>Project<span5814 style='mso-spacerun:yes'> </span>-</span> </b>Discards any changes made to the 5815 current project since the lastsave and creates a new empty project. </p>5815 </span></span></span><![endif]><b>New Project<span style='mso-spacerun:yes'> 5816 </span>- </b>Discards any changes made to the current project since the last 5817 save and creates a new empty project. </p> 5816 5818 5817 5819 <p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in;mso-list:l37 level1 lfo3'><![if !supportLists]><span 5818 5820 style='font-family:Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family: 5819 5821 Symbol'><span style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'> 5820 </span></span></span><![endif]><span class=GramE><b>Preferences<span 5821 style='mso-spacerun:yes'> </span>-</b></span><b> </b>Provides access to 5822 GSAS-II configuration settings, as described in the <a href="#Preferences">Configuration 5823 Variables</a> section. </p> 5822 </span></span></span><![endif]><b>Preferences<span style='mso-spacerun:yes'> 5823 </span>- </b>Provides access to GSAS-II configuration settings, as described in 5824 the <a href="#Preferences">Configuration Variables</a> section. </p> 5824 5825 5825 5826 <p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in;mso-list:l37 level1 lfo3'><![if !supportLists]><span … … 5838 5839 style='font-family:Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family: 5839 5840 Symbol'><span style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'> 5840 </span></span></span><![endif]><span class=GramE><b>wx.inspection</b></span><b> 5841 tool - </b>Debugging tool.</p> 5841 </span></span></span><![endif]><b>wx.inspection tool - </b>Debugging tool.</p> 5842 5842 5843 5843 <p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in;mso-list:l37 level1 lfo3'><![if !supportLists]><span 5844 5844 style='font-family:Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family: 5845 5845 Symbol'><span style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'> 5846 </span></span></span><![endif]><span class=GramE><b>Quit<span 5847 style='mso-spacerun:yes'> </span>-</b></span><b> </b>Exit the GSAS-II program. 5848 You will be asked if the project should be saved or not (Cancel aborts the 5849 quit). You can also exit GSAS-II by pressing the red X in the upper right 5850 (Windows) or left (Mac). Pressing the red X on the console will kill the 5851 GSAS-II run without any save.</p> 5846 </span></span></span><![endif]><b>Quit<span style='mso-spacerun:yes'> </span>- 5847 </b>Exit the GSAS-II program. You will be asked if the project should be saved 5848 or not (Cancel aborts the quit). You can also exit GSAS-II by pressing the red 5849 X in the upper right (Windows) or left (Mac). Pressing the red X on the console 5850 will kill the GSAS-II run without any save.</p> 5852 5851 5853 5852 <p class=MsoListParagraphCxSpMiddle style='margin-left:.25in;mso-add-space: … … 5901 5900 5902 5901 <p class=MsoListParagraphCxSpMiddle>Note that nonstandard space group symbols 5903 are permitted; space group names must have spaces between the axial fields (<span5904 class=GramE>e.g.</span>use ‘P n a 21’ not ‘Pna21’). </p>5902 are permitted; space group names must have spaces between the axial fields 5903 (e.g. use ‘P n a 21’ not ‘Pna21’). </p> 5905 5904 5906 5905 <p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in;mso-list:l38 level1 lfo4'><![if !supportLists]><span … … 5915 5914 Symbol'><span style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'> 5916 5915 </span></span></span><![endif]><b>Rename tree entry - </b>Rename a histogram 5917 entry. This should only be done before the histogram is used in any phases: <span5918 class=GramE>e.g.</span>only rename data immediately after reading. </p>5916 entry. This should only be done before the histogram is used in any phases: 5917 e.g. only rename data immediately after reading. </p> 5919 5918 5920 5919 <p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in;mso-list:l38 level1 lfo4'><![if !supportLists]><span … … 5922 5921 Symbol'><span style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'> 5923 5922 </span></span></span><![endif]><b>Delete data entries - </b>This will remove a 5924 data (<span class=GramE>e.g.</span> PWDR) item from the data tree. A dialog box 5925 with a list of choices for histograms is presented; it has filter capability to 5926 ease this process. Be sure to remove histograms from all phases before deleting 5927 them from the tree. </p> 5923 data (e.g. PWDR) item from the data tree. A dialog box with a list of choices 5924 for histograms is presented; it has filter capability to ease this process. Be 5925 sure to remove histograms from all phases before deleting them from the tree. </p> 5928 5926 5929 5927 <p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in;mso-list:l38 level1 lfo4'><![if !supportLists]><span … … 5982 5980 5983 5981 <p class=MsoListParagraphCxSpMiddle>Note that for atom positions, the 5984 coordinate values (named as ‘<span class=GramE>p::</span>A<i>w</i>:n’, where p 5985 is the phase number, n is the atom number and <i>w</i> is x, y or z) is not a 5986 refinable parameter, but the shift in the value is. The refined parameters are 5987 ‘<span class=GramE>p::</span>A<i>w</i>:n’. The reason this is done is that by 5988 treating an atom position as x+<span class=GramE>dx,y</span>+dy,z+dz where the 5989 “d” values indicate shifts from the starting position and the shifts are 5990 refined rather than the x,y, or z values is that this simplifies symmetry 5982 coordinate values (named as ‘p::A<i>w</i>:n’, where p is the phase number, n is 5983 the atom number and <i>w</i> is x, y or z) is not a refinable parameter, but 5984 the shift in the value is. The refined parameters are ‘p::A<i>w</i>:n’. The 5985 reason this is done is that by treating an atom position as x+dx,y+dy,z+dz 5986 where the “d” values indicate shifts from the starting position and the shifts 5987 are refined rather than the x,y, or z values is that this simplifies symmetry 5991 5988 constraints. As an example, suppose we have an atom on a symmetry constrained 5992 site, x,1/2-<span class=GramE>x,z.</span> The process needed to define this 5993 constraint, so that if x moves positively y <span class=GramE>has to</span> move 5994 negatively by the same amount would be messy. With refinement of shifts, all we 5995 need to do is constrain dy (‘<span class=GramE>0::</span>dAy:n’) to be equal to 5996 -dx (-1*‘0::dAx:n’). </p> 5989 site, x,1/2-x,z. The process needed to define this constraint, so that if x 5990 moves positively y has to move negatively by the same amount would be messy. 5991 With refinement of shifts, all we need to do is constrain dy (‘0::dAy:n’) to be 5992 equal to -dx (-1*‘0::dAx:n’). </p> 5997 5993 5998 5994 <p class=MsoListParagraphCxSpMiddle>Press the window exit button to exit this … … 6015 6011 refinement where the contributions from each phase (phase partial intensities) 6016 6012 are written for each histogram and each phase in that histogram into a single 6017 file named < span class=GramE><tt><i><span style='font-size:10.0pt'>project</span></i></tt><tt><span6018 style='font-size:10.0pt'>.partials</span></tt> </span>where <tt><i><span6013 file named <tt><i><span style='font-size:10.0pt'>project</span></i></tt><tt><span 6014 style='font-size:10.0pt'>.partials</span></tt> where <tt><i><span 6019 6015 style='font-size:10.0pt'>project</span></i></tt> is the GSAS-II project (.gpx) 6020 name. This file is intended for internal use in GSAS-II and will be deleted if 6021 additional refinements are performed (making the information in them obsolete; 6022 use this menu command to recreate them if needed.) When <span class=GramE>the <tt><span 6023 style='font-size:10.0pt'>.partials</span></tt></span> file is created, the user 6024 can optionally choose to export the intensity information in a series of ASCII 6025 files named <tt><i><span style='font-size:10.0pt'>prefix</span></i></tt><tt><span 6026 style='font-size:10.0pt'>_part_</span></tt><i>N</i><tt><span style='font-size: 6027 10.0pt'>.csv</span></tt>, which can be read by spreadsheets and most scientific 6028 software. </p> 6016 name. This file is intended for internal use in GSAS-II and will be deleted if additional 6017 refinements are performed (making the information in them obsolete; use this 6018 menu command to recreate them if needed.) When the <tt><span style='font-size: 6019 10.0pt'>.partials</span></tt> file is created, the user can optionally choose 6020 to export the intensity information in a series of ASCII files named <tt><i><span 6021 style='font-size:10.0pt'>prefix</span></i></tt><tt><span style='font-size:10.0pt'>_part_</span></tt><i>N</i><tt><span 6022 style='font-size:10.0pt'>.csv</span></tt>, which can be read by spreadsheets 6023 and most scientific software. </p> 6029 6024 6030 6025 <p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in;mso-list:l2 level1 lfo5'><![if !supportLists]><span … … 6074 6069 import of data. Each entry when selected with the mouse shows further submenus 6075 6070 with specific imports that are available. Any of these files can be accessed 6076 from a zip file. GSAS-II can read many different <span class=GramE>image</span>6077 file formats including MAR345 files, Quantum ADSC files, and tiff files from 6078 Perkin-Elmer, Pilatus, and GE. Although many of these formats have data fields 6079 that should contain relevant information for the exposure (<span class=GramE>e.g.</span> 6080 wavelength), these are rarely filled in correctly by the data acquisition 6081 s oftware. Thus, you should have separately noted this information as it will be6082 needed. In some cases, this information may be in a separate “metadata” file; 6083 GSAS-II will look for thisand attempt to open it as well as the image file. <br>6071 from a zip file. GSAS-II can read many different image file formats including 6072 MAR345 files, Quantum ADSC files, and tiff files from Perkin-Elmer, Pilatus, 6073 and GE. Although many of these formats have data fields that should contain 6074 relevant information for the exposure (e.g. wavelength), these are rarely 6075 filled in correctly by the data acquisition software. Thus, you should have 6076 separately noted this information as it will be needed. In some cases, this 6077 information may be in a separate “metadata” file; GSAS-II will look for this 6078 and attempt to open it as well as the image file. <br> 6084 6079 NB: gain maps can be imported but they must be 1000*the gain value (typically 6085 6080 ~1) as integers; if used, GSAS-II will rescale the gain map by 1/1000 and apply … … 6097 6092 style='font-family:"Courier New";mso-fareast-font-family:"Courier New"'><span 6098 6093 style='mso-list:Ignore'>o<span style='font:7.0pt "Times New Roman"'> 6099 </span></span></span><![endif]><span class=GramE><b>GSAS .EXP</b></span> - This 6100 reads one phase from a (old) gsas experiment file (name.EXP). The file name is 6101 found in a directory dialog; you can change directories as needed. <span 6102 class=GramE>Only .EXP</span> (or .exp) file names are shown. If the selected 6103 file has more than one phase, a dialog is shown with the <span class=GramE>choices;</span> 6104 only one can be chosen. If you want more than one, redo this command. After 6105 selecting a phase, a dialog box is shown with the proposed phase name. You can 6106 change it if desired. </p> 6094 </span></span></span><![endif]><b>GSAS .EXP</b> - This reads one phase from a 6095 (old) gsas experiment file (name.EXP). The file name is found in a directory 6096 dialog; you can change directories as needed. Only .EXP (or .exp) file names 6097 are shown. If the selected file has more than one phase, a dialog is shown with 6098 the choices; only one can be chosen. If you want more than one, redo this 6099 command. After selecting a phase, a dialog box is shown with the proposed phase 6100 name. You can change it if desired. </p> 6107 6101 6108 6102 <p class=MsoListParagraphCxSpMiddle style='margin-left:1.0in;mso-add-space: … … 6113 6107 phase information from a Protein Data Base file (name.PDB or name.ENT). The 6114 6108 file name is found in a directory dialog; you can change directories as needed. 6115 Only .PDB (or .pdb) <span class=GramE>or .ENT</span> (or .ent) file names are 6116 shown. Be careful that the space group symbol on the ‘CRYST1’ record in the PDB 6117 file follows the GSAS-II conventions (<span class=GramE>e.g.</span> with spaces 6118 between axial fields). A dialog box is shown with the proposed phase name. You 6119 can change it if desired. </p> 6109 Only .PDB (or .pdb) or .ENT (or .ent) file names are shown. Be careful that the 6110 space group symbol on the ‘CRYST1’ record in the PDB file follows the GSAS-II 6111 conventions (e.g. with spaces between axial fields). A dialog box is shown with 6112 the proposed phase name. You can change it if desired. </p> 6120 6113 6121 6114 <p class=MsoListParagraphCxSpMiddle style='margin-left:1.0in;mso-add-space: … … 6124 6117 style='mso-list:Ignore'>o<span style='font:7.0pt "Times New Roman"'> 6125 6118 </span></span></span><![endif]><b>CIF file</b> - This reads one phase from a 6126 Crystallographic Information File ({name <span class=GramE>}.CIF</span> (or6127 .cif). The file name is found in a directory dialog; you can change directories 6128 as needed. If the selected file has more than one phase, a dialog is shown with 6129 the <span class=GramE>choices;</span> only one can be chosen. If you want more 6130 than one, redo this command. After selecting a phase, a dialog box is shown 6131 with the proposed phase name. You can change it ifdesired. </p>6119 Crystallographic Information File ({name}.CIF (or .cif). The file name is found 6120 in a directory dialog; you can change directories as needed. If the selected 6121 file has more than one phase, a dialog is shown with the choices; only one can 6122 be chosen. If you want more than one, redo this command. After selecting a 6123 phase, a dialog box is shown with the proposed phase name. You can change it if 6124 desired. </p> 6132 6125 6133 6126 <p class=MsoListParagraphCxSpMiddle style='margin-left:1.0in;mso-add-space: … … 6164 6157 data set, such as data type, calibration constants (such as wavelength) and 6165 6158 default profile parameters are read from a separate file, either a (old) GSAS 6166 instrument parameter file ( <span class=GramE>usually .prm</span>, .ins or .inst6167 extension) or a new GSAS-II .instparm file. <span style='mso-fareast-font-family: 6168 "Times New Roman";mso-fareast-theme-font:minor-fareast'><o:p></o:p></span></p>6159 instrument parameter file (usually .prm, .ins or .inst extension) or a new 6160 GSAS-II .instparm file. <span style='mso-fareast-font-family:"Times New Roman"; 6161 mso-fareast-theme-font:minor-fareast'><o:p></o:p></span></p> 6169 6162 6170 6163 <p class=MsoListParagraphCxSpMiddle>Note that it is possible to apply 6171 6164 corrections to the 2-theta, intensity or weight values by adding a Python 6172 command(s) to the instrument <span class=GramE>(.instprm</span>) parameter with6173 a variable namedCorrectionCode. See the <tt><span style='font-size:10.0pt'>CorrectionCode.instprm.sample</span></tt>6165 command(s) to the instrument (.instprm) parameter with a variable named 6166 CorrectionCode. See the <tt><span style='font-size:10.0pt'>CorrectionCode.instprm.sample</span></tt> 6174 6167 file provided in the GSAS-II source directory for an example of how this is 6175 6168 done. <span style='mso-fareast-font-family:"Times New Roman";mso-fareast-theme-font: … … 6181 6174 style='mso-list:Ignore'>o<span style='font:7.0pt "Times New Roman"'> 6182 6175 </span></span></span><![endif]><b>CIF file</b> - This reads one powder pattern 6183 (histogram) from a Crystallographic Information File ({name<span class=GramE>}.CIF</span>). 6184 The file name is found in a directory dialog; you can change directories as 6185 needed. Only <span class=GramE>one .cif</span> can be chosen. If you want more 6186 than one, redo this command. </p> 6176 (histogram) from a Crystallographic Information File ({name}.CIF). The file 6177 name is found in a directory dialog; you can change directories as needed. Only 6178 one .cif can be chosen. If you want more than one, redo this command. </p> 6187 6179 6188 6180 <p class=MsoListParagraphCxSpMiddle style='margin-left:.75in;mso-add-space: … … 6202 6194 </span></span></span><![endif]><b>GSAS .fxye files</b> - This reads powder 6203 6195 patterns (histograms) from the defined GSAS format powder data files. GSAS file 6204 <span class=GramE>types</span> STD, ESD, FXY and FXYE are recognized. Neutron 6205 TOF data with a ‘TIME-MAP’ are also recognized. The file names are found in a 6206 directory dialog; you can change directories as needed. If the selected files 6207 have more than one powderpattern, a dialog is shown with the choice(s). </p>6196 types STD, ESD, FXY and FXYE are recognized. Neutron TOF data with a ‘TIME-MAP’ 6197 are also recognized. The file names are found in a directory dialog; you can 6198 change directories as needed. If the selected files have more than one powder 6199 pattern, a dialog is shown with the choice(s). </p> 6208 6200 6209 6201 <p class=MsoListParagraphCxSpMiddle style='margin-left:.75in;mso-add-space: … … 6228 6220 style='font-family:"Courier New";mso-fareast-font-family:"Courier New"'><span 6229 6221 style='mso-list:Ignore'>o<span style='font:7.0pt "Times New Roman"'> 6230 </span></span></span><![endif]><i>other supported formats</i> – <span6231 class=GramE>Bruker .RAW</span>; FullProf .dat; Panalytical .xrdml; 6232 Comma-separated .csv; Rigaku .ras & .txt</p>6222 </span></span></span><![endif]><i>other supported formats</i> – Bruker .RAW; 6223 FullProf .dat; Panalytical .xrdml; Comma-separated .csv; Rigaku .ras & .txt 6224 </p> 6233 6225 6234 6226 <p class=MsoNormal style='text-indent:.5in'>Other formats that are supported, … … 6248 6240 histogram with all zero intensity values in it using a set of instrument 6249 6241 parameters that are read in from a file or one of the default sets provided 6250 when Cancel is pressed at the prompt to select a file. The user <span 6251 class=GramE>is able to</span> specify the data range and step size. One or more 6252 crystalline phases must also be provided to perform a crystallographic 6253 simulation. When the "Refine" menu command is initially used, the 6254 intensities are computed from these phases and the "observed" 6255 intensity values are set from these computed values, with superimposed 6256 "random" noise added based on the calculated values as σ=sqrt(I) 6257 (increase the histogram scale factor to change this, if desired). Further 6258 refinements can then be used to fit to these simulated data. To reset the 6259 "observed" intensity values back to zero, to recompute them, use the 6260 "Edit range" button on the "PWDR" tree item that is created 6261 by this option. </p> 6242 when Cancel is pressed at the prompt to select a file. The user is able to 6243 specify the data range and step size. One or more crystalline phases must also 6244 be provided to perform a crystallographic simulation. When the 6245 "Refine" menu command is initially used, the intensities are computed 6246 from these phases and the "observed" intensity values are set from 6247 these computed values, with superimposed "random" noise added based 6248 on the calculated values as σ=sqrt(I) (increase the histogram scale factor to 6249 change this, if desired). Further refinements can then be used to fit to these 6250 simulated data. To reset the "observed" intensity values back to 6251 zero, to recompute them, use the "Edit range" button on the 6252 "PWDR" tree item that is created by this option. </p> 6262 6253 6263 6254 <p class=MsoListParagraphCxSpMiddle style='margin-left:.75in;mso-add-space: … … 6269 6260 file extension must determine the importer that will be used and a filter 6270 6261 pattern is specified to determine which files will be read (e.g. use "<tt><span 6271 style='font-size:10.0pt'>*June23 <span class=GramE>*.fxye</span></span></tt>"6272 so that only filesthat contain the string "June23" will be read. </p>6262 style='font-size:10.0pt'>*June23*.fxye</span></tt>" so that only files 6263 that contain the string "June23" will be read. </p> 6273 6264 6274 6265 <p class=MsoListParagraphCxSpMiddle style='margin-left:.75in;mso-add-space: … … 6280 6271 fundamental parameters that describe a constant wavelength (most likely 6281 6272 Bragg-Brentano) powder diffraction instrument. The user must first specify the 6282 data range to be used and then a set of <span class=GramE>FP</span> 6283 (fundamental parameter) values. The FP values and a source spectrum can be 6284 supplied using a nomenclature <span class=GramE>similar to</span> Topas 6285 (described further below). They will then be converted to the SI units and 6286 parameter names used in the NIST FPA code. Alternately a file can be supplied 6287 with the parameter values used directly in that program. With this input, a 6288 series of peaks are computed across the specified data range and the <a 6273 data range to be used and then a set of FP (fundamental parameter) values. The 6274 FP values and a source spectrum can be supplied using a nomenclature similar to 6275 Topas (described further below). They will then be converted to the SI units 6276 and parameter names used in the NIST FPA code. Alternately a file can be 6277 supplied with the parameter values used directly in that program. With this 6278 input, a series of peaks are computed across the specified data range and the <a 6289 6279 href="gsasII-pwdr.html#PWDR_Instrument_Parameters">Instrumental Parameters</a> 6290 6280 that determine the instrumental profile (U, V, W, X, Y and SH/L) are determined … … 6297 6287 6298 6288 <p class=MsoListParagraphCxSpLast style='margin-left:.75in;mso-add-space:auto'><span 6299 style='mso-bookmark:FPAinput'>Description of the Topas-style fundamental 6300 parametersused as FPA input for GSAS-II</span> </p>6289 style='mso-bookmark:FPAinput'>Description of the Topas-style fundamental parameters 6290 used as FPA input for GSAS-II</span> </p> 6301 6291 6302 6292 <div align=center> … … 6425 6415 mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt; 6426 6416 mso-border-alt:solid windowtext .5pt;padding:0in 5.4pt 0in 5.4pt'> 6427 <p class=MsoNormal>Illuminated sample length in axial direction. <span6428 class=GramE>Typically</span>the same as filament_length.</p>6417 <p class=MsoNormal>Illuminated sample length in axial direction. Typically 6418 the same as filament_length.</p> 6429 6419 </td> 6430 6420 </tr> … … 6445 6435 mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt; 6446 6436 mso-border-alt:solid windowtext .5pt;padding:0in 5.4pt 0in 5.4pt'> 6447 <p class=MsoNormal>Length of the receiving slit in axial direction. <span6448 class=GramE>Typically</span>the same as filament_length.</p>6437 <p class=MsoNormal>Length of the receiving slit in axial direction. Typically 6438 the same as filament_length.</p> 6449 6439 </td> 6450 6440 </tr> … … 6459 6449 mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt; 6460 6450 mso-border-alt:solid windowtext .5pt;padding:0in 5.4pt 0in 5.4pt'> 6461 <p class=MsoNormal> <span class=GramE>cm<sup>-1</sup></span></p>6451 <p class=MsoNormal>cm<sup>-1</sup></p> 6462 6452 </td> 6463 6453 <td width=354 valign=top style='width:265.6pt;border-top:none;border-left: … … 6757 6747 mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt; 6758 6748 mso-border-alt:solid windowtext .5pt;padding:0in 5.4pt 0in 5.4pt'> 6759 <p class=MsoNormal>Width of transition region from high-intensity, roughly 6760 flat region of the x-ray tube output to the to the tube tails region as a6761 fractionof the IBM bandwidth</p>6749 <p class=MsoNormal>Width of transition region from high-intensity, roughly flat 6750 region of the x-ray tube output to the to the tube tails region as a fraction 6751 of the IBM bandwidth</p> 6762 6752 </td> 6763 6753 </tr> … … 6808 6798 </div> 6809 6799 6810 <p class=MsoNormal style='margin-left:.75in'>If you use this, please cite M.H. 6811 Mendenhall, K. Mullen & J.P. Cline (2015), <i>J. Res. of NIST</i>, <b>120</b>, 6800 <p class=MsoNormal style='margin-left:.75in'><span style='color:white; 6801 mso-color-alt:windowtext'>If you use this, please cite M.H. Mendenhall, K. 6802 Mullen & J.P. Cline (2015), </span><i>J. Res. of NIST</i>, <b>120</b>, 6812 6803 p223. DOI: 10.6028/jres.120.014. If the incident beam monochromator model is 6813 6804 used, please also cite: M.H. Mendenhall, D. Black & J.P. Cline (2019), <i>J. … … 6820 6811 style='font-family:Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family: 6821 6812 Symbol'><span style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'> 6822 </span></span></span><![endif]><b>Structure Factor</b> - Reads single crystal 6823 input from a variety of file types. Results are placed in the GSAS-II data tree 6824 as‘HKLF file name’ </p>6813 </span></span></span><![endif]><b>Structure Factor</b> - Reads single crystal input 6814 from a variety of file types. Results are placed in the GSAS-II data tree as 6815 ‘HKLF file name’ </p> 6825 6816 6826 6817 <p class=MsoListParagraphCxSpMiddle style='margin-left:.75in;mso-add-space: … … 6828 6819 style='font-family:"Courier New";mso-fareast-font-family:"Courier New"'><span 6829 6820 style='mso-list:Ignore'>o<span style='font:7.0pt "Times New Roman"'> 6830 </span></span></span><![endif]><b>F**2 HKL file</b> - <span class=GramE>This6831 reads</span> squared structure factors (as F**2) and sig(F**2) from a SHELX 6832 f ormat .hkl file. The file names are found in a directory dialog; you can6833 change directories as needed. You must know the file contains structure factors 6834 (as F**2) as the fileitself has no internal indication of this. </p>6821 </span></span></span><![endif]><b>F**2 HKL file</b> - This reads squared 6822 structure factors (as F**2) and sig(F**2) from a SHELX format .hkl file. The 6823 file names are found in a directory dialog; you can change directories as 6824 needed. You must know the file contains structure factors (as F**2) as the file 6825 itself has no internal indication of this. </p> 6835 6826 6836 6827 <p class=MsoListParagraphCxSpMiddle style='margin-left:.75in;mso-add-space: … … 6849 6840 style='mso-list:Ignore'>o<span style='font:7.0pt "Times New Roman"'> 6850 6841 </span></span></span><![endif]><b>CIF file</b> - This reads structure factors 6851 (as F**2 or F) and <span class=GramE>sig(</span>F**2 or F) from a .CIF (or6852 .cif) or .FCF (or .fcf) format file. The file names are found in a directory 6853 di alog; you can change directories as needed. The internal structure of this6854 f ile indicates in which form the structure factors are used. </p>6842 (as F**2 or F) and sig(F**2 or F) from a .CIF (or .cif) or .FCF (or .fcf) 6843 format file. The file names are found in a directory dialog; you can change 6844 directories as needed. The internal structure of this file indicates in which 6845 form the structure factors are used. </p> 6855 6846 6856 6847 <p class=MsoListParagraphCxSpLast style='margin-left:.75in;mso-add-space:auto; … … 6860 6851 </span></span></span><![endif]><b>guess format from file</b> - This attempts to 6861 6852 read one data set from a file trying the formats as described above. However, 6862 since it cannot be determined if SHELX <span class=GramE>format .hkl</span>6863 contains F or F**2 values, do not use this command for those files. On 6864 occasion, this command may not succeed in correctly determining a file format. 6865 If it fails, retry by selectingthe correct format from the list.</p>6853 since it cannot be determined if SHELX format .hkl contains F or F**2 values, 6854 do not use this command for those files. On occasion, this command may not 6855 succeed in correctly determining a file format. If it fails, retry by selecting 6856 the correct format from the list.</p> 6866 6857 6867 6858 <p class=MsoNormal style='margin-left:.25in;text-indent:.25in'>There are … … 6921 6912 auto'>GSAS-II uses separate routines to write out files with information inside 6922 6913 GSAS-II. These routines can be created and customized easily. See the <a 6923 href="https://gsas-ii.readthedocs.io/en/latest/exports.html">GSAS-II Export 6924 Modules section</a> of the <a href="#Programmers"><strong>Programmers 6925 documentation</strong></a> for more information on this. Since it is easy to 6926 support new formats, the documentation below may not list all supported 6927 formats. <span style='mso-fareast-font-family:"Times New Roman";mso-fareast-theme-font: 6928 minor-fareast'><o:p></o:p></span></p> 6914 href="https://gsas-ii.readthedocs.io/en/latest/exports.html">GSAS-II Export Modules 6915 section</a> of the <a href="#Programmers"><strong>Programmers documentation</strong></a> 6916 for more information on this. Since it is easy to support new formats, the 6917 documentation below may not list all supported formats. <span style='mso-fareast-font-family: 6918 "Times New Roman";mso-fareast-theme-font:minor-fareast'><o:p></o:p></span></p> 6929 6919 6930 6920 <p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in;mso-list:l30 level1 lfo14'><![if !supportLists]><span … … 6966 6956 style='font-family:Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family: 6967 6957 Symbol'><span style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'> 6968 </span></span></span><![endif]><b>Single crystal data as</b> - Single crystal reflection6969 lists can be exported as text files or as a simplified CIF file that contains 6970 only structure factors. </p>6958 </span></span></span><![endif]><b>Single crystal data as</b> - Single crystal 6959 reflection lists can be exported as text files or as a simplified CIF file that 6960 contains only structure factors. </p> 6971 6961 6972 6962 <p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in;mso-list:l30 level1 lfo14'><![if !supportLists]><span 6973 6963 style='font-family:Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family: 6974 6964 Symbol'><span style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'> 6975 </span></span></span><![endif]><b>Image data</b> - <span class=GramE>This6976 exports</span> selected images as a portable networks graphics format (PNG) 6977 file. Alternately, the image controls and masks can be written for selected 6978 images. If strain analysis has been performed on images, the results can also 6979 be exported here as aspreadsheet (.csv file). </p>6965 </span></span></span><![endif]><b>Image data</b> - This exports selected images 6966 as a portable networks graphics format (PNG) file. Alternately, the image 6967 controls and masks can be written for selected images. If strain analysis has 6968 been performed on images, the results can also be exported here as a 6969 spreadsheet (.csv file). </p> 6980 6970 6981 6971 <p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in;mso-list:l30 level1 lfo14'><![if !supportLists]><span … … 7011 7001 </span></span></span><![endif]><b>Export PDF...</b> - This allows computed PDFs 7012 7002 peak lists from selected histograms to be written as two simple text files, 7013 {name}.gr and {name<span class=GramE>}.sq</span>, containing g(r) and s(q), 7014 respectively as 2 columns of data; a header on each indicated the source file 7015 name and the column headings. The file name comes from the PDF entry in the 7016 GSAS-II data tree. </p> 7003 {name}.gr and {name}.sq, containing g(r) and s(q), respectively as 2 columns of 7004 data; a header on each indicated the source file name and the column headings. 7005 The file name comes from the PDF entry in the GSAS-II data tree. </p> 7017 7006 7018 7007 <div class=MsoNormal align=center style='text-align:center'><span … … 7091 7080 style='font:7.0pt "Times New Roman"'> </span></span></span><![endif]>analytic 7092 7081 Jacobian: This uses a numpy-provided <i>leastsq</i> minimizer, which not 7093 applicable for problem with <span class=GramE>a large number of</span>7094 histograms as it requires much more memory than the Hessian routines. This 7095 because it creates a Jacobian matrix (J) that is shaped N x M (N parameters x M 7096 observations) while the Hessian method create a Jacobian matrix only for each 7097 histogram; the N x N Hessian is the made from summing the J x J<sup>T</sup> 7098 products across thehistograms</p>7082 applicable for problem with a large number of histograms as it requires much 7083 more memory than the Hessian routines. This because it creates a Jacobian 7084 matrix (J) that is shaped N x M (N parameters x M observations) while the 7085 Hessian method create a Jacobian matrix only for each histogram; the N x N 7086 Hessian is the made from summing the J x J<sup>T</sup> products across the 7087 histograms</p> 7099 7088 7100 7089 <p class=MsoListParagraphCxSpMiddle style='margin-left:.75in;mso-add-space: … … 7107 7096 derivatives are computed rather than use the analytical derivatives that are 7108 7097 coded directly into GSAS-II. This will be slower than the analytical 7109 derivatives and will is often less accurate which results in slower 7110 convergence. <i>It is typically used for code development to check the accuracy 7111 of theanalytical derivative formulations. </i></p>7098 derivatives and will is often less accurate which results in slower convergence. 7099 <i>It is typically used for code development to check the accuracy of the 7100 analytical derivative formulations. </i></p> 7112 7101 7113 7102 <p class=MsoListParagraphCxSpLast style='margin-left:.75in;mso-add-space:auto; … … 7154 7143 elements of the Hessian. When λ is large, this down-weights the significance of 7155 7144 the off-diagonal terms in the Hessian. Thus, when λ is large, the refinement is 7156 effectively one of <span class=GramE>steepest-descents</span>, where 7157 correlation between variables is ignored. Note that steepest-descents 7158 minimization is typically slow and may not always find the local minimum. This 7159 is only used when with the "analytical Hessian" minimizer is 7160 selected. </p> 7145 effectively one of steepest-descents, where correlation between variables is 7146 ignored. Note that steepest-descents minimization is typically slow and may not 7147 always find the local minimum. This is only used when with the "analytical 7148 Hessian" minimizer is selected. </p> 7161 7149 7162 7150 <p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in;mso-list:l18 level1 lfo17'><![if !supportLists]><span … … 7199 7187 style='font-family:Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family: 7200 7188 Symbol'><span style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'> 7201 </span></span></span><![endif]><b>Min extinct.</b> – Reflections with 7202 extinctioncorrections larger than this value are ignored.</p>7189 </span></span></span><![endif]><b>Min extinct.</b> – Reflections with extinction 7190 corrections larger than this value are ignored.</p> 7203 7191 7204 7192 <p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in;mso-list:l27 level1 lfo19'><![if !supportLists]><span … … 7206 7194 Symbol'><span style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'> 7207 7195 </span></span></span><![endif]><b>Max delt-F/sig</b> - Removes reflections that 7208 are very poorly fit. Should be used only with extreme care, since <span 7209 class=GramE>poorly-fit</span> reflections could be an indication that the 7210 structure is wrong. </p> 7196 are very poorly fit. Should be used only with extreme care, since poorly-fit reflections 7197 could be an indication that the structure is wrong. </p> 7211 7198 7212 7199 <p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in;mso-list:l27 level1 lfo19'><![if !supportLists]><span … … 7249 7236 style='font-family:Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family: 7250 7237 Symbol'><span style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'> 7251 </span></span></span><![endif]><b>Reverse order?</b> - Normally, in <span 7252 class=GramE>a sequential refinement histograms</span> are fit in the order they 7253 are in the data tree (which can be reordered by dragging tree items), but when 7254 this option is selected, the sequential fit is performed with the last tree 7255 entry first. </p> 7238 </span></span></span><![endif]><b>Reverse order?</b> - Normally, in a 7239 sequential refinement histograms are fit in the order they are in the data tree 7240 (which can be reordered by dragging tree items), but when this option is 7241 selected, the sequential fit is performed with the last tree entry first. </p> 7256 7242 7257 7243 <p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in;mso-list:l8 level1 lfo20'><![if !supportLists]><span … … 7277 7263 <p style='margin-left:.25in;text-indent:-.25in;mso-list:l23 level1 lfo16'><![if !supportLists]><span 7278 7264 style='mso-list:Ignore'>4.<span style='font:7.0pt "Times New Roman"'> 7279 </span></span><![endif]><b><u>Global Settings</u></b><u>:</u> This is a 7280 location for parameters that apply to an entire project. At present there is 7281 only one. <span style='mso-fareast-font-family:"Times New Roman";mso-fareast-theme-font: 7282 minor-fareast'><o:p></o:p></span></p> 7265 </span></span><![endif]><b><u>Global Settings</u></b><u>:</u> This is a location 7266 for parameters that apply to an entire project. At present there is only one. <span 7267 style='mso-fareast-font-family:"Times New Roman";mso-fareast-theme-font:minor-fareast'><o:p></o:p></span></p> 7283 7268 7284 7269 <p class=MsoListParagraph style='text-indent:-.25in;mso-list:l22 level1 lfo21'><![if !supportLists]><span … … 7359 7344 style='font:7.0pt "Times New Roman"'> 7360 7345 </span></span></span><![endif]>those pertaining to quantities in each phase 7361 (naming pattern "<span class=GramE><tt><i><span style='font-size:10.0pt'>p</span></i></tt><tt><span 7362 style='font-size:10.0pt'>::</span></tt></span><tt><i><span style='font-size: 7363 10.0pt'>name</span></i></tt>"); examples include atom coordinates, thermal 7364 motion and site fraction parameters; </p> 7346 (naming pattern "<tt><i><span style='font-size:10.0pt'>p</span></i></tt><tt><span 7347 style='font-size:10.0pt'>::<i>name</i></span></tt>"); examples include 7348 atom coordinates, thermal motion and site fraction parameters; </p> 7365 7349 7366 7350 <p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in;mso-list:l26 level1 lfo22; … … 7373 7357 style='font-size:10.0pt'>:<i>name</i></span></tt>"); such parameters are 7374 7358 those that depend only on the data set: the scale factor and profile 7375 coefficients ( <span class=GramE>e.g.</span>U, V, W, X and Y); </p>7359 coefficients (e.g. U, V, W, X and Y); </p> 7376 7360 7377 7361 <p class=MsoListParagraphCxSpLast style='text-indent:-.25in;mso-list:l26 level1 lfo22; … … 7395 7379 style='font-family:Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family: 7396 7380 Symbol'><span style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'> 7397 </span></span></span><![endif]><b>Holds</b> - Use this to prevent a parameter from7398 being refined. Most valuable when refinement of a parameter is selected in a 7399 group for refinement (such as x, y & z for an atom or unit cell parameters) 7400 and one must be fixed. For example, if the space group for a phase has a polar 7401 axis (e.g., the <i>b</i>-axis in P2<sub>1</sub>), then the origin with respect 7402 to <i>b</i> is arbitrary and it is not possible to refine the y coordinates for 7403 all atoms. Place a Hold on any one atom y coordinate to keep the structure from 7404 drifting up or down the y-axis during refinement. </p>7381 </span></span></span><![endif]><b>Holds</b> - Use this to prevent a parameter 7382 from being refined. Most valuable when refinement of a parameter is selected in 7383 a group for refinement (such as x, y & z for an atom or unit cell 7384 parameters) and one must be fixed. For example, if the space group for a phase 7385 has a polar axis (e.g., the <i>b</i>-axis in P2<sub>1</sub>), then the origin 7386 with respect to <i>b</i> is arbitrary and it is not possible to refine the y 7387 coordinates for all atoms. Place a Hold on any one atom y coordinate to keep 7388 the structure from drifting up or down the y-axis during refinement. </p> 7405 7389 7406 7390 <p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in;mso-list:l43 level1 lfo23'><![if !supportLists]><span … … 7412 7396 the actual coordinate values) Examples for typical use are sets of atoms that 7413 7397 should be constrained to have the same displacement parameters (aka thermal 7414 motion, Uiso, etc.) or sets of profile coefficients <span class=GramE>U,V</span>,W7415 across multiple data sets. Note that the first selected parameter is treated as 7416 independent, and the remainder are "slaved" to that parameter as 7417 "dependent parameters." All parameters in an equivalence must be 7418 varied. If any parameter is not varied or is given a "hold," a 7419 warning is displayedand none of the parameters are refined. </p>7398 motion, Uiso, etc.) or sets of profile coefficients U,V,W across multiple data 7399 sets. Note that the first selected parameter is treated as independent, and the 7400 remainder are "slaved" to that parameter as "dependent 7401 parameters." All parameters in an equivalence must be varied. If any 7402 parameter is not varied or is given a "hold," a warning is displayed 7403 and none of the parameters are refined. </p> 7420 7404 7421 7405 <p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in;mso-list:l43 level1 lfo23'><![if !supportLists]><span … … 7436 7420 style='font-family:Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family: 7437 7421 Symbol'><span style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'> 7438 </span></span></span><![endif]><b>New Var assignment</b> - These are <span7439 c lass=GramE>similar to</span> constraint equations in that they define a set of7440 parameters and multipliers, but rather than specifying a value for the 7441 expression, a new parameter is assigned to that sum and these constraints have 7442 a very different function. This replaces a degree of freedom from the original 7443 variables with a new one that modifies the parameters where the shift is 7444 applied according to the ratio specified in the expression. This can be used to 7445 create new parameters that redefine the relationships between items such as 7446 coordinates or magnetic moments. The new parameter may optionally be named by 7447 the user. The new var expression creates a new global parameter, where that new 7448 parameter is independent, while all the parameters in the expression are 7449 considered as dependent. The setting of the refine flags for the dependent7450 parameters is not used. Only if the new var parameter is marked as refine then 7451 it will be refined. However, if any dependent variable is set as 7452 "hold," the newvar parameter will not be refined. </p>7422 </span></span></span><![endif]><b>New Var assignment</b> - These are similar to 7423 constraint equations in that they define a set of parameters and multipliers, 7424 but rather than specifying a value for the expression, a new parameter is 7425 assigned to that sum and these constraints have a very different function. This 7426 replaces a degree of freedom from the original variables with a new one that 7427 modifies the parameters where the shift is applied according to the ratio 7428 specified in the expression. This can be used to create new parameters that 7429 redefine the relationships between items such as coordinates or magnetic 7430 moments. The new parameter may optionally be named by the user. The new var 7431 expression creates a new global parameter, where that new parameter is 7432 independent, while all the parameters in the expression are considered as 7433 dependent. The setting of the refine flags for the dependent parameters is not 7434 used. Only if the new var parameter is marked as refine then it will be 7435 refined. However, if any dependent variable is set as "hold," the new 7436 var parameter will not be refined. </p> 7453 7437 7454 7438 <p class=MsoNormal>Note that when new var and constraint equation constraints … … 7462 7446 <p class=MsoNormal>New Var constraints are generated when <a 7463 7447 href="https://iso.byu.edu/iso/isodistort.php">ISODISTORT</a> is used to develop 7464 mode distortions from a comparison of a high symmetry parent structure ( <span7465 c lass=GramE>e.g.</span> cubic perovskite) with a distorted child substructure.7466 They are developed for the phase imported from the special cif file produced by 7467 ISODISTORT from a modedistortion analysis. </p>7448 mode distortions from a comparison of a high symmetry parent structure (e.g. 7449 cubic perovskite) with a distorted child substructure. They are developed for 7450 the phase imported from the special cif file produced by ISODISTORT from a mode 7451 distortion analysis. </p> 7468 7452 7469 7453 <h5><span style='mso-fareast-font-family:"Times New Roman"'>What can I do here?<o:p></o:p></span></h5> … … 7490 7474 OK. Cancel in either dialog will cancel the operation. The equivalenced 7491 7475 parameters will show as an equation of the form M<sub>1</sub>*P<sub>1</sub>+M<sub>2</sub>*P<sub>2</sub>=0; 7492 usually M1=1.0 and M2=-1.0 but can be changed via the ‘Edit’ button. The 7493 equation(s) are shown in the window tagged by ‘EQUIV’ to mark it as an 7494 equivalenceassignment. </p>7476 usually M1=1.0 and M2=-1.0 but can be changed via the ‘Edit’ button. The equation(s) 7477 are shown in the window tagged by ‘EQUIV’ to mark it as an equivalence 7478 assignment. </p> 7495 7479 7496 7480 <p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in;mso-list:l3 level1 lfo24'><![if !supportLists]><span … … 7532 7516 normal modes from representational analysis from the coordinates. </p> 7533 7517 7534 <p>In addition to menu commands, this window also offer the following actions by7535 pressing buttons:<span style='mso-fareast-font-family:"Times New Roman";7518 <p>In addition to menu commands, this window also offer the following actions 7519 by pressing buttons:<span style='mso-fareast-font-family:"Times New Roman"; 7536 7520 mso-fareast-theme-font:minor-fareast'><o:p></o:p></span></p> 7537 7521 … … 7561 7545 mso-bidi-font-family:Symbol'><span style='mso-list:Ignore'>·<span 7562 7546 style='font:7.0pt "Times New Roman"'> 7563 </span></span></span><![endif]><b>Show Generated Constraints</b> - After constraints7564 have been processed, a series of relationships are developed to determine new 7565 variables from the current parameters and "inverse" equations that 7566 determine dependent parameters from the new variables and independent 7567 parameters. This shows the resulting relationships, as well as any7547 </span></span></span><![endif]><b>Show Generated Constraints</b> - After 7548 constraints have been processed, a series of relationships are developed to 7549 determine new variables from the current parameters and "inverse" 7550 equations that determine dependent parameters from the new variables and 7551 independent parameters. This shows the resulting relationships, as well as any 7568 7552 "Hold" variables. </p> 7569 7553 … … 7585 7569 a particular constraint number. When sequential refinement is selected (via the 7586 7570 <a href="#Controls">Controls tree item</a>), it becomes possible to define 7587 constraints of form "< span class=GramE><tt><i><span style='font-size:10.0pt'>p</span></i></tt>:*</span>:<tt><i><span7571 constraints of form "<tt><i><span style='font-size:10.0pt'>p</span></i></tt>:*:<tt><i><span 7588 7572 style='font-size:10.0pt'>name</span></i></tt>" and ":*:<tt><i><span 7589 7573 style='font-size:10.0pt'>name</span></i></tt>" (where "<tt><i><span … … 7614 7598 previously specified with a specific histogram number will be ignored and 7615 7599 constraints with a "*" where for a histogram number will be used. 7616 Note that constraints on phase parameters (of form "<span class=GramE><tt><i><span 7617 style='font-size:10.0pt'>p</span></i></tt>::</span><tt><i><span 7618 style='font-size:10.0pt'>name</span></i></tt>" -- without a histogram number 7619 specified) will be used normally. Note that this was the normal operating mode 7620 for GSAS-II in earlier versions. </p> 7600 Note that constraints on phase parameters (of form "<tt><i><span 7601 style='font-size:10.0pt'>p</span></i></tt>::<tt><i><span style='font-size:10.0pt'>name</span></i></tt>" 7602 -- without a histogram number specified) will be used normally. Note that this 7603 was the normal operating mode for GSAS-II in earlier versions. </p> 7621 7604 7622 7605 <p class=MsoListParagraphCxSpLast style='text-indent:-.25in;mso-list:l12 level1 lfo26'><![if !supportLists]><span … … 7696 7679 style='mso-list:Ignore'>o<span style='font:7.0pt "Times New Roman"'> 7697 7680 </span></span></span><![endif]><b style='mso-bidi-font-weight:normal'>Add 7698 restraints</b> – this takes you through a sequence of dialog boxes which ask 7699 forthe identities of the atoms involved in the restraint and the value to be7681 restraints</b> – this takes you through a sequence of dialog boxes which ask for 7682 the identities of the atoms involved in the restraint and the value to be 7700 7683 assigned to the restraint. The esd is given a default value which can be 7701 7684 changed after the restraints are created.</p> … … 7795 7778 </span></span></span><![endif]><b style='mso-bidi-font-weight:normal'>Add rigid 7796 7779 body</b> – (Vector rigid bodies) this creates a vector description of a rigid 7797 body. A dialog box asks the number of atoms (>2) and the number of vectors 7798 required to create the rigid body. An entry will be created showing a magnitude7799 with the vector set to be applied for each vector needed to develop the rigid 7800 body.<bstyle='mso-bidi-font-weight:normal'><o:p></o:p></b></p>7780 body. A dialog box asks the number of atoms (>2) and the number of vectors required 7781 to create the rigid body. An entry will be created showing a magnitude with the 7782 vector set to be applied for each vector needed to develop the rigid body.<b 7783 style='mso-bidi-font-weight:normal'><o:p></o:p></b></p> 7801 7784 7802 7785 <p class=MsoListParagraphCxSpMiddle style='margin-left:1.0in;mso-add-space: … … 7806 7789 </span></span></span><![endif]><b style='mso-bidi-font-weight:normal'>Import 7807 7790 XYZ</b> – (Residue rigid bodies) this reads a text file containing a set of 7808 Cartesian coordinates describing a rigid body model. Each line has atom type (<span7809 class=GramE>e.g.</span>C, Na, etc.) and Cartesian X, Y and Z.</p>7791 Cartesian coordinates describing a rigid body model. Each line has atom type 7792 (e.g. C, Na, etc.) and Cartesian X, Y and Z.</p> 7810 7793 7811 7794 <p class=MsoListParagraphCxSpMiddle style='margin-left:1.0in;mso-add-space: … … 7848 7831 has been run. (See the <a href="#Controls">Controls tree item</a> to set the 7849 7832 histograms to be used in a sequential refinement and use the 7850 Calculate/Sequential refine menu command to run the refinement.) <span 7851 class=GramE>A number of</span> other fitting processes within GSAS-II can be 7852 done sequentially, each will have its own differently named set of sequential 7853 results When any one is selected, the window tabulates the sequential 7854 refinement results. The columns are the parameter names; the naming convention 7855 is generally ‘p:h:<span class=GramE>name:n</span>’ where ‘p’ is the phase 7856 number,’ h’ is the histogram number, ‘name’ is the parameter name, and ‘n’ (if 7857 needed) is the item number (e.g. atom number). The rows are the data sets used 7858 in the sequential refinement.</p> 7833 Calculate/Sequential refine menu command to run the refinement.) A number of 7834 other fitting processes within GSAS-II can be done sequentially, each will have 7835 its own differently named set of sequential results When any one is selected, 7836 the window tabulates the sequential refinement results. The columns are the 7837 parameter names; the naming convention is generally ‘p:h:name:n’ where ‘p’ is 7838 the phase number,’ h’ is the histogram number, ‘name’ is the parameter name, 7839 and ‘n’ (if needed) is the item number (e.g. atom number). The rows are the 7840 data sets used in the sequential refinement.</p> 7859 7841 7860 7842 <h5><span style='mso-fareast-font-family:"Times New Roman"'>What can I do here?<o:p></o:p></span></h5> … … 7892 7874 style='font-family:"Courier New";mso-fareast-font-family:"Courier New"'><span 7893 7875 style='mso-list:Ignore'>o<span style='font:7.0pt "Times New Roman"'> 7894 </span></span></span><![endif]><b>Update phase from row</b> – <span7895 class=GramE>this updates</span> the phase parameters from the entries in the7896 selected row. Normally the phase parameters at the end of a sequential fit are 7897 those obtained from the lasthistogram.</p>7876 </span></span></span><![endif]><b>Update phase from row</b> – this updates the 7877 phase parameters from the entries in the selected row. Normally the phase 7878 parameters at the end of a sequential fit are those obtained from the last 7879 histogram.</p> 7898 7880 7899 7881 <p class=MsoListParagraphCxSpMiddle style='margin-left:1.0in;mso-add-space: … … 7958 7940 Symbol'><span style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'> 7959 7941 </span></span></span><![endif]><span style='mso-bidi-font-weight:bold'>Menu</span> 7960 ‘<b>Pseudo Vars</b>’ –<span style='mso-bidi-font-weight:bold'> this is used to create7961 derived results from sequentially refined parameters; new columns are the7962 result.</span></p>7942 ‘<b>Pseudo Vars</b>’ –<span style='mso-bidi-font-weight:bold'> this is used to 7943 create derived results from sequentially refined parameters; new columns are 7944 the result.</span></p> 7963 7945 7964 7946 <p class=MsoListParagraphCxSpMiddle style='margin-left:1.0in;mso-add-space: … … 8100 8082 </span></span></span><![endif]>Press ‘s’ – this presents a choice of parameters 8101 8083 from the table columns to be used for the x-axis. Typically, this is used to 8102 show parameter variation with <span class=GramE>e.g.</span>temperature.</p>8084 show parameter variation with e.g. temperature.</p> 8103 8085 8104 8086 <p class=MsoListParagraphCxSpLast style='text-indent:-.25in;mso-list:l1 level1 lfo30; … … 8119 8101 <p class=MsoNormal>Cluster analysis is a suite of data survey techniques where 8120 8102 data are grouped by some measure of their similarity. Thus, it can be used as a 8121 preliminary survey of a large number of data sets in <span class=GramE>e.g.</span>8122 preparation of detailed examination of representative members. In the case of 8123 powderdiffraction pattern (PWDR) data or pair distribution (PDF) data, their8103 preliminary survey of a large number of data sets in e.g. preparation of 8104 detailed examination of representative members. In the case of powder 8105 diffraction pattern (PWDR) data or pair distribution (PDF) data, their 8124 8106 similarity is determined by considering each pattern as a hyper-dimensional 8125 8107 vector with one dimension for each data point and then computing some measure 8126 8108 of how parallel pairs of these vectors are. Consequently, it can be used to 8127 survey PWDR data entries that have identical scan characteristics ( <span8128 class=GramE>e.g.</span> instrument type, step size, radiation type, wavelength)8129 or multiple PDF G(R) entries created with the same step sizes and using the 8130 same radiation from data collected with identical instrument configurations. 8131 Cluster analysis is available in GSAS-II after it is initiated by the main menu 8132 command <b><span style='font-family:"Calibri",sans-serif;mso-ascii-theme-font: 8133 m inor-latin;mso-hansi-theme-font:minor-latin;mso-bidi-theme-font:minor-latin'>Calculate/Setup8109 survey PWDR data entries that have identical scan characteristics (e.g. 8110 instrument type, step size, radiation type, wavelength) or multiple PDF G(R) 8111 entries created with the same step sizes and using the same radiation from data 8112 collected with identical instrument configurations. Cluster analysis is 8113 available in GSAS-II after it is initiated by the main menu command <b><span 8114 style='font-family:"Calibri",sans-serif;mso-ascii-theme-font:minor-latin; 8115 mso-hansi-theme-font:minor-latin;mso-bidi-theme-font:minor-latin'>Calculate/Setup 8134 8116 Cluster Analysis. </span></b>The cluster analysis routines used here are from 8135 8117 the scipy library and (if available) the scikit-learn library.<span … … 8164 8146 style='font-family:Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family: 8165 8147 Symbol'><span style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'> 8166 </span></span></span><![endif]><b>Select datasets</b> – this brings up a 8167 selection tool for PWDR (& PDF, if present) entries in the GSAS-II data 8168 tree. Your selection must be either PWDR or PDF data; otherwise, there is no 8169 check on data similarity so be careful with your selections. Multi-bank TOF 8170 data should not be mixed for cluster analysis nor should laboratory and 8171 synchrotron data. Cluster analysis on fewer than 5-10 data sets is probably not 8172 useful but shouldbe used when you have dozens or even hundreds of data sets.</p>8148 </span></span></span><![endif]><b>Select datasets</b> – this brings up a selection 8149 tool for PWDR (& PDF, if present) entries in the GSAS-II data tree. Your 8150 selection must be either PWDR or PDF data; otherwise, there is no check on data 8151 similarity so be careful with your selections. Multi-bank TOF data should not 8152 be mixed for cluster analysis nor should laboratory and synchrotron data. 8153 Cluster analysis on fewer than 5-10 data sets is probably not useful but should 8154 be used when you have dozens or even hundreds of data sets.</p> 8173 8155 8174 8156 <p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in;mso-list:l39 level1 lfo31'><![if !supportLists]><span … … 8287 8269 mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA'><!--[if gte vml 1]><v:shape 8288 8270 id="_x0000_i1025" type="#_x0000_t75" style='width:108.75pt;height:44.25pt'> 8289 <v:imagedata src="gsasII_files/image00 3.png" o:title="" chromakey="white"/>8271 <v:imagedata src="gsasII_files/image004.png" o:title="" chromakey="white"/> 8290 8272 </v:shape><![endif]--><![if !vml]><img width=145 height=59 8291 src="gsasII_files/image00 4.png" v:shapes="_x0000_i1025"><![endif]></span><![endif]><span8273 src="gsasII_files/image005.png" v:shapes="_x0000_i1025"><![endif]></span><![endif]><span 8292 8274 style='font-family:"Cambria Math",serif;color:#4A4A4A'><o:p></o:p></span></p> 8293 8275 … … 8368 8350 mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA'><!--[if gte vml 1]><v:shape 8369 8351 id="_x0000_i1025" type="#_x0000_t75" style='width:122.25pt;height:35.25pt'> 8370 <v:imagedata src="gsasII_files/image00 5.png" o:title="" chromakey="white"/>8352 <v:imagedata src="gsasII_files/image006.png" o:title="" chromakey="white"/> 8371 8353 </v:shape><![endif]--><![if !vml]><img width=163 height=47 8372 src="gsasII_files/image00 6.png" v:shapes="_x0000_i1025"><![endif]></span><![endif]><span8354 src="gsasII_files/image007.png" v:shapes="_x0000_i1025"><![endif]></span><![endif]><span 8373 8355 style='color:#4A4A4A'><o:p></o:p></span></p> 8374 8356 … … 8420 8402 mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA'><!--[if gte vml 1]><v:shape 8421 8403 id="_x0000_i1025" type="#_x0000_t75" style='width:118.5pt;height:14.25pt'> 8422 <v:imagedata src="gsasII_files/image00 7.png" o:title="" chromakey="white"/>8404 <v:imagedata src="gsasII_files/image008.png" o:title="" chromakey="white"/> 8423 8405 </v:shape><![endif]--><![if !vml]><img width=158 height=19 8424 src="gsasII_files/image00 8.png" v:shapes="_x0000_i1025"><![endif]></span><![endif]><span8406 src="gsasII_files/image009.png" v:shapes="_x0000_i1025"><![endif]></span><![endif]><span 8425 8407 style='color:#4A4A4A'><o:p></o:p></span></p> 8426 8408 … … 8477 8459 mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA'><!--[if gte vml 1]><v:shape 8478 8460 id="_x0000_i1025" type="#_x0000_t75" style='width:112.5pt;height:32.25pt'> 8479 <v:imagedata src="gsasII_files/image0 09.png" o:title="" chromakey="white"/>8461 <v:imagedata src="gsasII_files/image010.png" o:title="" chromakey="white"/> 8480 8462 </v:shape><![endif]--><![if !vml]><img width=150 height=43 8481 src="gsasII_files/image01 0.png" v:shapes="_x0000_i1025"><![endif]></span><![endif]><span8463 src="gsasII_files/image011.png" v:shapes="_x0000_i1025"><![endif]></span><![endif]><span 8482 8464 style='color:#4A4A4A'><o:p></o:p></span></p> 8483 8465 … … 8564 8546 mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA'><!--[if gte vml 1]><v:shape 8565 8547 id="_x0000_i1025" type="#_x0000_t75" style='width:168.75pt;height:33.75pt'> 8566 <v:imagedata src="gsasII_files/image01 1.png" o:title="" chromakey="white"/>8548 <v:imagedata src="gsasII_files/image012.png" o:title="" chromakey="white"/> 8567 8549 </v:shape><![endif]--><![if !vml]><img width=225 height=45 8568 src="gsasII_files/image01 2.png" v:shapes="_x0000_i1025"><![endif]></span><![endif]><span8550 src="gsasII_files/image013.png" v:shapes="_x0000_i1025"><![endif]></span><![endif]><span 8569 8551 style='color:#4A4A4A'><br style='mso-special-character:line-break'> 8570 8552 <![if !supportLineBreakNewLine]><br style='mso-special-character:line-break'> … … 8613 8595 mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA'><!--[if gte vml 1]><v:shape 8614 8596 id="_x0000_i1025" type="#_x0000_t75" style='width:105.75pt;height:27.75pt'> 8615 <v:imagedata src="gsasII_files/image01 3.png" o:title="" chromakey="white"/>8597 <v:imagedata src="gsasII_files/image014.png" o:title="" chromakey="white"/> 8616 8598 </v:shape><![endif]--><![if !vml]><img width=141 height=37 8617 src="gsasII_files/image01 4.png" v:shapes="_x0000_i1025"><![endif]></span><![endif]><span8599 src="gsasII_files/image015.png" v:shapes="_x0000_i1025"><![endif]></span><![endif]><span 8618 8600 style='color:#4A4A4A'><br style='mso-special-character:line-break'> 8619 8601 <![if !supportLineBreakNewLine]><br style='mso-special-character:line-break'> … … 8679 8661 mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA'><!--[if gte vml 1]><v:shape 8680 8662 id="_x0000_i1025" type="#_x0000_t75" style='width:132pt;height:42.75pt'> 8681 <v:imagedata src="gsasII_files/image01 5.png" o:title="" chromakey="white"/>8663 <v:imagedata src="gsasII_files/image016.png" o:title="" chromakey="white"/> 8682 8664 </v:shape><![endif]--><![if !vml]><img width=176 height=57 8683 src="gsasII_files/image01 6.png" v:shapes="_x0000_i1025"><![endif]></span><![endif]><span8665 src="gsasII_files/image017.png" v:shapes="_x0000_i1025"><![endif]></span><![endif]><span 8684 8666 style='color:#4A4A4A'><o:p></o:p></span></p> 8685 8667 … … 8754 8736 mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA'><!--[if gte vml 1]><v:shape 8755 8737 id="_x0000_i1025" type="#_x0000_t75" style='width:129.75pt;height:42.75pt'> 8756 <v:imagedata src="gsasII_files/image01 7.png" o:title="" chromakey="white"/>8738 <v:imagedata src="gsasII_files/image018.png" o:title="" chromakey="white"/> 8757 8739 </v:shape><![endif]--><![if !vml]><img width=173 height=57 8758 src="gsasII_files/image01 8.png" v:shapes="_x0000_i1025"><![endif]></span><![endif]><span8740 src="gsasII_files/image019.png" v:shapes="_x0000_i1025"><![endif]></span><![endif]><span 8759 8741 style='color:#4A4A4A'><o:p></o:p></span></p> 8760 8742 … … 8762 8744 auto'><span style='color:#4A4A4A'>where the exponent, p, = 2 by default; this 8763 8745 is identical to the Euclidian formula. Some choices for p: 1 is the same as 8764 city block, and 10 (<span class=GramE>~<span style='mso-spacerun:yes'> 8765 </span>∞</span>) is essentially the same as Chebyschev. The others (3 & 4) 8766 give distance results that are between Euclidian (p=2) and Chebyschev (p=10 ~ 8767 ∞).<o:p></o:p></span></p> 8746 city block, and 10 (~<span style='mso-spacerun:yes'> </span>∞) is essentially 8747 the same as Chebyschev. The others (3 & 4) give distance results that are 8748 between Euclidian (p=2) and Chebyschev (p=10 ~ ∞).<o:p></o:p></span></p> 8768 8749 8769 8750 <p class=MsoListParagraphCxSpMiddle style='margin-left:1.0in;mso-add-space: … … 8839 8820 mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA'><!--[if gte vml 1]><v:shape 8840 8821 id="_x0000_i1025" type="#_x0000_t75" style='width:165pt;height:42.75pt'> 8841 <v:imagedata src="gsasII_files/image0 19.png" o:title="" chromakey="white"/>8822 <v:imagedata src="gsasII_files/image020.png" o:title="" chromakey="white"/> 8842 8823 </v:shape><![endif]--><![if !vml]><img width=220 height=57 8843 src="gsasII_files/image02 0.png" v:shapes="_x0000_i1025"><![endif]></span><![endif]><span8824 src="gsasII_files/image021.png" v:shapes="_x0000_i1025"><![endif]></span><![endif]><span 8844 8825 style='color:#4A4A4A'><o:p></o:p></span></p> 8845 8826 … … 8847 8828 auto'><span style='color:#4A4A4A'>where the variance, <i>V</i>[<i>x<sub>i</sub></i>], 8848 8829 is computed automatically as the variance in the data point values for each 8849 data position ( <span class=GramE>i.e.</span> 2</span><span style='font-family:8850 Symbol;mso-ascii-font-family:"Times New Roman";mso-hansi-font-family:"Times New Roman";8851 color:#4A4A4A;mso-char-type:symbol;mso-symbol-font-family:Symbol'><span 8852 s tyle='mso-char-type:symbol;mso-symbol-font-family:Symbol'>Q</span></span><span8853 style='color:#4A4A4A'>)across the entire data array.<o:p></o:p></span></p>8830 data position (i.e. 2</span><span style='font-family:Symbol;mso-ascii-font-family: 8831 "Times New Roman";mso-hansi-font-family:"Times New Roman";color:#4A4A4A; 8832 mso-char-type:symbol;mso-symbol-font-family:Symbol'><span style='mso-char-type: 8833 symbol;mso-symbol-font-family:Symbol'>Q</span></span><span style='color:#4A4A4A'>) 8834 across the entire data array.<o:p></o:p></span></p> 8854 8835 8855 8836 <p class=MsoListParagraphCxSpMiddle style='margin-left:1.0in;mso-add-space: … … 8906 8887 mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA'><!--[if gte vml 1]><v:shape 8907 8888 id="_x0000_i1025" type="#_x0000_t75" style='width:120.75pt;height:32.25pt'> 8908 <v:imagedata src="gsasII_files/image02 1.png" o:title="" chromakey="white"/>8889 <v:imagedata src="gsasII_files/image022.png" o:title="" chromakey="white"/> 8909 8890 </v:shape><![endif]--><![if !vml]><img width=161 height=43 8910 src="gsasII_files/image02 2.png" v:shapes="_x0000_i1025"><![endif]></span><![endif]><span8891 src="gsasII_files/image023.png" v:shapes="_x0000_i1025"><![endif]></span><![endif]><span 8911 8892 style='color:#4A4A4A'><o:p></o:p></span></p> 8912 8893 … … 8918 8899 tab is a 3D plot of the result of a Principal Component Analysis (PCA) of the 8919 8900 distance data; it shows the location of each data set in this space. Clusters 8920 may be evident from this plot; variable temperature scans tend to show a complex 8921 path of distance points with cluster grouping corresponding to phases. The GUI 8922 will be extended to show more steps in cluster analysis.<o:p></o:p></span></p> 8901 may be evident from this plot; variable temperature scans tend to show a 8902 complex path of distance points with cluster grouping corresponding to phases. Since 8903 data sets may be in a series, a plot of the serial distances across the suite 8904 of data is shown; spikes in a temperature series may indicate phase changes. The 8905 GUI will be extended to show more steps in cluster analysis.<o:p></o:p></span></p> 8923 8906 8924 8907 <p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in;mso-list:l28 level1 lfo32'><![if !supportLists]><span … … 8933 8916 single cluster is obtained. A dendrogram is displayed showing the progression 8934 8917 of this clustering. Each cluster is given a mean position, <i>s</i> or <i>t</i>, 8935 to compare to the others. The linkage methods for calculating the distance 8936 (using the distance method, <i>dist</i>, as selected above) between each pair 8937 ofclusters are:<o:p></o:p></span></p>8918 to compare to the others. The linkage methods for calculating the distance (using 8919 the distance method, <i>dist</i>, as selected above) between each pair of 8920 clusters are:<o:p></o:p></span></p> 8938 8921 8939 8922 <p class=MsoListParagraphCxSpMiddle style='margin-left:.75in;mso-add-space: … … 8948 8931 8949 8932 <p class=MsoListParagraphCxSpMiddle style='margin-left:.75in;mso-add-space: 8950 auto'><i><span style='color:#4A4A4A'>d</span></i><span style='color:#4A4A4A'>(< span8951 class=GramE><i>s,t</i></span>)<i>= min</i>(<i>dist</i>(<i>u</i>(<i>s</i>)<i><sub>i</sub>,v</i>(<i>t</i>)<i><sub>j</sub></i>)<i><o:p></o:p></i></span></p>8933 auto'><i><span style='color:#4A4A4A'>d</span></i><span style='color:#4A4A4A'>(<i>s,t</i>)<i> 8934 = min</i>(<i>dist</i>(<i>u</i>(<i>s</i>)<i><sub>i</sub>,v</i>(<i>t</i>)<i><sub>j</sub></i>)<i><o:p></o:p></i></span></p> 8952 8935 8953 8936 <p class=MsoListParagraphCxSpMiddle style='margin-left:.75in;mso-add-space: … … 8964 8947 8965 8948 <p class=MsoNormal style='margin-left:.75in'><i><span style='color:#4A4A4A'>d</span></i><span 8966 style='color:#4A4A4A'>(< span class=GramE><i>s,t</i></span>)<i> = max</i>(<i>dist</i>(<i>u</i>(<i>s</i>)<i><sub>i</sub>,v</i>(<i>t</i>)<i><sub>j</sub></i>)<i><o:p></o:p></i></span></p>8949 style='color:#4A4A4A'>(<i>s,t</i>)<i> = max</i>(<i>dist</i>(<i>u</i>(<i>s</i>)<i><sub>i</sub>,v</i>(<i>t</i>)<i><sub>j</sub></i>)<i><o:p></o:p></i></span></p> 8967 8950 8968 8951 <p class=MsoNormal style='margin-left:.75in'><span style='color:#4A4A4A'><o:p> </o:p></span></p> … … 9035 9018 mso-bidi-language:AR-SA'><!--[if gte vml 1]><v:shape id="_x0000_i1025" type="#_x0000_t75" 9036 9019 style='width:159pt;height:39pt'> 9037 <v:imagedata src="gsasII_files/image02 3.png" o:title="" chromakey="white"/>9020 <v:imagedata src="gsasII_files/image024.png" o:title="" chromakey="white"/> 9038 9021 </v:shape><![endif]--><![if !vml]><img width=212 height=52 9039 src="gsasII_files/image02 4.png" v:shapes="_x0000_i1025"><![endif]></span><![endif]><span9022 src="gsasII_files/image025.png" v:shapes="_x0000_i1025"><![endif]></span><![endif]><span 9040 9023 style='color:#4A4A4A'><o:p></o:p></span></p> 9041 9024 … … 9047 9030 color:#4A4A4A'><span style='mso-list:Ignore'>o<span style='font:7.0pt "Times New Roman"'> 9048 9031 </span></span></span><![endif]><b><span style='color:#4A4A4A'>weighted</span></b><span 9049 style='color:#4A4A4A'> – computes the linkage when <i>s</i> is formed with clusters9050 <i>u</i> & <i>v</i> and <i>t</i> is another cluster as:<o:p></o:p></span></p>9032 style='color:#4A4A4A'> – computes the linkage when <i>s</i> is formed with 9033 clusters <i>u</i> & <i>v</i> and <i>t</i> is another cluster as:<o:p></o:p></span></p> 9051 9034 9052 9035 <p class=MsoListParagraphCxSpMiddle style='margin-left:.75in;mso-add-space: … … 9081 9064 mso-bidi-language:AR-SA'><!--[if gte vml 1]><v:shape id="_x0000_i1025" type="#_x0000_t75" 9082 9065 style='width:180.75pt;height:14.25pt'> 9083 <v:imagedata src="gsasII_files/image02 5.png" o:title="" chromakey="white"/>9066 <v:imagedata src="gsasII_files/image026.png" o:title="" chromakey="white"/> 9084 9067 </v:shape><![endif]--><![if !vml]><img width=241 height=19 9085 src="gsasII_files/image02 6.png" v:shapes="_x0000_i1025"><![endif]></span><![endif]><span9068 src="gsasII_files/image027.png" v:shapes="_x0000_i1025"><![endif]></span><![endif]><span 9086 9069 style='color:#4A4A4A'><o:p></o:p></span></p> 9087 9070 … … 9131 9114 mso-bidi-language:AR-SA'><!--[if gte vml 1]><v:shape id="_x0000_i1025" type="#_x0000_t75" 9132 9115 style='width:103.5pt;height:14.25pt'> 9133 <v:imagedata src="gsasII_files/image02 7.png" o:title="" chromakey="white"/>9116 <v:imagedata src="gsasII_files/image028.png" o:title="" chromakey="white"/> 9134 9117 </v:shape><![endif]--><![if !vml]><img width=138 height=19 9135 src="gsasII_files/image02 8.png" v:shapes="_x0000_i1025"><![endif]></span><![endif]><span9118 src="gsasII_files/image029.png" v:shapes="_x0000_i1025"><![endif]></span><![endif]><span 9136 9119 style='color:#4A4A4A'><o:p></o:p></span></p> 9137 9120 … … 9180 9163 mso-bidi-language:AR-SA'><!--[if gte vml 1]><v:shape id="_x0000_i1025" type="#_x0000_t75" 9181 9164 style='width:113.25pt;height:14.25pt'> 9182 <v:imagedata src="gsasII_files/image0 29.png" o:title="" chromakey="white"/>9165 <v:imagedata src="gsasII_files/image030.png" o:title="" chromakey="white"/> 9183 9166 </v:shape><![endif]--><![if !vml]><img width=151 height=19 9184 src="gsasII_files/image03 0.png" v:shapes="_x0000_i1025"><![endif]></span><![endif]><span9167 src="gsasII_files/image031.png" v:shapes="_x0000_i1025"><![endif]></span><![endif]><span 9185 9168 style='color:#4A4A4A'><o:p></o:p></span></p> 9186 9169 … … 9304 9287 mso-bidi-language:AR-SA'><!--[if gte vml 1]><v:shape id="_x0000_i1025" type="#_x0000_t75" 9305 9288 style='width:350.25pt;height:42.75pt'> 9306 <v:imagedata src="gsasII_files/image03 1.png" o:title="" chromakey="white"/>9289 <v:imagedata src="gsasII_files/image032.png" o:title="" chromakey="white"/> 9307 9290 </v:shape><![endif]--><![if !vml]><img width=467 height=57 9308 src="gsasII_files/image03 2.png" v:shapes="_x0000_i1025"><![endif]></span><![endif]><span9291 src="gsasII_files/image033.png" v:shapes="_x0000_i1025"><![endif]></span><![endif]><span 9309 9292 style='color:#4A4A4A'><o:p></o:p></span></p> 9310 9293 … … 9383 9366 style='color:#4A4A4A'> – Only the hierarchical dendrogram is shown.<o:p></o:p></span></p> 9384 9367 9385 <p class=MsoListParagraphCxSp Last style='margin-left:.75in;mso-add-space:auto;9386 text-indent:-.25in;mso-list:l28 level2 lfo32'><![if !supportLists]><span9368 <p class=MsoListParagraphCxSpMiddle style='margin-left:.75in;mso-add-space: 9369 auto;text-indent:-.25in;mso-list:l28 level2 lfo32'><![if !supportLists]><span 9387 9370 style='font-family:"Courier New";mso-fareast-font-family:"Courier New"; 9388 9371 color:#4A4A4A'><span style='mso-list:Ignore'>o<span style='font:7.0pt "Times New Roman"'> … … 9390 9373 style='color:#4A4A4A'> – Only the 3D representation of the Principal Component 9391 9374 Analysis is shown.<o:p></o:p></span></p> 9375 9376 <p class=MsoListParagraphCxSpLast style='margin-left:.75in;mso-add-space:auto; 9377 text-indent:-.25in;mso-list:l28 level2 lfo32'><![if !supportLists]><span 9378 style='font-family:"Courier New";mso-fareast-font-family:"Courier New"; 9379 color:#4A4A4A'><span style='mso-list:Ignore'>o<span style='font:7.0pt "Times New Roman"'> 9380 </span></span></span><![endif]><b><span style='color:#4A4A4A'>Diffs </span></b><span 9381 style='color:#4A4A4A'>– Only the serial differences are shown.<o:p></o:p></span></p> 9392 9382 9393 9383 <h4>Cluster Analysis with scikit-learn</h4> … … 9470 9460 different in the resulting 3D PCA plot from all others that would be in 9471 9461 clusters. Although the chosen distance method affects the appearance of the 3D 9472 PCA plot, the three outlier methods all use the original data, thus are independent9473 of any selected distance method. The GUI is refreshed showing a listing of the 9474 outlier data; selection of any, displays that data item in the powder pattern 9475 p lot tab. Any previous cluster identification, e. g. by K-means, is erased. The9476 outlier detection methods are:<o:p></o:p></span></p>9462 PCA plot, the three outlier methods all use the original data, thus are 9463 independent of any selected distance method. The GUI is refreshed showing a 9464 listing of the outlier data; selection of any, displays that data item in the 9465 powder pattern plot tab. Any previous cluster identification, e. g. by K-means, 9466 is erased. The outlier detection methods are:<o:p></o:p></span></p> 9477 9467 9478 9468 <p class=MsoListParagraphCxSpMiddle style='margin-left:.25in;mso-add-space: … … 9515 9505 9516 9506 <p class=MsoNormal><span style='color:#4A4A4A'>For each selection of distance 9517 method, <span class=GramE>i.e.</span> “Euclidian”, a plot tab is created with 29518 or 4 plots. They are: 1) the distance matrix displayed in the same way the 9519 refinement covariance matrix is displayed (default coloring is “paired” – same 9520 pa rameter as the powder pattern contour plot); 2) the 3D PCA analysis plot; 3) the9521 hierarchical dendrogram plot and 4) the PCA percent contribution plot. Each can 9522 be zoomed independent of the others and the 1<sup>st</sup> three can be 9523 selected to show as a single plot in the tab (see <b>Plot selection</b> above). 9524 A LB mouse selection (& hold button down) of a 3D PCA point will show the 9525 data set name in the plot status line. If clusters are determined by e. g. 9526 K-means, the3D PCA points will be colored by cluster membership.<o:p></o:p></span></p>9507 method, i.e. “Euclidian”, a plot tab is created with 2 or 4 plots. They are: 1) 9508 the distance matrix displayed in the same way the refinement covariance matrix 9509 is displayed (default coloring is “paired” – same parameter as the powder 9510 pattern contour plot); 2) the 3D PCA analysis plot; 3) the hierarchical 9511 dendrogram plot and 4) the PCA percent contribution plot. Each can be zoomed 9512 independent of the others and the 1<sup>st</sup> three can be selected to show 9513 as a single plot in the tab (see <b>Plot selection</b> above). A LB mouse 9514 selection (& hold button down) of a 3D PCA point will show the data set 9515 name in the plot status line. If clusters are determined by e. g. K-means, the 9516 3D PCA points will be colored by cluster membership.<o:p></o:p></span></p> 9527 9517 9528 9518 <p class=MsoListParagraph style='margin-left:.75in;mso-add-space:auto'><span … … 9549 9539 </span></div> 9550 9540 9551 <h2><span style='mso-fareast-font-family:"Times New Roman";color:#4A4A4A'>6. Histogram9552 data tree items<o:p></o:p></span></h2>9541 <h2><span style='mso-fareast-font-family:"Times New Roman";color:#4A4A4A'>6. 9542 Histogram data tree items<o:p></o:p></span></h2> 9553 9543 9554 9544 <p class=MsoNormal><span style='color:#4A4A4A'>These are shown in the data tree … … 9574 9564 9575 9565 <p class=MsoNormal><span style='color:#4A4A4A'>You can change the weight 9576 factor. This is a multiplier on <span class=GramE>all of</span> the reflection9577 weights in thishistogram. Rarely needs to be changed.<o:p></o:p></span></p>9566 factor. This is a multiplier on all of the reflection weights in this 9567 histogram. Rarely needs to be changed.<o:p></o:p></span></p> 9578 9568 9579 9569 <p><span style='color:#4A4A4A'>Menu Commands </span><span style='mso-fareast-font-family: … … 9594 9584 Symbol;color:#4A4A4A'><span style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'> 9595 9585 </span></span></span><![endif]><b><span style='color:#4A4A4A'>Merge HKLs </span></b><span 9596 style='color:#4A4A4A'>– this combines equivalent/duplicate reflections 9597 according to space group and some options to make a unique and averaged set of 9598 structurefactors.<o:p></o:p></span></p>9586 style='color:#4A4A4A'>– this combines equivalent/duplicate reflections according 9587 to space group and some options to make a unique and averaged set of structure 9588 factors.<o:p></o:p></span></p> 9599 9589 9600 9590 <p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in;mso-list:l34 level1 lfo34'><![if !supportLists]><span … … 9610 9600 </span></span></span><![endif]><b><span style='color:#4A4A4A'>Plot HKLs</span></b><span 9611 9601 style='color:#4A4A4A'> (the default plot)– shows a HKL layer with rings scaled 9612 to F or F2 for Fo and Fc. +/- steps through the layers and <span class=GramE>h,k</span>9613 or l selects the orientation – see K box for all the possible commands.<o:p></o:p></span></p>9602 to F or F2 for Fo and Fc. +/- steps through the layers and h,k or l selects the 9603 orientation – see K box for all the possible commands.<o:p></o:p></span></p> 9614 9604 9615 9605 <p class=MsoListParagraphCxSpLast style='text-indent:-.25in;mso-list:l34 level1 lfo34'><![if !supportLists]><span … … 9623 9613 <h4><a name="HKLF_Instrument_Parameters">Instrument Parameters</a></h4> 9624 9614 9625 <p class=MsoNormal><span style='color:#4A4A4A'>This window shows the histogram 9626 type (SXC or SNC) and the wavelength. You may change the wavelength or source9627 typebut rarely will need to do so.<o:p></o:p></span></p>9615 <p class=MsoNormal><span style='color:#4A4A4A'>This window shows the histogram type 9616 (SXC or SNC) and the wavelength. You may change the wavelength or source type 9617 but rarely will need to do so.<o:p></o:p></span></p> 9628 9618 9629 9619 <h4><a name="HKLF_Reflection_List"></a><span style='mso-fareast-font-family: … … 9673 9663 </span></span></span><![endif]><b><span style='color:#4A4A4A'>Plot HKLs</span></b><span 9674 9664 style='color:#4A4A4A'> (the default plot)– shows a HKL layer with rings scaled 9675 to F or F2 for Fo and Fc. +/- steps through the layers and <span class=GramE>h,k</span>9676 or l selects the orientation – see K box for all the possible commands.<o:p></o:p></span></p>9665 to F or F2 for Fo and Fc. +/- steps through the layers and h,k or l selects the 9666 orientation – see K box for all the possible commands.<o:p></o:p></span></p> 9677 9667 9678 9668 <p class=MsoListParagraphCxSpMiddle style='margin-left:1.25in;mso-add-space: … … 9681 9671 color:#4A4A4A'><span style='mso-list:Ignore'>o<span style='font:7.0pt "Times New Roman"'> 9682 9672 </span></span></span><![endif]><b><span style='color:#4A4A4A'>Plot 3D HKLs</span></b><span 9683 style='color:#4A4A4A'> – shows a 3D representation of the unique part reciprocal9684 space points for this phase. The save as/key item in the plot status bar shows9685 the various commands for modifying this plot.<o:p></o:p></span></p>9673 style='color:#4A4A4A'> – shows a 3D representation of the unique part 9674 reciprocal space points for this phase. The save as/key item in the plot status 9675 bar shows the various commands for modifying this plot.<o:p></o:p></span></p> 9686 9676 9687 9677 <p class=MsoListParagraphCxSpMiddle style='margin-left:1.25in;mso-add-space: … … 9697 9687 color:#4A4A4A'><span style='mso-list:Ignore'>o<span style='font:7.0pt "Times New Roman"'> 9698 9688 </span></span></span><![endif]><b><span style='color:#4A4A4A'>Show/hide extinct 9699 reflections</span></b><span style='color:#4A4A4A'> – can exclude space group extinctions 9700 from the list (not valid for PWDR data).</span><span style='mso-fareast-font-family: 9701 "Times New Roman";mso-fareast-theme-font:minor-fareast;color:#4A4A4A'><o:p></o:p></span></p> 9689 reflections</span></b><span style='color:#4A4A4A'> – can exclude space group 9690 extinctions from the list (not valid for PWDR data).</span><span 9691 style='mso-fareast-font-family:"Times New Roman";mso-fareast-theme-font:minor-fareast; 9692 color:#4A4A4A'><o:p></o:p></span></p> 9702 9693 9703 9694 <h5><a name=PDF><span style='mso-fareast-font-family:"Times New Roman"'>What is … … 9730 9721 <h4><a name="PDF_Controls">PDF Controls</a></h4> 9731 9722 9732 <p class=MsoNormal><span style='color:#4A4A4A'>This window provides parameters for 9733 computing the pair distribution function [PDF, G(r)] from the <a href="#PDF_I_Q">I(Q) 9734 function</a>. This can only be done when a chemical formula and appropriate 9735 control values are provided. If so, clicking on this menu item causes the <a 9736 href="#PDF_I_Q">I(Q)</a>, <a href="#PDF_S_Q">S(Q)</a>, <a href="#PDF_F_Q">F(Q)</a> 9737 and <a href="#PDF_G_R">G(R) functions</a> to be plotted, as described below. <o:p></o:p></span></p> 9723 <p class=MsoNormal><span style='color:#4A4A4A'>This window provides parameters 9724 for computing the pair distribution function [PDF, G(r)] from the <a 9725 href="#PDF_I_Q">I(Q) function</a>. This can only be done when a chemical 9726 formula and appropriate control values are provided. If so, clicking on this 9727 menu item causes the <a href="#PDF_I_Q">I(Q)</a>, <a href="#PDF_S_Q">S(Q)</a>, <a 9728 href="#PDF_F_Q">F(Q)</a> and <a href="#PDF_G_R">G(R) functions</a> to be 9729 plotted, as described below. <o:p></o:p></span></p> 9738 9730 9739 9731 <p class=MsoNormal><span style='color:#4A4A4A'>The <b>Optimize PDF</b> button … … 9767 9759 style='font:7.0pt "Times New Roman"'> 9768 9760 </span></span></span><![endif]><b><span style='color:#4A4A4A'>Delete element - </span></b><span 9769 style='color:#4A4A4A'>Removes a <span class=GramE>previously-entered</span>9770 element from the chemicalformula. <o:p></o:p></span></p>9761 style='color:#4A4A4A'>Removes a previously-entered element from the chemical 9762 formula. <o:p></o:p></span></p> 9771 9763 9772 9764 <p class=MsoListParagraphCxSpFirst style='text-indent:-.25in;mso-list:l25 level1 lfo36; … … 9846 9838 style='font:7.0pt "Times New Roman"'> 9847 9839 </span></span></span><![endif]><b><span style='color:#4A4A4A'>m</span></b><span 9848 style='color:#4A4A4A'>: toggle multiple plot - for multiple PDFs, this will 9849 show only the one selected from the data tree. The offset options are not 9850 a ctive. Or all selected items will be plotted on a single axis. <o:p></o:p></span></p>9840 style='color:#4A4A4A'>: toggle multiple plot - for multiple PDFs, this will show 9841 only the one selected from the data tree. The offset options are not active. Or 9842 all selected items will be plotted on a single axis. <o:p></o:p></span></p> 9851 9843 9852 9844 <p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in;mso-list:l57 level1 lfo37; … … 9894 9886 style='font:7.0pt "Times New Roman"'> 9895 9887 </span></span></span><![endif]><b><span style='color:#4A4A4A'>r</span></b><span 9896 style='color:#4A4A4A'>: offset right - for a waterfall plot of multiple powder 9897 profiles,increase the offset to the right (or decrease the left offset.) <o:p></o:p></span></p>9888 style='color:#4A4A4A'>: offset right - for a waterfall plot of multiple powder profiles, 9889 increase the offset to the right (or decrease the left offset.) <o:p></o:p></span></p> 9898 9890 9899 9891 <p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in;mso-list:l57 level1 lfo37; … … 10012 10004 "Times New Roman";color:#4A4A4A;mso-char-type:symbol;mso-symbol-font-family: 10013 10005 Symbol'><span style='mso-char-type:symbol;mso-symbol-font-family:Symbol'>Q</span></span><span 10014 style='color:#4A4A4A'> wide ring sampling area with and without an arc mask positioned10015 about 90° azimuth (top of image) with selected polarization values. The 10016 integrations match with the correct polarization. You will be asked for a 2</span><span10006 style='color:#4A4A4A'> wide ring sampling area with and without an arc mask 10007 positioned about 90° azimuth (top of image) with selected polarization values. 10008 The integrations match with the correct polarization. You will be asked for a 2</span><span 10017 10009 style='font-family:Symbol;mso-ascii-font-family:"Times New Roman";mso-hansi-font-family: 10018 10010 "Times New Roman";color:#4A4A4A;mso-char-type:symbol;mso-symbol-font-family: … … 10035 10027 style='font:7.0pt "Times New Roman"'> 10036 10028 </span></span></span><![endif]><b><span style='color:#4A4A4A'>Make gain map … - 10037 </span></b><span style='color:#4A4A4A'>This uses the same image (from a glass 10038 slide) used for polarization analysis to determine a gain map for the detector. 10039 The process uses the result of an integration of the glass pattern to normalize10040 the entire detector pixel array. The result (~1.0 for all pixels) is the scaled 10041 by 1000, converted to integers and stored as a GSAS-II image file (NB: this is 10042 apython pickle file and thus not usable by other programs) and entered in the10029 </span></b><span style='color:#4A4A4A'>This uses the same image (from a glass slide) 10030 used for polarization analysis to determine a gain map for the detector. The 10031 process uses the result of an integration of the glass pattern to normalize the 10032 entire detector pixel array. The result (~1.0 for all pixels) is the scaled by 10033 1000, converted to integers and stored as a GSAS-II image file (NB: this is a 10034 python pickle file and thus not usable by other programs) and entered in the 10043 10035 GSAS-II data tree. You can view it to see what the map looks like (select its 10044 10036 IMG entry). The gain map file can be imported into other projects using the 10045 same detector. If selected in Image Controls, the image is immediately corrected10046 for the gain map.<o:p></o:p></span></p>10037 same detector. If selected in Image Controls, the image is immediately 10038 corrected for the gain map.<o:p></o:p></span></p> 10047 10039 10048 10040 <h4><a name="IMG_Comments">Comments</a></h4> … … 10100 10092 style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'> 10101 10093 </span></span></span><![endif]><b><span style='color:#4A4A4A'>Arc masks</span></b><span 10102 style='color:#4A4A4A'>: occlude a section of a Bragg reflection, <span 10103 class=GramE>similar to</span> a ring mask, except that in addition to the 10104 location and thickness of the ring, the mask has a starting and ending 10105 azimuthal angle. <o:p></o:p></span></p> 10094 style='color:#4A4A4A'>: occlude a section of a Bragg reflection, similar to a 10095 ring mask, except that in addition to the location and thickness of the ring, 10096 the mask has a starting and ending azimuthal angle. <o:p></o:p></span></p> 10106 10097 10107 10098 <p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in;mso-list:l41 level1 lfo39; … … 10121 10112 style='color:#4A4A4A'>: occludes an arbitrary region created by line segments 10122 10113 joining a series of points specified in image coordinates (mm). Typically, a 10123 point is placed near each corner of the image. Only pixels inside the frame 10124 maskare used for integration. Only one frame mask can be defined. <o:p></o:p></span></p>10114 point is placed near each corner of the image. Only pixels inside the frame mask 10115 are used for integration. Only one frame mask can be defined. <o:p></o:p></span></p> 10125 10116 10126 10117 <h5><span style='mso-fareast-font-family:"Times New Roman"'>What can I do here?</span></h5> … … 10135 10126 10136 10127 <p><span style='color:#4A4A4A'>The image is shown, as described above. Note 10137 that <span class=GramE>The</span> frame mask, if defined, is displayed in10138 green, while the other typesof masks are shown in red.<o:p></o:p></span></p>10128 that The frame mask, if defined, is displayed in green, while the other types 10129 of masks are shown in red.<o:p></o:p></span></p> 10139 10130 10140 10131 <h5><span style='mso-fareast-font-family:"Times New Roman"'>What can I do with … … 10162 10153 style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'> 10163 10154 </span></span></span><![endif]><span style='color:#4A4A4A'>Press the 's' key 10164 and then <span class=GramE>left-click</span> successively on multiple locations10165 for spot masks. Press the 's' key again or <a href="#Mac_rightclick">right-click*</a> 10166 to stop addingspot masks. <o:p></o:p></span></p>10155 and then left-click successively on multiple locations for spot masks. Press 10156 the 's' key again or <a href="#Mac_rightclick">right-click*</a> to stop adding 10157 spot masks. <o:p></o:p></span></p> 10167 10158 10168 10159 <p class=MsoListParagraphCxSpLast style='text-indent:-.25in;mso-list:l35 level1 lfo41; … … 10174 10165 this can be used while the plot is in Zoom or Pan mode.) <o:p></o:p></span></p> 10175 10166 10176 <p><span style='color:#4A4A4A'>The default size for <span class=GramE>newly-created</span> 10177 spot masks is determined by the </span><tt><span style='font-size:10.0pt; 10178 color:#4A4A4A'>Spot_mask_diameter</span></tt><span style='color:#4A4A4A'> <a 10179 href="#Preferences">configuration variable</a> or 1.0 mm, if not specified. </span><span 10180 style='mso-fareast-font-family:"Times New Roman";mso-fareast-theme-font:minor-fareast; 10181 color:#4A4A4A'><o:p></o:p></span></p> 10167 <p><span style='color:#4A4A4A'>The default size for newly-created spot masks is 10168 determined by the </span><tt><span style='font-size:10.0pt;color:#4A4A4A'>Spot_mask_diameter</span></tt><span 10169 style='color:#4A4A4A'> <a href="#Preferences">configuration variable</a> or 1.0 10170 mm, if not specified. </span><span style='mso-fareast-font-family:"Times New Roman"; 10171 mso-fareast-theme-font:minor-fareast;color:#4A4A4A'><o:p></o:p></span></p> 10182 10172 10183 10173 <p><b><span style='color:#4A4A4A'>Edit Spot mask location</span></b><span 10184 style='color:#4A4A4A'> by <span class=GramE>left-clicking</span> inside or on10185 the edge the of the maskand then drag the spot mask to a new location. <o:p></o:p></span></p>10174 style='color:#4A4A4A'> by left-clicking inside or on the edge the of the mask 10175 and then drag the spot mask to a new location. <o:p></o:p></span></p> 10186 10176 10187 10177 <p><b><span style='color:#4A4A4A'>Edit Spot mask radius</span></b><span … … 10198 10188 mso-symbol-font-family:Symbol'><span style='mso-char-type:symbol;mso-symbol-font-family: 10199 10189 Symbol'>Q</span></span><span style='color:#4A4A4A'> as determined by the 10200 calibration ( <span class=GramE>e.g.</span>a Bragg diffraction ring).<o:p></o:p></span></p>10190 calibration (e.g. a Bragg diffraction ring).<o:p></o:p></span></p> 10201 10191 10202 10192 <p><b><span style='color:#4A4A4A'>Create Ring masks</span></b><span … … 10207 10197 color:#4A4A4A'><o:p></o:p></span></p> 10208 10198 10209 <p><span style='color:#4A4A4A'>The default thickness for <span class=GramE>newly-created</span> 10210 ring masks is determined by the </span><tt><span style='font-size:10.0pt; 10211 color:#4A4A4A'>Ring_mask_thickness</span></tt><span style='color:#4A4A4A'> <a 10212 href="#Preferences">configuration variable</a> or 0.1 degrees (2theta) if not 10213 specified. <o:p></o:p></span></p> 10199 <p><span style='color:#4A4A4A'>The default thickness for newly-created ring 10200 masks is determined by the </span><tt><span style='font-size:10.0pt;color:#4A4A4A'>Ring_mask_thickness</span></tt><span 10201 style='color:#4A4A4A'> <a href="#Preferences">configuration variable</a> or 0.1 10202 degrees (2theta) if not specified. <o:p></o:p></span></p> 10214 10203 10215 10204 <p><b><span style='color:#4A4A4A'>Edit Ring mask location</span></b><span 10216 style='color:#4A4A4A'> by <span class=GramE>left-clicking</span> on either the10217 inner or outer circle anddrag the circle to the new radius. <o:p></o:p></span></p>10205 style='color:#4A4A4A'> by left-clicking on either the inner or outer circle and 10206 drag the circle to the new radius. <o:p></o:p></span></p> 10218 10207 10219 10208 <p><b><span style='color:#4A4A4A'>Edit Ring mask thickness</span></b><span … … 10230 10219 "Times New Roman";color:#4A4A4A;mso-char-type:symbol;mso-symbol-font-family: 10231 10220 Symbol'><span style='mso-char-type:symbol;mso-symbol-font-family:Symbol'>Q</span></span><span 10232 style='color:#4A4A4A'>, <span class=GramE>similar to</span> a ring mask, except10233 that in addition to the location and thickness of the ring, the mask has a 10234 starting and endingazimuthal angle. <o:p></o:p></span></p>10221 style='color:#4A4A4A'>, similar to a ring mask, except that in addition to the 10222 location and thickness of the ring, the mask has a starting and ending 10223 azimuthal angle. <o:p></o:p></span></p> 10235 10224 10236 10225 <p><b><span style='color:#4A4A4A'>Create Arc masks</span></b><span … … 10241 10230 color:#4A4A4A'><o:p></o:p></span></p> 10242 10231 10243 <p><span style='color:#4A4A4A'>The default size for <span class=GramE>newly-created</span>10244 ring masks isdetermined by <a href="#Preferences">configuration variables</a><br>10232 <p><span style='color:#4A4A4A'>The default size for newly-created ring masks is 10233 determined by <a href="#Preferences">configuration variables</a><br> 10245 10234 thickness: </span><tt><span style='font-size:10.0pt;color:#4A4A4A'>Ring_mask_thickness</span></tt><span 10246 10235 style='color:#4A4A4A'> (0.1 degrees 2theta if not specified) and <br> … … 10249 10238 10250 10239 <p><b><span style='color:#4A4A4A'>Edit Arc mask location</span></b><span 10251 style='color:#4A4A4A'> by <span class=GramE>left-clicking</span> on either the 10252 inner or outer circle and drag the circle to the new radius. Alternately, <span 10253 class=GramE>left-click</span> on the upper or lower arc limit (the straight 10254 lines) and drag them to rotate the center of the arc azimuthal range to a new 10255 position. <o:p></o:p></span></p> 10240 style='color:#4A4A4A'> by left-clicking on either the inner or outer circle and 10241 drag the circle to the new radius. Alternately, left-click on the upper or 10242 lower arc limit (the straight lines) and drag them to rotate the center of the 10243 arc azimuthal range to a new position. <o:p></o:p></span></p> 10256 10244 10257 10245 <p><b><span style='color:#4A4A4A'>Edit Arc mask thickness or range</span></b><span … … 10271 10259 10272 10260 <p><b><span style='color:#4A4A4A'>Create Polygon masks</span></b><span 10273 style='color:#4A4A4A'> with a menu command and then by <span class=GramE>left-clicking</span>10261 style='color:#4A4A4A'> with a menu command and then by left-clicking 10274 10262 successively on the vertices of the polygon shape surrounding pixels to be 10275 10263 excluded. After the last point is defined, <a href="#Mac_rightclick">right-click*</a> … … 10280 10268 10281 10269 <p><b><span style='color:#4A4A4A'>Edit Polygon mask</span></b><span 10282 style='color:#4A4A4A'> by <span class=GramE>left-clicking</span> on any point 10283 at a vertex in the polygon mask and drag that point to a new position. If the 10284 vertex is dragged to the same position as any other vertex in the mask the 10285 dragged point is deleted. <o:p></o:p></span></p> 10270 style='color:#4A4A4A'> by left-clicking on any point at a vertex in the polygon 10271 mask and drag that point to a new position. If the vertex is dragged to the 10272 same position as any other vertex in the mask the dragged point is deleted. <o:p></o:p></span></p> 10286 10273 10287 10274 <p><b><span style='color:#4A4A4A'>Add a point to Polygon mask</span></b><span … … 10300 10287 10301 10288 <p><b><span style='color:#4A4A4A'>Create a Frame mask</span></b><span 10302 style='color:#4A4A4A'> with a menu command and then by <span class=GramE>left-clicking</span>10289 style='color:#4A4A4A'> with a menu command and then by left-clicking 10303 10290 successively on the vertices of a polygon. After the last point is defined, <a 10304 href="#Mac_rightclick">right-click*</a> anywhere to close the frame mask. Alternately,10305 press the 'f' key and then left-click, as before, to define the mask and <a 10306 href="#Mac_rightclick">right-click*</a> anywhere to close the mask. Note that 10307 if a Frame mask already exists, using the 'f' key or the "Create10291 href="#Mac_rightclick">right-click*</a> anywhere to close the frame mask. 10292 Alternately, press the 'f' key and then left-click, as before, to define the 10293 mask and <a href="#Mac_rightclick">right-click*</a> anywhere to close the mask. 10294 Note that if a Frame mask already exists, using the 'f' key or the "Create 10308 10295 Frame" menu item causes the existing frame mask to be deleted. </span><span 10309 10296 style='mso-fareast-font-family:"Times New Roman";mso-fareast-theme-font:minor-fareast; … … 10311 10298 10312 10299 <p><b><span style='color:#4A4A4A'>Edit the Frame mask</span></b><span 10313 style='color:#4A4A4A'> by <span class=GramE>left-clicking</span> on any point 10314 at a vertex in the frame mask and drag that point to a new position. If the 10315 vertex is dragged to the same position as any other vertex in the mask the 10316 dragged point is deleted. <o:p></o:p></span></p> 10300 style='color:#4A4A4A'> by left-clicking on any point at a vertex in the frame 10301 mask and drag that point to a new position. If the vertex is dragged to the 10302 same position as any other vertex in the mask the dragged point is deleted. <o:p></o:p></span></p> 10317 10303 10318 10304 <p><b><span style='color:#4A4A4A'>Add a point to the Frame mask</span></b><span … … 10329 10315 10330 10316 <p class=MsoNormal><span style='color:#4A4A4A'>This allows one to evaluate 10331 strain typically induced by a pure axial load ( <span class=GramE>e.g.</span> no10332 shear) on a polycrystalline sample (e.g. a steel bar). This strain will distort 10333 the Bragg diffraction rings seen by the 2D detector. This follows the method of 10334 He & Smith (Baoping Bob He & Kingsley Smith, (1997). Adv. in X-Ray 10335 Anal. 41, 501.) to determine the 3 unique terms of the axial strain tensor. One 10336 canexamine the results as a series of diffraction line d-spacings vs azimuth10317 strain typically induced by a pure axial load (e.g. no shear) on a 10318 polycrystalline sample (e.g. a steel bar). This strain will distort the Bragg 10319 diffraction rings seen by the 2D detector. This follows the method of He & 10320 Smith (Baoping Bob He & Kingsley Smith, (1997). Adv. in X-Ray Anal. 41, 10321 501.) to determine the 3 unique terms of the axial strain tensor. One can 10322 examine the results as a series of diffraction line d-spacings vs azimuth 10337 10323 angle; if no strain these are straight, otherwise they will show a single 10338 sinusoidal variation with maxima at the maximum strain direction (90° & 10339 270°) for a tension load. The signs are reversed for a compression load. One 10340 can also examine the local intensity variation as multiples of a random 10341 distribution (MRD) due to texture. Before embarking on this analysis be sure 10342 that your detector is carefully calibrated for orientation and position; you 10343 are looking for very slight variations in ring shape which may be biased by 10344 inadequate detector calibration. Commonly, the calibrant (typically CeO<sub>2</sub>) 10345 is painted on one sample surface (be sure to note if in front or back of 10346 sample!)and the sample ½ thickness is used in the <b>Sample delta-z</b> box10324 sinusoidal variation with maxima at the maximum strain direction (90° & 270°) 10325 for a tension load. The signs are reversed for a compression load. One can also 10326 examine the local intensity variation as multiples of a random distribution 10327 (MRD) due to texture. Before embarking on this analysis be sure that your 10328 detector is carefully calibrated for orientation and position; you are looking 10329 for very slight variations in ring shape which may be biased by inadequate 10330 detector calibration. Commonly, the calibrant (typically CeO<sub>2</sub>) is 10331 painted on one sample surface (be sure to note if in front or back of sample!) 10332 and the sample ½ thickness is used in the <b>Sample delta-z</b> box 10347 10333 (significant only for residual stress analysis).<o:p></o:p></span></p> 10348 10334 … … 10379 10365 style='font-family:Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family: 10380 10366 Symbol;color:#4A4A4A'><span style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'> 10381 </span></span></span><![endif]><b><span style='color:#4A4A4A'>Save intensity 10382 distribution</span></b><span style='color:#4A4A4A'> – this saves the intensity 10383 distribution curves as asimple text file<o:p></o:p></span></p>10367 </span></span></span><![endif]><b><span style='color:#4A4A4A'>Save intensity distribution</span></b><span 10368 style='color:#4A4A4A'> – this saves the intensity distribution curves as a 10369 simple text file<o:p></o:p></span></p> 10384 10370 10385 10371 <p style='margin-left:.5in;text-indent:-.25in;mso-list:l6 level1 lfo42'><![if !supportLists]><span … … 10387 10373 Symbol;color:#4A4A4A'><span style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'> 10388 10374 </span></span></span><![endif]><b><span style='color:#4A4A4A'>Update d-zero</span></b><span 10389 style='color:#4A4A4A'> – <span class=GramE>this updates</span> the d-zero 10390 values with the d-zero ave ones thus removing any effect of residual 10391 stress/strain.<o:p></o:p></span></p> 10375 style='color:#4A4A4A'> – this updates the d-zero values with the d-zero ave 10376 ones thus removing any effect of residual stress/strain.<o:p></o:p></span></p> 10392 10377 10393 10378 <p style='margin-left:.5in;text-indent:-.25in;mso-list:l6 level1 lfo42'><![if !supportLists]><span … … 10406 10391 stress/strain</span></b><span style='color:#4A4A4A'> – this copies the 10407 10392 stress/strain data from the current image to other selected images in 10408 preparation for doing an < span class=GramE><b>All image</b></span><b>fit</b>.<o:p></o:p></span></p>10393 preparation for doing an <b>All image fit</b>.<o:p></o:p></span></p> 10409 10394 10410 10395 <p style='margin-left:.5in;text-indent:-.25in;mso-list:l6 level1 lfo42'><![if !supportLists]><span … … 10413 10398 </span></span></span><![endif]><b><span style='color:#4A4A4A'>Save 10414 10399 stress/strain</span></b><span style='color:#4A4A4A'> – this saves the current 10415 stress/strain data to a file <span class=GramE>with .strsta</span>extension.<o:p></o:p></span></p>10400 stress/strain data to a file with .strsta extension.<o:p></o:p></span></p> 10416 10401 10417 10402 <p style='margin-left:.5in;text-indent:-.25in;mso-list:l6 level1 lfo42'><![if !supportLists]><span … … 10420 10405 </span></span></span><![endif]><b><span style='color:#4A4A4A'>Load 10421 10406 stress/strain</span></b><span style='color:#4A4A4A'> – this loads previously 10422 saved stress/strain data from a file <span class=GramE>with .strsta</span> 10423 extension.<o:p></o:p></span></p> 10407 saved stress/strain data from a file with .strsta extension.<o:p></o:p></span></p> 10424 10408 10425 10409 <p style='margin-left:.5in;text-indent:-.25in;mso-list:l6 level1 lfo42'><![if !supportLists]><span … … 10457 10441 10458 10442 <p class=MsoNormal><span style='color:#4A4A4A'>The Ring intensities plot will 10459 respond to the following <span class=GramE>key strokes</span>:<o:p></o:p></span></p>10443 respond to the following key strokes:<o:p></o:p></span></p> 10460 10444 10461 10445 <p class=MsoListParagraphCxSpFirst style='text-indent:-.25in;mso-list:l9 level1 lfo43'><![if !supportLists]><span … … 10492 10476 style='font-family:Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family: 10493 10477 Symbol;color:#4A4A4A'><span style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'> 10494 </span></span></span><![endif]><span style='color:#4A4A4A'>Key ‘<b>g</b>’ – <span10495 class=GramE>this toggles</span>display of a grid on the plot<o:p></o:p></span></p>10478 </span></span></span><![endif]><span style='color:#4A4A4A'>Key ‘<b>g</b>’ – 10479 this toggles display of a grid on the plot<o:p></o:p></span></p> 10496 10480 10497 10481 <p class=MsoListParagraphCxSpLast style='text-indent:-.25in;mso-list:l9 level1 lfo43'><![if !supportLists]><span … … 10505 10489 "Times New Roman";color:#4A4A4A'><o:p></o:p></span></h2> 10506 10490 10507 <p class=MsoNormal><span style='color:#4A4A4A'>Powder peaks can only be used for10508 indexing of the peak positions for possible unit cells.<o:p></o:p></span></p>10491 <p class=MsoNormal><span style='color:#4A4A4A'>Powder peaks can only be used 10492 for indexing of the peak positions for possible unit cells.<o:p></o:p></span></p> 10509 10493 10510 10494 <h4><span style='mso-fareast-font-family:"Times New Roman"'>Comments<o:p></o:p></span></h4> … … 10512 10496 <p class=MsoNormal><span style='color:#4A4A4A'>This window shows whatever 10513 10497 comment lines (preceded by “#”) found when the peaks data file was read by 10514 GSAS-II. If you are lucky, there will be useful information here (<span 10515 class=GramE>e.g.</span> sample name, date collected, wavelength used, etc.). If 10516 not, this window will be blank. The text is read-only.</span><span 10517 style='mso-fareast-font-family:"Times New Roman";mso-fareast-theme-font:minor-fareast; 10518 color:#4A4A4A'><o:p></o:p></span></p> 10498 GSAS-II. If you are lucky, there will be useful information here (e.g. sample 10499 name, date collected, wavelength used, etc.). If not, this window will be 10500 blank. The text is read-only.</span><span style='mso-fareast-font-family:"Times New Roman"; 10501 mso-fareast-theme-font:minor-fareast;color:#4A4A4A'><o:p></o:p></span></p> 10519 10502 10520 10503 <h4><a name="PKS_Limits">Limits</a></h4> … … 10522 10505 <p class=MsoNormal><span style='color:#4A4A4A'>This window shows the limits in 10523 10506 position to be used in indexing from these peak positions. The ‘original’ 10524 values are obtained from the minimum & maximum 1<sup>st</sup> & last 10525 position. The ‘new’ values determine the range of data that will be used in 10526 fitting. Units are 2</span><span style='font-family:Symbol;mso-ascii-font-family: 10527 "Times New Roman";mso-hansi-font-family:"Times New Roman";color:#4A4A4A;10528 mso- char-type:symbol;mso-symbol-font-family:Symbol'><span style='mso-char-type:10529 symbol;mso-symbol-font-family:Symbol'>Q</span></span><span style='color:#4A4A4A'>.<o:p></o:p></span></p>10507 values are obtained from the minimum & maximum 1<sup>st</sup> & last position. 10508 The ‘new’ values determine the range of data that will be used in fitting. 10509 Units are 2</span><span style='font-family:Symbol;mso-ascii-font-family:"Times New Roman"; 10510 mso-hansi-font-family:"Times New Roman";color:#4A4A4A;mso-char-type:symbol; 10511 mso-symbol-font-family:Symbol'><span style='mso-char-type:symbol;mso-symbol-font-family: 10512 Symbol'>Q</span></span><span style='color:#4A4A4A'>.<o:p></o:p></span></p> 10530 10513 10531 10514 <h5><span style='mso-fareast-font-family:"Times New Roman"'>What can I do here?<o:p></o:p></span></h5> … … 10597 10580 </span></span></span></span><![endif]><b style='mso-bidi-font-weight:normal'><span 10598 10581 style='color:#4A4A4A'>Load profile… </span></b><span style='color:#4A4A4A'>- 10599 loads a GSAS-II instrument parameter file ( <span class=GramE>name.instprm</span>),10600 replacing the existing instrument parameter values. All refinement flags are 10601 unset.</span><spanclass=MsoHyperlink><b style='mso-bidi-font-weight:normal'><span10582 loads a GSAS-II instrument parameter file (name.instprm), replacing the 10583 existing instrument parameter values. All refinement flags are unset.</span><span 10584 class=MsoHyperlink><b style='mso-bidi-font-weight:normal'><span 10602 10585 style='color:windowtext;text-decoration:none;text-underline:none'><o:p></o:p></span></b></span></span></p> 10603 10586 … … 10608 10591 </span></span></span><![endif]><b style='mso-bidi-font-weight:normal'><span 10609 10592 style='color:#4A4A4A'>Save profile… - </span></b><span style='color:#4A4A4A'>saves 10610 the current instrument parameter values in a simple text file (<span 10611 class=GramE>name.instprm</span>); you will be prompted for the file name – do 10612 not change the extension. This file may be edited but heed the warning to not 10613 change the parameter names, the order of the parameter records or add new 10614 parameter records as this will invalidate the file. You may only change the 10615 numeric values if necessary. You can change or add comment records (begin with 10616 ‘#’).</span></span><span style='mso-bookmark:PKS_Instrument_Parameters'><span 10617 style='mso-fareast-font-family:"Times New Roman";mso-fareast-theme-font:minor-fareast; 10618 color:#4A4A4A'><o:p></o:p></span></span></p> 10593 the current instrument parameter values in a simple text file (name.instprm); 10594 you will be prompted for the file name – do not change the extension. This file 10595 may be edited but heed the warning to not change the parameter names, the order 10596 of the parameter records or add new parameter records as this will invalidate 10597 the file. You may only change the numeric values if necessary. You can change 10598 or add comment records (begin with ‘#’).</span></span><span style='mso-bookmark: 10599 PKS_Instrument_Parameters'><span style='mso-fareast-font-family:"Times New Roman"; 10600 mso-fareast-theme-font:minor-fareast;color:#4A4A4A'><o:p></o:p></span></span></p> 10619 10601 10620 10602 <p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in;mso-list:l0 level1 lfo46'><span … … 10659 10641 style='mso-bookmark:PKS_Index_Peak_List'><b>Unit Cells List</b></span><span 10660 10642 style='mso-bookmark:PKS_Index_Peak_List'></span></a><span style='mso-bookmark: 10661 PKS_Index_Peak_List'><span class=GramE><span style='color:#4A4A4A'>. .</span></span><span10643 PKS_Index_Peak_List'><span style='color:#4A4A4A'>. .</span><span 10662 10644 class=MsoHyperlink><span style='color:windowtext;text-decoration:none; 10663 10645 text-underline:none'><o:p></o:p></span></span></span></p> … … 10670 10652 text-indent:-.25in;mso-list:l10 level1 lfo48'><span style='mso-bookmark:PKS_Index_Peak_List'><![if !supportLists]><span 10671 10653 style='color:#4A4A4A'><span style='mso-list:Ignore'>1.<span style='font:7.0pt "Times New Roman"'> 10672 </span></span></span><![endif]><span style='color:#4A4A4A'>You may deselect individual10673 peaks from indexing by unchecking the corresponding ‘use’ box.</span></span><span10654 </span></span></span><![endif]><span style='color:#4A4A4A'>You may deselect 10655 individual peaks from indexing by unchecking the corresponding ‘use’ box.</span></span><span 10674 10656 style='mso-bookmark:PKS_Index_Peak_List'><span style='mso-fareast-font-family: 10675 10657 "Times New Roman";mso-fareast-theme-font:minor-fareast;color:#4A4A4A'><o:p></o:p></span></span></p> … … 10680 10662 10681 10663 <p class=MsoNormal><span style='mso-bookmark:PKS_Unit_Cells_List'><span 10682 style='color:#4A4A4A'>This tree item has several purposes, it can be used to perform10683 autoindexing and it can be used to show the positions of peaks from unit cells 10684 which may be results from autoindexing or may be entered from a phase or 10685 manually. It can be used to refine unit cell parameters. It can also be used to10686 search for cells/symmetry settings related to a specified unit cell & space 10687 group. <o:p></o:p></span></span></p>10664 style='color:#4A4A4A'>This tree item has several purposes, it can be used to 10665 perform autoindexing and it can be used to show the positions of peaks from 10666 unit cells which may be results from autoindexing or may be entered from a 10667 phase or manually. It can be used to refine unit cell parameters. It can also 10668 be used to search for cells/symmetry settings related to a specified unit cell 10669 & space group. <o:p></o:p></span></span></p> 10688 10670 10689 10671 <h5><span style='mso-bookmark:PKS_Unit_Cells_List'><span style='mso-fareast-font-family: … … 10696 10678 style='mso-bookmark:PKS_Unit_Cells_List'>Index Peak List</span><span 10697 10679 style='mso-bookmark:PKS_Unit_Cells_List'></span></a><span style='mso-bookmark: 10698 PKS_Unit_Cells_List'><span style='color:#4A4A4A'> are used. Select one or more 10699 Bravaislattice types to use and use the "Cell Index/Refine"/"Index10680 PKS_Unit_Cells_List'><span style='color:#4A4A4A'> are used. Select one or more Bravais 10681 lattice types to use and use the "Cell Index/Refine"/"Index 10700 10682 Cell" menu command to start indexing. Output will appear on the console 10701 10683 and a progress bar dialog will appear which tracks trial volume. A <b … … 10712 10694 solution to the Unit cell values; the Bravais lattice shown for the choice is 10713 10695 copied. Press <b style='mso-bidi-font-weight:normal'>Show hkl positions</b> to 10714 generate the allowed reflection positions, which are visually superimposed on the10715 displayed powder pattern to visually confirm the indexing. Pay particular10696 generate the allowed reflection positions, which are visually superimposed on 10697 the displayed powder pattern to visually confirm the indexing. Pay particular 10716 10698 attention to any unmatched peaks in the pattern. A <b style='mso-bidi-font-weight: 10717 10699 normal'>Space group</b> can be selected from the pulldown box to remove 10718 reflections based on space group extinctions and visually eliminate possibilities.10719 <o:p></o:p></span></span></p>10700 reflections based on space group extinctions and visually eliminate 10701 possibilities. <o:p></o:p></span></span></p> 10720 10702 10721 10703 <p class=MsoListParagraphCxSpFirst style='text-indent:-.25in;mso-list:l53 level1 lfo49; … … 10751 10733 PKS_Unit_Cells_List'>list below</span><span style='mso-bookmark:PKS_Unit_Cells_List'></span></a><span 10752 10734 style='mso-bookmark:PKS_Unit_Cells_List'><span style='color:#4A4A4A'>), 10753 optionally select a space group (by default the highest symmetry space group 10754 forthe class is selected) and enter the unit cell parameters. Or use the10735 optionally select a space group (by default the highest symmetry space group for 10736 the class is selected) and enter the unit cell parameters. Or use the 10755 10737 "Cell Index/Refine"/"Load Phase" menu command to read this 10756 10738 information from a phase that has been read into a project or from a file (such … … 10857 10839 <h4><span style='mso-fareast-font-family:"Times New Roman"'>Comments<o:p></o:p></span></h4> 10858 10840 10859 <p class=MsoNormal><span style='color:#4A4A4A'>This window shows whatever 10860 comment lines found above the QIE table when the small angle data file was read 10861 by GSAS-II. If you are lucky, there will be useful information here (<span 10862 class=GramE>e.g.</span> sample name, date collected, wavelength used, etc.). If 10863 not, this window will be blank. The text is read-only.</span><span 10864 style='mso-fareast-font-family:"Times New Roman";mso-fareast-theme-font:minor-fareast; 10865 color:#4A4A4A'><o:p></o:p></span></p> 10841 <p class=MsoNormal><span style='color:#4A4A4A'>This window shows whatever comment 10842 lines found above the QIE table when the small angle data file was read by 10843 GSAS-II. If you are lucky, there will be useful information here (e.g. sample 10844 name, date collected, wavelength used, etc.). If not, this window will be 10845 blank. The text is read-only.</span><span style='mso-fareast-font-family:"Times New Roman"; 10846 mso-fareast-theme-font:minor-fareast;color:#4A4A4A'><o:p></o:p></span></p> 10866 10847 10867 10848 <h4><a name="SASD_Limits">Limits</a></h4> … … 10894 10875 Symbol;color:#4A4A4A'><span style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'> 10895 10876 </span></span></span><![endif]><b><span style='color:#4A4A4A'>Copy - </span></b><span 10896 style='color:#4A4A4A'>this copies the limits shown to other selected small 10897 angle patterns. If used, a dialog box (Copy Parameters) will appear showing the 10898 list of available small angle patterns, you can copy the limits parameters to 10899 a ny or all of them; select ‘All’ to copy them to all patterns. Then select ‘OK’10900 t o do the copy; ‘Cancel’ to cancel the operation. <o:p></o:p></span></span></p>10877 style='color:#4A4A4A'>this copies the limits shown to other selected small angle 10878 patterns. If used, a dialog box (Copy Parameters) will appear showing the list 10879 of available small angle patterns, you can copy the limits parameters to any or 10880 all of them; select ‘All’ to copy them to all patterns. Then select ‘OK’ to do 10881 the copy; ‘Cancel’ to cancel the operation. <o:p></o:p></span></span></p> 10901 10882 10902 10883 <span style='mso-bookmark:SASD_Limits'></span> … … 10966 10947 style='color:#4A4A4A'> – select from a suite of various substance predefined by 10967 10948 GSAS-II as defined in <b>GSASII/Substances.py</b>. You may add to this list by 10968 adding a file, UserSubstances.py, by following the substance format as described 10969 in Substances.py. Place your UserSubstances.py in the GSAS-II directory.<o:p></o:p></span></span></p> 10949 adding a file, UserSubstances.py, by following the substance format as 10950 described in Substances.py. Place your UserSubstances.py in the GSAS-II 10951 directory.<o:p></o:p></span></span></p> 10970 10952 10971 10953 <p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in;mso-list:l5 level1 lfo53; … … 10983 10965 </span></span></span><![endif]><b><span style='color:#4A4A4A'>Add substance</span></b><span 10984 10966 style='color:#4A4A4A'> – this allows one to enter a new substance that is not 10985 among the previously defined ones. Give it a name, element composition and 10986 volume/density;GSAS-II will compute the scattering contrast data for it.<o:p></o:p></span></span></p>10967 among the previously defined ones. Give it a name, element composition and volume/density; 10968 GSAS-II will compute the scattering contrast data for it.<o:p></o:p></span></span></p> 10987 10969 10988 10970 <p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in;mso-list:l5 level1 lfo53; … … 11021 11003 style='mso-bookmark:SASD_Substances'><![if !supportLists]><span 11022 11004 style='color:#4A4A4A'><span style='mso-list:Ignore'>2.<span style='font:7.0pt "Times New Roman"'> 11023 </span></span></span><![endif]><span style='color:#4A4A4A'>You can edit the 11024 composition by changing the number of each kind of element and change the sum 11025 of atomicvolumes or the material density.<o:p></o:p></span></span></p>11005 </span></span></span><![endif]><span style='color:#4A4A4A'>You can edit the composition 11006 by changing the number of each kind of element and change the sum of atomic 11007 volumes or the material density.<o:p></o:p></span></span></p> 11026 11008 11027 11009 <span style='mso-bookmark:SASD_Substances'></span> … … 11036 11018 last three parameters (named FreePrm<i>X</i>, <i>X</i>=1,2,3) have labels that 11037 11019 can be changed. If changed in one histogram, the same label is used for all 11038 histograms. When a label is changed, the Comments tree item for each SASD 11039 histogram is searched for a matching "Label=value" pair (differences 11040 in letter case between the two label strings is ignored). When found, the value 11041 isconverted to a float and saved as the appropriate Sample Parameter. The last11020 histograms. When a label is changed, the Comments tree item for each SASD histogram 11021 is searched for a matching "Label=value" pair (differences in letter 11022 case between the two label strings is ignored). When found, the value is 11023 converted to a float and saved as the appropriate Sample Parameter. The last 11042 11024 two items define the two components of a small angle scattering sample. One 11043 11025 comprises the objects of interest while the other is the marix they are … … 11049 11031 11050 11032 <p><span style='mso-bookmark:SASD_Models'><b><span style='color:#4A4A4A'>Command</span></b><span 11051 style='color:#4A4A4A'> <span class=GramE>Menu<span style='mso-spacerun:yes'> 11052 </span>-</span> In this window you can change parameters associated with a 11053 histogram. This histogram scale factor is ignored for SASD. Remaining 11054 parameters are of use for parametric studies and may be changed with the menu 11055 commands described here. <o:p></o:p></span></span></p> 11033 style='color:#4A4A4A'> Menu<span style='mso-spacerun:yes'> </span>- In this 11034 window you can change parameters associated with a histogram. This histogram 11035 scale factor is ignored for SASD. Remaining parameters are of use for 11036 parametric studies and may be changed with the menu commands described here. <o:p></o:p></span></span></p> 11056 11037 11057 11038 <p class=MsoListParagraphCxSpFirst style='text-indent:-.25in;mso-list:l50 level1 lfo54; … … 11069 11050 Symbol;color:#4A4A4A'><span style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'> 11070 11051 </span></span></span><![endif]><b><span style='color:#4A4A4A'>Load - </span></b><span 11071 style='color:#4A4A4A'>This loads sample parameters from a previously <span11072 class=GramE>saved .samprm</span>file. <o:p></o:p></span></span></p>11052 style='color:#4A4A4A'>This loads sample parameters from a previously saved 11053 .samprm file. <o:p></o:p></span></span></p> 11073 11054 11074 11055 <p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in;mso-list:l50 level1 lfo54; … … 11077 11058 Symbol;color:#4A4A4A'><span style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'> 11078 11059 </span></span></span><![endif]><b><span style='color:#4A4A4A'>Save - </span></b><span 11079 style='color:#4A4A4A'>This saves the sample parameters to a file with the <span11080 class=GramE>extension ’</span>.samprm’. A file dialog box will appear to ask 11081 f or the name of the file to be written. <o:p></o:p></span></span></p>11060 style='color:#4A4A4A'>This saves the sample parameters to a file with the 11061 extension ’.samprm’. A file dialog box will appear to ask for the name of the 11062 file to be written. <o:p></o:p></span></span></p> 11082 11063 11083 11064 <p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in;mso-list:l50 level1 lfo54; … … 11085 11066 style='font-family:Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family: 11086 11067 Symbol;color:#4A4A4A'><span style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'> 11087 </span></span></span><![endif]>< span class=GramE><b><span style='color:#4A4A4A'>Copy<span11088 style='mso-spacerun:yes'> </span></span></b><span style='color:#4A4A4A'>This </span></span><span11089 style='color:#4A4A4A'> copies the sample parameters shown to other selected 11090 SASD patterns. If used, a dialog box (Copy parameters) will appear showing the 11091 list of available SASD patterns, you can copy the sample parameters to any or 11092 all of them; select ‘All’ to copy them to all patterns. Then select ‘OK’ to do 11093 t he copy; ‘Cancel’ to cancel the operation. <o:p></o:p></span></span></p>11068 </span></span></span><![endif]><b><span style='color:#4A4A4A'>Copy<span 11069 style='mso-spacerun:yes'> </span></span></b><span style='color:#4A4A4A'>This 11070 copies the sample parameters shown to other selected SASD patterns. If used, a 11071 dialog box (Copy parameters) will appear showing the list of available SASD 11072 patterns, you can copy the sample parameters to any or all of them; select 11073 ‘All’ to copy them to all patterns. Then select ‘OK’ to do the copy; ‘Cancel’ 11074 to cancel the operation. <o:p></o:p></span></span></p> 11094 11075 11095 11076 <p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in;mso-list:l50 level1 lfo54; … … 11099 11080 </span></span></span><![endif]><b><span style='color:#4A4A4A'>Copy selected... 11100 11081 - </span></b><span style='color:#4A4A4A'>This copies only the sample parameter 11101 that are selected to other selected SASD patterns but is otherwise <span11102 class=GramE>similar to</span>"Copy". <o:p></o:p></span></span></p>11082 that are selected to other selected SASD patterns but is otherwise similar to 11083 "Copy". <o:p></o:p></span></span></p> 11103 11084 11104 11085 <p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in;mso-list:l50 level1 lfo54; … … 11115 11096 </span></span></span><![endif]><b><span style='color:#4A4A4A'>Set one value - </span></b><span 11116 11097 style='color:#4A4A4A'>This is used to set a single selected sample parameter 11117 for a selected set of SASD histograms. The same value can be used for all <span11118 class=GramE>histograms</span> or a dialog can be used to provide a table where11119 you can set thevalues differently for each of selected histograms. <o:p></o:p></span></span></p>11098 for a selected set of SASD histograms. The same value can be used for all 11099 histograms or a dialog can be used to provide a table where you can set the 11100 values differently for each of selected histograms. <o:p></o:p></span></span></p> 11120 11101 11121 11102 <p class=MsoListParagraphCxSpLast style='text-indent:-.25in;mso-list:l50 level1 lfo54; … … 11129 11110 11130 11111 <pre style='margin-left:.5in'><span style='mso-bookmark:SASD_Models'><span 11131 style='color:#4A4A4A'>#filename<span style='mso-spacerun:yes'> </span>temperature pressure ignore-<span 11132 class=GramE>me<span style='mso-spacerun:yes'> </span>humidity</span><o:p></o:p></span></span></pre><pre 11112 style='color:#4A4A4A'>#filename<span style='mso-spacerun:yes'> </span>temperature pressure ignore-me<span style='mso-spacerun:yes'> </span>humidity<o:p></o:p></span></span></pre><pre 11133 11113 style='margin-left:.5in'><span style='mso-bookmark:SASD_Models'><span 11134 11114 style='color:#4A4A4A'>LaB6_dc250.tif<span style='mso-spacerun:yes'> </span>100<span style='mso-spacerun:yes'> </span>1<span style='mso-spacerun:yes'> </span>test<span style='mso-spacerun:yes'> </span>.2<o:p></o:p></span></span></pre><pre … … 11141 11121 marked with a hash (#). A header is not required. "Columns" in the 11142 11122 table are separated by one or more delimiters (which may be a comma, tab or 11143 space). Note that columns do not need to be aligned, <span class=GramE>as long11144 as</span> each entry is spaced by at least one delimiter. The first column in 11145 the table is used to look up SASD entries where the initial space-delimited 11146 string after the SASD tag ("myfile" in "SASD myfile 11147 AZM=180...") must match the table. Subsequent columns can then be mapped 11148 to sample parameters or can be ignored,using a dialog window. <o:p></o:p></span></span></p>11123 space). Note that columns do not need to be aligned, as long as each entry is 11124 spaced by at least one delimiter. The first column in the table is used to look 11125 up SASD entries where the initial space-delimited string after the SASD tag 11126 ("myfile" in "SASD myfile AZM=180...") must match the table. 11127 Subsequent columns can then be mapped to sample parameters or can be ignored, 11128 using a dialog window. <o:p></o:p></span></span></p> 11149 11129 11150 11130 <p class=MsoListParagraph style='text-indent:-.25in;mso-list:l50 level1 lfo54; … … 11282 11262 style='color:#4A4A4A'>This window shows whatever comment lines found above the 11283 11263 QIE table when the reflectometry data file was read by GSAS-II. If you are 11284 lucky, there will be useful information here ( <span class=GramE>e.g.</span>11285 sample name, date collected, wavelength used, etc.). If not, this window will 11286 be blank. The text is read-only.</span><span style='mso-fareast-font-family: 11287 "Times New Roman";mso-fareast-theme-font:minor-fareast;color:#4A4A4A'><o:p></o:p></span></p>11264 lucky, there will be useful information here (e.g. sample name, date collected, 11265 wavelength used, etc.). If not, this window will be blank. The text is 11266 read-only.</span><span style='mso-fareast-font-family:"Times New Roman"; 11267 mso-fareast-theme-font:minor-fareast;color:#4A4A4A'><o:p></o:p></span></p> 11288 11268 11289 11269 <h4 style='tab-stops:45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt'><a … … 11399 11379 style='color:#4A4A4A'> – select from a suite of various substance predefined by 11400 11380 GSAS-II as defined in <b>GSASII/Substances.py</b>. You may add to this list by 11401 adding a file, UserSubstances.py, by following the substance format as 11402 described in Substances.py. Place your UserSubstances.py in the GSAS-II 11403 directory.<o:p></o:p></span></span></p> 11381 adding a file, UserSubstances.py, by following the substance format as described 11382 in Substances.py. Place your UserSubstances.py in the GSAS-II directory.<o:p></o:p></span></span></p> 11404 11383 11405 11384 <p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in;mso-list:l20 level1 lfo59; … … 11465 11444 11466 11445 <p class=MsoNormal style='tab-stops:45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt'><a 11467 name="REFD_Models"><span style='color:#4A4A4A'>This window shows the various sample-dependent11468 parameters for the selected reflectometry pattern. All values shown in this11469 window can be edited. Note that the last three parameters (named FreePrm<i>X</i>, 11470 <i>X</i>=1,2,3) have labels that can be changed. If changed in one histogram, 11471 the same label is used for all histograms. When a label is changed, the 11472 Comments tree item for each REFD histogram is searched for a matching 11473 "Label=value" pair (differences in letter case between the two label 11474 strings is ignored). When found, the value is converted to a float and saved as 11475 the appropriate Sample Parameter. <o:p></o:p></span></a></p>11446 name="REFD_Models"><span style='color:#4A4A4A'>This window shows the various 11447 sample-dependent parameters for the selected reflectometry pattern. All values 11448 shown in this window can be edited. Note that the last three parameters (named 11449 FreePrm<i>X</i>, <i>X</i>=1,2,3) have labels that can be changed. If changed in 11450 one histogram, the same label is used for all histograms. When a label is 11451 changed, the Comments tree item for each REFD histogram is searched for a 11452 matching "Label=value" pair (differences in letter case between the 11453 two label strings is ignored). When found, the value is converted to a float 11454 and saved as the appropriate Sample Parameter. <o:p></o:p></span></a></p> 11476 11455 11477 11456 <h5 style='tab-stops:45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt'><span … … 11502 11481 style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'> 11503 11482 </span></span></span><![endif]><b><span style='color:#4A4A4A'>Load - </span></b><span 11504 style='color:#4A4A4A'>This loads sample parameters from a previously <span11505 class=GramE>saved .samprm</span>file. <o:p></o:p></span></span></p>11483 style='color:#4A4A4A'>This loads sample parameters from a previously saved 11484 .samprm file. <o:p></o:p></span></span></p> 11506 11485 11507 11486 <p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in;mso-list:l31 level1 lfo60; … … 11511 11490 style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'> 11512 11491 </span></span></span><![endif]><b><span style='color:#4A4A4A'>Save - </span></b><span 11513 style='color:#4A4A4A'>This saves the sample parameters to a file with the <span11514 class=GramE>extension ’</span>.samprm’. A file dialog box will appear to ask 11515 f or the name of the file to be written. <o:p></o:p></span></span></p>11492 style='color:#4A4A4A'>This saves the sample parameters to a file with the 11493 extension ’.samprm’. A file dialog box will appear to ask for the name of the 11494 file to be written. <o:p></o:p></span></span></p> 11516 11495 11517 11496 <p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in;mso-list:l31 level1 lfo60; … … 11534 11513 </span></span></span><![endif]><b><span style='color:#4A4A4A'>Copy selected... 11535 11514 - </span></b><span style='color:#4A4A4A'>This copies only the sample parameter 11536 that are selected to other selected REFD patterns but is otherwise <span11537 class=GramE>similar to</span>"Copy". <o:p></o:p></span></span></p>11515 that are selected to other selected REFD patterns but is otherwise similar to 11516 "Copy". <o:p></o:p></span></span></p> 11538 11517 11539 11518 <p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in;mso-list:l31 level1 lfo60; … … 11552 11531 </span></span></span><![endif]><b><span style='color:#4A4A4A'>Set one value - </span></b><span 11553 11532 style='color:#4A4A4A'>This is used to set a single selected sample parameter 11554 for a selected set of REFD histograms. The same value can be used for all <span11555 class=GramE>histograms</span> or a dialog can be used to provide a table where11556 you can set thevalues differently for each of selected histograms. <o:p></o:p></span></span></p>11533 for a selected set of REFD histograms. The same value can be used for all 11534 histograms or a dialog can be used to provide a table where you can set the 11535 values differently for each of selected histograms. <o:p></o:p></span></span></p> 11557 11536 11558 11537 <p class=MsoListParagraphCxSpLast style='text-indent:-.25in;mso-list:l31 level1 lfo60; … … 11568 11547 <pre><span style='mso-bookmark:REFD_Models'><span style='color:#4A4A4A'><o:p> </o:p></span></span></pre><pre 11569 11548 style='margin-left:.5in'><span style='mso-bookmark:REFD_Models'><span 11570 style='color:#4A4A4A'>#filename<span style='mso-spacerun:yes'> </span>temperature pressure ignore-<span 11571 class=GramE>me<span style='mso-spacerun:yes'> </span>humidity</span><o:p></o:p></span></span></pre><pre 11549 style='color:#4A4A4A'>#filename<span style='mso-spacerun:yes'> </span>temperature pressure ignore-me<span style='mso-spacerun:yes'> </span>humidity<o:p></o:p></span></span></pre><pre 11572 11550 style='margin-left:.5in'><span style='mso-bookmark:REFD_Models'><span 11573 style='color:#4A4A4A'>LaB6_dc250.tif<span style='mso-spacerun:yes'> </span>100<span style='mso-spacerun:yes'> </span>1 <span style='mso-spacerun:yes'></span>test<span style='mso-spacerun:yes'> </span>.2<o:p></o:p></span></span></pre><pre11551 style='color:#4A4A4A'>LaB6_dc250.tif<span style='mso-spacerun:yes'> </span>100<span style='mso-spacerun:yes'> </span>1 <span style='mso-spacerun:yes'> </span>test<span style='mso-spacerun:yes'> </span>.2<o:p></o:p></span></span></pre><pre 11574 11552 style='margin-left:.5in'><span style='mso-bookmark:REFD_Models'><span 11575 11553 style='color:#4A4A4A'>LaB6_dc300.tif<span style='mso-spacerun:yes'> </span>150<span style='mso-spacerun:yes'> </span>1<span style='mso-spacerun:yes'> </span>test<span style='mso-spacerun:yes'> </span>.25<o:p></o:p></span></span></pre> … … 11580 11558 marked with a hash (#). A header is not required. "Columns" in the 11581 11559 table are separated by one or more delimiters (which may be a comma, tab or 11582 space). Note that columns do not need to be aligned, <span class=GramE>as long11583 as</span> each entry is spaced by at least one delimiter. The first column in 11584 the table is used to look up REFD entries where the initial space-delimited 11585 string after the REFD tag ("myfile" in " REFD myfile11586 AZM=180...") must match the table. Subsequent columns can then be mapped 11587 to sample parameters or can beignored, using a dialog window. <o:p></o:p></span></span></p>11560 space). Note that columns do not need to be aligned, as long as each entry is 11561 spaced by at least one delimiter. The first column in the table is used to look 11562 up REFD entries where the initial space-delimited string after the REFD tag 11563 ("myfile" in " REFD myfile AZM=180...") must match the 11564 table. Subsequent columns can then be mapped to sample parameters or can be 11565 ignored, using a dialog window. <o:p></o:p></span></span></p> 11588 11566 11589 11567 <p class=MsoListParagraph style='text-indent:-.25in;mso-list:l31 level1 lfo60; … … 11603 11581 <p class=MsoNormal style='tab-stops:45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt'><span 11604 11582 style='mso-bookmark:REFD_Models'><span style='color:#4A4A4A'>A reflectometry 11605 model is composed of a sequence of layers beginning with the medium (“superphase”) 11606 as the top layer in which the incident and scattered radiation paths are 11607 located (usually “vacuum” = air or other gasses) and ending with the bottom 11608 layer (“substrate”) upon which the sample layers have been deposited. The 11609 substrate <span class=GramE>is considered to be</span> “infinite” in thickness. 11610 The sample layers in between are each defined as a particular substance with a 11611 thickness and upper surface “roughness”. The surface roughness describes the 11612 possibility of an interlayer mixing with the previous layer. Their scattering 11613 density can also be scaled and could include polarized magnetic neutron 11614 scatterers. The layer sequence is defined so that complex or multiple layers 11615 can be defined.<o:p></o:p></span></span></p> 11583 model is composed of a sequence of layers beginning with the medium 11584 (“superphase”) as the top layer in which the incident and scattered radiation 11585 paths are located (usually “vacuum” = air or other gasses) and ending with the 11586 bottom layer (“substrate”) upon which the sample layers have been deposited. 11587 The substrate is considered to be “infinite” in thickness. The sample layers in 11588 between are each defined as a particular substance with a thickness and upper 11589 surface “roughness”. The surface roughness describes the possibility of an 11590 interlayer mixing with the previous layer. Their scattering density can also be 11591 scaled and could include polarized magnetic neutron scatterers. The layer 11592 sequence is defined so that complex or multiple layers can be defined.<o:p></o:p></span></span></p> 11616 11593 11617 11594 <h5 style='tab-stops:45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt'><span … … 11621 11598 <p style='tab-stops:45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt'><span 11622 11599 style='mso-bookmark:REFD_Models'><b><span style='color:#4A4A4A'>Command</span></b><span 11623 style='color:#4A4A4A'> <span class=GramE>Menu<span style='mso-spacerun:yes'> 11624 </span>–</span><o:p></o:p></span></span></p> 11600 style='color:#4A4A4A'> Menu<span style='mso-spacerun:yes'> </span>–<o:p></o:p></span></span></p> 11625 11601 11626 11602 <p class=MsoListParagraphCxSpFirst style='text-indent:-.25in;mso-list:l31 level1 lfo60; … … 11709 11685 11710 11686 <p class=MsoNormal style='tab-stops:45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt'><span 11711 style='color:#4A4A4A'>GSAS-II can be run on Windows, Linux and Macintosh/OS X computers,11712 but the GUI follows the native style of Mac OS X. On Windows and some versions 11713 of Linux, the menu bars <span class=GramE>appears</span> on top of the main 11714 window. On the Mac, the menu appears at the location that has been configured 11715 for menus (usually at the top of the screen). GSAS-II defines actions for both 11716 the left and right buttons on a two-button mouse, <span class=GramE>If</span> a 11717 two or three-button mouse is used with a Mac, these mouse buttons will work as 11718 intended. If using a Mac touchpad or single-button mouse, clicking the touchpad 11719 or mouse button will generate a "left button" click. Hold down the 11720 control-key to generate a"right button" click. </span></p>11687 style='color:#4A4A4A'>GSAS-II can be run on Windows, Linux and Macintosh/OS X 11688 computers, but the GUI follows the native style of Mac OS X. On Windows and 11689 some versions of Linux, the menu bars appears on top of the main window. On the 11690 Mac, the menu appears at the location that has been configured for menus 11691 (usually at the top of the screen). GSAS-II defines actions for both the left 11692 and right buttons on a two-button mouse, If a two or three-button mouse is used 11693 with a Mac, these mouse buttons will work as intended. If using a Mac touchpad 11694 or single-button mouse, clicking the touchpad or mouse button will generate a 11695 "left button" click. Hold down the control-key to generate a 11696 "right button" click. </span></p> 11721 11697 11722 11698 <h3 style='tab-stops:45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt'><a … … 11726 11702 11727 11703 <p class=MsoNormal style='tab-stops:45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt'><span 11728 style='color:#4A4A4A'>GSAS-II provides <span class=GramE>a number of</span>11729 c onfiguration settings that can be changed via variables that can be set and11730 saved. These are controlled in the File/Preferences menu item (on Macthe11731 Preferences menu is found in the usual place on Macs, in the main application 11732 menu). These settings are optionally saved from for subsequent runs in a file 11733 named </span><tt><spanstyle='font-size:10.0pt;color:#4A4A4A'>config.py</span></tt><span11704 style='color:#4A4A4A'>GSAS-II provides a number of configuration settings that 11705 can be changed via variables that can be set and saved. These are controlled in 11706 the File/Preferences menu item (on Mac the Preferences menu is found in the 11707 usual place on Macs, in the main application menu). These settings are 11708 optionally saved from for subsequent runs in a file named </span><tt><span 11709 style='font-size:10.0pt;color:#4A4A4A'>config.py</span></tt><span 11734 11710 style='color:#4A4A4A'>. More information about this can be found in the <a 11735 11711 href="https://gsas-ii.readthedocs.io/en/latest/GSASIIutil.html#module-config_example">appropriate -
trunk/help/gsasII_files/filelist.xml
r5333 r5344 4 4 <o:File HRef="colorschememapping.xml"/> 5 5 <o:File HRef="image001.png"/> 6 <o:File HRef="image002.png"/>7 6 <o:File HRef="image003.png"/> 8 7 <o:File HRef="image004.png"/> … … 35 34 <o:File HRef="image031.png"/> 36 35 <o:File HRef="image032.png"/> 36 <o:File HRef="image033.png"/> 37 37 <o:File HRef="filelist.xml"/> 38 38 </xml>
Note: See TracChangeset
for help on using the changeset viewer.