Changeset 5253
- Timestamp:
- Mar 28, 2022 8:33:32 AM (12 months ago)
- Location:
- trunk
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIIO.py
r5241 r5253 128 128 peaks.append([float(item[0]),1.0]) 129 129 elif len(item) > 1: 130 peaks.append([float(item[0]),float(item[ 0])])130 peaks.append([float(item[0]),float(item[1])]) 131 131 S = File.readline() 132 132 File.close() -
trunk/GSASIIpwd.py
r5247 r5253 1408 1408 yb = getBackground('',parmDict,bakType,dataType,xdata,fixback)[0] 1409 1409 yc = np.zeros_like(yb) 1410 # cw = np.diff(xdata)1411 # cw = np.append(cw,cw[-1])1412 1410 if 'C' in dataType: 1413 1411 shl = max(parmDict['SH/L'],0.002) … … 1606 1604 ip = names.index(parm) 1607 1605 dMdv[varyList.index(name)] = dMdpk[4*int(Id)+ip] 1608 cw = np.diff(xdata)1609 cw = np.append(cw,cw[-1])1610 1606 if 'C' in dataType: 1611 1607 shl = max(parmDict['SH/L'],0.002) … … 1781 1777 dMdipk = getdEpsVoigt(pos,alp,bet,sig/1.e4,gam/100.,xdata[iBeg:iFin]) 1782 1778 for i in range(1,6): 1783 dMdpk[i][iBeg:iFin] += cw[iBeg:iFin]*intens*dMdipk[i]1784 dMdpk[0][iBeg:iFin] += cw[iBeg:iFin]*dMdipk[0]1779 dMdpk[i][iBeg:iFin] += intens*dMdipk[i] 1780 dMdpk[0][iBeg:iFin] += dMdipk[0] 1785 1781 dervDict = {'int':dMdpk[0],'pos':dMdpk[1],'alp':dMdpk[2],'bet':dMdpk[3],'sig':dMdpk[4]/1.e4,'gam':dMdpk[5]/100.} 1786 1782 for parmName in ['pos','int','alp','bet','sig','gam']: … … 1875 1871 dMdipk = getdEpsVoigt(pos,alp,bet,sig,gam,xdata[iBeg:iFin]) 1876 1872 for i in range(1,6): 1877 dMdpk[i][iBeg:iFin] += intens* cw[iBeg:iFin]*dMdipk[i]1878 dMdpk[0][iBeg:iFin] += cw[iBeg:iFin]*dMdipk[0]1873 dMdpk[i][iBeg:iFin] += intens*dMdipk[i] 1874 dMdpk[0][iBeg:iFin] += dMdipk[0] 1879 1875 dervDict = {'int':dMdpk[0],'pos':dMdpk[1],'alp':dMdpk[2],'bet':dMdpk[3],'sig':dMdpk[4],'gam':dMdpk[5]} 1880 1876 for parmName in ['pos','int','alp','bet','sig','gam']: -
trunk/GSASIIpwdGUI.py
r5245 r5253 5553 5553 5554 5554 Inst = G2frame.GPXtree.GetItemPyData(G2gd.GetGPXtreeItemId(G2frame,G2frame.PatternId, 'Instrument Parameters'))[0] 5555 Name = G2frame.GPXtree.GetItemPyData(G2frame.PatternId)[2] 5555 5556 wave = G2mth.getWave(Inst) 5556 5557 G2gd.SetDataMenuBar(G2frame,G2frame.dataWindow.SubstanceMenu) … … 5564 5565 G2frame.dataWindow.ClearData() 5565 5566 mainSizer = G2frame.dataWindow.GetSizer() 5567 topSizer = wx.BoxSizer(wx.HORIZONTAL) 5568 topSizer.Add(wx.StaticText(G2frame.dataWindow,label='Sample substances for %s:'%Name),0,WACV) 5569 topSizer.Add((-1,-1),1,wx.EXPAND) 5570 print('Substance ',G2frame.dataWindow.helpKey) 5571 topSizer.Add(G2G.HelpButton(G2frame.dataWindow,helpIndex=G2frame.dataWindow.helpKey)) 5572 mainSizer.Add(topSizer,0,wx.EXPAND) 5566 5573 mainSizer.Add(SubstSizer(),0) 5567 5574 G2frame.dataWindow.SetDataSize() … … 6445 6452 esdScale.Bind(wx.EVT_KILL_FOCUS,OnEsdScale) 6446 6453 topSizer.Add(esdScale,0,WACV) 6447 mainSizer.Add(topSizer) 6454 topSizer.Add((-1,-1),1,wx.EXPAND) 6455 topSizer.Add(G2G.HelpButton(G2frame.dataWindow,helpIndex=G2frame.dataWindow.helpKey)) 6456 mainSizer.Add(topSizer,0,wx.EXPAND) 6448 6457 G2G.HorizontalLine(mainSizer,G2frame.dataWindow) 6449 6458 if 'Size' in data['Current']: … … 7014 7023 G2frame.dataWindow.ClearData() 7015 7024 mainSizer = wx.BoxSizer(wx.VERTICAL) 7016 mainSizer.Add(wx.StaticText(G2frame.dataWindow,label=' Reflectometry fitting for: '+Name)) 7025 topSizer = wx.BoxSizer(wx.HORIZONTAL) 7026 topSizer.Add(wx.StaticText(G2frame.dataWindow,label=' Reflectometry fitting for: '+Name),0,WACV) 7027 topSizer.Add((-1,-1),1,wx.EXPAND) 7028 topSizer.Add(G2G.HelpButton(G2frame.dataWindow,helpIndex=G2frame.dataWindow.helpKey)) 7029 mainSizer.Add(topSizer,0,wx.EXPAND) 7017 7030 mainSizer.Add(wx.StaticText(G2frame.dataWindow,label=' Controls:')) 7018 7031 mainSizer.Add(ControlSizer()) -
trunk/help/gsasII-index.fld/filelist.xml
r4964 r5253 1 1 <xml xmlns:o="urn:schemas-microsoft-com:office:office"> 2 2 <o:MainFile HRef="../gsasII-index.html"/> 3 <o:File HRef="item000 1.xml"/>4 <o:File HRef="props00 2.xml"/>3 <o:File HRef="item0006.xml"/> 4 <o:File HRef="props007.xml"/> 5 5 <o:File HRef="themedata.thmx"/> 6 6 <o:File HRef="colorschememapping.xml"/> -
trunk/help/gsasII-index.html
r4964 r5253 24 24 <o:DocumentProperties> 25 25 <o:Author>Von Dreele</o:Author> 26 <o:LastAuthor> Toby, Brian H.</o:LastAuthor>27 <o:Revision>1 59</o:Revision>28 <o:TotalTime>453 0</o:TotalTime>26 <o:LastAuthor>Von Dreele, Robert B.</o:LastAuthor> 27 <o:Revision>160</o:Revision> 28 <o:TotalTime>4536</o:TotalTime> 29 29 <o:Created>2011-11-28T16:49:00Z</o:Created> 30 <o:LastSaved>202 1-06-20T13:49:00Z</o:LastSaved>30 <o:LastSaved>2022-03-25T17:10:00Z</o:LastSaved> 31 31 <o:Pages>1</o:Pages> 32 <o:Words> 264</o:Words>33 <o:Characters>1 505</o:Characters>32 <o:Words>326</o:Words> 33 <o:Characters>1862</o:Characters> 34 34 <o:Company>Argonne National Laboratory</o:Company> 35 <o:Lines>1 2</o:Lines>36 <o:Paragraphs> 3</o:Paragraphs>37 <o:CharactersWithSpaces> 1766</o:CharactersWithSpaces>35 <o:Lines>15</o:Lines> 36 <o:Paragraphs>4</o:Paragraphs> 37 <o:CharactersWithSpaces>2184</o:CharactersWithSpaces> 38 38 <o:Version>16.00</o:Version> 39 39 </o:DocumentProperties> … … 42 42 </o:OfficeDocumentSettings> 43 43 </xml><![endif]--> 44 <link rel=dataStoreItem href="gsasII-index.fld/item000 1.xml"45 target="gsasII-index.fld/props00 2.xml">44 <link rel=dataStoreItem href="gsasII-index.fld/item0006.xml" 45 target="gsasII-index.fld/props007.xml"> 46 46 <link rel=themeData href="gsasII-index.fld/themedata.thmx"> 47 47 <link rel=colorSchemeMapping href="gsasII-index.fld/colorschememapping.xml"> 48 48 <!--[if gte mso 9]><xml> 49 49 <w:WordDocument> 50 <w:View>Print</w:View> 51 <w:Zoom>197</w:Zoom> 50 <w:Zoom>148</w:Zoom> 52 51 <w:SpellingState>Clean</w:SpellingState> 53 <w:GrammarState>Clean</w:GrammarState>54 52 <w:TrackMoves>false</w:TrackMoves> 55 53 <w:TrackFormatting/> … … 689 687 {font-family:Wingdings; 690 688 panose-1:5 0 0 0 0 0 0 0 0 0; 691 mso-font-charset: 0;692 mso-generic-font-family: decorative;689 mso-font-charset:2; 690 mso-generic-font-family:auto; 693 691 mso-font-pitch:variable; 694 mso-font-signature: 3 0 0 0 10;}692 mso-font-signature:0 268435456 0 0 -2147483648 0;} 695 693 @font-face 696 694 {font-family:"Cambria Math"; … … 699 697 mso-generic-font-family:roman; 700 698 mso-font-pitch:variable; 701 mso-font-signature:-5368 70145 1107305727 00 415 0;}699 mso-font-signature:-536869121 1107305727 33554432 0 415 0;} 702 700 @font-face 703 701 {font-family:Tahoma; … … 940 938 mso-font-kerning:14.0pt;} 941 939 a:link, span.MsoHyperlink 942 {mso-style-noshow:yes; 943 mso-style-priority:99; 940 {mso-style-priority:99; 944 941 color:blue; 945 942 text-decoration:underline; … … 1295 1292 font-family:"Times New Roman",serif; 1296 1293 mso-fareast-font-family:"Times New Roman";} 1297 span.GramE1298 {mso-style-name:"";1299 mso-gram-e:yes;}1300 1294 .MsoChpDefault 1301 1295 {mso-style-type:export-only; … … 1314 1308 /* List Definitions */ 1315 1309 @list l0 1316 {mso-list-id:39788162; 1317 mso-list-template-ids:1400952784;} 1318 @list l0:level1 1319 {mso-level-number-format:bullet; 1320 mso-level-text:; 1321 mso-level-tab-stop:.5in; 1322 mso-level-number-position:left; 1323 text-indent:-.25in; 1324 mso-ansi-font-size:10.0pt; 1325 font-family:Symbol;} 1310 {mso-list-id:4866733; 1311 mso-list-template-ids:832879206;} 1326 1312 @list l0:level2 1327 {mso-level-number-format:bullet; 1328 mso-level-text:o; 1313 {mso-level-number-format:alpha-upper; 1329 1314 mso-level-tab-stop:1.0in; 1330 1315 mso-level-number-position:left; 1331 text-indent:-.25in; 1332 mso-ansi-font-size:10.0pt; 1333 font-family:"Courier New"; 1334 mso-bidi-font-family:"Times New Roman";} 1316 text-indent:-.25in;} 1335 1317 @list l0:level3 1336 1318 {mso-level-number-format:bullet; … … 1341 1323 mso-ansi-font-size:10.0pt; 1342 1324 font-family:Wingdings;} 1343 @list l0:level4 1344 {mso-level-number-format:bullet; 1345 mso-level-text:; 1346 mso-level-tab-stop:2.0in; 1325 @list l1 1326 {mso-list-id:1114401595; 1327 mso-list-template-ids:748465434;} 1328 @list l1:level1 1329 {mso-level-tab-stop:.5in; 1347 1330 mso-level-number-position:left; 1348 text-indent:-.25in;1349 mso-ansi-font-size:10.0pt;1350 font-family:Wingdings;}1351 @list l0:level51352 {mso-level-number-format:bullet;1353 mso-level-text:;1354 mso-level-tab-stop:2.5in;1355 mso-level-number-position:left;1356 text-indent:-.25in;1357 mso-ansi-font-size:10.0pt;1358 font-family:Wingdings;}1359 @list l0:level61360 {mso-level-number-format:bullet;1361 mso-level-text:;1362 mso-level-tab-stop:3.0in;1363 mso-level-number-position:left;1364 text-indent:-.25in;1365 mso-ansi-font-size:10.0pt;1366 font-family:Wingdings;}1367 @list l0:level71368 {mso-level-number-format:bullet;1369 mso-level-text:;1370 mso-level-tab-stop:3.5in;1371 mso-level-number-position:left;1372 text-indent:-.25in;1373 mso-ansi-font-size:10.0pt;1374 font-family:Wingdings;}1375 @list l0:level81376 {mso-level-number-format:bullet;1377 mso-level-text:;1378 mso-level-tab-stop:4.0in;1379 mso-level-number-position:left;1380 text-indent:-.25in;1381 mso-ansi-font-size:10.0pt;1382 font-family:Wingdings;}1383 @list l0:level91384 {mso-level-number-format:bullet;1385 mso-level-text:;1386 mso-level-tab-stop:4.5in;1387 mso-level-number-position:left;1388 text-indent:-.25in;1389 mso-ansi-font-size:10.0pt;1390 font-family:Wingdings;}1391 @list l11392 {mso-list-id:53240189;1393 mso-list-type:hybrid;1394 mso-list-template-ids:-1969180246 501091696 67698713 67698715 67698703 67698713 67698715 67698703 67698713 67698715;}1395 @list l1:level11396 {mso-level-tab-stop:none;1397 mso-level-number-position:left;1398 margin-left:.75in;1399 1331 text-indent:-.25in;} 1400 1332 @list l1:level2 1401 {mso-level-number-format:alpha- lower;1402 mso-level-tab-stop: none;1333 {mso-level-number-format:alpha-upper; 1334 mso-level-tab-stop:1.0in; 1403 1335 mso-level-number-position:left; 1404 margin-left:1.5in;1405 1336 text-indent:-.25in;} 1406 1337 @list l1:level3 1407 {mso-level-number-format:roman-lower;1408 mso-level-tab-stop:none;1409 mso-level-number-position:right;1410 margin-left:2.0in;1411 text-indent:-9.0pt;}1412 @list l1:level41413 {mso-level-tab-stop:none;1414 mso-level-number-position:left;1415 margin-left:2.5in;1416 text-indent:-.25in;}1417 @list l1:level51418 {mso-level-number-format:alpha-lower;1419 mso-level-tab-stop:none;1420 mso-level-number-position:left;1421 margin-left:3.0in;1422 text-indent:-.25in;}1423 @list l1:level61424 {mso-level-number-format:roman-lower;1425 mso-level-tab-stop:none;1426 mso-level-number-position:right;1427 margin-left:3.5in;1428 text-indent:-9.0pt;}1429 @list l1:level71430 {mso-level-tab-stop:none;1431 mso-level-number-position:left;1432 margin-left:4.0in;1433 text-indent:-.25in;}1434 @list l1:level81435 {mso-level-number-format:alpha-lower;1436 mso-level-tab-stop:none;1437 mso-level-number-position:left;1438 margin-left:4.5in;1439 text-indent:-.25in;}1440 @list l1:level91441 {mso-level-number-format:roman-lower;1442 mso-level-tab-stop:none;1443 mso-level-number-position:right;1444 margin-left:5.0in;1445 text-indent:-9.0pt;}1446 @list l21447 {mso-list-id:142163818;1448 mso-list-type:hybrid;1449 mso-list-template-ids:773461610 67698703 67698713 67698715 67698703 67698713 67698715 67698703 67698713 67698715;}1450 @list l2:level11451 {mso-level-tab-stop:none;1452 mso-level-number-position:left;1453 text-indent:-.25in;}1454 @list l2:level21455 {mso-level-number-format:alpha-lower;1456 mso-level-tab-stop:none;1457 mso-level-number-position:left;1458 text-indent:-.25in;}1459 @list l2:level31460 {mso-level-number-format:roman-lower;1461 mso-level-tab-stop:none;1462 mso-level-number-position:right;1463 text-indent:-9.0pt;}1464 @list l2:level41465 {mso-level-tab-stop:2.0in;1466 mso-level-number-position:left;1467 text-indent:-.25in;}1468 @list l2:level51469 {mso-level-tab-stop:2.5in;1470 mso-level-number-position:left;1471 text-indent:-.25in;}1472 @list l2:level61473 {mso-level-tab-stop:3.0in;1474 mso-level-number-position:left;1475 text-indent:-.25in;}1476 @list l2:level71477 {mso-level-tab-stop:3.5in;1478 mso-level-number-position:left;1479 text-indent:-.25in;}1480 @list l2:level81481 {mso-level-tab-stop:4.0in;1482 mso-level-number-position:left;1483 text-indent:-.25in;}1484 @list l2:level91485 {mso-level-tab-stop:4.5in;1486 mso-level-number-position:left;1487 text-indent:-.25in;}1488 @list l31489 {mso-list-id:220874740;1490 mso-list-template-ids:1154798170;}1491 @list l3:level11492 {mso-level-number-format:bullet;1493 mso-level-text:;1494 mso-level-tab-stop:.5in;1495 mso-level-number-position:left;1496 text-indent:-.25in;1497 mso-ansi-font-size:10.0pt;1498 font-family:Symbol;}1499 @list l3:level21500 {mso-level-number-format:bullet;1501 mso-level-text:o;1502 mso-level-tab-stop:1.0in;1503 mso-level-number-position:left;1504 text-indent:-.25in;1505 mso-ansi-font-size:10.0pt;1506 font-family:"Courier New";1507 mso-bidi-font-family:"Times New Roman";}1508 @list l3:level31509 1338 {mso-level-number-format:bullet; 1510 1339 mso-level-text:; … … 1514 1343 mso-ansi-font-size:10.0pt; 1515 1344 font-family:Wingdings;} 1516 @list l3:level4 1517 {mso-level-number-format:bullet; 1518 mso-level-text:; 1519 mso-level-tab-stop:2.0in; 1520 mso-level-number-position:left; 1521 text-indent:-.25in; 1522 mso-ansi-font-size:10.0pt; 1523 font-family:Wingdings;} 1524 @list l3:level5 1525 {mso-level-number-format:bullet; 1526 mso-level-text:; 1527 mso-level-tab-stop:2.5in; 1528 mso-level-number-position:left; 1529 text-indent:-.25in; 1530 mso-ansi-font-size:10.0pt; 1531 font-family:Wingdings;} 1532 @list l3:level6 1533 {mso-level-number-format:bullet; 1534 mso-level-text:; 1535 mso-level-tab-stop:3.0in; 1536 mso-level-number-position:left; 1537 text-indent:-.25in; 1538 mso-ansi-font-size:10.0pt; 1539 font-family:Wingdings;} 1540 @list l3:level7 1541 {mso-level-number-format:bullet; 1542 mso-level-text:; 1543 mso-level-tab-stop:3.5in; 1544 mso-level-number-position:left; 1545 text-indent:-.25in; 1546 mso-ansi-font-size:10.0pt; 1547 font-family:Wingdings;} 1548 @list l3:level8 1549 {mso-level-number-format:bullet; 1550 mso-level-text:; 1551 mso-level-tab-stop:4.0in; 1552 mso-level-number-position:left; 1553 text-indent:-.25in; 1554 mso-ansi-font-size:10.0pt; 1555 font-family:Wingdings;} 1556 @list l3:level9 1557 {mso-level-number-format:bullet; 1558 mso-level-text:; 1559 mso-level-tab-stop:4.5in; 1560 mso-level-number-position:left; 1561 text-indent:-.25in; 1562 mso-ansi-font-size:10.0pt; 1563 font-family:Wingdings;} 1564 @list l4 1565 {mso-list-id:223490398; 1566 mso-list-template-ids:456303472;} 1567 @list l4:level1 1568 {mso-level-number-format:bullet; 1569 mso-level-text:; 1570 mso-level-tab-stop:.5in; 1571 mso-level-number-position:left; 1572 text-indent:-.25in; 1573 mso-ansi-font-size:10.0pt; 1574 font-family:Symbol;} 1575 @list l4:level2 1576 {mso-level-number-format:bullet; 1577 mso-level-text:o; 1578 mso-level-tab-stop:1.0in; 1579 mso-level-number-position:left; 1580 text-indent:-.25in; 1581 mso-ansi-font-size:10.0pt; 1582 font-family:"Courier New"; 1583 mso-bidi-font-family:"Times New Roman";} 1584 @list l4:level3 1585 {mso-level-number-format:bullet; 1586 mso-level-text:; 1587 mso-level-tab-stop:1.5in; 1588 mso-level-number-position:left; 1589 text-indent:-.25in; 1590 mso-ansi-font-size:10.0pt; 1591 font-family:Wingdings;} 1592 @list l4:level4 1593 {mso-level-number-format:bullet; 1594 mso-level-text:; 1595 mso-level-tab-stop:2.0in; 1596 mso-level-number-position:left; 1597 text-indent:-.25in; 1598 mso-ansi-font-size:10.0pt; 1599 font-family:Wingdings;} 1600 @list l4:level5 1601 {mso-level-number-format:bullet; 1602 mso-level-text:; 1603 mso-level-tab-stop:2.5in; 1604 mso-level-number-position:left; 1605 text-indent:-.25in; 1606 mso-ansi-font-size:10.0pt; 1607 font-family:Wingdings;} 1608 @list l4:level6 1609 {mso-level-number-format:bullet; 1610 mso-level-text:; 1611 mso-level-tab-stop:3.0in; 1612 mso-level-number-position:left; 1613 text-indent:-.25in; 1614 mso-ansi-font-size:10.0pt; 1615 font-family:Wingdings;} 1616 @list l4:level7 1617 {mso-level-number-format:bullet; 1618 mso-level-text:; 1619 mso-level-tab-stop:3.5in; 1620 mso-level-number-position:left; 1621 text-indent:-.25in; 1622 mso-ansi-font-size:10.0pt; 1623 font-family:Wingdings;} 1624 @list l4:level8 1625 {mso-level-number-format:bullet; 1626 mso-level-text:; 1627 mso-level-tab-stop:4.0in; 1628 mso-level-number-position:left; 1629 text-indent:-.25in; 1630 mso-ansi-font-size:10.0pt; 1631 font-family:Wingdings;} 1632 @list l4:level9 1633 {mso-level-number-format:bullet; 1634 mso-level-text:; 1635 mso-level-tab-stop:4.5in; 1636 mso-level-number-position:left; 1637 text-indent:-.25in; 1638 mso-ansi-font-size:10.0pt; 1639 font-family:Wingdings;} 1640 @list l5 1641 {mso-list-id:248927538; 1642 mso-list-type:hybrid; 1643 mso-list-template-ids:1455452774 67698703 67698713 67698715 67698703 67698713 67698715 67698703 67698713 67698715;} 1644 @list l5:level1 1645 {mso-level-tab-stop:none; 1646 mso-level-number-position:left; 1647 text-indent:-.25in;} 1648 @list l5:level2 1649 {mso-level-number-format:alpha-lower; 1650 mso-level-tab-stop:none; 1651 mso-level-number-position:left; 1652 text-indent:-.25in;} 1653 @list l5:level3 1654 {mso-level-number-format:roman-lower; 1655 mso-level-tab-stop:none; 1656 mso-level-number-position:right; 1657 text-indent:-9.0pt;} 1658 @list l5:level4 1659 {mso-level-tab-stop:none; 1660 mso-level-number-position:left; 1661 text-indent:-.25in;} 1662 @list l5:level5 1663 {mso-level-number-format:alpha-lower; 1664 mso-level-tab-stop:none; 1665 mso-level-number-position:left; 1666 text-indent:-.25in;} 1667 @list l5:level6 1668 {mso-level-number-format:roman-lower; 1669 mso-level-tab-stop:none; 1670 mso-level-number-position:right; 1671 text-indent:-9.0pt;} 1672 @list l5:level7 1673 {mso-level-tab-stop:none; 1674 mso-level-number-position:left; 1675 text-indent:-.25in;} 1676 @list l5:level8 1677 {mso-level-number-format:alpha-lower; 1678 mso-level-tab-stop:none; 1679 mso-level-number-position:left; 1680 text-indent:-.25in;} 1681 @list l5:level9 1682 {mso-level-number-format:roman-lower; 1683 mso-level-tab-stop:none; 1684 mso-level-number-position:right; 1685 text-indent:-9.0pt;} 1686 @list l6 1687 {mso-list-id:268514595; 1688 mso-list-type:hybrid; 1689 mso-list-template-ids:-1814001090 1141245230 67698713 67698715 67698703 67698713 67698715 67698703 67698713 67698715;} 1690 @list l6:level1 1691 {mso-level-number-format:alpha-lower; 1692 mso-level-tab-stop:none; 1693 mso-level-number-position:left; 1694 margin-left:1.0in; 1695 text-indent:-.25in; 1696 mso-ansi-font-weight:normal;} 1697 @list l6:level2 1698 {mso-level-tab-stop:1.0in; 1699 mso-level-number-position:left; 1700 text-indent:-.25in;} 1701 @list l6:level3 1702 {mso-level-tab-stop:112.5pt; 1703 mso-level-number-position:left; 1704 margin-left:112.5pt; 1705 text-indent:-.25in;} 1706 @list l6:level4 1345 @list l1:level4 1707 1346 {mso-level-tab-stop:2.0in; 1708 1347 mso-level-number-position:left; 1709 1348 text-indent:-.25in;} 1710 @list l 6:level51349 @list l1:level5 1711 1350 {mso-level-tab-stop:2.5in; 1712 1351 mso-level-number-position:left; 1713 1352 text-indent:-.25in;} 1714 @list l 6:level61353 @list l1:level6 1715 1354 {mso-level-tab-stop:3.0in; 1716 1355 mso-level-number-position:left; 1717 1356 text-indent:-.25in;} 1718 @list l 6:level71357 @list l1:level7 1719 1358 {mso-level-tab-stop:3.5in; 1720 1359 mso-level-number-position:left; 1721 1360 text-indent:-.25in;} 1722 @list l 6:level81361 @list l1:level8 1723 1362 {mso-level-tab-stop:4.0in; 1724 1363 mso-level-number-position:left; 1725 1364 text-indent:-.25in;} 1726 @list l6:level9 1727 {mso-level-tab-stop:4.5in; 1728 mso-level-number-position:left; 1729 text-indent:-.25in;} 1730 @list l7 1731 {mso-list-id:273561754; 1732 mso-list-template-ids:1775139198;} 1733 @list l7:level1 1734 {mso-level-number-format:bullet; 1735 mso-level-text:; 1736 mso-level-tab-stop:.5in; 1737 mso-level-number-position:left; 1738 text-indent:-.25in; 1739 mso-ansi-font-size:10.0pt; 1740 font-family:Symbol;} 1741 @list l7:level2 1742 {mso-level-number-format:bullet; 1743 mso-level-text:o; 1744 mso-level-tab-stop:1.0in; 1745 mso-level-number-position:left; 1746 text-indent:-.25in; 1747 mso-ansi-font-size:10.0pt; 1748 font-family:"Courier New"; 1749 mso-bidi-font-family:"Times New Roman";} 1750 @list l7:level3 1751 {mso-level-number-format:bullet; 1752 mso-level-text:; 1753 mso-level-tab-stop:1.5in; 1754 mso-level-number-position:left; 1755 text-indent:-.25in; 1756 mso-ansi-font-size:10.0pt; 1757 font-family:Wingdings;} 1758 @list l7:level4 1759 {mso-level-number-format:bullet; 1760 mso-level-text:; 1761 mso-level-tab-stop:2.0in; 1762 mso-level-number-position:left; 1763 text-indent:-.25in; 1764 mso-ansi-font-size:10.0pt; 1765 font-family:Wingdings;} 1766 @list l7:level5 1767 {mso-level-number-format:bullet; 1768 mso-level-text:; 1769 mso-level-tab-stop:2.5in; 1770 mso-level-number-position:left; 1771 text-indent:-.25in; 1772 mso-ansi-font-size:10.0pt; 1773 font-family:Wingdings;} 1774 @list l7:level6 1775 {mso-level-number-format:bullet; 1776 mso-level-text:; 1777 mso-level-tab-stop:3.0in; 1778 mso-level-number-position:left; 1779 text-indent:-.25in; 1780 mso-ansi-font-size:10.0pt; 1781 font-family:Wingdings;} 1782 @list l7:level7 1783 {mso-level-number-format:bullet; 1784 mso-level-text:; 1785 mso-level-tab-stop:3.5in; 1786 mso-level-number-position:left; 1787 text-indent:-.25in; 1788 mso-ansi-font-size:10.0pt; 1789 font-family:Wingdings;} 1790 @list l7:level8 1791 {mso-level-number-format:bullet; 1792 mso-level-text:; 1793 mso-level-tab-stop:4.0in; 1794 mso-level-number-position:left; 1795 text-indent:-.25in; 1796 mso-ansi-font-size:10.0pt; 1797 font-family:Wingdings;} 1798 @list l7:level9 1799 {mso-level-number-format:bullet; 1800 mso-level-text:; 1801 mso-level-tab-stop:4.5in; 1802 mso-level-number-position:left; 1803 text-indent:-.25in; 1804 mso-ansi-font-size:10.0pt; 1805 font-family:Wingdings;} 1806 @list l8 1807 {mso-list-id:395513838; 1808 mso-list-template-ids:-1930940720;} 1809 @list l8:level1 1810 {mso-level-number-format:bullet; 1811 mso-level-text:; 1812 mso-level-tab-stop:.5in; 1813 mso-level-number-position:left; 1814 text-indent:-.25in; 1815 mso-ansi-font-size:10.0pt; 1816 font-family:Symbol;} 1817 @list l8:level2 1818 {mso-level-number-format:bullet; 1819 mso-level-text:o; 1820 mso-level-tab-stop:1.0in; 1821 mso-level-number-position:left; 1822 text-indent:-.25in; 1823 mso-ansi-font-size:10.0pt; 1824 font-family:"Courier New"; 1825 mso-bidi-font-family:"Times New Roman";} 1826 @list l8:level3 1827 {mso-level-number-format:bullet; 1828 mso-level-text:; 1829 mso-level-tab-stop:1.5in; 1830 mso-level-number-position:left; 1831 text-indent:-.25in; 1832 mso-ansi-font-size:10.0pt; 1833 font-family:Wingdings;} 1834 @list l8:level4 1835 {mso-level-number-format:bullet; 1836 mso-level-text:; 1837 mso-level-tab-stop:2.0in; 1838 mso-level-number-position:left; 1839 text-indent:-.25in; 1840 mso-ansi-font-size:10.0pt; 1841 font-family:Wingdings;} 1842 @list l8:level5 1843 {mso-level-number-format:bullet; 1844 mso-level-text:; 1845 mso-level-tab-stop:2.5in; 1846 mso-level-number-position:left; 1847 text-indent:-.25in; 1848 mso-ansi-font-size:10.0pt; 1849 font-family:Wingdings;} 1850 @list l8:level6 1851 {mso-level-number-format:bullet; 1852 mso-level-text:; 1853 mso-level-tab-stop:3.0in; 1854 mso-level-number-position:left; 1855 text-indent:-.25in; 1856 mso-ansi-font-size:10.0pt; 1857 font-family:Wingdings;} 1858 @list l8:level7 1859 {mso-level-number-format:bullet; 1860 mso-level-text:; 1861 mso-level-tab-stop:3.5in; 1862 mso-level-number-position:left; 1863 text-indent:-.25in; 1864 mso-ansi-font-size:10.0pt; 1865 font-family:Wingdings;} 1866 @list l8:level8 1867 {mso-level-number-format:bullet; 1868 mso-level-text:; 1869 mso-level-tab-stop:4.0in; 1870 mso-level-number-position:left; 1871 text-indent:-.25in; 1872 mso-ansi-font-size:10.0pt; 1873 font-family:Wingdings;} 1874 @list l8:level9 1875 {mso-level-number-format:bullet; 1876 mso-level-text:; 1877 mso-level-tab-stop:4.5in; 1878 mso-level-number-position:left; 1879 text-indent:-.25in; 1880 mso-ansi-font-size:10.0pt; 1881 font-family:Wingdings;} 1882 @list l9 1883 {mso-list-id:586499601; 1884 mso-list-template-ids:-1875747298;} 1885 @list l9:level1 1886 {mso-level-tab-stop:.5in; 1887 mso-level-number-position:left; 1888 text-indent:-.25in;} 1889 @list l9:level2 1890 {mso-level-tab-stop:1.0in; 1891 mso-level-number-position:left; 1892 text-indent:-.25in;} 1893 @list l9:level3 1894 {mso-level-tab-stop:1.5in; 1895 mso-level-number-position:left; 1896 text-indent:-.25in;} 1897 @list l9:level4 1898 {mso-level-tab-stop:2.0in; 1899 mso-level-number-position:left; 1900 text-indent:-.25in;} 1901 @list l9:level5 1902 {mso-level-tab-stop:2.5in; 1903 mso-level-number-position:left; 1904 text-indent:-.25in;} 1905 @list l9:level6 1906 {mso-level-tab-stop:3.0in; 1907 mso-level-number-position:left; 1908 text-indent:-.25in;} 1909 @list l9:level7 1910 {mso-level-tab-stop:3.5in; 1911 mso-level-number-position:left; 1912 text-indent:-.25in;} 1913 @list l9:level8 1914 {mso-level-tab-stop:4.0in; 1915 mso-level-number-position:left; 1916 text-indent:-.25in;} 1917 @list l9:level9 1918 {mso-level-tab-stop:4.5in; 1919 mso-level-number-position:left; 1920 text-indent:-.25in;} 1921 @list l10 1922 {mso-list-id:617220658; 1923 mso-list-type:hybrid; 1924 mso-list-template-ids:1177170962 67698703 67698713 67698715 67698703 67698713 67698715 67698703 67698713 67698715;} 1925 @list l10:level1 1926 {mso-level-tab-stop:none; 1927 mso-level-number-position:left; 1928 text-indent:-.25in;} 1929 @list l10:level2 1930 {mso-level-tab-stop:1.0in; 1931 mso-level-number-position:left; 1932 text-indent:-.25in;} 1933 @list l10:level3 1934 {mso-level-tab-stop:1.5in; 1935 mso-level-number-position:left; 1936 text-indent:-.25in;} 1937 @list l10:level4 1938 {mso-level-tab-stop:2.0in; 1939 mso-level-number-position:left; 1940 text-indent:-.25in;} 1941 @list l10:level5 1942 {mso-level-tab-stop:2.5in; 1943 mso-level-number-position:left; 1944 text-indent:-.25in;} 1945 @list l10:level6 1946 {mso-level-tab-stop:3.0in; 1947 mso-level-number-position:left; 1948 text-indent:-.25in;} 1949 @list l10:level7 1950 {mso-level-tab-stop:3.5in; 1951 mso-level-number-position:left; 1952 text-indent:-.25in;} 1953 @list l10:level8 1954 {mso-level-tab-stop:4.0in; 1955 mso-level-number-position:left; 1956 text-indent:-.25in;} 1957 @list l10:level9 1958 {mso-level-tab-stop:4.5in; 1959 mso-level-number-position:left; 1960 text-indent:-.25in;} 1961 @list l11 1962 {mso-list-id:734669460; 1963 mso-list-type:hybrid; 1964 mso-list-template-ids:1988758972 67698703 67698713 67698715 67698703 67698713 67698715 67698703 67698713 67698715;} 1965 @list l11:level1 1966 {mso-level-tab-stop:none; 1967 mso-level-number-position:left; 1968 text-indent:-.25in;} 1969 @list l11:level2 1970 {mso-level-tab-stop:1.0in; 1971 mso-level-number-position:left; 1972 text-indent:-.25in;} 1973 @list l11:level3 1974 {mso-level-tab-stop:1.5in; 1975 mso-level-number-position:left; 1976 text-indent:-.25in;} 1977 @list l11:level4 1978 {mso-level-tab-stop:2.0in; 1979 mso-level-number-position:left; 1980 text-indent:-.25in;} 1981 @list l11:level5 1982 {mso-level-tab-stop:2.5in; 1983 mso-level-number-position:left; 1984 text-indent:-.25in;} 1985 @list l11:level6 1986 {mso-level-tab-stop:3.0in; 1987 mso-level-number-position:left; 1988 text-indent:-.25in;} 1989 @list l11:level7 1990 {mso-level-tab-stop:3.5in; 1991 mso-level-number-position:left; 1992 text-indent:-.25in;} 1993 @list l11:level8 1994 {mso-level-tab-stop:4.0in; 1995 mso-level-number-position:left; 1996 text-indent:-.25in;} 1997 @list l11:level9 1998 {mso-level-tab-stop:4.5in; 1999 mso-level-number-position:left; 2000 text-indent:-.25in;} 2001 @list l12 2002 {mso-list-id:850026630; 2003 mso-list-type:hybrid; 2004 mso-list-template-ids:120980256 67698703 67698713 67698715 67698703 67698713 67698715 67698703 67698713 67698715;} 2005 @list l12:level1 2006 {mso-level-tab-stop:none; 2007 mso-level-number-position:left; 2008 text-indent:-.25in;} 2009 @list l12:level2 2010 {mso-level-number-format:alpha-lower; 2011 mso-level-tab-stop:none; 2012 mso-level-number-position:left; 2013 text-indent:-.25in;} 2014 @list l12:level3 2015 {mso-level-tab-stop:1.5in; 2016 mso-level-number-position:left; 2017 text-indent:-.25in;} 2018 @list l12:level4 2019 {mso-level-tab-stop:2.0in; 2020 mso-level-number-position:left; 2021 text-indent:-.25in;} 2022 @list l12:level5 2023 {mso-level-tab-stop:2.5in; 2024 mso-level-number-position:left; 2025 text-indent:-.25in;} 2026 @list l12:level6 2027 {mso-level-tab-stop:3.0in; 2028 mso-level-number-position:left; 2029 text-indent:-.25in;} 2030 @list l12:level7 2031 {mso-level-tab-stop:3.5in; 2032 mso-level-number-position:left; 2033 text-indent:-.25in;} 2034 @list l12:level8 2035 {mso-level-tab-stop:4.0in; 2036 mso-level-number-position:left; 2037 text-indent:-.25in;} 2038 @list l12:level9 2039 {mso-level-tab-stop:4.5in; 2040 mso-level-number-position:left; 2041 text-indent:-.25in;} 2042 @list l13 2043 {mso-list-id:919948450; 2044 mso-list-template-ids:-445226636;} 2045 @list l13:level1 2046 {mso-level-tab-stop:none; 2047 mso-level-number-position:left; 2048 text-indent:-.25in;} 2049 @list l13:level2 2050 {mso-level-number-format:alpha-lower; 2051 mso-level-tab-stop:1.0in; 2052 mso-level-number-position:left; 2053 text-indent:-.25in;} 2054 @list l13:level3 2055 {mso-level-tab-stop:1.5in; 2056 mso-level-number-position:left; 2057 text-indent:-.25in;} 2058 @list l13:level4 2059 {mso-level-number-format:alpha-lower; 2060 mso-level-tab-stop:2.0in; 2061 mso-level-number-position:left; 2062 text-indent:-.25in;} 2063 @list l13:level5 2064 {mso-level-tab-stop:2.5in; 2065 mso-level-number-position:left; 2066 text-indent:-.25in;} 2067 @list l13:level6 2068 {mso-level-tab-stop:3.0in; 2069 mso-level-number-position:left; 2070 text-indent:-.25in;} 2071 @list l13:level7 2072 {mso-level-tab-stop:3.5in; 2073 mso-level-number-position:left; 2074 text-indent:-.25in;} 2075 @list l13:level8 2076 {mso-level-tab-stop:4.0in; 2077 mso-level-number-position:left; 2078 text-indent:-.25in;} 2079 @list l13:level9 2080 {mso-level-tab-stop:4.5in; 2081 mso-level-number-position:left; 2082 text-indent:-.25in;} 2083 @list l14 2084 {mso-list-id:1074664733; 2085 mso-list-type:hybrid; 2086 mso-list-template-ids:2033622918 1141245230 67698713 67698715 67698703 67698713 67698715 67698703 67698713 67698715;} 2087 @list l14:level1 2088 {mso-level-number-format:alpha-lower; 2089 mso-level-tab-stop:none; 2090 mso-level-number-position:left; 2091 margin-left:1.0in; 2092 text-indent:-.25in; 2093 mso-ansi-font-weight:normal;} 2094 @list l14:level2 2095 {mso-level-number-format:alpha-lower; 2096 mso-level-tab-stop:none; 2097 mso-level-number-position:left; 2098 text-indent:-.25in;} 2099 @list l14:level3 2100 {mso-level-tab-stop:1.5in; 2101 mso-level-number-position:left; 2102 text-indent:-.25in;} 2103 @list l14:level4 2104 {mso-level-tab-stop:2.0in; 2105 mso-level-number-position:left; 2106 text-indent:-.25in;} 2107 @list l14:level5 2108 {mso-level-tab-stop:2.5in; 2109 mso-level-number-position:left; 2110 text-indent:-.25in;} 2111 @list l14:level6 2112 {mso-level-tab-stop:3.0in; 2113 mso-level-number-position:left; 2114 text-indent:-.25in;} 2115 @list l14:level7 2116 {mso-level-tab-stop:3.5in; 2117 mso-level-number-position:left; 2118 text-indent:-.25in;} 2119 @list l14:level8 2120 {mso-level-tab-stop:4.0in; 2121 mso-level-number-position:left; 2122 text-indent:-.25in;} 2123 @list l14:level9 2124 {mso-level-tab-stop:4.5in; 2125 mso-level-number-position:left; 2126 text-indent:-.25in;} 2127 @list l15 2128 {mso-list-id:1114401595; 2129 mso-list-template-ids:748465434;} 2130 @list l15:level1 2131 {mso-level-tab-stop:.5in; 2132 mso-level-number-position:left; 2133 text-indent:-.25in;} 2134 @list l15:level2 2135 {mso-level-number-format:alpha-upper; 2136 mso-level-tab-stop:1.0in; 2137 mso-level-number-position:left; 2138 text-indent:-.25in;} 2139 @list l15:level3 2140 {mso-level-number-format:bullet; 2141 mso-level-text:; 2142 mso-level-tab-stop:1.5in; 2143 mso-level-number-position:left; 2144 text-indent:-.25in; 2145 mso-ansi-font-size:10.0pt; 2146 font-family:Wingdings;} 2147 @list l15:level4 2148 {mso-level-tab-stop:2.0in; 2149 mso-level-number-position:left; 2150 text-indent:-.25in;} 2151 @list l15:level5 2152 {mso-level-tab-stop:2.5in; 2153 mso-level-number-position:left; 2154 text-indent:-.25in;} 2155 @list l15:level6 2156 {mso-level-tab-stop:3.0in; 2157 mso-level-number-position:left; 2158 text-indent:-.25in;} 2159 @list l15:level7 2160 {mso-level-tab-stop:3.5in; 2161 mso-level-number-position:left; 2162 text-indent:-.25in;} 2163 @list l15:level8 2164 {mso-level-tab-stop:4.0in; 2165 mso-level-number-position:left; 2166 text-indent:-.25in;} 2167 @list l15:level9 2168 {mso-level-tab-stop:4.5in; 2169 mso-level-number-position:left; 2170 text-indent:-.25in;} 2171 @list l16 2172 {mso-list-id:1323200535; 2173 mso-list-type:hybrid; 2174 mso-list-template-ids:-720724778 859726762 67698713 67698715 67698703 67698713 67698715 67698703 67698713 67698715;} 2175 @list l16:level1 2176 {mso-level-number-format:alpha-lower; 2177 mso-level-tab-stop:none; 2178 mso-level-number-position:left; 2179 margin-left:1.0in; 2180 text-indent:-.25in;} 2181 @list l16:level2 2182 {mso-level-tab-stop:1.0in; 2183 mso-level-number-position:left; 2184 text-indent:-.25in;} 2185 @list l16:level3 2186 {mso-level-tab-stop:1.5in; 2187 mso-level-number-position:left; 2188 text-indent:-.25in;} 2189 @list l16:level4 2190 {mso-level-tab-stop:2.0in; 2191 mso-level-number-position:left; 2192 text-indent:-.25in;} 2193 @list l16:level5 2194 {mso-level-tab-stop:2.5in; 2195 mso-level-number-position:left; 2196 text-indent:-.25in;} 2197 @list l16:level6 2198 {mso-level-tab-stop:3.0in; 2199 mso-level-number-position:left; 2200 text-indent:-.25in;} 2201 @list l16:level7 2202 {mso-level-tab-stop:3.5in; 2203 mso-level-number-position:left; 2204 text-indent:-.25in;} 2205 @list l16:level8 2206 {mso-level-tab-stop:4.0in; 2207 mso-level-number-position:left; 2208 text-indent:-.25in;} 2209 @list l16:level9 2210 {mso-level-tab-stop:4.5in; 2211 mso-level-number-position:left; 2212 text-indent:-.25in;} 2213 @list l17 2214 {mso-list-id:1394309879; 2215 mso-list-template-ids:326264828;} 2216 @list l17:level1 2217 {mso-level-tab-stop:none; 2218 mso-level-number-position:left; 2219 text-indent:-.25in;} 2220 @list l17:level2 2221 {mso-level-number-format:alpha-lower; 2222 mso-level-tab-stop:1.0in; 2223 mso-level-number-position:left; 2224 text-indent:-.25in; 2225 mso-ansi-font-size:12.0pt; 2226 font-family:"Times New Roman",serif; 2227 mso-ansi-font-weight:normal; 2228 mso-ansi-font-style:normal;} 2229 @list l17:level3 2230 {mso-level-tab-stop:1.5in; 2231 mso-level-number-position:left; 2232 text-indent:-.25in;} 2233 @list l17:level4 2234 {mso-level-number-format:alpha-lower; 2235 mso-level-tab-stop:2.0in; 2236 mso-level-number-position:left; 2237 text-indent:-.25in;} 2238 @list l17:level5 2239 {mso-level-tab-stop:2.5in; 2240 mso-level-number-position:left; 2241 text-indent:-.25in;} 2242 @list l17:level6 2243 {mso-level-tab-stop:3.0in; 2244 mso-level-number-position:left; 2245 text-indent:-.25in;} 2246 @list l17:level7 2247 {mso-level-tab-stop:3.5in; 2248 mso-level-number-position:left; 2249 text-indent:-.25in;} 2250 @list l17:level8 2251 {mso-level-tab-stop:4.0in; 2252 mso-level-number-position:left; 2253 text-indent:-.25in;} 2254 @list l17:level9 2255 {mso-level-tab-stop:4.5in; 2256 mso-level-number-position:left; 2257 text-indent:-.25in;} 2258 @list l18 2259 {mso-list-id:1413820461; 2260 mso-list-type:hybrid; 2261 mso-list-template-ids:2031237610 67698703 67698713 67698715 67698703 67698713 67698715 67698703 67698713 67698715;} 2262 @list l18:level1 2263 {mso-level-tab-stop:none; 2264 mso-level-number-position:left; 2265 margin-left:.25in; 2266 text-indent:-.25in;} 2267 @list l18:level2 2268 {mso-level-number-format:alpha-lower; 2269 mso-level-tab-stop:none; 2270 mso-level-number-position:left; 2271 margin-left:.75in; 2272 text-indent:-.25in;} 2273 @list l18:level3 2274 {mso-level-number-format:roman-lower; 2275 mso-level-tab-stop:none; 2276 mso-level-number-position:right; 2277 margin-left:1.25in; 2278 text-indent:-9.0pt;} 2279 @list l18:level4 2280 {mso-level-tab-stop:none; 2281 mso-level-number-position:left; 2282 margin-left:1.75in; 2283 text-indent:-.25in;} 2284 @list l18:level5 2285 {mso-level-number-format:alpha-lower; 2286 mso-level-tab-stop:none; 2287 mso-level-number-position:left; 2288 margin-left:2.25in; 2289 text-indent:-.25in;} 2290 @list l18:level6 2291 {mso-level-number-format:roman-lower; 2292 mso-level-tab-stop:none; 2293 mso-level-number-position:right; 2294 margin-left:2.75in; 2295 text-indent:-9.0pt;} 2296 @list l18:level7 2297 {mso-level-tab-stop:none; 2298 mso-level-number-position:left; 2299 margin-left:3.25in; 2300 text-indent:-.25in;} 2301 @list l18:level8 2302 {mso-level-number-format:alpha-lower; 2303 mso-level-tab-stop:none; 2304 mso-level-number-position:left; 2305 margin-left:3.75in; 2306 text-indent:-.25in;} 2307 @list l18:level9 2308 {mso-level-number-format:roman-lower; 2309 mso-level-tab-stop:none; 2310 mso-level-number-position:right; 2311 margin-left:4.25in; 2312 text-indent:-9.0pt;} 2313 @list l19 2314 {mso-list-id:1580553544; 2315 mso-list-template-ids:-615735862;} 2316 @list l19:level1 2317 {mso-level-tab-stop:.5in; 2318 mso-level-number-position:left; 2319 text-indent:-.25in;} 2320 @list l19:level2 2321 {mso-level-tab-stop:1.0in; 2322 mso-level-number-position:left; 2323 text-indent:-.25in;} 2324 @list l19:level3 2325 {mso-level-tab-stop:1.5in; 2326 mso-level-number-position:left; 2327 text-indent:-.25in;} 2328 @list l19:level4 2329 {mso-level-tab-stop:2.0in; 2330 mso-level-number-position:left; 2331 text-indent:-.25in;} 2332 @list l19:level5 2333 {mso-level-tab-stop:2.5in; 2334 mso-level-number-position:left; 2335 text-indent:-.25in;} 2336 @list l19:level6 2337 {mso-level-tab-stop:3.0in; 2338 mso-level-number-position:left; 2339 text-indent:-.25in;} 2340 @list l19:level7 2341 {mso-level-tab-stop:3.5in; 2342 mso-level-number-position:left; 2343 text-indent:-.25in;} 2344 @list l19:level8 2345 {mso-level-tab-stop:4.0in; 2346 mso-level-number-position:left; 2347 text-indent:-.25in;} 2348 @list l19:level9 2349 {mso-level-tab-stop:4.5in; 2350 mso-level-number-position:left; 2351 text-indent:-.25in;} 2352 @list l20 2353 {mso-list-id:1602683002; 2354 mso-list-type:hybrid; 2355 mso-list-template-ids:120980256 67698703 67698713 67698715 67698703 67698713 67698715 67698703 67698713 67698715;} 2356 @list l20:level1 2357 {mso-level-tab-stop:none; 2358 mso-level-number-position:left; 2359 text-indent:-.25in;} 2360 @list l20:level2 2361 {mso-level-number-format:alpha-lower; 2362 mso-level-tab-stop:none; 2363 mso-level-number-position:left; 2364 text-indent:-.25in;} 2365 @list l20:level3 2366 {mso-level-tab-stop:1.5in; 2367 mso-level-number-position:left; 2368 text-indent:-.25in;} 2369 @list l20:level4 2370 {mso-level-tab-stop:2.0in; 2371 mso-level-number-position:left; 2372 text-indent:-.25in;} 2373 @list l20:level5 2374 {mso-level-tab-stop:2.5in; 2375 mso-level-number-position:left; 2376 text-indent:-.25in;} 2377 @list l20:level6 2378 {mso-level-tab-stop:3.0in; 2379 mso-level-number-position:left; 2380 text-indent:-.25in;} 2381 @list l20:level7 2382 {mso-level-tab-stop:3.5in; 2383 mso-level-number-position:left; 2384 text-indent:-.25in;} 2385 @list l20:level8 2386 {mso-level-tab-stop:4.0in; 2387 mso-level-number-position:left; 2388 text-indent:-.25in;} 2389 @list l20:level9 2390 {mso-level-tab-stop:4.5in; 2391 mso-level-number-position:left; 2392 text-indent:-.25in;} 2393 @list l21 2394 {mso-list-id:1669404025; 2395 mso-list-type:hybrid; 2396 mso-list-template-ids:-1814001090 1141245230 67698713 67698715 67698703 67698713 67698715 67698703 67698713 67698715;} 2397 @list l21:level1 2398 {mso-level-number-format:alpha-lower; 2399 mso-level-tab-stop:none; 2400 mso-level-number-position:left; 2401 margin-left:1.0in; 2402 text-indent:-.25in; 2403 mso-ansi-font-weight:normal;} 2404 @list l21:level2 2405 {mso-level-tab-stop:1.0in; 2406 mso-level-number-position:left; 2407 text-indent:-.25in;} 2408 @list l21:level3 2409 {mso-level-tab-stop:112.5pt; 2410 mso-level-number-position:left; 2411 margin-left:112.5pt; 2412 text-indent:-.25in;} 2413 @list l21:level4 2414 {mso-level-tab-stop:2.0in; 2415 mso-level-number-position:left; 2416 text-indent:-.25in;} 2417 @list l21:level5 2418 {mso-level-tab-stop:2.5in; 2419 mso-level-number-position:left; 2420 text-indent:-.25in;} 2421 @list l21:level6 2422 {mso-level-tab-stop:3.0in; 2423 mso-level-number-position:left; 2424 text-indent:-.25in;} 2425 @list l21:level7 2426 {mso-level-tab-stop:3.5in; 2427 mso-level-number-position:left; 2428 text-indent:-.25in;} 2429 @list l21:level8 2430 {mso-level-tab-stop:4.0in; 2431 mso-level-number-position:left; 2432 text-indent:-.25in;} 2433 @list l21:level9 2434 {mso-level-tab-stop:4.5in; 2435 mso-level-number-position:left; 2436 text-indent:-.25in;} 2437 @list l22 2438 {mso-list-id:1734962708; 2439 mso-list-template-ids:-2097672882;} 2440 @list l22:level1 2441 {mso-level-tab-stop:.5in; 2442 mso-level-number-position:left; 2443 text-indent:-.25in;} 2444 @list l22:level2 2445 {mso-level-number-format:bullet; 2446 mso-level-text:o; 2447 mso-level-tab-stop:1.0in; 2448 mso-level-number-position:left; 2449 text-indent:-.25in; 2450 mso-ansi-font-size:10.0pt; 2451 font-family:"Courier New"; 2452 mso-bidi-font-family:"Times New Roman";} 2453 @list l22:level3 2454 {mso-level-tab-stop:1.5in; 2455 mso-level-number-position:left; 2456 text-indent:-.25in;} 2457 @list l22:level4 2458 {mso-level-tab-stop:2.0in; 2459 mso-level-number-position:left; 2460 text-indent:-.25in;} 2461 @list l22:level5 2462 {mso-level-tab-stop:2.5in; 2463 mso-level-number-position:left; 2464 text-indent:-.25in;} 2465 @list l22:level6 2466 {mso-level-tab-stop:3.0in; 2467 mso-level-number-position:left; 2468 text-indent:-.25in;} 2469 @list l22:level7 2470 {mso-level-tab-stop:3.5in; 2471 mso-level-number-position:left; 2472 text-indent:-.25in;} 2473 @list l22:level8 2474 {mso-level-tab-stop:4.0in; 2475 mso-level-number-position:left; 2476 text-indent:-.25in;} 2477 @list l22:level9 2478 {mso-level-tab-stop:4.5in; 2479 mso-level-number-position:left; 2480 text-indent:-.25in;} 2481 @list l23 2482 {mso-list-id:1753089587; 2483 mso-list-template-ids:1555050902;} 2484 @list l23:level1 2485 {mso-level-tab-stop:none; 2486 mso-level-number-position:left; 2487 text-indent:-.25in;} 2488 @list l23:level2 2489 {mso-level-tab-stop:1.0in; 2490 mso-level-number-position:left; 2491 text-indent:-.25in;} 2492 @list l23:level3 2493 {mso-level-tab-stop:1.5in; 2494 mso-level-number-position:left; 2495 text-indent:-.25in;} 2496 @list l23:level4 2497 {mso-level-tab-stop:2.0in; 2498 mso-level-number-position:left; 2499 text-indent:-.25in;} 2500 @list l23:level5 2501 {mso-level-tab-stop:2.5in; 2502 mso-level-number-position:left; 2503 text-indent:-.25in;} 2504 @list l23:level6 2505 {mso-level-tab-stop:3.0in; 2506 mso-level-number-position:left; 2507 text-indent:-.25in;} 2508 @list l23:level7 2509 {mso-level-tab-stop:3.5in; 2510 mso-level-number-position:left; 2511 text-indent:-.25in;} 2512 @list l23:level8 2513 {mso-level-tab-stop:4.0in; 2514 mso-level-number-position:left; 2515 text-indent:-.25in;} 2516 @list l23:level9 2517 {mso-level-tab-stop:4.5in; 2518 mso-level-number-position:left; 2519 text-indent:-.25in;} 2520 @list l24 2521 {mso-list-id:1773695911; 2522 mso-list-type:hybrid; 2523 mso-list-template-ids:-1704541642 595615172 67698713 67698715 67698703 67698713 67698715 67698703 67698713 67698715;} 2524 @list l24:level1 2525 {mso-level-tab-stop:none; 2526 mso-level-number-position:left; 2527 margin-left:.75in; 2528 text-indent:-.25in;} 2529 @list l24:level2 2530 {mso-level-number-format:alpha-lower; 2531 mso-level-tab-stop:none; 2532 mso-level-number-position:left; 2533 margin-left:1.25in; 2534 text-indent:-.25in;} 2535 @list l24:level3 2536 {mso-level-number-format:roman-lower; 2537 mso-level-tab-stop:none; 2538 mso-level-number-position:right; 2539 margin-left:1.75in; 2540 text-indent:-9.0pt;} 2541 @list l24:level4 2542 {mso-level-tab-stop:none; 2543 mso-level-number-position:left; 2544 margin-left:2.25in; 2545 text-indent:-.25in;} 2546 @list l24:level5 2547 {mso-level-number-format:alpha-lower; 2548 mso-level-tab-stop:none; 2549 mso-level-number-position:left; 2550 margin-left:2.75in; 2551 text-indent:-.25in;} 2552 @list l24:level6 2553 {mso-level-number-format:roman-lower; 2554 mso-level-tab-stop:none; 2555 mso-level-number-position:right; 2556 margin-left:3.25in; 2557 text-indent:-9.0pt;} 2558 @list l24:level7 2559 {mso-level-tab-stop:none; 2560 mso-level-number-position:left; 2561 margin-left:3.75in; 2562 text-indent:-.25in;} 2563 @list l24:level8 2564 {mso-level-number-format:alpha-lower; 2565 mso-level-tab-stop:none; 2566 mso-level-number-position:left; 2567 margin-left:4.25in; 2568 text-indent:-.25in;} 2569 @list l24:level9 2570 {mso-level-number-format:roman-lower; 2571 mso-level-tab-stop:none; 2572 mso-level-number-position:right; 2573 margin-left:4.75in; 2574 text-indent:-9.0pt;} 2575 @list l25 2576 {mso-list-id:1840269000; 2577 mso-list-type:hybrid; 2578 mso-list-template-ids:120980256 67698703 67698713 67698715 67698703 67698713 67698715 67698703 67698713 67698715;} 2579 @list l25:level1 2580 {mso-level-tab-stop:none; 2581 mso-level-number-position:left; 2582 text-indent:-.25in;} 2583 @list l25:level2 2584 {mso-level-number-format:alpha-lower; 2585 mso-level-tab-stop:none; 2586 mso-level-number-position:left; 2587 text-indent:-.25in;} 2588 @list l25:level3 2589 {mso-level-tab-stop:1.5in; 2590 mso-level-number-position:left; 2591 text-indent:-.25in;} 2592 @list l25:level4 2593 {mso-level-tab-stop:2.0in; 2594 mso-level-number-position:left; 2595 text-indent:-.25in;} 2596 @list l25:level5 2597 {mso-level-tab-stop:2.5in; 2598 mso-level-number-position:left; 2599 text-indent:-.25in;} 2600 @list l25:level6 2601 {mso-level-tab-stop:3.0in; 2602 mso-level-number-position:left; 2603 text-indent:-.25in;} 2604 @list l25:level7 2605 {mso-level-tab-stop:3.5in; 2606 mso-level-number-position:left; 2607 text-indent:-.25in;} 2608 @list l25:level8 2609 {mso-level-tab-stop:4.0in; 2610 mso-level-number-position:left; 2611 text-indent:-.25in;} 2612 @list l25:level9 2613 {mso-level-tab-stop:4.5in; 2614 mso-level-number-position:left; 2615 text-indent:-.25in;} 2616 @list l26 2617 {mso-list-id:1902254926; 2618 mso-list-template-ids:1270895724;} 2619 @list l26:level1 2620 {mso-level-tab-stop:.5in; 2621 mso-level-number-position:left; 2622 text-indent:-.25in;} 2623 @list l26:level2 2624 {mso-level-tab-stop:1.0in; 2625 mso-level-number-position:left; 2626 text-indent:-.25in;} 2627 @list l26:level3 2628 {mso-level-tab-stop:1.5in; 2629 mso-level-number-position:left; 2630 text-indent:-.25in;} 2631 @list l26:level4 2632 {mso-level-tab-stop:2.0in; 2633 mso-level-number-position:left; 2634 text-indent:-.25in;} 2635 @list l26:level5 2636 {mso-level-tab-stop:2.5in; 2637 mso-level-number-position:left; 2638 text-indent:-.25in;} 2639 @list l26:level6 2640 {mso-level-tab-stop:3.0in; 2641 mso-level-number-position:left; 2642 text-indent:-.25in;} 2643 @list l26:level7 2644 {mso-level-tab-stop:3.5in; 2645 mso-level-number-position:left; 2646 text-indent:-.25in;} 2647 @list l26:level8 2648 {mso-level-tab-stop:4.0in; 2649 mso-level-number-position:left; 2650 text-indent:-.25in;} 2651 @list l26:level9 2652 {mso-level-tab-stop:4.5in; 2653 mso-level-number-position:left; 2654 text-indent:-.25in;} 2655 @list l27 2656 {mso-list-id:1949777749; 2657 mso-list-template-ids:-863108910;} 2658 @list l27:level1 2659 {mso-level-tab-stop:.5in; 2660 mso-level-number-position:left; 2661 text-indent:-.25in;} 2662 @list l27:level2 2663 {mso-level-tab-stop:1.0in; 2664 mso-level-number-position:left; 2665 text-indent:-.25in;} 2666 @list l27:level3 2667 {mso-level-tab-stop:1.5in; 2668 mso-level-number-position:left; 2669 text-indent:-.25in;} 2670 @list l27:level4 2671 {mso-level-tab-stop:2.0in; 2672 mso-level-number-position:left; 2673 text-indent:-.25in;} 2674 @list l27:level5 2675 {mso-level-tab-stop:2.5in; 2676 mso-level-number-position:left; 2677 text-indent:-.25in;} 2678 @list l27:level6 2679 {mso-level-tab-stop:3.0in; 2680 mso-level-number-position:left; 2681 text-indent:-.25in;} 2682 @list l27:level7 2683 {mso-level-tab-stop:3.5in; 2684 mso-level-number-position:left; 2685 text-indent:-.25in;} 2686 @list l27:level8 2687 {mso-level-tab-stop:4.0in; 2688 mso-level-number-position:left; 2689 text-indent:-.25in;} 2690 @list l27:level9 2691 {mso-level-tab-stop:4.5in; 2692 mso-level-number-position:left; 2693 text-indent:-.25in;} 2694 @list l28 2695 {mso-list-id:2021002967; 2696 mso-list-template-ids:449459044;} 2697 @list l28:level1 2698 {mso-level-tab-stop:.5in; 2699 mso-level-number-position:left; 2700 text-indent:-.25in;} 2701 @list l28:level2 2702 {mso-level-tab-stop:1.0in; 2703 mso-level-number-position:left; 2704 text-indent:-.25in;} 2705 @list l28:level3 2706 {mso-level-tab-stop:1.5in; 2707 mso-level-number-position:left; 2708 text-indent:-.25in;} 2709 @list l28:level4 2710 {mso-level-tab-stop:2.0in; 2711 mso-level-number-position:left; 2712 text-indent:-.25in;} 2713 @list l28:level5 2714 {mso-level-tab-stop:2.5in; 2715 mso-level-number-position:left; 2716 text-indent:-.25in;} 2717 @list l28:level6 2718 {mso-level-tab-stop:3.0in; 2719 mso-level-number-position:left; 2720 text-indent:-.25in;} 2721 @list l28:level7 2722 {mso-level-tab-stop:3.5in; 2723 mso-level-number-position:left; 2724 text-indent:-.25in;} 2725 @list l28:level8 2726 {mso-level-tab-stop:4.0in; 2727 mso-level-number-position:left; 2728 text-indent:-.25in;} 2729 @list l28:level9 2730 {mso-level-tab-stop:4.5in; 2731 mso-level-number-position:left; 2732 text-indent:-.25in;} 2733 @list l29 2734 {mso-list-id:2095858496; 2735 mso-list-type:hybrid; 2736 mso-list-template-ids:-2088890812 709683864 67698713 67698715 67698703 67698713 67698715 67698703 67698713 67698715;} 2737 @list l29:level1 2738 {mso-level-tab-stop:none; 2739 mso-level-number-position:left; 2740 text-indent:-.25in;} 2741 @list l29:level2 2742 {mso-level-tab-stop:1.0in; 2743 mso-level-number-position:left; 2744 text-indent:-.25in;} 2745 @list l29:level3 2746 {mso-level-tab-stop:1.5in; 2747 mso-level-number-position:left; 2748 text-indent:-.25in;} 2749 @list l29:level4 2750 {mso-level-tab-stop:2.0in; 2751 mso-level-number-position:left; 2752 text-indent:-.25in;} 2753 @list l29:level5 2754 {mso-level-tab-stop:2.5in; 2755 mso-level-number-position:left; 2756 text-indent:-.25in;} 2757 @list l29:level6 2758 {mso-level-tab-stop:3.0in; 2759 mso-level-number-position:left; 2760 text-indent:-.25in;} 2761 @list l29:level7 2762 {mso-level-tab-stop:3.5in; 2763 mso-level-number-position:left; 2764 text-indent:-.25in;} 2765 @list l29:level8 2766 {mso-level-tab-stop:4.0in; 2767 mso-level-number-position:left; 2768 text-indent:-.25in;} 2769 @list l29:level9 2770 {mso-level-tab-stop:4.5in; 2771 mso-level-number-position:left; 2772 text-indent:-.25in;} 2773 @list l30 2774 {mso-list-id:2114591880; 2775 mso-list-template-ids:-445226636;} 2776 @list l30:level1 2777 {mso-level-tab-stop:none; 2778 mso-level-number-position:left; 2779 text-indent:-.25in;} 2780 @list l30:level2 2781 {mso-level-number-format:alpha-lower; 2782 mso-level-tab-stop:1.0in; 2783 mso-level-number-position:left; 2784 text-indent:-.25in;} 2785 @list l30:level3 2786 {mso-level-tab-stop:1.5in; 2787 mso-level-number-position:left; 2788 text-indent:-.25in;} 2789 @list l30:level4 2790 {mso-level-number-format:alpha-lower; 2791 mso-level-tab-stop:2.0in; 2792 mso-level-number-position:left; 2793 text-indent:-.25in;} 2794 @list l30:level5 2795 {mso-level-tab-stop:2.5in; 2796 mso-level-number-position:left; 2797 text-indent:-.25in;} 2798 @list l30:level6 2799 {mso-level-tab-stop:3.0in; 2800 mso-level-number-position:left; 2801 text-indent:-.25in;} 2802 @list l30:level7 2803 {mso-level-tab-stop:3.5in; 2804 mso-level-number-position:left; 2805 text-indent:-.25in;} 2806 @list l30:level8 2807 {mso-level-tab-stop:4.0in; 2808 mso-level-number-position:left; 2809 text-indent:-.25in;} 2810 @list l30:level9 1365 @list l1:level9 2811 1366 {mso-level-tab-stop:4.5in; 2812 1367 mso-level-number-position:left; … … 2882 1437 <v:imagedata src="gsas2logo.png"/> 2883 1438 <w:wrap type="square" anchory="line"/> 2884 </v:shape><![endif]--><![if !vml]><img width= 96 height=96src=gsas2logo.png1439 </v:shape><![endif]--><![if !vml]><img width=128 height=128 src=gsas2logo.png 2885 1440 align=right alt="Description: GSAS-II logo" v:shapes="Picture_x0020_2"><![endif]><span 2886 1441 style='mso-fareast-font-family:"Times New Roman"'>Help Index GSAS-II<o:p></o:p></span></h1> … … 2891 1446 <ol start=1 type=1> 2892 1447 <li class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto; 2893 mso-list:l15 level1 lfo1;tab-stops:list .5in'><span style='mso-fareast-font-family: 2894 "Times New Roman"'><a href="gsasII.html#Tutorials">Learning GSAS-II: tutorials</a><o:p></o:p></span></li> 1448 mso-list:l1 level1 lfo3;tab-stops:list .5in'><span style='mso-fareast-font-family: 1449 "Times New Roman"'><a href="gsasII.html#Tutorials">Learning GSAS-II: 1450 tutorials</a><o:p></o:p></span></li> 2895 1451 <li class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto; 2896 mso-list:l1 5 level1 lfo1;tab-stops:list .5in'><span style='mso-fareast-font-family:1452 mso-list:l1 level1 lfo3;tab-stops:list .5in'><span style='mso-fareast-font-family: 2897 1453 "Times New Roman"'><a href="gsasII.html#Data_tree">Application windows</a><o:p></o:p></span></li> 2898 1454 <li class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto; 2899 mso-list:l1 5 level1 lfo1;tab-stops:list .5in'><span style='mso-fareast-font-family:1455 mso-list:l1 level1 lfo3;tab-stops:list .5in'><span style='mso-fareast-font-family: 2900 1456 "Times New Roman"'><a href="gsasII.html#main_menu">Main menu commands</a><o:p></o:p></span></li> 2901 1457 <li class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto; 2902 mso-list:l1 5 level1 lfo1;tab-stops:list .5in'><span style='mso-fareast-font-family:1458 mso-list:l1 level1 lfo3;tab-stops:list .5in'><span style='mso-fareast-font-family: 2903 1459 "Times New Roman"'>Data Tree headings, graphics windows and menu commands<o:p></o:p></span></li> 2904 1460 <ol start=1 type=A> 2905 1461 <li class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt: 2906 auto;mso-list:l1 5 level2 lfo1;tab-stops:list 1.0in'><span1462 auto;mso-list:l1 level2 lfo3;tab-stops:list 1.0in'><span 2907 1463 style='mso-fareast-font-family:"Times New Roman"'><a 2908 1464 href="gsasII.html#Data_tree_items">Top-level </a>Data Tree headings<o:p></o:p></span></li> 2909 1465 <li class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt: 2910 auto;mso-list:l1 5 level2 lfo1;tab-stops:list 1.0in'><span2911 style='mso-fareast-font-family:"Times New Roman"'><a href="gsasII-phase.html#Phase">Phase </a>Data2912 Tree headings<o:p></o:p></span></li>1466 auto;mso-list:l1 level2 lfo3;tab-stops:list 1.0in'><span 1467 style='mso-fareast-font-family:"Times New Roman"'><a 1468 href="gsasII-phase.html#Phase">Phase </a>Data Tree headings<o:p></o:p></span></li> 2913 1469 <li class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt: 2914 auto;mso-list:l1 5 level2 lfo1;tab-stops:list 1.0in'><span2915 style='mso-fareast-font-family:"Times New Roman"'><a href="gsasII.html#IMG">Image2916 (IMG) </a>Data Tree headings<o:p></o:p></span></li>1470 auto;mso-list:l1 level2 lfo3;tab-stops:list 1.0in'><span 1471 style='mso-fareast-font-family:"Times New Roman"'><a 1472 href="gsasII.html#IMG">Image (IMG) </a>Data Tree headings<o:p></o:p></span></li> 2917 1473 <li class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt: 2918 auto;mso-list:l15 level2 lfo1;tab-stops:list 1.0in'><span 2919 style='mso-fareast-font-family:"Times New Roman"'><a href="gsasII-pwdr.html#PWDR">Powder 2920 histogram (PWDR) </a>Data Tree headings<o:p></o:p></span></li> 1474 auto;mso-list:l1 level2 lfo3;tab-stops:list 1.0in'><span 1475 style='mso-fareast-font-family:"Times New Roman"'><a 1476 href="gsasII-pwdr.html#PWDR">Powder histogram (PWDR) </a>Data Tree 1477 headings<o:p></o:p></span></li> 2921 1478 <ul type=square> 2922 1479 <li class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt: 2923 auto;mso-list:l1 5 level3 lfo1;tab-stops:list 1.5in'><span1480 auto;mso-list:l1 level3 lfo3;tab-stops:list 1.5in'><span 2924 1481 style='mso-fareast-font-family:"Times New Roman"'><a 2925 1482 href="gsasII-pwdr.html#PWDR_Comments">Comments</a><o:p></o:p></span></li> 2926 1483 <li class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt: 2927 auto;mso-list:l15 level3 lfo1;tab-stops:list 1.5in'><span 2928 style='mso-fareast-font-family:"Times New Roman"'><a href="gsasII-pwdr.html#PWDR_Limits">Limits</a><o:p></o:p></span></li> 1484 auto;mso-list:l1 level3 lfo3;tab-stops:list 1.5in'><span 1485 style='mso-fareast-font-family:"Times New Roman"'><a 1486 href="gsasII-pwdr.html#PWDR_Limits">Limits</a><o:p></o:p></span></li> 2929 1487 <li class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt: 2930 auto;mso-list:l1 5 level3 lfo1;tab-stops:list 1.5in'><span1488 auto;mso-list:l1 level3 lfo3;tab-stops:list 1.5in'><span 2931 1489 style='mso-fareast-font-family:"Times New Roman"'><a 2932 1490 href="gsasII-pwdr.html#PWDR_Background">Background</a><o:p></o:p></span></li> 2933 1491 <li class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt: 2934 auto;mso-list:l1 5 level3 lfo1;tab-stops:list 1.5in'><span1492 auto;mso-list:l1 level3 lfo3;tab-stops:list 1.5in'><span 2935 1493 style='mso-fareast-font-family:"Times New Roman"'><a 2936 1494 href="gsasII-pwdr.html#PWDR_Instrument_Parameters">Instrument Parameters</a><o:p></o:p></span></li> 2937 1495 <li class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt: 2938 auto;mso-list:l1 5 level3 lfo1;tab-stops:list 1.5in'><span1496 auto;mso-list:l1 level3 lfo3;tab-stops:list 1.5in'><span 2939 1497 style='mso-fareast-font-family:"Times New Roman"'><a 2940 1498 href="gsasII-pwdr.html#PWDR_Sample_Parameters">Sample Parameters</a><o:p></o:p></span></li> 2941 1499 <li class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt: 2942 auto;mso-list:l1 5 level3 lfo1;tab-stops:list 1.5in'><span1500 auto;mso-list:l1 level3 lfo3;tab-stops:list 1.5in'><span 2943 1501 style='mso-fareast-font-family:"Times New Roman"'><a 2944 1502 href="gsasII-pwdr.html#PWDR_Peak_List">Peak List</a><o:p></o:p></span></li> 2945 1503 <li class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt: 2946 auto;mso-list:l1 5 level3 lfo1;tab-stops:list 1.5in'><span1504 auto;mso-list:l1 level3 lfo3;tab-stops:list 1.5in'><span 2947 1505 style='mso-fareast-font-family:"Times New Roman"'><a 2948 1506 href="gsasII-pwdr.html#PWDR_Index_Peak_List">Index Peak List</a><o:p></o:p></span></li> 2949 1507 <li class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt: 2950 auto;mso-list:l1 5 level3 lfo1;tab-stops:list 1.5in'><span1508 auto;mso-list:l1 level3 lfo3;tab-stops:list 1.5in'><span 2951 1509 style='mso-fareast-font-family:"Times New Roman"'><a 2952 1510 href="gsasII-pwdr.html#PWDR_Unit_Cells_List">Unit Cells List</a><o:p></o:p></span></li> 2953 1511 <li class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt: 2954 auto;mso-list:l1 5 level3 lfo1;tab-stops:list 1.5in'><span1512 auto;mso-list:l1 level3 lfo3;tab-stops:list 1.5in'><span 2955 1513 style='mso-fareast-font-family:"Times New Roman"'><a 2956 1514 href="gsasII-pwdr.html#PWDR_Reflection_Lists">Reflection Lists</a><o:p></o:p></span></li> 2957 1515 </ul> 2958 1516 <li class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt: 2959 auto;mso-list:l15 level2 lfo1;tab-stops:list 1.0in'><span 2960 style='mso-fareast-font-family:"Times New Roman"'><a href="gsasII.html#HKLF">Single Crystal 2961 histogram (HKLF)</a> Data Tree headings<o:p></o:p></span></li> 1517 auto;mso-list:l1 level2 lfo3;tab-stops:list 1.0in'><span 1518 style='mso-fareast-font-family:"Times New Roman"'><a 1519 href="gsasII.html#HKLF">Single Crystal histogram (HKLF)</a> Data Tree 1520 headings<o:p></o:p></span></li> 2962 1521 <ul type=square> 2963 1522 <li class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt: 2964 auto;mso-list:l1 5 level3 lfo1;tab-stops:list 1.5in'><span1523 auto;mso-list:l1 level3 lfo3;tab-stops:list 1.5in'><span 2965 1524 style='mso-fareast-font-family:"Times New Roman"'><a 2966 1525 href="gsasII.html#HKLF_Instrument_Parameters">Instrument Parameters</a><o:p></o:p></span></li> 2967 1526 <li class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt: 2968 auto;mso-list:l1 5 level3 lfo1;tab-stops:list 1.5in'><span1527 auto;mso-list:l1 level3 lfo3;tab-stops:list 1.5in'><span 2969 1528 style='mso-fareast-font-family:"Times New Roman"'><a 2970 1529 href="gsasII.html#HKLF_HKL_Plot_Controls">HKL Plot Controls</a><o:p></o:p></span></li> 2971 1530 <li class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt: 2972 auto;mso-list:l1 5 level3 lfo1;tab-stops:list 1.5in'><span1531 auto;mso-list:l1 level3 lfo3;tab-stops:list 1.5in'><span 2973 1532 style='mso-fareast-font-family:"Times New Roman"'><a 2974 1533 href="gsasII.html#HKLF_Reflection_List">Reflection List</a><o:p></o:p></span></li> 2975 1534 </ul> 2976 1535 <li class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt: 2977 auto;mso-list:l15 level2 lfo1;tab-stops:list 1.0in'><span 2978 style='mso-fareast-font-family:"Times New Roman"'><a href="gsasII.html#PDF">Pair 2979 Distribution Functions (PDF) </a>Data Tree headings<o:p></o:p></span></li> 1536 auto;mso-list:l1 level2 lfo3;tab-stops:list 1.0in'><span 1537 style='mso-fareast-font-family:"Times New Roman"'><a 1538 href="gsasII.html#PDF">Pair Distribution Functions (PDF) </a>Data Tree 1539 headings<o:p></o:p></span></li> 2980 1540 <li class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt: 2981 auto;mso-list:l1 5 level2 lfo1;tab-stops:list 1.0in'><span2982 style='mso-fareast-font-family:"Times New Roman"'><a href="gsasII.html#PKS">Powder2983 Peaks (PKS) </a>Data Tree headings<o:p></o:p></span></li>1541 auto;mso-list:l1 level2 lfo3;tab-stops:list 1.0in'><span 1542 style='mso-fareast-font-family:"Times New Roman"'><a 1543 href="gsasII.html#PKS">Powder Peaks (PKS) </a>Data Tree headings<o:p></o:p></span></li> 2984 1544 <li class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt: 2985 auto;mso-list:l15 level2 lfo1;tab-stops:list 1.0in'><span 2986 style='mso-fareast-font-family:"Times New Roman"'><a href="gsasII.html#SASD">Small 2987 Angle Scattering (SASD) </a>Data Tree headings<o:p></o:p></span></li> 1545 auto;mso-list:l1 level2 lfo3;tab-stops:list 1.0in'><span 1546 style='mso-fareast-font-family:"Times New Roman"'><a 1547 href="gsasII.html#SASD">Small Angle Scattering (SASD) </a>Data Tree 1548 headings<o:p></o:p></span></li> 1549 <li class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt: 1550 auto;mso-list:l1 level2 lfo3;tab-stops:list 1.0in'><span 1551 style='mso-fareast-font-family:"Times New Roman"'><a 1552 href="gsasII.html#REFD">Reflectometry (REFD)</a> Data Tree headings<o:p></o:p></span></li> 2988 1553 </ol> 2989 1554 <li class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto; 2990 mso-list:l1 5 level1 lfo1;tab-stops:list .5in'><span style='mso-fareast-font-family:1555 mso-list:l1 level1 lfo3;tab-stops:list .5in'><span style='mso-fareast-font-family: 2991 1556 "Times New Roman"'>Other: <a href="gsasII.html#Mac">Macintosh notes</a>, <a 2992 href="gsasII.html#Preferences">Configuration options</a> and <a href="gsasII.html#Programmers"><span2993 class=GramE>Programmers</span>documentation</a> <o:p></o:p></span></li>1557 href="gsasII.html#Preferences">Configuration options</a> and <a 1558 href="gsasII.html#Programmers">Programmers documentation</a> <o:p></o:p></span></li> 2994 1559 </ol> 2995 1560 … … 3009 1574 3010 1575 <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 3011 style='mso-fareast-font-family:"Times New Roman"'><!-- hhmts start -->Last modified: Sun Jun 20 09:09:01 CDT 2021 <!-- hhmts end --><o:p></o:p></span></p> 1576 style='mso-fareast-font-family:"Times New Roman"'><!-- hhmts start -->Last 1577 modified: Sun Jun 20 09:09:01 CDT 2021 <!-- hhmts end --><o:p></o:p></span></p> 3012 1578 3013 1579 </div> -
trunk/help/gsasII.html
r5246 r5253 25 25 <o:Author>Von Dreele</o:Author> 26 26 <o:LastAuthor>Von Dreele, Robert B.</o:LastAuthor> 27 <o:Revision>1 66</o:Revision>28 <o:TotalTime>4 677</o:TotalTime>27 <o:Revision>173</o:Revision> 28 <o:TotalTime>4810</o:TotalTime> 29 29 <o:Created>2011-11-28T16:49:00Z</o:Created> 30 <o:LastSaved>2022-03-2 3T18:43:00Z</o:LastSaved>30 <o:LastSaved>2022-03-25T22:22:00Z</o:LastSaved> 31 31 <o:Pages>1</o:Pages> 32 <o:Words>1 0526</o:Words>33 <o:Characters>6 0003</o:Characters>32 <o:Words>11865</o:Words> 33 <o:Characters>67637</o:Characters> 34 34 <o:Company>Argonne National Laboratory</o:Company> 35 <o:Lines>5 00</o:Lines>36 <o:Paragraphs>1 40</o:Paragraphs>37 <o:CharactersWithSpaces>7 0389</o:CharactersWithSpaces>35 <o:Lines>563</o:Lines> 36 <o:Paragraphs>158</o:Paragraphs> 37 <o:CharactersWithSpaces>79344</o:CharactersWithSpaces> 38 38 <o:Version>16.00</o:Version> 39 39 </o:DocumentProperties> … … 49 49 <w:WordDocument> 50 50 <w:Zoom>148</w:Zoom> 51 <w:SpellingState>Clean</w:SpellingState>52 51 <w:TrackMoves>false</w:TrackMoves> 53 52 <w:TrackFormatting/> … … 704 703 mso-generic-font-family:swiss; 705 704 mso-font-pitch:variable; 706 mso-font-signature:- 469750017 -1073732485 9 0 5110;}705 mso-font-signature:-536870145 1073786111 1 0 415 0;} 707 706 @font-face 708 707 {font-family:"Calibri Light"; … … 711 710 mso-generic-font-family:swiss; 712 711 mso-font-pitch:variable; 713 mso-font-signature:- 469750017 -1073732485 9 0 5110;}712 mso-font-signature:-1610611985 1073750139 0 0 159 0;} 714 713 @font-face 715 714 {font-family:Tahoma; … … 779 778 font-weight:bold;} 780 779 h4 781 {mso-style-noshow:yes; 782 mso-style-priority:9; 780 {mso-style-priority:9; 783 781 mso-style-qformat:yes; 784 782 mso-style-link:"Heading 4 Char"; … … 1172 1170 span.Heading4Char 1173 1171 {mso-style-name:"Heading 4 Char"; 1174 mso-style-noshow:yes;1175 1172 mso-style-priority:9; 1176 1173 mso-style-unhide:no; … … 1307 1304 font-family:"Times New Roman",serif; 1308 1305 mso-fareast-font-family:"Times New Roman";} 1309 span.SpellE1310 {mso-style-name:"";1311 mso-spl-e:yes;}1312 1306 .MsoChpDefault 1313 1307 {mso-style-type:export-only; … … 1326 1320 /* List Definitions */ 1327 1321 @list l0 1328 {mso-list-id:53240189;1329 mso-list-type:hybrid;1330 mso-list-template-ids:-1969180246 501091696 67698713 67698715 67698703 67698713 67698715 67698703 67698713 67698715;}1331 @list l0:level11332 {mso-level-tab-stop:none;1333 mso-level-number-position:left;1334 margin-left:.75in;1335 text-indent:-.25in;}1336 @list l0:level21337 {mso-level-number-format:alpha-lower;1338 mso-level-tab-stop:none;1339 mso-level-number-position:left;1340 margin-left:1.5in;1341 text-indent:-.25in;}1342 @list l0:level31343 {mso-level-number-format:roman-lower;1344 mso-level-tab-stop:none;1345 mso-level-number-position:right;1346 margin-left:2.0in;1347 text-indent:-9.0pt;}1348 @list l0:level41349 {mso-level-tab-stop:none;1350 mso-level-number-position:left;1351 margin-left:2.5in;1352 text-indent:-.25in;}1353 @list l0:level51354 {mso-level-number-format:alpha-lower;1355 mso-level-tab-stop:none;1356 mso-level-number-position:left;1357 margin-left:3.0in;1358 text-indent:-.25in;}1359 @list l0:level61360 {mso-level-number-format:roman-lower;1361 mso-level-tab-stop:none;1362 mso-level-number-position:right;1363 margin-left:3.5in;1364 text-indent:-9.0pt;}1365 @list l0:level71366 {mso-level-tab-stop:none;1367 mso-level-number-position:left;1368 margin-left:4.0in;1369 text-indent:-.25in;}1370 @list l0:level81371 {mso-level-number-format:alpha-lower;1372 mso-level-tab-stop:none;1373 mso-level-number-position:left;1374 margin-left:4.5in;1375 text-indent:-.25in;}1376 @list l0:level91377 {mso-level-number-format:roman-lower;1378 mso-level-tab-stop:none;1379 mso-level-number-position:right;1380 margin-left:5.0in;1381 text-indent:-9.0pt;}1382 @list l11383 1322 {mso-list-id:81070383; 1384 1323 mso-list-template-ids:-441677766;} 1324 @list l0:level1 1325 {mso-level-number-format:bullet; 1326 mso-level-text:; 1327 mso-level-tab-stop:.5in; 1328 mso-level-number-position:left; 1329 text-indent:-.25in; 1330 mso-ansi-font-size:10.0pt; 1331 font-family:Symbol;} 1332 @list l0:level2 1333 {mso-level-number-format:bullet; 1334 mso-level-text:o; 1335 mso-level-tab-stop:1.0in; 1336 mso-level-number-position:left; 1337 text-indent:-.25in; 1338 mso-ansi-font-size:10.0pt; 1339 font-family:"Courier New"; 1340 mso-bidi-font-family:"Times New Roman";} 1341 @list l0:level3 1342 {mso-level-number-format:bullet; 1343 mso-level-text:; 1344 mso-level-tab-stop:1.5in; 1345 mso-level-number-position:left; 1346 text-indent:-.25in; 1347 mso-ansi-font-size:10.0pt; 1348 font-family:Wingdings;} 1349 @list l0:level4 1350 {mso-level-number-format:bullet; 1351 mso-level-text:; 1352 mso-level-tab-stop:2.0in; 1353 mso-level-number-position:left; 1354 text-indent:-.25in; 1355 mso-ansi-font-size:10.0pt; 1356 font-family:Wingdings;} 1357 @list l0:level5 1358 {mso-level-number-format:bullet; 1359 mso-level-text:; 1360 mso-level-tab-stop:2.5in; 1361 mso-level-number-position:left; 1362 text-indent:-.25in; 1363 mso-ansi-font-size:10.0pt; 1364 font-family:Wingdings;} 1365 @list l0:level6 1366 {mso-level-number-format:bullet; 1367 mso-level-text:; 1368 mso-level-tab-stop:3.0in; 1369 mso-level-number-position:left; 1370 text-indent:-.25in; 1371 mso-ansi-font-size:10.0pt; 1372 font-family:Wingdings;} 1373 @list l0:level7 1374 {mso-level-number-format:bullet; 1375 mso-level-text:; 1376 mso-level-tab-stop:3.5in; 1377 mso-level-number-position:left; 1378 text-indent:-.25in; 1379 mso-ansi-font-size:10.0pt; 1380 font-family:Wingdings;} 1381 @list l0:level8 1382 {mso-level-number-format:bullet; 1383 mso-level-text:; 1384 mso-level-tab-stop:4.0in; 1385 mso-level-number-position:left; 1386 text-indent:-.25in; 1387 mso-ansi-font-size:10.0pt; 1388 font-family:Wingdings;} 1389 @list l0:level9 1390 {mso-level-number-format:bullet; 1391 mso-level-text:; 1392 mso-level-tab-stop:4.5in; 1393 mso-level-number-position:left; 1394 text-indent:-.25in; 1395 mso-ansi-font-size:10.0pt; 1396 font-family:Wingdings;} 1397 @list l1 1398 {mso-list-id:226457878; 1399 mso-list-template-ids:29386160;} 1385 1400 @list l1:level1 1386 1401 {mso-level-number-format:bullet; … … 1457 1472 font-family:Wingdings;} 1458 1473 @list l2 1459 {mso-list-id: 226457878;1460 mso-list-template-ids: 29386160;}1474 {mso-list-id:403112385; 1475 mso-list-template-ids:-211009252;} 1461 1476 @list l2:level1 1462 1477 {mso-level-number-format:bullet; … … 1572 1587 text-indent:-.25in;} 1573 1588 @list l4 1589 {mso-list-id:734669460; 1590 mso-list-type:hybrid; 1591 mso-list-template-ids:1988758972 67698703 67698713 67698715 67698703 67698713 67698715 67698703 67698713 67698715;} 1592 @list l4:level1 1593 {mso-level-tab-stop:none; 1594 mso-level-number-position:left; 1595 text-indent:-.25in;} 1596 @list l4:level2 1597 {mso-level-tab-stop:1.0in; 1598 mso-level-number-position:left; 1599 text-indent:-.25in;} 1600 @list l4:level3 1601 {mso-level-tab-stop:1.5in; 1602 mso-level-number-position:left; 1603 text-indent:-.25in;} 1604 @list l4:level4 1605 {mso-level-tab-stop:2.0in; 1606 mso-level-number-position:left; 1607 text-indent:-.25in;} 1608 @list l4:level5 1609 {mso-level-tab-stop:2.5in; 1610 mso-level-number-position:left; 1611 text-indent:-.25in;} 1612 @list l4:level6 1613 {mso-level-tab-stop:3.0in; 1614 mso-level-number-position:left; 1615 text-indent:-.25in;} 1616 @list l4:level7 1617 {mso-level-tab-stop:3.5in; 1618 mso-level-number-position:left; 1619 text-indent:-.25in;} 1620 @list l4:level8 1621 {mso-level-tab-stop:4.0in; 1622 mso-level-number-position:left; 1623 text-indent:-.25in;} 1624 @list l4:level9 1625 {mso-level-tab-stop:4.5in; 1626 mso-level-number-position:left; 1627 text-indent:-.25in;} 1628 @list l5 1574 1629 {mso-list-id:850026630; 1575 1630 mso-list-type:hybrid; 1576 1631 mso-list-template-ids:120980256 67698703 67698713 67698715 67698703 67698713 67698715 67698703 67698713 67698715;} 1577 @list l 4:level11632 @list l5:level1 1578 1633 {mso-level-tab-stop:none; 1579 1634 mso-level-number-position:left; 1580 1635 text-indent:-.25in;} 1581 @list l 4:level21636 @list l5:level2 1582 1637 {mso-level-number-format:alpha-lower; 1583 1638 mso-level-tab-stop:none; 1584 1639 mso-level-number-position:left; 1585 1640 text-indent:-.25in;} 1586 @list l 4:level31641 @list l5:level3 1587 1642 {mso-level-tab-stop:1.5in; 1588 1643 mso-level-number-position:left; 1589 1644 text-indent:-.25in;} 1590 @list l 4:level41645 @list l5:level4 1591 1646 {mso-level-tab-stop:2.0in; 1592 1647 mso-level-number-position:left; 1593 1648 text-indent:-.25in;} 1594 @list l 4:level51649 @list l5:level5 1595 1650 {mso-level-tab-stop:2.5in; 1596 1651 mso-level-number-position:left; 1597 1652 text-indent:-.25in;} 1598 @list l 4:level61653 @list l5:level6 1599 1654 {mso-level-tab-stop:3.0in; 1600 1655 mso-level-number-position:left; 1601 1656 text-indent:-.25in;} 1602 @list l 4:level71657 @list l5:level7 1603 1658 {mso-level-tab-stop:3.5in; 1604 1659 mso-level-number-position:left; 1605 1660 text-indent:-.25in;} 1606 @list l 4:level81661 @list l5:level8 1607 1662 {mso-level-tab-stop:4.0in; 1608 1663 mso-level-number-position:left; 1609 1664 text-indent:-.25in;} 1610 @list l 4:level91665 @list l5:level9 1611 1666 {mso-level-tab-stop:4.5in; 1612 1667 mso-level-number-position:left; 1613 1668 text-indent:-.25in;} 1614 @list l 51669 @list l6 1615 1670 {mso-list-id:1345286479; 1616 1671 mso-list-template-ids:1682236840;} 1617 @list l 5:level11672 @list l6:level1 1618 1673 {mso-level-tab-stop:.5in; 1619 1674 mso-level-number-position:left; 1620 1675 text-indent:-.25in;} 1621 @list l 5:level21676 @list l6:level2 1622 1677 {mso-level-number-format:bullet; 1623 1678 mso-level-text:o; … … 1628 1683 font-family:"Courier New"; 1629 1684 mso-bidi-font-family:"Times New Roman";} 1630 @list l 5:level31685 @list l6:level3 1631 1686 {mso-level-tab-stop:1.5in; 1632 1687 mso-level-number-position:left; 1633 1688 text-indent:-.25in;} 1634 @list l 5:level41689 @list l6:level4 1635 1690 {mso-level-tab-stop:2.0in; 1636 1691 mso-level-number-position:left; 1637 1692 text-indent:-.25in;} 1638 @list l 5:level51693 @list l6:level5 1639 1694 {mso-level-tab-stop:2.5in; 1640 1695 mso-level-number-position:left; 1641 1696 text-indent:-.25in;} 1642 @list l 5:level61697 @list l6:level6 1643 1698 {mso-level-tab-stop:3.0in; 1644 1699 mso-level-number-position:left; 1645 1700 text-indent:-.25in;} 1646 @list l 5:level71701 @list l6:level7 1647 1702 {mso-level-tab-stop:3.5in; 1648 1703 mso-level-number-position:left; 1649 1704 text-indent:-.25in;} 1650 @list l 5:level81705 @list l6:level8 1651 1706 {mso-level-tab-stop:4.0in; 1652 1707 mso-level-number-position:left; 1653 1708 text-indent:-.25in;} 1654 @list l 5:level91709 @list l6:level9 1655 1710 {mso-level-tab-stop:4.5in; 1656 1711 mso-level-number-position:left; 1657 1712 text-indent:-.25in;} 1658 @list l6 1713 @list l7 1714 {mso-list-id:1394309879; 1715 mso-list-template-ids:326264828;} 1716 @list l7:level1 1717 {mso-level-tab-stop:none; 1718 mso-level-number-position:left; 1719 text-indent:-.25in;} 1720 @list l7:level2 1721 {mso-level-number-format:alpha-lower; 1722 mso-level-tab-stop:1.0in; 1723 mso-level-number-position:left; 1724 text-indent:-.25in; 1725 mso-ansi-font-size:12.0pt; 1726 font-family:"Times New Roman",serif; 1727 mso-ansi-font-weight:normal; 1728 mso-ansi-font-style:normal;} 1729 @list l7:level3 1730 {mso-level-tab-stop:1.5in; 1731 mso-level-number-position:left; 1732 text-indent:-.25in;} 1733 @list l7:level4 1734 {mso-level-number-format:alpha-lower; 1735 mso-level-tab-stop:2.0in; 1736 mso-level-number-position:left; 1737 text-indent:-.25in;} 1738 @list l7:level5 1739 {mso-level-tab-stop:2.5in; 1740 mso-level-number-position:left; 1741 text-indent:-.25in;} 1742 @list l7:level6 1743 {mso-level-tab-stop:3.0in; 1744 mso-level-number-position:left; 1745 text-indent:-.25in;} 1746 @list l7:level7 1747 {mso-level-tab-stop:3.5in; 1748 mso-level-number-position:left; 1749 text-indent:-.25in;} 1750 @list l7:level8 1751 {mso-level-tab-stop:4.0in; 1752 mso-level-number-position:left; 1753 text-indent:-.25in;} 1754 @list l7:level9 1755 {mso-level-tab-stop:4.5in; 1756 mso-level-number-position:left; 1757 text-indent:-.25in;} 1758 @list l8 1659 1759 {mso-list-id:1580553544; 1660 1760 mso-list-template-ids:-615735862;} 1661 @list l 6:level11761 @list l8:level1 1662 1762 {mso-level-tab-stop:.5in; 1663 1763 mso-level-number-position:left; 1664 1764 text-indent:-.25in;} 1665 @list l 6:level21765 @list l8:level2 1666 1766 {mso-level-tab-stop:1.0in; 1667 1767 mso-level-number-position:left; 1668 1768 text-indent:-.25in;} 1669 @list l 6:level31769 @list l8:level3 1670 1770 {mso-level-tab-stop:1.5in; 1671 1771 mso-level-number-position:left; 1672 1772 text-indent:-.25in;} 1673 @list l 6:level41773 @list l8:level4 1674 1774 {mso-level-tab-stop:2.0in; 1675 1775 mso-level-number-position:left; 1676 1776 text-indent:-.25in;} 1677 @list l 6:level51777 @list l8:level5 1678 1778 {mso-level-tab-stop:2.5in; 1679 1779 mso-level-number-position:left; 1680 1780 text-indent:-.25in;} 1681 @list l 6:level61781 @list l8:level6 1682 1782 {mso-level-tab-stop:3.0in; 1683 1783 mso-level-number-position:left; 1684 1784 text-indent:-.25in;} 1685 @list l 6:level71785 @list l8:level7 1686 1786 {mso-level-tab-stop:3.5in; 1687 1787 mso-level-number-position:left; 1688 1788 text-indent:-.25in;} 1689 @list l 6:level81789 @list l8:level8 1690 1790 {mso-level-tab-stop:4.0in; 1691 1791 mso-level-number-position:left; 1692 1792 text-indent:-.25in;} 1693 @list l 6:level91793 @list l8:level9 1694 1794 {mso-level-tab-stop:4.5in; 1695 1795 mso-level-number-position:left; 1696 1796 text-indent:-.25in;} 1697 @list l 71797 @list l9 1698 1798 {mso-list-id:1592473738; 1699 1799 mso-list-template-ids:-2051508038;} 1700 @list l 7:level11800 @list l9:level1 1701 1801 {mso-level-number-format:bullet; 1702 1802 mso-level-text:; … … 1706 1806 mso-ansi-font-size:10.0pt; 1707 1807 font-family:Symbol;} 1708 @list l 7:level21808 @list l9:level2 1709 1809 {mso-level-number-format:bullet; 1710 1810 mso-level-text:o; … … 1715 1815 font-family:"Courier New"; 1716 1816 mso-bidi-font-family:"Times New Roman";} 1717 @list l 7:level31817 @list l9:level3 1718 1818 {mso-level-number-format:bullet; 1719 1819 mso-level-text:; … … 1723 1823 mso-ansi-font-size:10.0pt; 1724 1824 font-family:Wingdings;} 1725 @list l 7:level41825 @list l9:level4 1726 1826 {mso-level-number-format:bullet; 1727 1827 mso-level-text:; … … 1731 1831 mso-ansi-font-size:10.0pt; 1732 1832 font-family:Wingdings;} 1733 @list l 7:level51833 @list l9:level5 1734 1834 {mso-level-number-format:bullet; 1735 1835 mso-level-text:; … … 1739 1839 mso-ansi-font-size:10.0pt; 1740 1840 font-family:Wingdings;} 1741 @list l 7:level61841 @list l9:level6 1742 1842 {mso-level-number-format:bullet; 1743 1843 mso-level-text:; … … 1747 1847 mso-ansi-font-size:10.0pt; 1748 1848 font-family:Wingdings;} 1749 @list l 7:level71849 @list l9:level7 1750 1850 {mso-level-number-format:bullet; 1751 1851 mso-level-text:; … … 1755 1855 mso-ansi-font-size:10.0pt; 1756 1856 font-family:Wingdings;} 1757 @list l 7:level81857 @list l9:level8 1758 1858 {mso-level-number-format:bullet; 1759 1859 mso-level-text:; … … 1763 1863 mso-ansi-font-size:10.0pt; 1764 1864 font-family:Wingdings;} 1765 @list l 7:level91865 @list l9:level9 1766 1866 {mso-level-number-format:bullet; 1767 1867 mso-level-text:; … … 1771 1871 mso-ansi-font-size:10.0pt; 1772 1872 font-family:Wingdings;} 1773 @list l 81873 @list l10 1774 1874 {mso-list-id:1734962708; 1775 1875 mso-list-template-ids:-2097672882;} 1776 @list l 8:level11876 @list l10:level1 1777 1877 {mso-level-tab-stop:.5in; 1778 1878 mso-level-number-position:left; 1779 1879 text-indent:-.25in;} 1780 @list l 8:level21880 @list l10:level2 1781 1881 {mso-level-number-format:bullet; 1782 1882 mso-level-text:o; … … 1787 1887 font-family:"Courier New"; 1788 1888 mso-bidi-font-family:"Times New Roman";} 1789 @list l 8:level31889 @list l10:level3 1790 1890 {mso-level-tab-stop:1.5in; 1791 1891 mso-level-number-position:left; 1792 1892 text-indent:-.25in;} 1793 @list l 8:level41893 @list l10:level4 1794 1894 {mso-level-tab-stop:2.0in; 1795 1895 mso-level-number-position:left; 1796 1896 text-indent:-.25in;} 1797 @list l 8:level51897 @list l10:level5 1798 1898 {mso-level-tab-stop:2.5in; 1799 1899 mso-level-number-position:left; 1800 1900 text-indent:-.25in;} 1801 @list l 8:level61901 @list l10:level6 1802 1902 {mso-level-tab-stop:3.0in; 1803 1903 mso-level-number-position:left; 1804 1904 text-indent:-.25in;} 1805 @list l 8:level71905 @list l10:level7 1806 1906 {mso-level-tab-stop:3.5in; 1807 1907 mso-level-number-position:left; 1808 1908 text-indent:-.25in;} 1809 @list l 8:level81909 @list l10:level8 1810 1910 {mso-level-tab-stop:4.0in; 1811 1911 mso-level-number-position:left; 1812 1912 text-indent:-.25in;} 1813 @list l 8:level91913 @list l10:level9 1814 1914 {mso-level-tab-stop:4.5in; 1815 1915 mso-level-number-position:left; 1816 1916 text-indent:-.25in;} 1817 @list l 91917 @list l11 1818 1918 {mso-list-id:1773695911; 1819 1919 mso-list-type:hybrid; 1820 1920 mso-list-template-ids:-1704541642 595615172 67698713 67698715 67698703 67698713 67698715 67698703 67698713 67698715;} 1821 @list l 9:level11921 @list l11:level1 1822 1922 {mso-level-tab-stop:none; 1823 1923 mso-level-number-position:left; 1824 1924 margin-left:.75in; 1825 1925 text-indent:-.25in;} 1826 @list l 9:level21926 @list l11:level2 1827 1927 {mso-level-number-format:alpha-lower; 1828 1928 mso-level-tab-stop:none; … … 1830 1930 margin-left:1.25in; 1831 1931 text-indent:-.25in;} 1832 @list l 9:level31932 @list l11:level3 1833 1933 {mso-level-number-format:roman-lower; 1834 1934 mso-level-tab-stop:none; … … 1836 1936 margin-left:1.75in; 1837 1937 text-indent:-9.0pt;} 1838 @list l 9:level41938 @list l11:level4 1839 1939 {mso-level-tab-stop:none; 1840 1940 mso-level-number-position:left; 1841 1941 margin-left:2.25in; 1842 1942 text-indent:-.25in;} 1843 @list l 9:level51943 @list l11:level5 1844 1944 {mso-level-number-format:alpha-lower; 1845 1945 mso-level-tab-stop:none; … … 1847 1947 margin-left:2.75in; 1848 1948 text-indent:-.25in;} 1849 @list l 9:level61949 @list l11:level6 1850 1950 {mso-level-number-format:roman-lower; 1851 1951 mso-level-tab-stop:none; … … 1853 1953 margin-left:3.25in; 1854 1954 text-indent:-9.0pt;} 1855 @list l 9:level71955 @list l11:level7 1856 1956 {mso-level-tab-stop:none; 1857 1957 mso-level-number-position:left; 1858 1958 margin-left:3.75in; 1859 1959 text-indent:-.25in;} 1860 @list l 9:level81960 @list l11:level8 1861 1961 {mso-level-number-format:alpha-lower; 1862 1962 mso-level-tab-stop:none; … … 1864 1964 margin-left:4.25in; 1865 1965 text-indent:-.25in;} 1866 @list l 9:level91966 @list l11:level9 1867 1967 {mso-level-number-format:roman-lower; 1868 1968 mso-level-tab-stop:none; … … 1870 1970 margin-left:4.75in; 1871 1971 text-indent:-9.0pt;} 1872 @list l1 01972 @list l12 1873 1973 {mso-list-id:1840269000; 1874 1974 mso-list-type:hybrid; 1875 1975 mso-list-template-ids:120980256 67698703 67698713 67698715 67698703 67698713 67698715 67698703 67698713 67698715;} 1876 @list l1 0:level11976 @list l12:level1 1877 1977 {mso-level-tab-stop:none; 1878 1978 mso-level-number-position:left; 1879 1979 text-indent:-.25in;} 1880 @list l1 0:level21980 @list l12:level2 1881 1981 {mso-level-number-format:alpha-lower; 1882 1982 mso-level-tab-stop:none; 1883 1983 mso-level-number-position:left; 1884 1984 text-indent:-.25in;} 1885 @list l1 0:level31985 @list l12:level3 1886 1986 {mso-level-tab-stop:1.5in; 1887 1987 mso-level-number-position:left; 1888 1988 text-indent:-.25in;} 1889 @list l1 0:level41989 @list l12:level4 1890 1990 {mso-level-tab-stop:2.0in; 1891 1991 mso-level-number-position:left; 1892 1992 text-indent:-.25in;} 1893 @list l1 0:level51993 @list l12:level5 1894 1994 {mso-level-tab-stop:2.5in; 1895 1995 mso-level-number-position:left; 1896 1996 text-indent:-.25in;} 1897 @list l1 0:level61997 @list l12:level6 1898 1998 {mso-level-tab-stop:3.0in; 1899 1999 mso-level-number-position:left; 1900 2000 text-indent:-.25in;} 1901 @list l1 0:level72001 @list l12:level7 1902 2002 {mso-level-tab-stop:3.5in; 1903 2003 mso-level-number-position:left; 1904 2004 text-indent:-.25in;} 1905 @list l1 0:level82005 @list l12:level8 1906 2006 {mso-level-tab-stop:4.0in; 1907 2007 mso-level-number-position:left; 1908 2008 text-indent:-.25in;} 1909 @list l1 0:level92009 @list l12:level9 1910 2010 {mso-level-tab-stop:4.5in; 1911 2011 mso-level-number-position:left; 1912 2012 text-indent:-.25in;} 1913 @list l1 12013 @list l13 1914 2014 {mso-list-id:1949777749; 1915 2015 mso-list-template-ids:-863108910;} 1916 @list l1 1:level12016 @list l13:level1 1917 2017 {mso-level-tab-stop:.5in; 1918 2018 mso-level-number-position:left; 1919 2019 text-indent:-.25in;} 1920 @list l1 1:level22020 @list l13:level2 1921 2021 {mso-level-tab-stop:1.0in; 1922 2022 mso-level-number-position:left; 1923 2023 text-indent:-.25in;} 1924 @list l1 1:level32024 @list l13:level3 1925 2025 {mso-level-tab-stop:1.5in; 1926 2026 mso-level-number-position:left; 1927 2027 text-indent:-.25in;} 1928 @list l1 1:level42028 @list l13:level4 1929 2029 {mso-level-tab-stop:2.0in; 1930 2030 mso-level-number-position:left; 1931 2031 text-indent:-.25in;} 1932 @list l1 1:level52032 @list l13:level5 1933 2033 {mso-level-tab-stop:2.5in; 1934 2034 mso-level-number-position:left; 1935 2035 text-indent:-.25in;} 1936 @list l1 1:level62036 @list l13:level6 1937 2037 {mso-level-tab-stop:3.0in; 1938 2038 mso-level-number-position:left; 1939 2039 text-indent:-.25in;} 1940 @list l1 1:level72040 @list l13:level7 1941 2041 {mso-level-tab-stop:3.5in; 1942 2042 mso-level-number-position:left; 1943 2043 text-indent:-.25in;} 1944 @list l1 1:level82044 @list l13:level8 1945 2045 {mso-level-tab-stop:4.0in; 1946 2046 mso-level-number-position:left; 1947 2047 text-indent:-.25in;} 1948 @list l11:level9 2048 @list l13:level9 2049 {mso-level-tab-stop:4.5in; 2050 mso-level-number-position:left; 2051 text-indent:-.25in;} 2052 @list l14 2053 {mso-list-id:2021002967; 2054 mso-list-template-ids:449459044;} 2055 @list l14:level1 2056 {mso-level-tab-stop:.5in; 2057 mso-level-number-position:left; 2058 text-indent:-.25in;} 2059 @list l14:level2 2060 {mso-level-tab-stop:1.0in; 2061 mso-level-number-position:left; 2062 text-indent:-.25in;} 2063 @list l14:level3 2064 {mso-level-tab-stop:1.5in; 2065 mso-level-number-position:left; 2066 text-indent:-.25in;} 2067 @list l14:level4 2068 {mso-level-tab-stop:2.0in; 2069 mso-level-number-position:left; 2070 text-indent:-.25in;} 2071 @list l14:level5 2072 {mso-level-tab-stop:2.5in; 2073 mso-level-number-position:left; 2074 text-indent:-.25in;} 2075 @list l14:level6 2076 {mso-level-tab-stop:3.0in; 2077 mso-level-number-position:left; 2078 text-indent:-.25in;} 2079 @list l14:level7 2080 {mso-level-tab-stop:3.5in; 2081 mso-level-number-position:left; 2082 text-indent:-.25in;} 2083 @list l14:level8 2084 {mso-level-tab-stop:4.0in; 2085 mso-level-number-position:left; 2086 text-indent:-.25in;} 2087 @list l14:level9 2088 {mso-level-tab-stop:4.5in; 2089 mso-level-number-position:left; 2090 text-indent:-.25in;} 2091 @list l15 2092 {mso-list-id:2095858496; 2093 mso-list-type:hybrid; 2094 mso-list-template-ids:-2088890812 709683864 67698713 67698715 67698703 67698713 67698715 67698703 67698713 67698715;} 2095 @list l15:level1 2096 {mso-level-tab-stop:none; 2097 mso-level-number-position:left; 2098 text-indent:-.25in;} 2099 @list l15:level2 2100 {mso-level-tab-stop:1.0in; 2101 mso-level-number-position:left; 2102 text-indent:-.25in;} 2103 @list l15:level3 2104 {mso-level-tab-stop:1.5in; 2105 mso-level-number-position:left; 2106 text-indent:-.25in;} 2107 @list l15:level4 2108 {mso-level-tab-stop:2.0in; 2109 mso-level-number-position:left; 2110 text-indent:-.25in;} 2111 @list l15:level5 2112 {mso-level-tab-stop:2.5in; 2113 mso-level-number-position:left; 2114 text-indent:-.25in;} 2115 @list l15:level6 2116 {mso-level-tab-stop:3.0in; 2117 mso-level-number-position:left; 2118 text-indent:-.25in;} 2119 @list l15:level7 2120 {mso-level-tab-stop:3.5in; 2121 mso-level-number-position:left; 2122 text-indent:-.25in;} 2123 @list l15:level8 2124 {mso-level-tab-stop:4.0in; 2125 mso-level-number-position:left; 2126 text-indent:-.25in;} 2127 @list l15:level9 1949 2128 {mso-level-tab-stop:4.5in; 1950 2129 mso-level-number-position:left; … … 2075 2254 <p class=MsoNormal style='margin-left:.5in'><span style='mso-fareast-font-family: 2076 2255 "Times New Roman"'>The data tree shows contents of a GSAS-II project (which can 2077 be read or saved as a .<span class=SpellE>gpx</span> file) in a hierarchical 2078 view. Clicking on any item in the tree opens that information on the right side 2079 of the window in the "Data Editing" section, where information in 2080 that item can be viewed or edited. For example, the <a 2081 href="gsasII-pwdr.html#PWDR_Sample_Parameters">"Sample Parameters"</a> 2082 item under a ‘PWDR’ entry contains information about how data were collected, 2083 such as the sample temperature <a href="gsasII-pwdr.html#PWDR_Sample_Parameters">(see 2084 below)</a>. The arrow keys (up & down) move the selection to successive 2085 entries in the data tree; both the data window and the associated plot (if any) 2086 will change.<o:p></o:p></span></p> 2256 be read or saved as a .gpx file) in a hierarchical view. Clicking on any item 2257 in the tree opens that information on the right side of the window in the 2258 "Data Editing" section, where information in that item can be viewed 2259 or edited. For example, the <a href="gsasII-pwdr.html#PWDR_Sample_Parameters">"Sample 2260 Parameters"</a> item under a ‘PWDR’ entry contains information about how 2261 data were collected, such as the sample temperature <a 2262 href="gsasII-pwdr.html#PWDR_Sample_Parameters">(see below)</a>. The arrow keys 2263 (up & down) move the selection to successive entries in the data tree; both 2264 the data window and the associated plot (if any) will change.<o:p></o:p></span></p> 2087 2265 2088 2266 <h4 style='margin-left:.5in'><span style='mso-fareast-font-family:"Times New Roman"'>What … … 2145 2323 2146 2324 <p class=MsoNormal style='margin-left:.5in'><span style='mso-no-proof:yes'><img 2147 border=0 width=727 height=55 id="_x0000_i10 76" src=graphbar.jpg2325 border=0 width=727 height=55 id="_x0000_i1089" src=graphbar.jpg 2148 2326 alt="toolbar on plots"></span></p> 2149 2327 … … 2306 2484 2307 2485 <p class=MsoNormal style='margin-left:.9in'><span style='mso-fareast-font-family: 2308 "Times New Roman"'>Open a previously saved GSAS-II project file ({project}.<span2309 class=SpellE>gpx</span>). If you currently have a project file open, you are 2310 asked if itis OK to overwrite it; Cancel will cancel the read process. <o:p></o:p></span></p>2486 "Times New Roman"'>Open a previously saved GSAS-II project file 2487 ({project}.gpx). If you currently have a project file open, you are asked if it 2488 is OK to overwrite it; Cancel will cancel the read process. <o:p></o:p></span></p> 2311 2489 2312 2490 <p style='margin-left:.9in'>Note that as files are saved, copies of the 2313 previous version are saved as backup files, named as {project}.<span 2314 class=SpellE>bak</span>{<span class=SpellE><i>i</i></span>}.<span class=SpellE>gpx</span>, 2315 where <span class=SpellE><i>i</i></span> starts as 0 and is increased after 2316 each save operation. NB: you may open a backup .<span class=SpellE>gpx</span> 2317 file (e.g. name.bak3.gpx) to return to a previous version of your project, but 2318 if you do so, it is best to immediately use the <b'>Save As... menu command 2319 (you may wish to use <span class=SpellE>name.gpx</span> to overwrite the 2320 current version or select a new name.) If you forget specify a project name, 2321 then name.bak3 will be considered the project name and backups will then be 2322 named name.bak3.bak0.gpx, etc.</p> 2491 previous version are saved as backup files, named as {project}.bak{<i>i</i>}.gpx, 2492 where <i>i</i> starts as 0 and is increased after each save operation. NB: you 2493 may open a backup .gpx file (e.g. name.bak3.gpx) to return to a previous 2494 version of your project, but if you do so, it is best to immediately use the <b'>Save 2495 As... menu command (you may wish to use name.gpx to overwrite the current 2496 version or select a new name.) If you forget specify a project name, then 2497 name.bak3 will be considered the project name and backups will then be named 2498 name.bak3.bak0.gpx, etc.</p> 2323 2499 2324 2500 <p class=MsoNormal style='margin-left:.7in'><b><span style='mso-fareast-font-family: … … 2441 2617 2442 2618 <p class=MsoNormal style='margin-left:.9in'><span style='mso-fareast-font-family: 2443 "Times New Roman"'>This will remove an item from the data tree. A dialog box 2444 with a list of choices for histograms is presented. Be sure to remove a 2445 histogramsfrom all phases before deleting it from the tree. <o:p></o:p></span></p>2619 "Times New Roman"'>This will remove an item from the data tree. A dialog box with 2620 a list of choices for histograms is presented. Be sure to remove a histograms 2621 from all phases before deleting it from the tree. <o:p></o:p></span></p> 2446 2622 2447 2623 <p class=MsoNormal style='margin-left:.7in'><b><span style='mso-fareast-font-family: … … 2480 2656 2481 2657 <p class=MsoNormal style='margin-left:.7in'><b><span style='mso-fareast-font-family: 2482 "Times New Roman"'>View LS <span class=SpellE>parms</span></span></b><span2483 style='mso-fareast-font-family:"Times New Roman"'> <o:p></o:p></span></p>2658 "Times New Roman"'>View LS parms</span></b><span style='mso-fareast-font-family: 2659 "Times New Roman"'> <o:p></o:p></span></p> 2484 2660 2485 2661 <p class=MsoNormal style='margin-left:.9in'><span style='mso-fareast-font-family: … … 2488 2664 indicate parameters that are not refinable. The total number of refined 2489 2665 parameters is also shown at the top of the list. The value of each parameter is 2490 also given. The parameter names are of the form ‘ <span class=SpellE>p:h:name:id</span>’2491 where ‘p’ is the phase index, ‘h’ is the histogram index and ‘id’ is the item 2492 index (if needed).Indexes all begin with ‘0’ (zero). <o:p></o:p></span></p>2666 also given. The parameter names are of the form ‘p:h:name:id’ where ‘p’ is the 2667 phase index, ‘h’ is the histogram index and ‘id’ is the item index (if needed). 2668 Indexes all begin with ‘0’ (zero). <o:p></o:p></span></p> 2493 2669 2494 2670 <p style='margin-left:.9in'>Note that for atom positions, the coordinate values 2495 (named as ‘p::<span class=SpellE>A<i>w</i>:n</span>’, where p is the phase 2496 number, n is the atom number and <i>w</i> is x, y or z) is not a refinable 2497 parameter, but the shift in the value is. The refined parameters are ‘p::<span 2498 class=SpellE>A<i>w</i>:n</span>’. The reason this is done is that by treating 2499 an atom position as <span class=SpellE>x+dx,y+dy,z+dz</span> where the “d” 2500 values indicate shifts from the starting position and the shifts are refined 2501 rather than the <span class=SpellE>x,y</span>, or z values is that this 2502 simplifies symmetry constraints. As an example, suppose we have an atom on a 2503 symmetry constrained site, x,1/2-x,z. The process needed to define this 2504 constraint, so that if x moves positively y has to move negatively by the same 2505 amount would be messy. With refinement of shifts, all we need to do is 2506 constrain <span class=SpellE>dy</span> (‘0::<span class=SpellE>dAy:n</span>’) 2507 to be equal to -dx (-1*‘0::<span class=SpellE>dAx:n</span>’). </p> 2671 (named as ‘p::A<i>w</i>:n’, where p is the phase number, n is the atom number 2672 and <i>w</i> is x, y or z) is not a refinable parameter, but the shift in the 2673 value is. The refined parameters are ‘p::A<i>w</i>:n’. The reason this is done 2674 is that by treating an atom position as x+dx,y+dy,z+dz where the “d” values 2675 indicate shifts from the starting position and the shifts are refined rather 2676 than the x,y, or z values is that this simplifies symmetry constraints. As an 2677 example, suppose we have an atom on a symmetry constrained site, x,1/2-x,z. The 2678 process needed to define this constraint, so that if x moves positively y has 2679 to move negatively by the same amount would be messy. With refinement of 2680 shifts, all we need to do is constrain dy (‘0::dAy:n’) to be equal to -dx 2681 (-1*‘0::dAx:n’). </p> 2508 2682 2509 2683 <p style='margin-left:.9in'>Press the window exit button to exit this dialog … … 2529 2703 <p class=MsoNormal><span style='mso-fareast-font-family:"Times New Roman"'><span 2530 2704 style='mso-tab-count:1'> </span><span style='mso-spacerun:yes'> 2531 </span><b>Run <span class=SpellE>Fprime</span><o:p></o:p></b></span></p>2705 </span><b>Run Fprime<o:p></o:p></b></span></p> 2532 2706 2533 2707 <p class=MsoNormal style='margin-left:67.5pt'><span style='mso-fareast-font-family: 2534 "Times New Roman"'>This run the utility routine <span class=SpellE>Fprime</span>2535 that displays real and imaginary components of the x-ray form factors for user 2536 selected elements as a function of wavelength/energy. Allows an informed choice 2537 of wavelength forresonant x-ray scattering experiments<o:p></o:p></span></p>2708 "Times New Roman"'>This run the utility routine Fprime that displays real and 2709 imaginary components of the x-ray form factors for user selected elements as a 2710 function of wavelength/energy. Allows an informed choice of wavelength for 2711 resonant x-ray scattering experiments<o:p></o:p></span></p> 2538 2712 2539 2713 <p class=MsoNormal style='margin-left:.75in'><b><span style='mso-fareast-font-family: … … 2546 2720 2547 2721 <p class=MsoNormal style='margin-left:.75in'><b><span style='mso-fareast-font-family: 2548 "Times New Roman"'>Run <span class=SpellE>PlotXNFF</span><o:p></o:p></span></b></p>2722 "Times New Roman"'>Run PlotXNFF<o:p></o:p></span></b></p> 2549 2723 2550 2724 <p class=MsoNormal style='margin-left:1.0in'><span style='mso-fareast-font-family: 2551 "Times New Roman"'>This runs the utility routine <span class=SpellE>PlotXNFF</span>2552 which displays resonant (if any) neutron scattering lengths for all isotopes of 2553 a selected element. It also displays the x-ray and magnetic neutron form 2554 factors for allvalences (if any) for this element.<o:p></o:p></span></p>2725 "Times New Roman"'>This runs the utility routine PlotXNFF which displays 2726 resonant (if any) neutron scattering lengths for all isotopes of a selected 2727 element. It also displays the x-ray and magnetic neutron form factors for all 2728 valences (if any) for this element.<o:p></o:p></span></p> 2555 2729 2556 2730 <ol start=4 type=1> … … 2600 2774 2601 2775 <p class=MsoNormal style='margin-left:1.2in'><span style='mso-fareast-font-family: 2602 "Times New Roman"'>This reads one phase from a (old) GSAS experiment file (<span2603 class=SpellE>name.EXP</span>). The file name is found in a directory dialog; 2604 you can change directories as needed. Only .EXP (or .exp) file names are shown. 2605 If the selected file has more than one phase, a dialog is shown with the 2606 choices; only one can be chosen. If you want more than one, redo this command. 2607 After selecting a phase, a dialog box is shown with the proposed phase name. 2608 You canchange it if desired. <o:p></o:p></span></p>2776 "Times New Roman"'>This reads one phase from a (old) GSAS experiment file 2777 (name.EXP). The file name is found in a directory dialog; you can change 2778 directories as needed. Only .EXP (or .exp) file names are shown. If the 2779 selected file has more than one phase, a dialog is shown with the choices; only 2780 one can be chosen. If you want more than one, redo this command. After 2781 selecting a phase, a dialog box is shown with the proposed phase name. You can 2782 change it if desired. <o:p></o:p></span></p> 2609 2783 2610 2784 <p class=MsoNormal style='margin-left:.9in'><span style='mso-fareast-font-family: … … 2613 2787 <p class=MsoNormal style='margin-left:1.2in'><span style='mso-fareast-font-family: 2614 2788 "Times New Roman"'>This reads the macromolecular phase information from a 2615 Protein Data Base file (name.PDB or <span class=SpellE>name.ENT</span>). The 2616 file name is found in a directory dialog; you can change directories as needed. 2617 Only .PDB (or .<span class=SpellE>pdb</span>) or .ENT (or .<span class=SpellE>ent</span>) 2618 file names are shown. Be careful that the space group symbol on the ‘CRYST1’ 2619 record in the PDB file follows the GSAS-II conventions (e.g. with spaces 2620 between axial fields). A dialog box is shown with the proposed phase name. You 2621 can change it if desired. <o:p></o:p></span></p> 2789 Protein Data Base file (name.PDB or name.ENT). The file name is found in a 2790 directory dialog; you can change directories as needed. Only .PDB (or .pdb) or 2791 .ENT (or .ent) file names are shown. Be careful that the space group symbol on 2792 the ‘CRYST1’ record in the PDB file follows the GSAS-II conventions (e.g. with 2793 spaces between axial fields). A dialog box is shown with the proposed phase 2794 name. You can change it if desired. <o:p></o:p></span></p> 2622 2795 2623 2796 <p class=MsoNormal style='margin-left:.9in'><span style='mso-fareast-font-family: … … 2626 2799 <p class=MsoNormal style='margin-left:1.2in'><span style='mso-fareast-font-family: 2627 2800 "Times New Roman"'>This reads one phase from a Crystallographic Information 2628 File ({name}.CIF (or .<span class=SpellE>cif</span>). The file name is found in 2629 a directory dialog; you can change directories as needed. If the selected file 2630 has more than one phase, a dialog is shown with the choices; only one can be 2631 chosen. If you want more than one, redo this command. After selecting a phase, 2632 a dialog box is shown with the proposed phase name. You can change it if 2633 desired. <o:p></o:p></span></p> 2801 File ({name}.CIF (or .cif). The file name is found in a directory dialog; you 2802 can change directories as needed. If the selected file has more than one phase, 2803 a dialog is shown with the choices; only one can be chosen. If you want more 2804 than one, redo this command. After selecting a phase, a dialog box is shown 2805 with the proposed phase name. You can change it if desired. <o:p></o:p></span></p> 2634 2806 2635 2807 <p class=MsoNormal style='margin-left:.9in'><span style='mso-fareast-font-family: 2636 "Times New Roman"'>GSAS-II . <span class=SpellE>gpx</span>file <o:p></o:p></span></p>2808 "Times New Roman"'>GSAS-II .gpx file <o:p></o:p></span></p> 2637 2809 2638 2810 <p class=MsoNormal style='margin-left:1.2in'><span style='mso-fareast-font-family: 2639 "Times New Roman"'>This reads one phase from a GSAS-II project file ({name}.<span2640 class=SpellE>gpx</span>). The file name is found in a directory dialog; you can 2641 change directories as needed. If the selected file has more than one phase, a 2642 dialog is shown with the choices; If you want more than one, redo this command. 2643 After selecting a phase, a dialog box is shown with the proposed phase name. 2644 You canchange it if desired. <o:p></o:p></span></p>2811 "Times New Roman"'>This reads one phase from a GSAS-II project file 2812 ({name}.gpx). The file name is found in a directory dialog; you can change 2813 directories as needed. If the selected file has more than one phase, a dialog 2814 is shown with the choices; If you want more than one, redo this command. After 2815 selecting a phase, a dialog box is shown with the proposed phase name. You can 2816 change it if desired. <o:p></o:p></span></p> 2645 2817 2646 2818 <p class=MsoNormal style='margin-left:.9in'><span style='mso-fareast-font-family: … … 2663 2835 calibration constants (such as wavelength) and default profile parameters are 2664 2836 read from a separate file, either a (old) GSAS instrument parameter file 2665 (usually .<span class=SpellE>prm</span>, .ins or .<span class=SpellE>inst</span> 2666 extension) or a new GSAS-II .<span class=SpellE>instparm</span> file. <o:p></o:p></span></p> 2837 (usually .prm, .ins or .inst extension) or a new GSAS-II .instparm file. <o:p></o:p></span></p> 2667 2838 2668 2839 <p style='margin-left:.9in'>Note that it is possible to apply corrections to 2669 2840 the 2-theta, intensity or weight values by adding a Python command(s) to the 2670 instrument (.<span class=SpellE>instprm</span>) parameter with a variable named 2671 <span class=SpellE>CorrectionCode</span>. See the <span class=SpellE><tt><span 2672 style='font-size:10.0pt'>CorrectionCode.instprm.sample</span></tt></span> file 2841 instrument (.instprm) parameter with a variable named CorrectionCode. See the <tt><span 2842 style='font-size:10.0pt'>CorrectionCode.instprm.sample</span></tt> file 2673 2843 provided in the GSAS-II source directory for an example of how this is done. </p> 2674 2844 … … 2678 2848 <p class=MsoNormal style='margin-left:1.2in'><span style='mso-fareast-font-family: 2679 2849 "Times New Roman"'>This reads one powder pattern (histogram) from a 2680 Crystallographic Information File ({name}.CIF). The file name is found in a directory2681 di alog; you can change directories as needed. Only one .<span class=SpellE>cif</span>2682 c an be chosen. If you want more than one, redo this command. <o:p></o:p></span></p>2850 Crystallographic Information File ({name}.CIF). The file name is found in a 2851 directory dialog; you can change directories as needed. Only one .cif can be 2852 chosen. If you want more than one, redo this command. <o:p></o:p></span></p> 2683 2853 2684 2854 <p class=MsoNormal style='margin-left:.9in'><span style='mso-fareast-font-family: 2685 "Times New Roman"'>GSAS-II . <span class=SpellE>gpx</span>file <o:p></o:p></span></p>2855 "Times New Roman"'>GSAS-II .gpx file <o:p></o:p></span></p> 2686 2856 2687 2857 <p class=MsoNormal style='margin-left:1.2in'><span style='mso-fareast-font-family: 2688 2858 "Times New Roman"'>This reads powder patterns from a previously created GSAS-II 2689 <span class=SpellE>gpx</span> project file. If the selected file has more than 2690 one powder pattern, a dialog is shown with the choices; one or more can be 2691 selected. It will ask for an appropriate instrument parameter file to go with 2692 the selected powder datasets. <o:p></o:p></span></p>2859 gpx project file. If the selected file has more than one powder pattern, a 2860 dialog is shown with the choices; one or more can be selected. It will ask for 2861 an appropriate instrument parameter file to go with the selected powder data 2862 sets. <o:p></o:p></span></p> 2693 2863 2694 2864 <p class=MsoNormal style='margin-left:.9in'><span style='mso-fareast-font-family: 2695 "Times New Roman"'>GSAS . <span class=SpellE>fxye</span>files <o:p></o:p></span></p>2865 "Times New Roman"'>GSAS .fxye files <o:p></o:p></span></p> 2696 2866 2697 2867 <p class=MsoNormal style='margin-left:1.2in'><span style='mso-fareast-font-family: … … 2704 2874 2705 2875 <p class=MsoNormal style='margin-left:.9in'><span style='mso-fareast-font-family: 2706 "Times New Roman"'>TOPAS . <span class=SpellE>xye</span>files. <o:p></o:p></span></p>2876 "Times New Roman"'>TOPAS .xye files. <o:p></o:p></span></p> 2707 2877 2708 2878 <p class=MsoNormal style='margin-left:1.2in'><span style='mso-fareast-font-family: … … 2851 3021 border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt; 2852 3022 padding:0in 5.4pt 0in 5.4pt'> 2853 <p class=MsoNormal><span class=SpellE><span style='mso-bidi-font-family:Calibri; 2854 mso-bidi-theme-font:minor-latin'>soller_angle</span></span><span 2855 style='mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin'><o:p></o:p></span></p> 3023 <p class=MsoNormal><span style='mso-bidi-font-family:Calibri;mso-bidi-theme-font: 3024 minor-latin'>soller_angle<o:p></o:p></span></p> 2856 3025 </td> 2857 3026 <td width=71 valign=top style='width:53.05pt;border-top:none;border-left: … … 2867 3036 mso-border-alt:solid windowtext .5pt;padding:0in 5.4pt 0in 5.4pt'> 2868 3037 <p class=MsoNormal><span style='mso-bidi-font-family:Calibri;mso-bidi-theme-font: 2869 minor-latin'>Angular limit for divergence in equatorial plane as limited by <span2870 class=SpellE>Soller</span>collimator(s)<o:p></o:p></span></p>3038 minor-latin'>Angular limit for divergence in equatorial plane as limited by 3039 Soller collimator(s)<o:p></o:p></span></p> 2871 3040 </td> 2872 3041 </tr> … … 2898 3067 border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt; 2899 3068 padding:0in 5.4pt 0in 5.4pt'> 2900 <p class=MsoNormal><span class=SpellE><span style='mso-bidi-font-family:Calibri; 2901 mso-bidi-theme-font:minor-latin'>filament_length</span></span><span 2902 style='mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin'><o:p></o:p></span></p> 3069 <p class=MsoNormal><span style='mso-bidi-font-family:Calibri;mso-bidi-theme-font: 3070 minor-latin'>filament_length<o:p></o:p></span></p> 2903 3071 </td> 2904 3072 <td width=71 valign=top style='width:53.05pt;border-top:none;border-left: … … 2922 3090 border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt; 2923 3091 padding:0in 5.4pt 0in 5.4pt'> 2924 <p class=MsoNormal><span class=SpellE><span style='mso-bidi-font-family:Calibri; 2925 mso-bidi-theme-font:minor-latin'>sample_length</span></span><span 2926 style='mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin'><o:p></o:p></span></p> 3092 <p class=MsoNormal><span style='mso-bidi-font-family:Calibri;mso-bidi-theme-font: 3093 minor-latin'>sample_length<o:p></o:p></span></p> 2927 3094 </td> 2928 3095 <td width=71 valign=top style='width:53.05pt;border-top:none;border-left: … … 2940 3107 minor-latin'>Illuminated sample length in axial direction. <span class=grame><span 2941 3108 style='mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin'>Typically</span></span> 2942 the same as <span class=SpellE>filament_length</span>.<o:p></o:p></span></p>3109 the same as filament_length.<o:p></o:p></span></p> 2943 3110 </td> 2944 3111 </tr> … … 2947 3114 border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt; 2948 3115 padding:0in 5.4pt 0in 5.4pt'> 2949 <p class=MsoNormal><span class=SpellE><span style='mso-bidi-font-family:Calibri; 2950 mso-bidi-theme-font:minor-latin'>receiving_slit_length</span></span><span 2951 style='mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin'><o:p></o:p></span></p> 3116 <p class=MsoNormal><span style='mso-bidi-font-family:Calibri;mso-bidi-theme-font: 3117 minor-latin'>receiving_slit_length<o:p></o:p></span></p> 2952 3118 </td> 2953 3119 <td width=71 valign=top style='width:53.05pt;border-top:none;border-left: … … 2965 3131 minor-latin'>Length of the receiving slit in axial direction. <span 2966 3132 class=grame><span style='mso-bidi-font-family:Calibri;mso-bidi-theme-font: 2967 minor-latin'>Typically</span></span> the same as <span class=SpellE>filament_length</span>.<o:p></o:p></span></p>3133 minor-latin'>Typically</span></span> the same as filament_length.<o:p></o:p></span></p> 2968 3134 </td> 2969 3135 </tr> … … 2972 3138 border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt; 2973 3139 padding:0in 5.4pt 0in 5.4pt'> 2974 <p class=MsoNormal><span class=SpellE><span style='mso-bidi-font-family:Calibri; 2975 mso-bidi-theme-font:minor-latin'>LAC_cm</span></span><span style='mso-bidi-font-family: 2976 Calibri;mso-bidi-theme-font:minor-latin'><o:p></o:p></span></p> 3140 <p class=MsoNormal><span style='mso-bidi-font-family:Calibri;mso-bidi-theme-font: 3141 minor-latin'>LAC_cm<o:p></o:p></span></p> 2977 3142 </td> 2978 3143 <td width=71 valign=top style='width:53.05pt;border-top:none;border-left: … … 2997 3162 border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt; 2998 3163 padding:0in 5.4pt 0in 5.4pt'> 2999 <p class=MsoNormal><span class=SpellE><span style='mso-fareast-font-family: 3000 "Times New Roman";mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin; 3001 color:black'>sample_thickness</span></span><span style='mso-bidi-font-family: 3002 Calibri;mso-bidi-theme-font:minor-latin'><o:p></o:p></span></p> 3164 <p class=MsoNormal><span style='mso-fareast-font-family:"Times New Roman"; 3165 mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin;color:black'>sample_thickness</span><span 3166 style='mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin'><o:p></o:p></span></p> 3003 3167 </td> 3004 3168 <td width=71 valign=top style='width:53.05pt;border-top:none;border-left: … … 3022 3186 border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt; 3023 3187 padding:0in 5.4pt 0in 5.4pt'> 3024 <p class=MsoNormal><span class=SpellE><span style='mso-fareast-font-family: 3025 "Times New Roman";mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin; 3026 color:black'>convolution_steps</span></span><span style='mso-bidi-font-family: 3027 Calibri;mso-bidi-theme-font:minor-latin'><o:p></o:p></span></p> 3188 <p class=MsoNormal><span style='mso-fareast-font-family:"Times New Roman"; 3189 mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin;color:black'>convolution_steps</span><span 3190 style='mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin'><o:p></o:p></span></p> 3028 3191 </td> 3029 3192 <td width=71 valign=top style='width:53.05pt;border-top:none;border-left: … … 3048 3211 border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt; 3049 3212 padding:0in 5.4pt 0in 5.4pt'> 3050 <p class=MsoNormal><span class=SpellE><span style='mso-fareast-font-family: 3051 "Times New Roman";mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin; 3052 color:black'>source_width</span></span><span style='mso-bidi-font-family: 3053 Calibri;mso-bidi-theme-font:minor-latin'><o:p></o:p></span></p> 3213 <p class=MsoNormal><span style='mso-fareast-font-family:"Times New Roman"; 3214 mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin;color:black'>source_width</span><span 3215 style='mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin'><o:p></o:p></span></p> 3054 3216 </td> 3055 3217 <td width=71 valign=top style='width:53.05pt;border-top:none;border-left: … … 3073 3235 padding:0in 5.4pt 0in 5.4pt'> 3074 3236 <p class=MsoNormal><span style='mso-fareast-font-family:"Times New Roman"; 3075 mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin;color:black'>tube-<span 3076 class=SpellE>tails_L</span>-tail</span><span style='mso-bidi-font-family: 3077 Calibri;mso-bidi-theme-font:minor-latin'><o:p></o:p></span></p> 3237 mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin;color:black'>tube-tails_L-tail</span><span 3238 style='mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin'><o:p></o:p></span></p> 3078 3239 </td> 3079 3240 <td width=71 valign=top style='width:53.05pt;border-top:none;border-left: … … 3099 3260 padding:0in 5.4pt 0in 5.4pt'> 3100 3261 <p class=MsoNormal><span style='mso-fareast-font-family:"Times New Roman"; 3101 mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin;color:black'>tube-<span 3102 class=SpellE>tails_R</span>-tail</span><span style='mso-bidi-font-family: 3103 Calibri;mso-bidi-theme-font:minor-latin'><o:p></o:p></span></p> 3262 mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin;color:black'>tube-tails_R-tail</span><span 3263 style='mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin'><o:p></o:p></span></p> 3104 3264 </td> 3105 3265 <td width=71 valign=top style='width:53.05pt;border-top:none;border-left: … … 3125 3285 padding:0in 5.4pt 0in 5.4pt'> 3126 3286 <p class=MsoNormal><span style='mso-fareast-font-family:"Times New Roman"; 3127 mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin;color:black'>tube-<span 3128 class=SpellE>tails_rel</span>-I</span><span style='mso-bidi-font-family:Calibri; 3129 mso-bidi-theme-font:minor-latin'><o:p></o:p></span></p> 3287 mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin;color:black'>tube-tails_rel-I</span><span 3288 style='mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin'><o:p></o:p></span></p> 3130 3289 </td> 3131 3290 <td width=71 valign=top style='width:53.05pt;border-top:none;border-left: … … 3150 3309 padding:0in 5.4pt 0in 5.4pt'> 3151 3310 <p class=MsoNormal align=center style='text-align:center'><i><span 3152 style='mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin'>Point detector3153 parameter<o:p></o:p></span></i></p>3311 style='mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin'>Point 3312 detector parameter<o:p></o:p></span></i></p> 3154 3313 </td> 3155 3314 </tr> … … 3158 3317 border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt; 3159 3318 padding:0in 5.4pt 0in 5.4pt'> 3160 <p class=MsoNormal><span class=SpellE><span style='mso-fareast-font-family: 3161 "Times New Roman";mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin; 3162 color:black'>receiving_slit_width</span></span><span style='mso-fareast-font-family: 3163 "Times New Roman";mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin; 3164 color:black'><o:p></o:p></span></p> 3319 <p class=MsoNormal><span style='mso-fareast-font-family:"Times New Roman"; 3320 mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin;color:black'>receiving_slit_width<o:p></o:p></span></p> 3165 3321 </td> 3166 3322 <td width=71 valign=top style='width:53.05pt;border-top:none;border-left: … … 3230 3386 border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt; 3231 3387 padding:0in 5.4pt 0in 5.4pt'> 3232 <p class=MsoNormal><span class=SpellE><span style='mso-fareast-font-family: 3233 "Times New Roman";mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin; 3234 color:black'>src_mono_mm</span></span><span style='mso-fareast-font-family: 3235 "Times New Roman";mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin; 3236 color:black'><o:p></o:p></span></p> 3388 <p class=MsoNormal><span style='mso-fareast-font-family:"Times New Roman"; 3389 mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin;color:black'>src_mono_mm<o:p></o:p></span></p> 3237 3390 </td> 3238 3391 <td width=71 valign=top style='width:53.05pt;border-top:none;border-left: … … 3256 3409 border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt; 3257 3410 padding:0in 5.4pt 0in 5.4pt'> 3258 <p class=MsoNormal><span class=SpellE><span style='mso-fareast-font-family: 3259 "Times New Roman";mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin; 3260 color:black'>focus_mono_mm</span></span><span style='mso-fareast-font-family: 3261 "Times New Roman";mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin; 3262 color:black'><o:p></o:p></span></p> 3411 <p class=MsoNormal><span style='mso-fareast-font-family:"Times New Roman"; 3412 mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin;color:black'>focus_mono_mm<o:p></o:p></span></p> 3263 3413 </td> 3264 3414 <td width=71 valign=top style='width:53.05pt;border-top:none;border-left: … … 3286 3436 border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt; 3287 3437 padding:0in 5.4pt 0in 5.4pt'> 3288 <p class=MsoNormal><span class=SpellE><span style='mso-fareast-font-family: 3289 "Times New Roman";mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin; 3290 color:black'>passband_mistune</span></span><span style='mso-fareast-font-family: 3291 "Times New Roman";mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin; 3292 color:black'><o:p></o:p></span></p> 3438 <p class=MsoNormal><span style='mso-fareast-font-family:"Times New Roman"; 3439 mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin;color:black'>passband_mistune<o:p></o:p></span></p> 3293 3440 </td> 3294 3441 <td width=71 valign=top style='width:53.05pt;border-top:none;border-left: … … 3314 3461 border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt; 3315 3462 padding:0in 5.4pt 0in 5.4pt'> 3316 <p class=MsoNormal><span class=SpellE><span style='mso-fareast-font-family: 3317 "Times New Roman";mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin; 3318 color:black'>mono_src_proj_mn</span></span><span style='mso-fareast-font-family: 3319 "Times New Roman";mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin; 3320 color:black'><o:p></o:p></span></p> 3463 <p class=MsoNormal><span style='mso-fareast-font-family:"Times New Roman"; 3464 mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin;color:black'>mono_src_proj_mn<o:p></o:p></span></p> 3321 3465 </td> 3322 3466 <td width=71 valign=top style='width:53.05pt;border-top:none;border-left: … … 3333 3477 <p class=MsoNormal><span style='mso-fareast-font-family:"Times New Roman"; 3334 3478 mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin;color:black'>Bandwidth 3335 setting for the monochromator as set by the projection width of the <span 3336 class=SpellE>xray</span> source on the monochromator along beam direction and 3337 in the equatorial plane</span><span style='mso-bidi-font-family:Calibri; 3338 mso-bidi-theme-font:minor-latin'><o:p></o:p></span></p> 3479 setting for the monochromator as set by the projection width of the xray 3480 source on the monochromator along beam direction and in the equatorial plane</span><span 3481 style='mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin'><o:p></o:p></span></p> 3339 3482 </td> 3340 3483 </tr> … … 3343 3486 border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt; 3344 3487 padding:0in 5.4pt 0in 5.4pt'> 3345 <p class=MsoNormal><span class=SpellE><span style='mso-fareast-font-family: 3346 "Times New Roman";mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin; 3347 color:black'>passband_shoulder</span></span><span style='mso-bidi-font-family: 3348 Calibri;mso-bidi-theme-font:minor-latin'><o:p></o:p></span></p> 3488 <p class=MsoNormal><span style='mso-fareast-font-family:"Times New Roman"; 3489 mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin;color:black'>passband_shoulder</span><span 3490 style='mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin'><o:p></o:p></span></p> 3349 3491 </td> 3350 3492 <td width=71 valign=top style='width:53.05pt;border-top:none;border-left: … … 3371 3513 border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt; 3372 3514 padding:0in 5.4pt 0in 5.4pt'> 3373 <p class=MsoNormal><span class=SpellE><span style='mso-fareast-font-family: 3374 "Times New Roman";mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin; 3375 color:black'>two_theta_mono</span></span><span style='mso-fareast-font-family: 3376 "Times New Roman";mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin; 3377 color:black'><o:p></o:p></span></p> 3515 <p class=MsoNormal><span style='mso-fareast-font-family:"Times New Roman"; 3516 mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin;color:black'>two_theta_mono<o:p></o:p></span></p> 3378 3517 </td> 3379 3518 <td width=71 valign=top style='width:53.05pt;border-top:none;border-left: … … 3398 3537 border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt; 3399 3538 padding:0in 5.4pt 0in 5.4pt'> 3400 <p class=MsoNormal><span class=SpellE><span style='mso-fareast-font-family: 3401 "Times New Roman";mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin; 3402 color:black'>mono_slit_attenuation</span></span><span style='mso-fareast-font-family: 3403 "Times New Roman";mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin; 3404 color:black'><o:p></o:p></span></p> 3539 <p class=MsoNormal><span style='mso-fareast-font-family:"Times New Roman"; 3540 mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin;color:black'>mono_slit_attenuation<o:p></o:p></span></p> 3405 3541 </td> 3406 3542 <td width=71 valign=top style='width:53.05pt;border-top:none;border-left: … … 3447 3583 <p class=MsoNormal style='margin-left:1.2in'><span style='mso-fareast-font-family: 3448 3584 "Times New Roman"'>This reads squared structure factors (as F**2) and sig(F**2) 3449 from a SHELX format .<span class=SpellE>hkl</span> file. The file names are 3450 found in a directory dialog; you can change directories as needed. You must 3451 know the file contains structure factors (as F**2) as the file itself has no 3452 internal indication of this. <o:p></o:p></span></p> 3585 from a SHELX format .hkl file. The file names are found in a directory dialog; 3586 you can change directories as needed. You must know the file contains structure 3587 factors (as F**2) as the file itself has no internal indication of this. <o:p></o:p></span></p> 3453 3588 3454 3589 <p class=MsoNormal style='margin-left:.9in'><span style='mso-fareast-font-family: … … 3457 3592 <p class=MsoNormal style='margin-left:1.2in'><span style='mso-fareast-font-family: 3458 3593 "Times New Roman"'>This reads structure factors (as F) and sig(F) from a SHELX 3459 format .<span class=SpellE>hkl</span> file. The file names are found in a 3460 directory dialog; you can change directories as needed. You must know the file 3461 contains structure factors (as F values) as the file itself has no internal 3462 indication of this. <o:p></o:p></span></p> 3594 format .hkl file. The file names are found in a directory dialog; you can 3595 change directories as needed. You must know the file contains structure factors 3596 (as F values) as the file itself has no internal indication of this. <o:p></o:p></span></p> 3463 3597 3464 3598 <p class=MsoNormal style='margin-left:.9in'><span style='mso-fareast-font-family: … … 3467 3601 <p class=MsoNormal style='margin-left:1.2in'><span style='mso-fareast-font-family: 3468 3602 "Times New Roman"'>This reads structure factors (as F**2 or F) and sig(F**2 or 3469 F) from a .CIF (or .<span class=SpellE>cif</span>) or .FCF (or .<span 3470 class=SpellE>fcf</span>) format file. The file names are found in a directory 3471 dialog; you can change directories as needed. The internal structure of this 3472 file indicates in which form the structure factors are used. <o:p></o:p></span></p> 3603 F) from a .CIF (or .cif) or .FCF (or .fcf) format file. The file names are 3604 found in a directory dialog; you can change directories as needed. The internal 3605 structure of this file indicates in which form the structure factors are used. <o:p></o:p></span></p> 3473 3606 3474 3607 <p class=MsoNormal style='margin-left:.9in'><span style='mso-fareast-font-family: … … 3478 3611 "Times New Roman"'>This attempts to read one data set from a file trying the 3479 3612 formats as described above. However, since it cannot be determined if SHELX 3480 format .<span class=SpellE>hkl</span> <span class=SpellE>contaings</span> F or 3481 F**2 values, do not use this command for those files. On occasion, this command 3482 may not succeed in correctly determining a file format. If it fails, retry by 3483 selecting the correct format from the list. <o:p></o:p></span></p> 3613 format .hkl contains F or F**2 values, do not use this command for those files. 3614 On occasion, this command may not succeed in correctly determining a file 3615 format. If it fails, retry by selecting the correct format from the list. <o:p></o:p></span></p> 3484 3616 3485 3617 <p class=MsoNormal style='margin-left:.7in'><b><span style='mso-fareast-font-family: … … 3488 3620 3489 3621 <p class=MsoNormal style='margin-left:.9in'><span style='mso-fareast-font-family: 3490 "Times New Roman"'>Reads small angle scattering data from files. At present 3491 these formats are not documented; See the importer routines (file </span><tt><span 3492 style='font-size:10.0pt'>.../GSASII/imports/G2sad_xye.py</span></tt><span 3493 style='mso-fareast-font-family:"Times New Roman"'>, <a 3494 href="https://gsas-ii.readthedocs.io/en/latest/imports.html#small-angle-scattering-data-import-routines">documented 3495 here</a>) for more details. <o:p></o:p></span></p> 3622 "Times New Roman"'>Reads small angle scattering data from files. Results are 3623 placed in the GSAS-II data tree as ‘SASD file name’. The data are in ‘QIE’ form 3624 as q-stepped data of intensities and optional sig(I) as 3 (or) 2 columns. Data 3625 may be preceded by comment records. Importers are for x-ray or neutron data with 3626 q in </span><span style='font-family:"Calibri",sans-serif;mso-fareast-font-family: 3627 "Times New Roman";mso-bidi-font-family:Calibri'>Å</span><sup><span 3628 style='mso-fareast-font-family:"Times New Roman"'>-1</span></sup><span 3629 style='mso-fareast-font-family:"Times New Roman"'> or nm<sup>-1</sup>; data 3630 will be stored in </span><span style='font-family:"Calibri",sans-serif; 3631 mso-fareast-font-family:"Times New Roman";mso-bidi-font-family:Calibri'>Å</span><sup><span 3632 style='mso-fareast-font-family:"Times New Roman"'>-1</span></sup><span 3633 style='mso-fareast-font-family:"Times New Roman"'>. The data type is either ‘LXC’ 3634 or ‘LNC’<o:p></o:p></span></p> 3635 3636 <p class=MsoNormal style='margin-left:49.5pt'><b><span style='mso-fareast-font-family: 3637 "Times New Roman"'>Reflectometry Data<o:p></o:p></span></b></p> 3638 3639 <p class=MsoNormal style='margin-left:.9in'><span style='mso-fareast-font-family: 3640 "Times New Roman"'>Reads x-ray or neutron reflectometry data from files. Results 3641 are placed in the GSAS-II data tree as ‘REFD file name’. The data are in ‘QIE’ 3642 form as q-stepped data of intensities and optional sig(I) as 3 (or) 2 columns. 3643 Data may be preceded by comment records. The data type is either ‘RXC’ or ‘RNC’.<o:p></o:p></span></p> 3644 3645 <p class=MsoNormal style='margin-left:67.5pt'><span style='mso-fareast-font-family: 3646 "Times New Roman"'><o:p> </o:p></span></p> 3647 3648 <p class=MsoNormal style='margin-left:49.5pt'><b><span style='mso-fareast-font-family: 3649 "Times New Roman"'>Powder Peak Position Data<o:p></o:p></span></b></p> 3650 3651 <p class=MsoNormal style='margin-left:67.5pt'><span style='mso-fareast-font-family: 3652 "Times New Roman"'>Reads ordered peak positions as 2</span><span 3653 style='font-family:Symbol;mso-ascii-font-family:"Times New Roman";mso-fareast-font-family: 3654 "Times New Roman";mso-hansi-font-family:"Times New Roman";mso-char-type:symbol; 3655 mso-symbol-font-family:Symbol'><span style='mso-char-type:symbol;mso-symbol-font-family: 3656 Symbol'>Q</span></span><span style='mso-fareast-font-family:"Times New Roman"'> 3657 or d-spacing from .txt files. Results are placed in the GSAS-II data tree as ‘PKS 3658 file name’. The data format consists of optional comments (each line starts 3659 with ‘#’) followed by positions in a single column. If 1<sup>st</sup> position 3660 is larger than last, they are interpreted as d-spacings, otherwise as 2</span><span 3661 style='font-family:Symbol;mso-ascii-font-family:"Times New Roman";mso-fareast-font-family: 3662 "Times New Roman";mso-hansi-font-family:"Times New Roman";mso-char-type:symbol; 3663 mso-symbol-font-family:Symbol'><span style='mso-char-type:symbol;mso-symbol-font-family: 3664 Symbol'>Q</span></span><span style='mso-fareast-font-family:"Times New Roman"'>. 3665 A second column of intensities is optional.<o:p></o:p></span></p> 3496 3666 3497 3667 <ol start=5 type=1> … … 3502 3672 </ol> 3503 3673 3504 <p style='margin-left:.5in'>GSAS-II uses separate routines to write out files with3505 information inside GSAS-II. These routines can be created and customized3674 <p style='margin-left:.5in'>GSAS-II uses separate routines to write out files 3675 with information inside GSAS-II. These routines can be created and customized 3506 3676 easily. See the <a href="https://gsas-ii.readthedocs.io/en/latest/exports.html">GSAS-II 3507 3677 Export Modules section</a> of the <a href="#Programmers"><strong>Programmers … … 3613 3783 "Times New Roman"'>This window provides a place for you to enter whatever text 3614 3784 commentary you wish. Each time you enter this window, a date/time entry is 3615 provided for you. A possibly useful technique is to select a portion of the <span 3616 class=SpellE>project.lst</span> file after a refinement completes (it will 3617 contain refinement results with residuals, new values & <span class=SpellE>esds</span>) 3618 and paste it into this Notebook window so it becomes a part of your project 3619 file.</span> </p> 3785 provided for you. A possibly useful technique is to select a portion of the 3786 project.lst file after a refinement completes (it will contain refinement 3787 results with residuals, new values & esds) and paste it into this Notebook 3788 window so it becomes a part of your project file.</span> </p> 3620 3789 3621 3790 <h5 style='margin-left:.5in'><span style='mso-fareast-font-family:"Times New Roman"'>What … … 3651 3820 3652 3821 <p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto; 3653 margin-left:1.0in;text-indent:-.25in;mso-list:l 7level1 lfo2;tab-stops:list .5in'><![if !supportLists]><span3822 margin-left:1.0in;text-indent:-.25in;mso-list:l9 level1 lfo2;tab-stops:list .5in'><![if !supportLists]><span 3654 3823 style='font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:Symbol; 3655 3824 mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol'><span … … 3664 3833 3665 3834 <p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto; 3666 margin-left:1.0in;text-indent:-.25in;mso-list:l 7level1 lfo2;tab-stops:list .5in'><![if !supportLists]><span3835 margin-left:1.0in;text-indent:-.25in;mso-list:l9 level1 lfo2;tab-stops:list .5in'><![if !supportLists]><span 3667 3836 style='font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:Symbol; 3668 3837 mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol'><span 3669 3838 style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'> 3670 3839 </span></span></span><![endif]><span style='mso-fareast-font-family:"Times New Roman"'>analytic 3671 Jacobian: This uses a <span class=SpellE>numpy</span>-provided <span 3672 class=SpellE><i>leastsq</i></span> minimizer, which not applicable for problem 3673 with a large number of histograms as it requires much more memory than the Hessian 3674 routines. This because it creates a Jacobian matrix that is shaped N x M (N 3675 parameters x M observations) while the Hessian methods create a Jacobian matrix 3676 only each histogram. <o:p></o:p></span></p> 3840 Jacobian: This uses a numpy-provided <i>leastsq</i> minimizer, which not 3841 applicable for problem with a large number of histograms as it requires much 3842 more memory than the Hessian routines. This because it creates a Jacobian 3843 matrix that is shaped N x M (N parameters x M observations) while the Hessian 3844 methods create a Jacobian matrix only each histogram. <o:p></o:p></span></p> 3677 3845 3678 3846 <p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto; 3679 margin-left:1.0in;text-indent:-.25in;mso-list:l 7level1 lfo2;tab-stops:list .5in'><![if !supportLists]><span3847 margin-left:1.0in;text-indent:-.25in;mso-list:l9 level1 lfo2;tab-stops:list .5in'><![if !supportLists]><span 3680 3848 style='font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:Symbol; 3681 3849 mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol'><span 3682 3850 style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'> 3683 3851 </span></span></span><![endif]><span style='mso-fareast-font-family:"Times New Roman"'>numeric: 3684 This also uses the <span class=SpellE>numpy</span> <span class=SpellE><i>leastsq</i></span>3685 minimizer, and is also not applicable for larger problems. Unlike, the 3686 "analytic Jacobian", numerical derivatives are computed rather than 3687 use the analytical derivatives that are coded directly into GSAS-II. This will3688 be slower than the analytical derivatives and will is often less accurate which 3689 results in slower convergence. <i>It is typically used for code development to 3690 check the accuracyof the analytical derivative formulations. </i><o:p></o:p></span></p>3852 This also uses the numpy <i>leastsq</i> minimizer, and is also not applicable 3853 for larger problems. Unlike, the "analytic Jacobian", numerical 3854 derivatives are computed rather than use the analytical derivatives that are 3855 coded directly into GSAS-II. This will be slower than the analytical 3856 derivatives and will is often less accurate which results in slower 3857 convergence. <i>It is typically used for code development to check the accuracy 3858 of the analytical derivative formulations. </i><o:p></o:p></span></p> 3691 3859 3692 3860 <p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto; 3693 margin-left:1.0in;text-indent:-.25in;mso-list:l 7level1 lfo2;tab-stops:list .5in'><![if !supportLists]><span3861 margin-left:1.0in;text-indent:-.25in;mso-list:l9 level1 lfo2;tab-stops:list .5in'><![if !supportLists]><span 3694 3862 style='font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:Symbol; 3695 3863 mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol'><span … … 3703 3871 <p class=MsoNormal style='margin-left:.5in'><span style='mso-fareast-font-family: 3704 3872 "Times New Roman"'>Note that the Jacobian refinement tools are the Fortran 3705 MINPACK <span class=SpellE><i>lmdif</i></span> and <span class=SpellE><i>lmder</i></span> 3706 algorithms wrapped in python as provided in the <span class=SpellE>Scipy</span> 3707 package. The Hessian routines were developed for GSAS-II based on routines in <span 3708 class=SpellE>numpy</span> and <span class=SpellE>scipy</span> and using the 3709 material in Numerical Recipes (Press, Flannery, <span class=SpellE>Teulosky</span> 3710 & <span class=SpellE>Vetterling</span>) for the Levenberg-Marquardt. The 3711 purpose is to minimize the sum of the squares of M nonlinear functions in N 3712 variables by a modification of the Levenberg-Marquardt algorithm. The <span 3713 class=SpellE>lmdif</span> and <span class=SpellE>lmder</span> routines were 3714 written by Burton S. <span class=SpellE>Garbow</span>, Kenneth E. <span 3715 class=SpellE>Hillstrom</span>, Jorge J. More (Argonne National Laboratory, 3716 1980). <o:p></o:p></span></p> 3873 MINPACK <i>lmdif</i> and <i>lmder</i> algorithms wrapped in python as provided 3874 in the Scipy package. The Hessian routines were developed for GSAS-II based on 3875 routines in numpy and scipy and using the material in Numerical Recipes (Press, 3876 Flannery, Teulosky & Vetterling) for the Levenberg-Marquardt. The purpose 3877 is to minimize the sum of the squares of M nonlinear functions in N variables 3878 by a modification of the Levenberg-Marquardt algorithm. The lmdif and lmder 3879 routines were written by Burton S. Garbow, Kenneth E. Hillstrom, Jorge J. More 3880 (Argonne National Laboratory, 1980). <o:p></o:p></span></p> 3717 3881 3718 3882 <p class=MsoNormal style='margin-left:1.0in'><b><span style='mso-fareast-font-family: … … 3722 3886 <p class=MsoNormal style='margin-left:.5in'><span style='mso-fareast-font-family: 3723 3887 "Times New Roman"'>A refinement will stop when the change in the minimization 3724 function (M=Σ[w(Io-<span class=SpellE>Ic</span>)<sup>2</sup>]) is less than 3725 this value. The allowed range is 10<sup>-9</sup> to 1.0, with a default of 3726 0.001. A value of 1.0 stops the refinement after a single cycle. Values less 3727 than 10<sup>-4</sup> cause refinements to continue even if there is no 3728 meaningful improvement. <o:p></o:p></span></p> 3888 function (M=Σ[w(Io-Ic)<sup>2</sup>]) is less than this value. The allowed range 3889 is 10<sup>-9</sup> to 1.0, with a default of 0.001. A value of 1.0 stops the 3890 refinement after a single cycle. Values less than 10<sup>-4</sup> cause 3891 refinements to continue even if there is no meaningful improvement. <o:p></o:p></span></p> 3729 3892 3730 3893 <p class=MsoNormal style='margin-left:1.0in'><b><span style='mso-fareast-font-family: … … 3842 4005 3843 4006 <p class=MsoNormal style='margin-left:.5in'><span style='mso-fareast-font-family: 3844 "Times New Roman"'>Normally, in a sequential histograms are fit in the order they3845 are in the data tree (which can be reordered by dragging tree items), but when 3846 this option is selected, the sequential fit is performed with the last tree 3847 entry first. <o:p></o:p></span></p>4007 "Times New Roman"'>Normally, in a sequential histograms are fit in the order 4008 they are in the data tree (which can be reordered by dragging tree items), but 4009 when this option is selected, the sequential fit is performed with the last 4010 tree entry first. <o:p></o:p></span></p> 3848 4011 3849 4012 <p class=MsoNormal style='margin-left:1.0in'><b><span style='mso-fareast-font-family: … … 3905 4068 3906 4069 <p style='margin-left:1.0in'>Move the mouse cursor across the plot. If on a 3907 diagonal cell, the parameter name, value and <span class=SpellE>esd</span> is3908 shown both as a tool tip and in the right-hand portion of the status bar. If 3909 the cursor is off the diagonal, the two parameter names and their covariance 3910 are shown in the tooltip and the status bar. </p>4070 diagonal cell, the parameter name, value and esd is shown both as a tool tip 4071 and in the right-hand portion of the status bar. If the cursor is off the 4072 diagonal, the two parameter names and their covariance are shown in the tool 4073 tip and the status bar. </p> 3911 4074 3912 4075 <p style='margin-left:1.0in'>Use the Zoom and Pan buttons to focus on some … … 3915 4078 <p style='margin-left:1.0in'>Press ‘s’ – A color scheme selection dialog is 3916 4079 shown. Select a color scheme and press OK, the new color scheme will be 3917 plotted. The default is ‘ <span class=SpellE>RdYlGn</span>’. </p>4080 plotted. The default is ‘RdYlGn’. </p> 3918 4081 3919 4082 <p style='margin-left:1.0in'>Press ‘p’ – Saves the covariance values in a text … … 3932 4095 3933 4096 <p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto; 3934 margin-left:1.25in;text-indent:-.25in;mso-list:l 2level1 lfo3;tab-stops:list .5in'><![if !supportLists]><span4097 margin-left:1.25in;text-indent:-.25in;mso-list:l1 level1 lfo3;tab-stops:list .5in'><![if !supportLists]><span 3935 4098 style='font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:Symbol; 3936 4099 mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol'><span … … 3943 4106 3944 4107 <p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto; 3945 margin-left:1.25in;text-indent:-.25in;mso-list:l 2level1 lfo3;tab-stops:list .5in'><![if !supportLists]><span4108 margin-left:1.25in;text-indent:-.25in;mso-list:l1 level1 lfo3;tab-stops:list .5in'><![if !supportLists]><span 3946 4109 style='font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:Symbol; 3947 4110 mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol'><span … … 3955 4118 3956 4119 <p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto; 3957 margin-left:1.25in;text-indent:-.25in;mso-list:l 2level1 lfo3;tab-stops:list .5in'><![if !supportLists]><span4120 margin-left:1.25in;text-indent:-.25in;mso-list:l1 level1 lfo3;tab-stops:list .5in'><![if !supportLists]><span 3958 4121 style='font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:Symbol; 3959 4122 mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol'><span … … 3966 4129 quantities that can be dependent on both the phase properties and the sample or 3967 4130 dataset used for the measurement. Examples include phase fractions and 3968 sample-broadening coefficients such as <span class=SpellE>microstrain</span> 3969 and crystallite size. <o:p></o:p></span></p> 4131 sample-broadening coefficients such as microstrain and crystallite size. <o:p></o:p></span></p> 3970 4132 3971 4133 <p class=MsoNormal style='margin-left:.5in'>The following types of constraints … … 4048 4210 4049 4211 <p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto; 4050 margin-left:1.25in;text-indent:-.25in;mso-list:l 5level1 lfo4;tab-stops:list .5in'><![if !supportLists]><span4212 margin-left:1.25in;text-indent:-.25in;mso-list:l6 level1 lfo4;tab-stops:list .5in'><![if !supportLists]><span 4051 4213 style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>1.<span 4052 4214 style='font:7.0pt "Times New Roman"'> </span></span></span><![endif]><span … … 4055 4217 4056 4218 <p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto; 4057 margin-left:1.25in;text-indent:-.25in;mso-list:l 5level1 lfo4;tab-stops:list .5in'><![if !supportLists]><span4219 margin-left:1.25in;text-indent:-.25in;mso-list:l6 level1 lfo4;tab-stops:list .5in'><![if !supportLists]><span 4058 4220 style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>2.<span 4059 4221 style='font:7.0pt "Times New Roman"'> </span></span></span><![endif]><span … … 4062 4224 4063 4225 <p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto; 4064 margin-left:1.75in;text-indent:-.25in;mso-list:l 5level2 lfo4;tab-stops:list 1.0in'><![if !supportLists]><span4226 margin-left:1.75in;text-indent:-.25in;mso-list:l6 level2 lfo4;tab-stops:list 1.0in'><![if !supportLists]><span 4065 4227 style='font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:"Courier New"; 4066 4228 mso-fareast-font-family:"Courier New"'><span style='mso-list:Ignore'>o<span … … 4074 4236 4075 4237 <p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto; 4076 margin-left:1.75in;text-indent:-.25in;mso-list:l 5level2 lfo4;tab-stops:list 1.0in'><![if !supportLists]><span4238 margin-left:1.75in;text-indent:-.25in;mso-list:l6 level2 lfo4;tab-stops:list 1.0in'><![if !supportLists]><span 4077 4239 style='font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:"Courier New"; 4078 4240 mso-fareast-font-family:"Courier New"'><span style='mso-list:Ignore'>o<span … … 4089 4251 4090 4252 <p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto; 4091 margin-left:1.75in;text-indent:-.25in;mso-list:l 5level2 lfo4;tab-stops:list 1.0in'><![if !supportLists]><span4253 margin-left:1.75in;text-indent:-.25in;mso-list:l6 level2 lfo4;tab-stops:list 1.0in'><![if !supportLists]><span 4092 4254 style='font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:"Courier New"; 4093 4255 mso-fareast-font-family:"Courier New"'><span style='mso-list:Ignore'>o<span … … 4105 4267 4106 4268 <p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto; 4107 margin-left:1.75in;text-indent:-.25in;mso-list:l 5level2 lfo4;tab-stops:list 1.0in'><![if !supportLists]><span4269 margin-left:1.75in;text-indent:-.25in;mso-list:l6 level2 lfo4;tab-stops:list 1.0in'><![if !supportLists]><span 4108 4270 style='font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:"Courier New"; 4109 4271 mso-fareast-font-family:"Courier New"'><span style='mso-list:Ignore'>o<span … … 4118 4280 4119 4281 <p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto; 4120 margin-left:1.75in;text-indent:-.25in;mso-list:l 5level2 lfo4;tab-stops:list 1.0in'><![if !supportLists]><span4282 margin-left:1.75in;text-indent:-.25in;mso-list:l6 level2 lfo4;tab-stops:list 1.0in'><![if !supportLists]><span 4121 4283 style='font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:"Courier New"; 4122 4284 mso-fareast-font-family:"Courier New"'><span style='mso-list:Ignore'>o<span … … 4129 4291 4130 4292 <p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto; 4131 margin-left:1.75in;text-indent:-.25in;mso-list:l 5level2 lfo4;tab-stops:list 1.0in'><![if !supportLists]><span4293 margin-left:1.75in;text-indent:-.25in;mso-list:l6 level2 lfo4;tab-stops:list 1.0in'><![if !supportLists]><span 4132 4294 style='font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:"Courier New"; 4133 4295 mso-fareast-font-family:"Courier New"'><span style='mso-list:Ignore'>o<span … … 4142 4304 4143 4305 <p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto; 4144 margin-left:1.5in;text-indent:-.25in;mso-list:l 1level1 lfo5;tab-stops:list .5in'><![if !supportLists]><span4306 margin-left:1.5in;text-indent:-.25in;mso-list:l0 level1 lfo5;tab-stops:list .5in'><![if !supportLists]><span 4145 4307 style='font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:Symbol; 4146 4308 mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol'><span … … 4152 4314 4153 4315 <p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto; 4154 margin-left:1.5in;text-indent:-.25in;mso-list:l 1level1 lfo5;tab-stops:list .5in'><![if !supportLists]><span4316 margin-left:1.5in;text-indent:-.25in;mso-list:l0 level1 lfo5;tab-stops:list .5in'><![if !supportLists]><span 4155 4317 style='font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:Symbol; 4156 4318 mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol'><span 4157 4319 style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'> 4158 4320 </span></span></span><![endif]><b><span style='mso-fareast-font-family:"Times New Roman"'>Show 4159 Warnings </span></b><span style='mso-fareast-font-family:"Times New Roman"'>: this4160 button will be active if correctable problems are encountered in processing the 4161 constraints, such as a constraint being rejected because a parameter is not 4162 varied. These warning may indicate that the choice of which parameters will be 4163 refined is not what was planned. <o:p></o:p></span></p>4321 Warnings </span></b><span style='mso-fareast-font-family:"Times New Roman"'>: 4322 this button will be active if correctable problems are encountered in 4323 processing the constraints, such as a constraint being rejected because a 4324 parameter is not varied. These warning may indicate that the choice of which 4325 parameters will be refined is not what was planned. <o:p></o:p></span></p> 4164 4326 4165 4327 <p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto; 4166 margin-left:1.5in;text-indent:-.25in;mso-list:l 1level1 lfo5;tab-stops:list .5in'><![if !supportLists]><span4328 margin-left:1.5in;text-indent:-.25in;mso-list:l0 level1 lfo5;tab-stops:list .5in'><![if !supportLists]><span 4167 4329 style='font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:Symbol; 4168 4330 mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol'><span … … 4177 4339 4178 4340 <p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto; 4179 margin-left:1.5in;text-indent:-.25in;mso-list:l 1level1 lfo5;tab-stops:list .5in'><![if !supportLists]><span4341 margin-left:1.5in;text-indent:-.25in;mso-list:l0 level1 lfo5;tab-stops:list .5in'><![if !supportLists]><span 4180 4342 style='font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:Symbol; 4181 4343 mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol'><span … … 4192 4354 on constraints <a href="#Constraints">(above)</a> applies to sequential 4193 4355 refinements, the sequential refinement is performed by fitting each histogram 4194 individually and this affects how constraints are defined and processed for 4195 parameters keyed to a particular constraint number. When sequential refinement 4196 is selected (via the <a href="#Controls">Controls tree item</a>), it becomes 4197 possible to define constraints of form "<tt><i><span style='font-size: 4198 10.0pt'>p</span></i></tt>:*:<tt><i><span style='font-size:10.0pt'>name</span></i></tt>" 4199 and ":*:<tt><i><span style='font-size:10.0pt'>name</span></i></tt>" 4200 (where "<tt><i><span style='font-size:10.0pt'>p</span></i></tt>" is a 4201 phase number and <tt><i><span style='font-size:10.0pt'>name</span></i></tt> is 4202 a parameter name). The "*" here is called a wildcard and in a 4203 constraint or equivalence will cause that to be used for every histogram in 4204 turn. </p> 4356 individually and this affects how constraints are defined and processed for parameters 4357 keyed to a particular constraint number. When sequential refinement is selected 4358 (via the <a href="#Controls">Controls tree item</a>), it becomes possible to 4359 define constraints of form "<tt><i><span style='font-size:10.0pt'>p</span></i></tt>:*:<tt><i><span 4360 style='font-size:10.0pt'>name</span></i></tt>" and ":*:<tt><i><span 4361 style='font-size:10.0pt'>name</span></i></tt>" (where "<tt><i><span 4362 style='font-size:10.0pt'>p</span></i></tt>" is a phase number and <tt><i><span 4363 style='font-size:10.0pt'>name</span></i></tt> is a parameter name). The 4364 "*" here is called a wildcard and in a constraint or equivalence will 4365 cause that to be used for every histogram in turn. </p> 4205 4366 4206 4367 <p class=MsoNormal style='margin-left:.75in'> </p> … … 4271 4432 4272 4433 <p class=MsoListParagraphCxSpFirst style='margin-left:1.0in;mso-add-space:auto; 4273 text-indent:-.25in;mso-list:l 4level1 lfo6'><![if !supportLists]><span4434 text-indent:-.25in;mso-list:l5 level1 lfo6'><![if !supportLists]><span 4274 4435 style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>1.<span 4275 4436 style='font:7.0pt "Times New Roman"'> </span></span></span><![endif]><span … … 4279 4440 4280 4441 <p class=MsoListParagraphCxSpMiddle style='margin-left:1.0in;mso-add-space: 4281 auto;text-indent:-.25in;mso-list:l 4level1 lfo6'><![if !supportLists]><span4442 auto;text-indent:-.25in;mso-list:l5 level1 lfo6'><![if !supportLists]><span 4282 4443 style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>2.<span 4283 4444 style='font:7.0pt "Times New Roman"'> </span></span></span><![endif]><span … … 4288 4449 4289 4450 <p class=MsoListParagraphCxSpMiddle style='margin-left:1.0in;mso-add-space: 4290 auto;text-indent:-.25in;mso-list:l 4level1 lfo6'><![if !supportLists]><span4451 auto;text-indent:-.25in;mso-list:l5 level1 lfo6'><![if !supportLists]><span 4291 4452 style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>3.<span 4292 4453 style='font:7.0pt "Times New Roman"'> </span></span></span><![endif]><span … … 4295 4456 4296 4457 <p class=MsoListParagraphCxSpMiddle style='margin-left:1.0in;mso-add-space: 4297 auto;text-indent:-.25in;mso-list:l 4level1 lfo6'><![if !supportLists]><span4458 auto;text-indent:-.25in;mso-list:l5 level1 lfo6'><![if !supportLists]><span 4298 4459 style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>4.<span 4299 4460 style='font:7.0pt "Times New Roman"'> </span></span></span><![endif]><span … … 4302 4463 4303 4464 <p class=MsoListParagraphCxSpMiddle style='margin-left:1.0in;mso-add-space: 4304 auto;text-indent:-.25in;mso-list:l 4level1 lfo6'><![if !supportLists]><span4465 auto;text-indent:-.25in;mso-list:l5 level1 lfo6'><![if !supportLists]><span 4305 4466 style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>5.<span 4306 4467 style='font:7.0pt "Times New Roman"'> </span></span></span><![endif]><span 4307 4468 style='mso-fareast-font-family:"Times New Roman"'>You can examine the table of 4308 4469 restraints and change individual values; grayed out regions cannot be changed. 4309 The ‘calc’ values are determined from the atom positions in your structure, ‘<span4310 class=SpellE>obs</span>’ values are the target values for the restraint and ‘<span 4311 class=SpellE>esd</span>’ is the uncertainty used to weight the restraint inthe4312 refinement (multiplied by theweight factor).<o:p></o:p></span></p>4470 The ‘calc’ values are determined from the atom positions in your structure, 4471 ‘obs’ values are the target values for the restraint and ‘esd’ is the 4472 uncertainty used to weight the restraint in the refinement (multiplied by the 4473 weight factor).<o:p></o:p></span></p> 4313 4474 4314 4475 <p class=MsoListParagraphCxSpMiddle style='margin-left:1.0in;mso-add-space: 4315 auto;text-indent:-.25in;mso-list:l 4level1 lfo6'><![if !supportLists]><span4476 auto;text-indent:-.25in;mso-list:l5 level1 lfo6'><![if !supportLists]><span 4316 4477 style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>6.<span 4317 4478 style='font:7.0pt "Times New Roman"'> </span></span></span><![endif]><span … … 4321 4482 4322 4483 <p class=MsoListParagraphCxSpMiddle style='margin-left:1.5in;mso-add-space: 4323 auto;text-indent:-.25in;mso-list:l 4level2 lfo6'><![if !supportLists]><span4484 auto;text-indent:-.25in;mso-list:l5 level2 lfo6'><![if !supportLists]><span 4324 4485 style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>a.<span 4325 4486 style='font:7.0pt "Times New Roman"'> </span></span></span><![endif]><b … … 4331 4492 4332 4493 <p class=MsoListParagraphCxSpMiddle style='margin-left:1.5in;mso-add-space: 4333 auto;text-indent:-.25in;mso-list:l 4level2 lfo6'><![if !supportLists]><span4494 auto;text-indent:-.25in;mso-list:l5 level2 lfo6'><![if !supportLists]><span 4334 4495 style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>b.<span 4335 4496 style='font:7.0pt "Times New Roman"'> </span></span></span><![endif]><b … … 4338 4499 this takes you through a sequence of dialog boxes which ask for the identities 4339 4500 of the atoms involved in the restraint and the value to be assigned to the 4340 restraint. The <span class=SpellE>esd</span> is given a default value which can4341 be changed after therestraints are created.<o:p></o:p></span></p>4501 restraint. The esd is given a default value which can be changed after the 4502 restraints are created.<o:p></o:p></span></p> 4342 4503 4343 4504 <p class=MsoListParagraphCxSpMiddle style='margin-left:1.5in;mso-add-space: 4344 auto;text-indent:-.25in;mso-list:l 4level2 lfo6'><![if !supportLists]><span4505 auto;text-indent:-.25in;mso-list:l5 level2 lfo6'><![if !supportLists]><span 4345 4506 style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>c.<span 4346 4507 style='font:7.0pt "Times New Roman"'> </span></span></span><![endif]><b … … 4349 4510 – if the phase is a ‘macromolecule’ then develop the restraints from a selected 4350 4511 ‘macro’ file based on those used in GSAS for this purpose. A file dialog box is 4351 shown directed to /<span class=SpellE>GSASIImacros</span>; be sure to select 4352 the correct file.<o:p></o:p></span></p> 4512 shown directed to /GSASIImacros; be sure to select the correct file.<o:p></o:p></span></p> 4353 4513 4354 4514 <p class=MsoListParagraphCxSpMiddle style='margin-left:1.5in;mso-add-space: 4355 auto;text-indent:-.25in;mso-list:l 4level2 lfo6'><![if !supportLists]><span4515 auto;text-indent:-.25in;mso-list:l5 level2 lfo6'><![if !supportLists]><span 4356 4516 style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>d.<span 4357 4517 style='font:7.0pt "Times New Roman"'> </span></span></span><![endif]><b … … 4371 4531 4372 4532 <p class=MsoListParagraphCxSpMiddle style='margin-left:1.5in;mso-add-space: 4373 auto;text-indent:-.25in;mso-list:l 4level2 lfo6'><![if !supportLists]><span4533 auto;text-indent:-.25in;mso-list:l5 level2 lfo6'><![if !supportLists]><span 4374 4534 style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>e.<span 4375 4535 style='font:7.0pt "Times New Roman"'> </span></span></span><![endif]><b 4376 4536 style='mso-bidi-font-weight:normal'><span style='mso-fareast-font-family:"Times New Roman"'>Change 4377 4537 value</span></b><span style='mso-fareast-font-family:"Times New Roman"'> – this 4378 changes the ‘ <span class=SpellE>obsd</span>’ value for selected restraints; a4379 dialog box will appearasking for the new value. <o:p></o:p></span></p>4538 changes the ‘obsd’ value for selected restraints; a dialog box will appear 4539 asking for the new value. <o:p></o:p></span></p> 4380 4540 4381 4541 <p class=MsoListParagraphCxSpMiddle style='margin-left:1.5in;mso-add-space: 4382 auto;text-indent:-.25in;mso-list:l 4level2 lfo6'><![if !supportLists]><span4542 auto;text-indent:-.25in;mso-list:l5 level2 lfo6'><![if !supportLists]><span 4383 4543 style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>f.<span 4384 4544 style='font:7.0pt "Times New Roman"'> 4385 4545 </span></span></span><![endif]><b style='mso-bidi-font-weight:normal'><span 4386 style='mso-fareast-font-family:"Times New Roman"'>Change <span class=SpellE>esd</span></span></b><span4387 style='mso-fareast-font-family:"Times New Roman"'> – this changes the ‘ <span4388 class=SpellE>esd</span>’ value for selected restraints; a dialog box will 4389 appear asking for the newvalue.<o:p></o:p></span></p>4546 style='mso-fareast-font-family:"Times New Roman"'>Change esd</span></b><span 4547 style='mso-fareast-font-family:"Times New Roman"'> – this changes the ‘esd’ 4548 value for selected restraints; a dialog box will appear asking for the new 4549 value.<o:p></o:p></span></p> 4390 4550 4391 4551 <p class=MsoListParagraphCxSpLast style='margin-left:1.5in;mso-add-space:auto; 4392 text-indent:-.25in;mso-list:l 4level2 lfo6'><![if !supportLists]><span4552 text-indent:-.25in;mso-list:l5 level2 lfo6'><![if !supportLists]><span 4393 4553 style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>g.<span 4394 4554 style='font:7.0pt "Times New Roman"'> </span></span></span><![endif]><b … … 4413 4573 4414 4574 <p class=MsoListParagraphCxSpFirst style='margin-left:1.0in;mso-add-space:auto; 4415 text-indent:-.25in;mso-list:l1 0level1 lfo7'><![if !supportLists]><span4575 text-indent:-.25in;mso-list:l12 level1 lfo7'><![if !supportLists]><span 4416 4576 style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>1.<span 4417 4577 style='font:7.0pt "Times New Roman"'> </span></span></span><![endif]><span … … 4422 4582 4423 4583 <p class=MsoListParagraphCxSpMiddle style='margin-left:1.0in;mso-add-space: 4424 auto;text-indent:-.25in;mso-list:l1 0level1 lfo7'><![if !supportLists]><span4584 auto;text-indent:-.25in;mso-list:l12 level1 lfo7'><![if !supportLists]><span 4425 4585 style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>2.<span 4426 4586 style='font:7.0pt "Times New Roman"'> </span></span></span><![endif]><span … … 4430 4590 4431 4591 <p class=MsoListParagraphCxSpMiddle style='margin-left:1.5in;mso-add-space: 4432 auto;text-indent:-.25in;mso-list:l1 0level2 lfo7'><![if !supportLists]><b4592 auto;text-indent:-.25in;mso-list:l12 level2 lfo7'><![if !supportLists]><b 4433 4593 style='mso-bidi-font-weight:normal'><span style='mso-fareast-font-family:"Times New Roman"'><span 4434 4594 style='mso-list:Ignore'>a.<span style='font:7.0pt "Times New Roman"'> … … 4443 4603 4444 4604 <p class=MsoListParagraphCxSpMiddle style='margin-left:1.5in;mso-add-space: 4445 auto;text-indent:-.25in;mso-list:l1 0level2 lfo7'><![if !supportLists]><span4605 auto;text-indent:-.25in;mso-list:l12 level2 lfo7'><![if !supportLists]><span 4446 4606 style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>b.<span 4447 4607 style='font:7.0pt "Times New Roman"'> </span></span></span><![endif]><b … … 4453 4613 4454 4614 <p class=MsoListParagraphCxSpMiddle style='margin-left:1.5in;mso-add-space: 4455 auto;text-indent:-.25in;mso-list:l1 0level2 lfo7'><![if !supportLists]><span4615 auto;text-indent:-.25in;mso-list:l12 level2 lfo7'><![if !supportLists]><span 4456 4616 style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>c.<span 4457 4617 style='font:7.0pt "Times New Roman"'> </span></span></span><![endif]><b … … 4465 4625 4466 4626 <p class=MsoListParagraphCxSpMiddle style='margin-left:1.5in;mso-add-space: 4467 auto;text-indent:-.25in;mso-list:l1 0level2 lfo7'><![if !supportLists]><span4627 auto;text-indent:-.25in;mso-list:l12 level2 lfo7'><![if !supportLists]><span 4468 4628 style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>d.<span 4469 4629 style='font:7.0pt "Times New Roman"'> </span></span></span><![endif]><b … … 4471 4631 residues</span></b><span style='mso-fareast-font-family:"Times New Roman"'> – 4472 4632 (Residue rigid bodies) this reads a predetermined macro file that contains 4473 standard (<span class=SpellE>Engh</span> & Huber) coordinates for the amino 4474 acids found in natural proteins along with predetermined variable torsion angle 4475 definitions.<o:p></o:p></span></p> 4633 standard (Engh & Huber) coordinates for the amino acids found in natural 4634 proteins along with predetermined variable torsion angle definitions.<o:p></o:p></span></p> 4476 4635 4477 4636 <p class=MsoListParagraphCxSpMiddle style='margin-left:1.0in;mso-add-space: 4478 auto;text-indent:-.25in;mso-list:l1 0level1 lfo7'><![if !supportLists]><span4637 auto;text-indent:-.25in;mso-list:l12 level1 lfo7'><![if !supportLists]><span 4479 4638 style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>3.<span 4480 4639 style='font:7.0pt "Times New Roman"'> </span></span></span><![endif]><span … … 4484 4643 4485 4644 <p class=MsoListParagraphCxSpLast style='margin-left:1.0in;mso-add-space:auto; 4486 text-indent:-.25in;mso-list:l1 0level1 lfo7'><![if !supportLists]><span4645 text-indent:-.25in;mso-list:l12 level1 lfo7'><![if !supportLists]><span 4487 4646 style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>4.<span 4488 4647 style='font:7.0pt "Times New Roman"'> </span></span></span><![endif]><span … … 4498 4657 use the Calculate/Sequential refine menu command to run the refinement.) When 4499 4658 this is selected, the window tabulates the sequential refinement results. The 4500 columns are the parameter names; the naming convention is ‘ <span class=SpellE>p:h:name:n</span>’4501 where ‘p’ is the phase number,’ h’ is the histogram number, ‘name’ is the 4502 parameter name, and ‘n’ (if needed) is the item number (e.g. atom number). The4503 rows arethe data sets used in the sequential refinement.</p>4659 columns are the parameter names; the naming convention is ‘p:h:name:n’ where 4660 ‘p’ is the phase number,’ h’ is the histogram number, ‘name’ is the parameter 4661 name, and ‘n’ (if needed) is the item number (e.g. atom number). The rows are 4662 the data sets used in the sequential refinement.</p> 4504 4663 4505 4664 <h5 style='margin-left:.5in'><span style='mso-fareast-font-family:"Times New Roman"'>What 4506 4665 can I do here?<o:p></o:p></span></h5> 4507 4666 4508 <h5 style='margin-left:1.25in;text-indent:-.25in;mso-list:l 9level1 lfo8'><![if !supportLists]><span4667 <h5 style='margin-left:1.25in;text-indent:-.25in;mso-list:l11 level1 lfo8'><![if !supportLists]><span 4509 4668 style='mso-fareast-font-family:"Times New Roman";color:windowtext;font-weight: 4510 4669 normal;mso-bidi-font-weight:bold'><span style='mso-list:Ignore'>1.<span … … 4515 4674 matrix for the refinement with that data set.<o:p></o:p></span></h5> 4516 4675 4517 <h5 style='margin-left:1.25in;text-indent:-.25in;mso-list:l 9level1 lfo8'><![if !supportLists]><span4676 <h5 style='margin-left:1.25in;text-indent:-.25in;mso-list:l11 level1 lfo8'><![if !supportLists]><span 4518 4677 style='mso-fareast-font-family:"Times New Roman";color:windowtext;font-weight: 4519 4678 normal;mso-bidi-font-weight:bold'><span style='mso-list:Ignore'>2.<span … … 4525 4684 also shown.<o:p></o:p></span></h5> 4526 4685 4527 <h5 style='margin-left:1.25in;text-indent:-.25in;mso-list:l 9level1 lfo8'><![if !supportLists]><span4686 <h5 style='margin-left:1.25in;text-indent:-.25in;mso-list:l11 level1 lfo8'><![if !supportLists]><span 4528 4687 style='mso-fareast-font-family:"Times New Roman";color:windowtext;font-weight: 4529 4688 normal;mso-bidi-font-weight:bold'><span style='mso-list:Ignore'>3.<span … … 4535 4694 normal;mso-bidi-font-weight:bold'><o:p></o:p></span></h5> 4536 4695 4537 <h5 style='margin-left:1.75in;text-indent:-.25in;mso-list:l 9level2 lfo8'><![if !supportLists]><span4696 <h5 style='margin-left:1.75in;text-indent:-.25in;mso-list:l11 level2 lfo8'><![if !supportLists]><span 4538 4697 style='mso-fareast-font-family:"Times New Roman";color:windowtext;font-weight: 4539 4698 normal;mso-bidi-font-weight:bold'><span style='mso-list:Ignore'>a.<span … … 4542 4701 style='mso-fareast-font-family:"Times New Roman";color:windowtext;font-weight: 4543 4702 normal;mso-bidi-font-weight:bold'> – this will create a text file of selected 4544 columns with values and corresponding <span class=SpellE>esds</span>. A file 4545 dialog box will appear; give a suitable file name; you may change directory if 4546 desired.<o:p></o:p></span></h5> 4703 columns with values and corresponding esds. A file dialog box will appear; give 4704 a suitable file name; you may change directory if desired.<o:p></o:p></span></h5> 4547 4705 4548 4706 <div class=MsoNormal align=center style='text-align:center'><span … … 4564 4722 4565 4723 <p class=MsoNormal style='margin-left:.25in'>These are shown in the data tree 4566 with a prefix of ‘PWDR’, ’HKLF’, ‘ IMG’, ‘PKS’, ‘SASD’, ‘REFD’ or ‘PDF’and4724 with a prefix of ‘PWDR’, ’HKLF’, ‘PDF’, ‘IMG’, ‘PKS’, ‘SASD’, ‘REFD’ or and 4567 4725 usually a file name. These constitute the data sets (‘Histograms’) to be used 4568 4726 by GSAS-II for analysis. Selection of these items does not produce much … … 4594 4752 4595 4753 <p class=MsoNormal style='margin-left:.5in;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 4596 style='mso-fareast-font-family:"Times New Roman"'>This window shows the 4597 reflectionsfor this single crystal data set. <o:p></o:p></span></p>4754 style='mso-fareast-font-family:"Times New Roman"'>This window shows the reflections 4755 for this single crystal data set. <o:p></o:p></span></p> 4598 4756 4599 4757 <h5 style='margin-left:.5in;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 … … 4603 4761 <p class=MsoNormal style='margin-left:.5in'><span style='mso-bookmark:PDF'><span 4604 4762 style='mso-fareast-font-family:"Times New Roman"'>By default, the plot will 4605 show a l=0 layer of reflections on a square grid as rings proportional to <span4606 class=SpellE>F<sub>o</sub></span> (blue), F<sub>c</sub> (green) and a central 4607 dot (green or red) proportional to <span class=SpellE>F<sub>o</sub></span>-F<sub>c</sub>.<o:p></o:p></span></span></p>4763 show a l=0 layer of reflections on a square grid as rings proportional to F<sub>o</sub> 4764 (blue), F<sub>c</sub> (green) and a central dot (green or red) proportional to 4765 F<sub>o</sub>-F<sub>c</sub>.<o:p></o:p></span></span></p> 4608 4766 4609 4767 <h5 style='margin-left:.5in;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 4610 4768 style='mso-bookmark:PDF'><span style='mso-fareast-font-family:"Times New Roman"'>What 4611 can I do with the plot?</span>< o:p></o:p></span></h5>4612 4613 <p class=MsoNormal style='margin-left:.5in'><span style='mso-bookmark:PDF'>The “K”4614 box in the plot controls shows the 14 keystroke controls for the plot – they are 4615 generally self-explanatory.<o:p></o:p></span></p>4769 can I do with the plot?</span></span></h5> 4770 4771 <p class=MsoNormal style='margin-left:.5in'><span style='mso-bookmark:PDF'>The 4772 “K” box in the plot controls shows the 14 keystroke controls for the plot – 4773 they are generally self-explanatory.</span></p> 4616 4774 4617 4775 <h2 style='margin-left:.25in;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 … … 4640 4798 4641 4799 <p class=MsoNormal style='margin-left:.5in;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'>The 4642 Optimize PDF button can be used to refine the values of the "Flat <span 4643 class=SpellE>Bkg</span>", "Background ratio" and "Ruland 4644 width" parameters to best agree with the -4*pi*r line that is plotted for 4645 r < <span class=SpellE>Rmin</span>. <span class=SpellE>Rmin</span> should be 4646 set to a distance below the shortest expected interatomic distance for the 4647 material. </p> 4800 Optimize PDF button can be used to refine the values of the "Flat 4801 Bkg", "Background ratio" and "Ruland width" parameters 4802 to best agree with the -4*pi*r line that is plotted for r < Rmin. Rmin 4803 should be set to a distance below the shortest expected interatomic distance 4804 for the material. </p> 4648 4805 4649 4806 <h5 style='margin-left:.5in;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'>What … … 4651 4808 4652 4809 <p style='margin-left:1.0in;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'>The 4653 PDF parameters can be changed, triggering <span class=SpellE>recomputation</span> 4654 of the <a href="#PDF_I_Q">I(Q)</a>, <a href="#PDF_S_Q">S(Q)</a>, <a 4655 href="#PDF_F_Q">F(Q)</a> and <a href="#PDF_G_R">G(R) functions</a>. Available 4656 menu commands are: </p> 4810 PDF parameters can be changed, triggering recomputation of the <a 4811 href="#PDF_I_Q">I(Q)</a>, <a href="#PDF_S_Q">S(Q)</a>, <a href="#PDF_F_Q">F(Q)</a> 4812 and <a href="#PDF_G_R">G(R) functions</a>. Available menu commands are: </p> 4657 4813 4658 4814 <p class=MsoNormal style='margin-left:1.0in;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 … … 4660 4816 4661 4817 <p class=MsoNormal style='margin-left:.5in;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 4662 style='mso-fareast-font-family:"Times New Roman"'>Adds a new element to the chemical4663 formula by clicking on a periodic table. Note that the number of atoms of this4664 type in the empirical formula must still be entered. <o:p></o:p></span></p>4818 style='mso-fareast-font-family:"Times New Roman"'>Adds a new element to the 4819 chemical formula by clicking on a periodic table. Note that the number of atoms 4820 of this type in the empirical formula must still be entered. <o:p></o:p></span></p> 4665 4821 4666 4822 <p class=MsoNormal style='margin-left:1.0in;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 … … 4682 4838 4683 4839 <p class=MsoNormal style='margin-left:.5in;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 4684 style='mso-fareast-font-family:"Times New Roman"'>Replaces the current PDF 4685 controlvalues with values read from a file (see Save controls). <o:p></o:p></span></p>4840 style='mso-fareast-font-family:"Times New Roman"'>Replaces the current PDF control 4841 values with values read from a file (see Save controls). <o:p></o:p></span></p> 4686 4842 4687 4843 <p class=MsoNormal style='margin-left:1.0in;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 … … 4760 4916 4761 4917 <p class=MsoNormal style='margin-left:.5in;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 4762 style='mso-fareast-font-family:"Times New Roman"'>Allows only some PDFs to be plotted,4763 rather than all. <o:p></o:p></span></p>4918 style='mso-fareast-font-family:"Times New Roman"'>Allows only some PDFs to be 4919 plotted, rather than all. <o:p></o:p></span></p> 4764 4920 4765 4921 <p class=MsoNormal style='margin-left:.75in;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'><b><span … … 4788 4944 4789 4945 <p class=MsoNormal style='margin-left:.5in;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 4790 style='mso-fareast-font-family:"Times New Roman"'>for a waterfall plot of 4791 multiple powder profiles, increase the offset so that later plots are shifted 4792 more tothe left relative to previous plots. <o:p></o:p></span></p>4946 style='mso-fareast-font-family:"Times New Roman"'>for a waterfall plot of multiple 4947 powder profiles, increase the offset so that later plots are shifted more to 4948 the left relative to previous plots. <o:p></o:p></span></p> 4793 4949 4794 4950 <p class=MsoNormal style='margin-left:.75in;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'><b><span … … 4829 4985 4830 4986 <p class=MsoNormal style='margin-left:.5in;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'>This 4831 shows the I(Q) function. See the <a href="#PDF_Controls">PDF Controls</a> for information4832 on menu commands and plot options, </p>4987 shows the I(Q) function. See the <a href="#PDF_Controls">PDF Controls</a> for 4988 information on menu commands and plot options, </p> 4833 4989 4834 4990 <h4 style='margin-left:.25in;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 … … 4870 5026 4871 5027 <p class=MsoNormal style='margin-left:.5in;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 4872 style='mso-fareast-font-family:"Times New Roman"'>This window displays 4873 calibration values needed to convert pixel locations to two-theta and azimuth. 4874 Also shownare controls that determine how integration is performed. <o:p></o:p></span></p>5028 style='mso-fareast-font-family:"Times New Roman"'>This window displays calibration 5029 values needed to convert pixel locations to two-theta and azimuth. Also shown 5030 are controls that determine how integration is performed. <o:p></o:p></span></p> 4875 5031 4876 5032 <p class=MsoNormal style='margin-left:.5in;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'>Menu … … 4888 5044 <p class=MsoNormal style='margin-left:.5in;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 4889 5045 style='mso-fareast-font-family:"Times New Roman"'>Image masks are used 4890 designate areas of an image that should not be included in the integration, typically4891 used due to detector irregularities, shadows of the <span class=SpellE>beamstop</span>,5046 designate areas of an image that should not be included in the integration, 5047 typically used due to detector irregularities, shadows of the beamstop, 4892 5048 single-crystal peaks from a mounting, etc. Masks can be created with a menu 4893 5049 command or with keyboard/mouse shortcuts. There are five types of masks:<o:p></o:p></span></p> 4894 5050 4895 5051 <p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto; 4896 margin-left:1.0in;text-indent:-.25in;mso-list:l1 1 level1 lfo10;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'><![if !supportLists]><span5052 margin-left:1.0in;text-indent:-.25in;mso-list:l13 level1 lfo9;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'><![if !supportLists]><span 4897 5053 style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>1.<span 4898 5054 style='font:7.0pt "Times New Roman"'> </span></span></span><![endif]><span … … 4901 5057 4902 5058 <p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto; 4903 margin-left:1.0in;text-indent:-.25in;mso-list:l1 1 level1 lfo10;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'><![if !supportLists]><span5059 margin-left:1.0in;text-indent:-.25in;mso-list:l13 level1 lfo9;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'><![if !supportLists]><span 4904 5060 style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>2.<span 4905 5061 style='font:7.0pt "Times New Roman"'> </span></span></span><![endif]><span 4906 5062 style='mso-fareast-font-family:"Times New Roman"'>Ring masks: occludes a 4907 specific Bragg reflection (a ring placed relative to the image center). The location4908 and thickness of the ring are specified in degrees 2-theta. <o:p></o:p></span></p>5063 specific Bragg reflection (a ring placed relative to the image center). The 5064 location and thickness of the ring are specified in degrees 2-theta. <o:p></o:p></span></p> 4909 5065 4910 5066 <p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto; 4911 margin-left:1.0in;text-indent:-.25in;mso-list:l1 1 level1 lfo10;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'><![if !supportLists]><span5067 margin-left:1.0in;text-indent:-.25in;mso-list:l13 level1 lfo9;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'><![if !supportLists]><span 4912 5068 style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>3.<span 4913 5069 style='font:7.0pt "Times New Roman"'> </span></span></span><![endif]><span 4914 5070 style='mso-fareast-font-family:"Times New Roman"'>Arc masks: occlude a section 4915 5071 of a Bragg reflection, similar to a ring mask, except that in addition to the 4916 location and thickness of the ring, the mask has a starting and ending azimuthal4917 a ngle. <o:p></o:p></span></p>5072 location and thickness of the ring, the mask has a starting and ending 5073 azimuthal angle. <o:p></o:p></span></p> 4918 5074 4919 5075 <p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto; 4920 margin-left:1.0in;text-indent:-.25in;mso-list:l1 1 level1 lfo10;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'><![if !supportLists]><span5076 margin-left:1.0in;text-indent:-.25in;mso-list:l13 level1 lfo9;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'><![if !supportLists]><span 4921 5077 style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>4.<span 4922 5078 style='font:7.0pt "Times New Roman"'> </span></span></span><![endif]><span 4923 style='mso-fareast-font-family:"Times New Roman"'>Polygon masks: occlude an <span4924 class=SpellE>arbitary</span> region created by line segments joining a series 4925 of points specified in image coordinates (mm). Pixels inside the polygon mask 4926 are not used forintegration. <o:p></o:p></span></p>5079 style='mso-fareast-font-family:"Times New Roman"'>Polygon masks: occlude an 5080 arbitary region created by line segments joining a series of points specified 5081 in image coordinates (mm). Pixels inside the polygon mask are not used for 5082 integration. <o:p></o:p></span></p> 4927 5083 4928 5084 <p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto; 4929 margin-left:1.0in;text-indent:-.25in;mso-list:l1 1 level1 lfo10;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'><![if !supportLists]><span5085 margin-left:1.0in;text-indent:-.25in;mso-list:l13 level1 lfo9;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'><![if !supportLists]><span 4930 5086 style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>5.<span 4931 5087 style='font:7.0pt "Times New Roman"'> </span></span></span><![endif]><span 4932 style='mso-fareast-font-family:"Times New Roman"'>The Frame mask: occludes an <span4933 class=SpellE>arbitary</span> region created by line segments joining a series 4934 of points specified in image coordinates (mm). Typically a point is placed near 4935 each corner of the image. Only pixels inside the frame mask are used for 4936 integration. Only oneframe mask can be defined. <o:p></o:p></span></p>5088 style='mso-fareast-font-family:"Times New Roman"'>The Frame mask: occludes an 5089 arbitary region created by line segments joining a series of points specified 5090 in image coordinates (mm). Typically a point is placed near each corner of the 5091 image. Only pixels inside the frame mask are used for integration. Only one 5092 frame mask can be defined. <o:p></o:p></span></p> 4937 5093 4938 5094 <h5 style='margin-left:.5in;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'>What … … 4959 5115 4960 5116 <p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto; 4961 margin-left:1.5in;text-indent:-.25in;mso-list:l 8 level1 lfo11;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'><![if !supportLists]><span5117 margin-left:1.5in;text-indent:-.25in;mso-list:l10 level1 lfo10;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'><![if !supportLists]><span 4962 5118 style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>1.<span 4963 5119 style='font:7.0pt "Times New Roman"'> </span></span></span><![endif]><span … … 4965 5121 4966 5122 <p style='margin-left:1.75in;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'><b>Create 4967 Spot masks</b> after a menu command by clicking on the location on the image that4968 should be masked. There are also two ways to create spot masks with the5123 Spot masks</b> after a menu command by clicking on the location on the image 5124 that should be masked. There are also two ways to create spot masks with the 4969 5125 keyboard: </p> 4970 5126 4971 5127 <p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto; 4972 margin-left:2.2in;text-indent:-.25in;mso-list:l 8 level2 lfo11;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'><![if !supportLists]><span5128 margin-left:2.2in;text-indent:-.25in;mso-list:l10 level2 lfo10;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'><![if !supportLists]><span 4973 5129 style='font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:"Courier New"; 4974 5130 mso-fareast-font-family:"Courier New"'><span style='mso-list:Ignore'>o<span … … 4979 5135 4980 5136 <p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto; 4981 margin-left:2.2in;text-indent:-.25in;mso-list:l 8 level2 lfo11;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'><![if !supportLists]><span5137 margin-left:2.2in;text-indent:-.25in;mso-list:l10 level2 lfo10;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'><![if !supportLists]><span 4982 5138 style='font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:"Courier New"; 4983 5139 mso-fareast-font-family:"Courier New"'><span style='mso-list:Ignore'>o<span … … 4988 5144 4989 5145 <p style='margin-left:1.95in;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'>The 4990 default size for newly-created spot masks is determined by the < span4991 class=SpellE><tt><span style='font-size:10.0pt'>Spot_mask_diameter</span></tt></span> 4992 <a href="#Preferences">configurationvariable</a> or 1.0 mm, if not specified. </p>5146 default size for newly-created spot masks is determined by the <tt><span 5147 style='font-size:10.0pt'>Spot_mask_diameter</span></tt> <a href="#Preferences">configuration 5148 variable</a> or 1.0 mm, if not specified. </p> 4993 5149 4994 5150 <p style='margin-left:1.75in;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'><b>Edit … … 5001 5157 5002 5158 <p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto; 5003 margin-left:1.5in;text-indent:-.25in;mso-list:l 8 level1 lfo11;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'><![if !supportLists]><span5159 margin-left:1.5in;text-indent:-.25in;mso-list:l10 level1 lfo10;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'><![if !supportLists]><span 5004 5160 style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>2.<span 5005 5161 style='font:7.0pt "Times New Roman"'> </span></span></span><![endif]><span … … 5012 5168 5013 5169 <p style='margin-left:1.95in;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'>The 5014 default thickness for newly-created ring masks is determined by the <span 5015 class=SpellE><tt><span style='font-size:10.0pt'>Ring_mask_thickness</span></tt></span> 5016 <a href="#Preferences">configuration variable</a> or 0.1 degrees (2theta) if 5017 not specified. </p> 5170 default thickness for newly-created ring masks is determined by the <tt><span 5171 style='font-size:10.0pt'>Ring_mask_thickness</span></tt> <a href="#Preferences">configuration 5172 variable</a> or 0.1 degrees (2theta) if not specified. </p> 5018 5173 5019 5174 <p style='margin-left:1.75in;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'><b>Edit … … 5023 5178 <p style='margin-left:1.75in;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'><b>Edit 5024 5179 Ring mask thickness</b> by <a href="#Mac_rightclick">right-clicking*</a> either 5025 on the inner or outer circle and drag the <span class=SpellE>the</span> circle5026 change spacing between theinner and outer circle. </p>5180 on the inner or outer circle and drag the the circle change spacing between the 5181 inner and outer circle. </p> 5027 5182 5028 5183 <p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto; 5029 margin-left:1.5in;text-indent:-.25in;mso-list:l 8 level1 lfo11;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'><![if !supportLists]><span5184 margin-left:1.5in;text-indent:-.25in;mso-list:l10 level1 lfo10;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'><![if !supportLists]><span 5030 5185 style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>3.<span 5031 5186 style='font:7.0pt "Times New Roman"'> </span></span></span><![endif]><span … … 5043 5198 default size for newly-created ring masks is determined by <a 5044 5199 href="#Preferences">configuration variables</a><br> 5045 thickness: < span class=SpellE><tt><span style='font-size:10.0pt'>Ring_mask_thickness</span></tt></span>5200 thickness: <tt><span style='font-size:10.0pt'>Ring_mask_thickness</span></tt> 5046 5201 (0.1 degrees 2theta if not specified) and <br> 5047 azimuthal range: < span class=SpellE><tt><span style='font-size:10.0pt'>Arc_mask_azimuth</span></tt></span>5202 azimuthal range: <tt><span style='font-size:10.0pt'>Arc_mask_azimuth</span></tt> 5048 5203 (10.0 degrees if not specified.) </p> 5049 5204 … … 5056 5211 <p style='margin-left:1.75in;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'><b>Edit 5057 5212 Arc mask thickness or range</b> by <a href="#Mac_rightclick">right-clicking*</a> 5058 either on the inner or outer circle and drag the <span class=SpellE>the</span>5059 circle change spacing between the inner and outer circle. Alternately, <a 5060 href="#Mac_rightclick">right-click*</a> on the upper or lower arc limit (the5061 straight lines) and drag them to changethe arc azimuthal range. </p>5213 either on the inner or outer circle and drag the the circle change spacing 5214 between the inner and outer circle. Alternately, <a href="#Mac_rightclick">right-click*</a> 5215 on the upper or lower arc limit (the straight lines) and drag them to change 5216 the arc azimuthal range. </p> 5062 5217 5063 5218 <p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto; 5064 margin-left:1.5in;text-indent:-.25in;mso-list:l 8 level1 lfo11;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'><![if !supportLists]><span5219 margin-left:1.5in;text-indent:-.25in;mso-list:l10 level1 lfo10;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'><![if !supportLists]><span 5065 5220 style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>4.<span 5066 5221 style='font:7.0pt "Times New Roman"'> </span></span></span><![endif]><span 5067 style='mso-fareast-font-family:"Times New Roman"'>Polygon masks: occludes an <span5068 class=SpellE>arbitary</span> region created by line segments joining a series 5069 of points specified in image coordinates (mm). Pixels inside the polygon mask 5070 are not used forintegration. <o:p></o:p></span></p>5222 style='mso-fareast-font-family:"Times New Roman"'>Polygon masks: occludes an 5223 arbitary region created by line segments joining a series of points specified 5224 in image coordinates (mm). Pixels inside the polygon mask are not used for 5225 integration. <o:p></o:p></span></p> 5071 5226 5072 5227 <p style='margin-left:1.75in;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'><b>Create … … 5089 5244 5090 5245 <p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto; 5091 margin-left:1.5in;text-indent:-.25in;mso-list:l 8 level1 lfo11;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'><![if !supportLists]><span5246 margin-left:1.5in;text-indent:-.25in;mso-list:l10 level1 lfo10;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'><![if !supportLists]><span 5092 5247 style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>5.<span 5093 5248 style='font:7.0pt "Times New Roman"'> </span></span></span><![endif]><span … … 5109 5264 <p style='margin-left:1.75in;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'><b>Edit 5110 5265 the Frame mask</b> by left-clicking on any point at a vertex in the frame mask 5111 and drag that point to a new position. If the vertex is dragged to the same 5112 positionas any other vertex in the mask the dragged point is deleted. </p>5266 and drag that point to a new position. If the vertex is dragged to the same position 5267 as any other vertex in the mask the dragged point is deleted. </p> 5113 5268 5114 5269 <p style='margin-left:1.75in;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'><b>Add … … 5147 5302 Peaks – type PKS </span></a><span style='mso-fareast-font-family:"Times New Roman"'><o:p></o:p></span></h2> 5148 5303 5304 <p class=MsoNormal><span style='mso-fareast-font-family:"Times New Roman"'>Powder 5305 peaks can only be used for indexing of the peak positions for possible unit 5306 cells.<o:p></o:p></span></p> 5307 5308 <h4><span style='mso-fareast-font-family:"Times New Roman"'>Comments<o:p></o:p></span></h4> 5309 5310 <p class=MsoNormal style='margin-left:.25in'>This window shows whatever comment 5311 lines (preceded by “#”) found when the peaks data file was read by GSAS-II. If you 5312 are lucky, there will be useful information here (e.g. sample name, date 5313 collected, wavelength used, etc.). If not, this window will be blank. The text 5314 is read-only.</p> 5315 5316 <h4><a name="PKS_Limits">Limits</a></h4> 5317 5318 <p class=MsoNormal style='margin-left:.25in'>This window shows the limits in 5319 position to be used in indexing from these peak positions. The ‘original’ 5320 values are obtained from the minimum & maximum 1<sup>st</sup> & last 5321 position. The ‘new’ values determine the range of data that will be used in 5322 fitting. Units are 2<span style='font-family:Symbol;mso-ascii-font-family:"Times New Roman"; 5323 mso-hansi-font-family:"Times New Roman";mso-char-type:symbol;mso-symbol-font-family: 5324 Symbol'><span style='mso-char-type:symbol;mso-symbol-font-family:Symbol'>Q</span></span>.<o:p></o:p></p> 5325 5326 <h5 style='margin-left:.25in'><span style='mso-fareast-font-family:"Times New Roman"'>What 5327 can I do here?<o:p></o:p></span></h5> 5328 5329 <p style='margin-left:.5in'>You can change the "new" values for Tmin 5330 and Tmax as needed. Change the upper and lower Tmin values by clicking on the 5331 appropriate vertical line and dragging it to the right or left or by typing 5332 values into the data window. <o:p></o:p></p> 5333 5334 <p style='margin-left:.5in'>Menu ‘<b>Edit Limits</b>’ <o:p></o:p></p> 5335 5336 <p class=MsoNormal style='margin-left:.75in'><b><span style='mso-fareast-font-family: 5337 "Times New Roman"'>Copy</span></b><span style='mso-fareast-font-family:"Times New Roman"'><o:p></o:p></span></p> 5338 5339 <p class=MsoNormal style='margin-left:.25in'><span style='mso-fareast-font-family: 5340 "Times New Roman"'>this copies the limits shown to other selected powder 5341 patterns. If used, a dialog box (Copy Parameters) will appear showing the list 5342 of available peaks list patterns, you can copy the limits parameters to any or 5343 all of them; select ‘All’ to copy them to all patterns. Then select ‘OK’ to do 5344 the copy; ‘Cancel’ to cancel the operation. <o:p></o:p></span></p> 5345 5346 <h4><a name="PKS_Instrument_Parameters">Instrument Parameters</a></h4> 5347 5348 <p class=MsoNormal style='margin-left:.25in'><span style='mso-bookmark:PKS_Instrument_Parameters'>This 5349 window shows the relevant instrument parameters for a peaks list; namely a wavelength 5350 and zero needed to relate d-spacing to 2Q. Neither are refinable.</span></p> 5351 5352 <h5 style='margin-left:.25in'><span style='mso-bookmark:PKS_Instrument_Parameters'><span 5353 style='mso-fareast-font-family:"Times New Roman"'>What can I do here?</span></span><span 5354 style='mso-bookmark:PKS_Instrument_Parameters'><span class=MsoHyperlink><span 5355 style='color:#00B0F0;text-decoration:none;text-underline:none'><o:p></o:p></span></span></span></h5> 5356 5357 <p class=MsoListParagraphCxSpFirst style='margin-left:.75in;mso-add-space:auto; 5358 text-indent:-.25in;mso-list:l4 level1 lfo12'><span style='mso-bookmark:PKS_Instrument_Parameters'><![if !supportLists]><span 5359 class=MsoHyperlink><span style='mso-fareast-font-family:"Times New Roman"; 5360 color:windowtext;text-decoration:none;text-underline:none'><span 5361 style='mso-list:Ignore'>1.<span style='font:7.0pt "Times New Roman"'> 5362 </span></span></span></span><![endif]><span style='mso-fareast-font-family: 5363 "Times New Roman"'>Menu ‘<b style='mso-bidi-font-weight:normal'>Operations</b>’ 5364 – (many are irrelevant & will probably be removed at some point; only useful 5365 ones will be mentioned below). <span class=MsoHyperlink><span style='color: 5366 windowtext;text-decoration:none;text-underline:none'><o:p></o:p></span></span></span></span></p> 5367 5368 <p class=MsoListParagraphCxSpMiddle style='margin-left:1.25in;mso-add-space: 5369 auto;text-indent:-.25in;mso-list:l7 level2 lfo13;tab-stops:list .75in 1.0in'><span 5370 style='mso-bookmark:PKS_Instrument_Parameters'><![if !supportLists]><span 5371 class=MsoHyperlink><span style='mso-fareast-font-family:"Times New Roman"; 5372 color:windowtext;text-decoration:none;text-underline:none'><span 5373 style='mso-list:Ignore'>a.<span style='font:7.0pt "Times New Roman"'> 5374 </span></span></span></span><![endif]><b style='mso-bidi-font-weight:normal'><span 5375 style='mso-fareast-font-family:"Times New Roman"'>Reset profile </span></b></span><span 5376 style='mso-bookmark:PKS_Instrument_Parameters'><span style='mso-fareast-font-family: 5377 "Times New Roman"'>– resets the values for the instrument parameters to the 5378 default values shown in parentheses for each entry.</span><span 5379 class=MsoHyperlink><span style='color:windowtext;text-decoration:none; 5380 text-underline:none'><o:p></o:p></span></span></span></p> 5381 5382 <p class=MsoListParagraphCxSpMiddle style='margin-left:1.25in;mso-add-space: 5383 auto;text-indent:-.25in;mso-list:l7 level2 lfo13;tab-stops:list .75in 1.0in'><span 5384 style='mso-bookmark:PKS_Instrument_Parameters'><![if !supportLists]><span 5385 class=MsoHyperlink><span style='mso-fareast-font-family:"Times New Roman"; 5386 color:windowtext;text-decoration:none;text-underline:none'><span 5387 style='mso-list:Ignore'>b.<span style='font:7.0pt "Times New Roman"'> 5388 </span></span></span></span><![endif]><b style='mso-bidi-font-weight:normal'><span 5389 style='mso-fareast-font-family:"Times New Roman"'>Load profile… </span></b></span><span 5390 style='mso-bookmark:PKS_Instrument_Parameters'><span style='mso-fareast-font-family: 5391 "Times New Roman"'>- loads a GSAS-II instrument parameter file (name.instprm), 5392 replacing the existing instrument parameter values. All refinement flags are 5393 unset.<span class=MsoHyperlink><b style='mso-bidi-font-weight:normal'><span 5394 style='color:windowtext;text-decoration:none;text-underline:none'><o:p></o:p></span></b></span></span></span></p> 5395 5396 <p class=MsoListParagraphCxSpMiddle style='margin-left:1.25in;mso-add-space: 5397 auto;text-indent:-.25in;mso-list:l7 level2 lfo13;tab-stops:list .75in 1.0in'><span 5398 style='mso-bookmark:PKS_Instrument_Parameters'><![if !supportLists]><span 5399 style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>c.<span 5400 style='font:7.0pt "Times New Roman"'> </span></span></span><![endif]><b 5401 style='mso-bidi-font-weight:normal'><span style='mso-fareast-font-family:"Times New Roman"'>Save 5402 profile… - </span></b></span><span style='mso-bookmark:PKS_Instrument_Parameters'><span 5403 style='mso-fareast-font-family:"Times New Roman"'>saves the current instrument 5404 parameter values in a simple text file (name.instprm); you will be prompted for 5405 the file name – do not change the extension. This file may be edited but heed 5406 the warning to not change the parameter names, the order of the parameter 5407 records or add new parameter records as this will invalidate the file. You may 5408 only change the numeric values if necessary. You can change or add comment 5409 records (begin with ‘#’).</span><o:p></o:p></span></p> 5410 5411 <p class=MsoListParagraphCxSpMiddle style='margin-left:1.25in;mso-add-space: 5412 auto;text-indent:-.25in;mso-list:l7 level2 lfo13;tab-stops:list .75in 1.0in'><span 5413 style='mso-bookmark:PKS_Instrument_Parameters'><![if !supportLists]><span 5414 style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>d.<span 5415 style='font:7.0pt "Times New Roman"'> </span></span></span><![endif]><b 5416 style='mso-bidi-font-weight:normal'><span style='mso-fareast-font-family:"Times New Roman"'>Copy</span></b></span><span 5417 style='mso-bookmark:PKS_Instrument_Parameters'><span style='mso-fareast-font-family: 5418 "Times New Roman"'> – this copies the instrument parameters shown to other 5419 selected powder patterns. If used, a dialog box (Copy parameters) will appear 5420 showing the list of available powder patterns, you can copy the instrument 5421 parameters to any or all of them; select ‘All’ to copy them to all patterns. 5422 Then select ‘OK’ to do the copy; ‘Cancel’ to cancel the operation. <o:p></o:p></span></span></p> 5423 5424 <p class=MsoListParagraphCxSpLast style='margin-left:.75in;mso-add-space:auto; 5425 text-indent:-.25in;mso-list:l7 level1 lfo13'><span style='mso-bookmark:PKS_Instrument_Parameters'><![if !supportLists]><span 5426 class=MsoHyperlink><span style='mso-fareast-font-family:"Times New Roman"; 5427 color:windowtext;text-decoration:none;text-underline:none'><span 5428 style='mso-list:Ignore'>2.<span style='font:7.0pt "Times New Roman"'> 5429 </span></span></span></span><![endif]><span style='mso-fareast-font-family: 5430 "Times New Roman"'>You can change any of the instrument coefficients<span 5431 class=MsoHyperlink><span style='color:windowtext;text-decoration:none; 5432 text-underline:none'><o:p></o:p></span></span></span></span></p> 5433 5434 <span style='mso-bookmark:PKS_Instrument_Parameters'></span> 5435 5436 <h4><a name="PKS_Index_Peak_List">Index Peak List</a></h4> 5437 5438 <p class=MsoNormal style='margin-left:.25in;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 5439 style='mso-bookmark:PKS_Index_Peak_List'><span style='mso-fareast-font-family: 5440 "Times New Roman"'>This window shows the list of peaks that will be used for 5441 indexing (see </span></span><a href="#Unit_Cells_List"><span style='mso-bookmark: 5442 PKS_Index_Peak_List'><span style='mso-fareast-font-family:"Times New Roman"; 5443 color:windowtext;text-decoration:none;text-underline:none'>Unit Cells List</span></span><span 5444 style='mso-bookmark:PKS_Index_Peak_List'></span></a><span style='mso-bookmark: 5445 PKS_Index_Peak_List'><span style='mso-fareast-font-family:"Times New Roman"'>). 5446 It was filled when the import of the peaks list was done. It shows 2Q position 5447 as input or calculated from provided d-spacing and wavelength given in Instrument 5448 Parameters. Note that peaks from a neutron TOF pattern could be entered here as 5449 d-spacings in descending order and a suitable wavelength used in the Instrument 5450 Parameters. When indexing is completed, this display will show the resulting 5451 hkl values for every indexed reflection along with the calculated d-spacing (‘d-calc’) 5452 for the selected unit cell in </span></span><a href="#Unit_Cells_List"><span 5453 style='mso-bookmark:PKS_Index_Peak_List'><b><span style='mso-fareast-font-family: 5454 "Times New Roman"'>Unit Cells List</span></b></span><span style='mso-bookmark: 5455 PKS_Index_Peak_List'></span></a><span style='mso-bookmark:PKS_Index_Peak_List'><span 5456 style='mso-fareast-font-family:"Times New Roman"'>.</span> </span><span 5457 style='mso-bookmark:PKS_Index_Peak_List'><span style='mso-fareast-font-family: 5458 "Times New Roman"'>.<span class=MsoHyperlink><span style='color:windowtext; 5459 text-decoration:none;text-underline:none'><o:p></o:p></span></span></span></span></p> 5460 5461 <h5 style='margin-left:.25in;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 5462 style='mso-bookmark:PKS_Index_Peak_List'><span style='mso-fareast-font-family: 5463 "Times New Roman"'>What can I do here?<span class=MsoHyperlink><span 5464 style='color:#4F4FFF;text-decoration:none;text-underline:none'><o:p></o:p></span></span></span></span></h5> 5465 5466 <p class=MsoListParagraph style='margin-left:.75in;mso-add-space:auto; 5467 text-indent:-.25in;mso-list:l15 level1 lfo14;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 5468 style='mso-bookmark:PKS_Index_Peak_List'><![if !supportLists]><span 5469 style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>1.<span 5470 style='font:7.0pt "Times New Roman"'> </span></span></span><![endif]><span 5471 style='mso-fareast-font-family:"Times New Roman"'>You may deselect individual 5472 peaks from indexing by unchecking the corresponding ‘use’ box.<o:p></o:p></span></span></p> 5473 5474 <span style='mso-bookmark:PKS_Index_Peak_List'></span> 5475 5476 <h4><a name="PKS_Unit_Cells_List">Unit Cells List</a></h4> 5477 5478 <p class=MsoNormal style='margin-left:.25in;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 5479 style='mso-bookmark:PKS_Unit_Cells_List'><span style='mso-fareast-font-family: 5480 "Times New Roman"'>This tree item has several purposes, it can be used to 5481 perform autoindexing and it can be used to show the positions of peaks from 5482 unit cells which may be results from autoindexing or may be entered from a 5483 phase or manually. It can be used to refine unit cell parameters. It can also 5484 be used to search for cells/symmetry settings related to a specified unit cell 5485 & space group. <o:p></o:p></span></span></p> 5486 5487 <h5 style='margin-left:.25in;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 5488 style='mso-bookmark:PKS_Unit_Cells_List'><span style='mso-fareast-font-family: 5489 "Times New Roman"'>What can I do here?</span><span class=MsoHyperlink><span 5490 style='color:#4F4FFF;text-decoration:none;text-underline:none'><o:p></o:p></span></span></span></h5> 5491 5492 <p class=MsoNormal style='margin-left:.75in;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 5493 style='mso-bookmark:PKS_Unit_Cells_List'><b>For autoindexing</b>, the peaks in 5494 the </span><a href="#Index_Peak_List"><span style='mso-bookmark:PKS_Unit_Cells_List'>Index 5495 Peak List</span><span style='mso-bookmark:PKS_Unit_Cells_List'></span></a><span 5496 style='mso-bookmark:PKS_Unit_Cells_List'> are used. Select one or more Bravais 5497 lattice types to use and use the "Cell Index/Refine"/"Index 5498 Cell" menu command to start indexing. Output will appear on the console 5499 and a progress bar dialog will appear which tracks trial volume. A <b 5500 style='mso-bidi-font-weight:normal'>Cancel</b> button will terminate indexing; 5501 it may need to be pressed more than once to fully terminate the indexing 5502 process. Console output shows possible solutions with a computed <b>M20</b> for 5503 each; good solutions are indicated by high <b>M20</b> values. <b 5504 style='mso-bidi-font-weight:normal'>X20</b> gives number of unindexed lines out 5505 of the 1<sup>st</sup> 20 lines and <b>Nc</b> gives total number of reflections 5506 generated for each solution. <o:p></o:p></span></p> 5507 5508 <p class=MsoNormal style='margin-left:.75in;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 5509 style='mso-bookmark:PKS_Unit_Cells_List'>The "Copy Cell" menu command 5510 copies a selected solution to the Unit cell values; the Bravais lattice shown 5511 for the choice is copied. Press <b style='mso-bidi-font-weight:normal'>Show hkl 5512 positions</b> to generate the allowed reflection positions, which are visually 5513 superimposed on the displayed powder pattern to visually confirm the indexing. 5514 Pay particular attention to any unmatched peaks in the pattern. A <b 5515 style='mso-bidi-font-weight:normal'>Space group</b> can be selected from the 5516 pulldown box to remove reflections based on space group extinctions and 5517 visually eliminate possibilities. <o:p></o:p></span></p> 5518 5519 <p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto; 5520 margin-left:.95in;text-indent:-.25in;mso-list:l14 level1 lfo15;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 5521 style='mso-bookmark:PKS_Unit_Cells_List'><![if !supportLists]><span 5522 style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>1.<span 5523 style='font:7.0pt "Times New Roman"'> </span></span></span><![endif]><span 5524 style='mso-fareast-font-family:"Times New Roman"'>Max Nc/Nobs: – this controls 5525 the extent of the search for the correct indexing. This may need to be 5526 increased if an indexing trial terminates too quickly. It rarely needs to be 5527 changed. <o:p></o:p></span></span></p> 5528 5529 <p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto; 5530 margin-left:.95in;text-indent:-.25in;mso-list:l14 level1 lfo15;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 5531 style='mso-bookmark:PKS_Unit_Cells_List'><![if !supportLists]><span 5532 style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>2.<span 5533 style='font:7.0pt "Times New Roman"'> </span></span></span><![endif]><span 5534 style='mso-fareast-font-family:"Times New Roman"'>Start Volume: – this sets an 5535 initial unit cell volume for the indexing. It rarely needs to be changed. <o:p></o:p></span></span></p> 5536 5537 <p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto; 5538 margin-left:.95in;text-indent:-.25in;mso-list:l14 level1 lfo15;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 5539 style='mso-bookmark:PKS_Unit_Cells_List'><![if !supportLists]><span 5540 style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>3.<span 5541 style='font:7.0pt "Times New Roman"'> </span></span></span><![endif]><span 5542 style='mso-fareast-font-family:"Times New Roman"'>Select "keep" in 5543 the table for a cell that should be preserved when an additional indexing run 5544 is tried; all without that are erased before the indexing trial begins. <o:p></o:p></span></span></p> 5545 5546 <p class=MsoNormal style='margin-left:.75in;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 5547 style='mso-bookmark:PKS_Unit_Cells_List'><b>To display a unit cell</b>, 5548 optionally with space group extinctions, set a Bravais class to determine a 5549 unit cell type (see </span><a href="#Laue_List"><span style='mso-bookmark:PKS_Unit_Cells_List'>list 5550 below</span><span style='mso-bookmark:PKS_Unit_Cells_List'></span></a><span 5551 style='mso-bookmark:PKS_Unit_Cells_List'>), optionally select a space group (by 5552 default the highest symmetry space group for the class is selected) and enter 5553 the unit cell parameters. Or use the "Cell Index/Refine"/"Load 5554 Phase" menu command to read this information from a phase that has been 5555 read into a project or from a file (such as a CIF) using the "Cell 5556 Index/Refine"/"Import Cell" menu command. <o:p></o:p></span></p> 5557 5558 <p class=MsoNormal style='margin-left:.75in;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 5559 style='mso-bookmark:PKS_Unit_Cells_List'><b>For symmetry exploration</b>, once 5560 a phase/cell has been loaded, use the "Run SUBGROUPS", "Cell 5561 Symmetry Search" or "Run k-SUBGROUPSMAG" commands from the 5562 "Cell Index/Refine" menu. These commands look for: subgroups, lower 5563 symmetry cells or magnetic subgroups, respectively. Also note the 5564 "Transform Cell" command in that menu that can perform many common 5565 lattice transformations, apply a user-supplied cell transformation or create a 5566 magnetic phase. <o:p></o:p></span></p> 5567 5568 <p class=MsoNormal style='margin-left:.75in;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 5569 style='mso-bookmark:PKS_Unit_Cells_List'><b>To optimize a cell</b>, to fit the 5570 peaks in the </span><a href="#Index_Peak_List"><span style='mso-bookmark:PKS_Unit_Cells_List'>Index 5571 Peak List</span><span style='mso-bookmark:PKS_Unit_Cells_List'></span></a><span 5572 style='mso-bookmark:PKS_Unit_Cells_List'>, use the "Cell 5573 Index/Refine"/"Refine Cell" menu command. The results will be 5574 placed in the <b>Indexing Result</b> table with ‘<b>use’</b> selected. <o:p></o:p></span></p> 5575 5576 <p class=MsoNormal style='margin-left:.75in;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 5577 style='mso-bookmark:PKS_Unit_Cells_List'><b>Other</b>: The "Make new 5578 phase" command creates a new phase from the selected unit cell and chosen 5579 space group. A dialog box will appear asking for a name for this phase. See the 5580 new entry under Phases and the new lattice parameters will be in the </span><a 5581 href="#General"><span style='mso-bookmark:PKS_Unit_Cells_List'>General </span><span 5582 style='mso-bookmark:PKS_Unit_Cells_List'></span></a><span style='mso-bookmark: 5583 PKS_Unit_Cells_List'>window for that phase. <o:p></o:p></span></p> 5584 5585 <p style='margin-left:.5in;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 5586 style='mso-bookmark:PKS_Unit_Cells_List'><a name="Laue_List"><b>GSAS-II Laue 5587 classes</b> (note that some redundant entries are included for convenience.)<o:p></o:p></a></span></p> 5588 5589 <span style='mso-bookmark:Laue_List'></span> 5590 5591 <p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto; 5592 margin-left:1.0in;text-indent:-.25in;mso-list:l2 level1 lfo16;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 5593 style='mso-bookmark:PKS_Unit_Cells_List'><![if !supportLists]><span 5594 style='font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:Symbol; 5595 mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol'><span 5596 style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'> 5597 </span></span></span><![endif]><span style='mso-fareast-font-family:"Times New Roman"'>Cubic: 5598 Fm3m, Im3m & Pm3m <o:p></o:p></span></span></p> 5599 5600 <p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto; 5601 margin-left:1.0in;text-indent:-.25in;mso-list:l2 level1 lfo16;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 5602 style='mso-bookmark:PKS_Unit_Cells_List'><![if !supportLists]><span 5603 style='font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:Symbol; 5604 mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol'><span 5605 style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'> 5606 </span></span></span><![endif]><span style='mso-fareast-font-family:"Times New Roman"'>Rhombohedral: 5607 R3-H (hexagonal axes) <o:p></o:p></span></span></p> 5608 5609 <p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto; 5610 margin-left:1.0in;text-indent:-.25in;mso-list:l2 level1 lfo16;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 5611 style='mso-bookmark:PKS_Unit_Cells_List'><![if !supportLists]><span 5612 style='font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:Symbol; 5613 mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol'><span 5614 style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'> 5615 </span></span></span><![endif]><span style='mso-fareast-font-family:"Times New Roman"'>Hexagonal: 5616 P6/mmm <o:p></o:p></span></span></p> 5617 5618 <p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto; 5619 margin-left:1.0in;text-indent:-.25in;mso-list:l2 level1 lfo16;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 5620 style='mso-bookmark:PKS_Unit_Cells_List'><![if !supportLists]><span 5621 style='font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:Symbol; 5622 mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol'><span 5623 style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'> 5624 </span></span></span><![endif]><span style='mso-fareast-font-family:"Times New Roman"'>Tetragonal: 5625 I4/mmm, P4/mmm <o:p></o:p></span></span></p> 5626 5627 <p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto; 5628 margin-left:1.0in;text-indent:-.25in;mso-list:l2 level1 lfo16;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 5629 style='mso-bookmark:PKS_Unit_Cells_List'><![if !supportLists]><span 5630 style='font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:Symbol; 5631 mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol'><span 5632 style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'> 5633 </span></span></span><![endif]><span style='mso-fareast-font-family:"Times New Roman"'>Orthorhombic: 5634 Fmmm, Immm, Ammm, Bmmm, Cmmm, Pmmm <o:p></o:p></span></span></p> 5635 5636 <p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto; 5637 margin-left:1.0in;text-indent:-.25in;mso-list:l2 level1 lfo16;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 5638 style='mso-bookmark:PKS_Unit_Cells_List'><![if !supportLists]><span 5639 style='font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:Symbol; 5640 mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol'><span 5641 style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'> 5642 </span></span></span><![endif]><span style='mso-fareast-font-family:"Times New Roman"'>Monoclinic: 5643 I2/m, A2/m, C2/m, P2/m (b-unique) <o:p></o:p></span></span></p> 5644 5645 <p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto; 5646 margin-left:1.0in;text-indent:-.25in;mso-list:l2 level1 lfo16;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 5647 style='mso-bookmark:PKS_Unit_Cells_List'><![if !supportLists]><span 5648 style='font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:Symbol; 5649 mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol'><span 5650 style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'> 5651 </span></span></span><![endif]><span style='mso-fareast-font-family:"Times New Roman"'>Triclinic: 5652 P1, C1 <o:p></o:p></span></span></p> 5653 5654 <span style='mso-bookmark:PKS_Unit_Cells_List'></span> 5655 5149 5656 <h2 style='margin-left:.25in;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 5150 5657 name=SASD><span style='mso-fareast-font-family:"Times New Roman"'>6F. Small … … 5152 5659 "Times New Roman"'><o:p></o:p></span></h2> 5153 5660 5661 <h4><span style='mso-fareast-font-family:"Times New Roman"'>Comments<o:p></o:p></span></h4> 5662 5663 <p class=MsoNormal style='margin-left:.25in'>This window shows whatever comment 5664 lines found above the QIE table when the small angle data file was read by 5665 GSAS-II. If you are lucky, there will be useful information here (e.g. sample 5666 name, date collected, wavelength used, etc.). If not, this window will be 5667 blank. The text is read-only.</p> 5668 5669 <h4><a name="SASD_Limits">Limits</a></h4> 5670 5671 <span style='mso-bookmark:SASD_Limits'></span> 5672 5673 <h4><a name="SASD_Instrument_Parameters">Instrument Parameters</a></h4> 5674 5675 <h4><a name="SASD_Substances">Substances</a></h4> 5676 5677 <span style='mso-bookmark:SASD_Substances'></span> 5678 5679 <h4><a name="SASD_Sample_Parameters">Sample Parameters</a></h4> 5680 5681 <span style='mso-bookmark:SASD_Sample_Parameters'></span> 5682 5683 <h4><a name="SASD_Models">Models</a></h4> 5684 5685 <span style='mso-bookmark:SASD_Models'></span> 5686 5154 5687 <h2 style='margin-left:.25in;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 5155 5688 style='mso-fareast-font-family:"Times New Roman"'>6G. Reflectometry Data – type 5156 REFD<o:p></o:p></span></h2> 5689 <a name=REFD>REFD</a><o:p></o:p></span></h2> 5690 5691 <h4><span style='mso-fareast-font-family:"Times New Roman"'>Comments<o:p></o:p></span></h4> 5692 5693 <p class=MsoNormal style='margin-left:.25in'>This window shows whatever comment 5694 lines found above the QIE table when the reflectometry data file was read by 5695 GSAS-II. If you are lucky, there will be useful information here (e.g. sample 5696 name, date collected, wavelength used, etc.). If not, this window will be 5697 blank. The text is read-only.</p> 5698 5699 <h4><a name="REFD_Limits">Limits</a></h4> 5700 5701 <span style='mso-bookmark:REFD_Limits'></span> 5702 5703 <h4><a name="REFD_Substances">Substances</a></h4> 5704 5705 <span style='mso-bookmark:REFD_Substances'></span> 5706 5707 <h4><a name="REFD_Sample_Parameters">Sample Parameters</a></h4> 5708 5709 <span style='mso-bookmark:REFD_Sample_Parameters'></span> 5710 5711 <h4><a name="REFD_Models">Models</a></h4> 5712 5713 <span style='mso-bookmark:REFD_Models'></span> 5157 5714 5158 5715 <div class=MsoNormal align=center style='text-align:center;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 … … 5234 5791 5235 5792 <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 5236 name=fullrmc><strong>Access to </strong></a><span class=SpellE><span 5237 style='mso-bookmark:fullrmc'><strong>fullrmc</strong></span></span><span 5238 style='mso-bookmark:fullrmc'></span></h3> 5793 name=fullrmc><strong>Access to fullrmc</strong></a></h3> 5239 5794 5240 5795 <span style='mso-bookmark:fullrmc'></span> 5241 5796 5242 5797 <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'>The 5243 <span class=SpellE>fullrmc</span> program is a large-box pair distribution 5244 function modeling library developed by Bachir Aoun ["<span class=SpellE>Fullrmc</span>, 5245 a Rigid Body Reverse Monte Carlo Modeling Package Enabled with Machine Learning 5246 and Artificial Intelligence", B. Aoun, <i>Jour. Comp. Chem.</i> <b>(2016)</b>, 5247 37, 1102-1111. DOI: <a href="https://doi.org/10.1002/jcc.24304">10.1002/jcc.24304</a>]. 5248 Extensive information about <span class=SpellE>fullrmc</span> is found, 5249 including a number of explanatory videos, along with the source code on GitHub: 5250 <a href="https://bachiraoun.github.io/fullrmc/">https://bachiraoun.github.io/fullrmc/</a>. 5251 Use of <span class=SpellE>fullrmc</span> requires a set of Python packages that 5252 can be installed along with the packages needed for GSAS-II, but Windows and 5253 MacOS users will likely find it easier to install a pre-compiled version of <span 5254 class=SpellE>fullrmc</span> by downloading it <a 5798 fullrmc program is a large-box pair distribution function modeling library 5799 developed by Bachir Aoun ["Fullrmc, a Rigid Body Reverse Monte Carlo 5800 Modeling Package Enabled with Machine Learning and Artificial 5801 Intelligence", B. Aoun, <i>Jour. Comp. Chem.</i> <b>(2016)</b>, 37, 5802 1102-1111. DOI: <a href="https://doi.org/10.1002/jcc.24304">10.1002/jcc.24304</a>]. 5803 Extensive information about fullrmc is found, including a number of explanatory 5804 videos, along with the source code on GitHub: <a 5805 href="https://bachiraoun.github.io/fullrmc/">https://bachiraoun.github.io/fullrmc/</a>. 5806 Use of fullrmc requires a set of Python packages that can be installed along 5807 with the packages needed for GSAS-II, but Windows and MacOS users will likely 5808 find it easier to install a pre-compiled version of fullrmc by downloading it <a 5255 5809 href="https://drive.google.com/drive/folders/10hxmQviKoMaW9R4MxsaiDyPSretxr_P7">from 5256 here</a>. To locate a version of Python containing <span class=SpellE>fullrmc</span>,5257 the followinglocations are checked (in the order specified): </p>5810 here</a>. To locate a version of Python containing fullrmc, the following 5811 locations are checked (in the order specified): </p> 5258 5812 5259 5813 <p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto; 5260 margin-left:.5in;text-indent:-.25in;mso-list:l 6 level1 lfo12;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'><![if !supportLists]><span5814 margin-left:.5in;text-indent:-.25in;mso-list:l8 level1 lfo11;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'><![if !supportLists]><span 5261 5815 style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>1.<span 5262 5816 style='font:7.0pt "Times New Roman"'> </span></span></span><![endif]><span 5263 5817 style='mso-fareast-font-family:"Times New Roman"'>The GSAS-II <a 5264 href="#Preferences">configuration variable</a> </span>< span class=SpellE><tt><span5265 style='font-size:10.0pt'>fullrmc_exec</span></tt>< /span><span style='mso-fareast-font-family:5818 href="#Preferences">configuration variable</a> </span><tt><span 5819 style='font-size:10.0pt'>fullrmc_exec</span></tt><span style='mso-fareast-font-family: 5266 5820 "Times New Roman"'> can point to a Python image. <o:p></o:p></span></p> 5267 5821 5268 5822 <p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto; 5269 margin-left:.5in;text-indent:-.25in;mso-list:l 6 level1 lfo12;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'><![if !supportLists]><span5823 margin-left:.5in;text-indent:-.25in;mso-list:l8 level1 lfo11;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'><![if !supportLists]><span 5270 5824 style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>2.<span 5271 5825 style='font:7.0pt "Times New Roman"'> </span></span></span><![endif]><span 5272 5826 style='mso-fareast-font-family:"Times New Roman"'>The Python interpreter 5273 running GSAS-II is checked if <span class=SpellE>fullrmc</span> can be imported 5274 <o:p></o:p></span></p> 5827 running GSAS-II is checked if fullrmc can be imported <o:p></o:p></span></p> 5275 5828 5276 5829 <p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto; 5277 margin-left:.5in;text-indent:-.25in;mso-list:l 6 level1 lfo12;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'><![if !supportLists]><span5830 margin-left:.5in;text-indent:-.25in;mso-list:l8 level1 lfo11;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'><![if !supportLists]><span 5278 5831 style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>3.<span 5279 5832 style='font:7.0pt "Times New Roman"'> </span></span></span><![endif]><span … … 5282 5835 GSAS-II binaries are found, the current default location and all directories in 5283 5836 the system path are all checked for a file named </span><tt><span 5284 style='font-size:10.0pt'>" <span class=SpellE>fullrmc</span>*macOS*i386-64bit"</span></tt><span5837 style='font-size:10.0pt'>"fullrmc*macOS*i386-64bit"</span></tt><span 5285 5838 style='mso-fareast-font-family:"Times New Roman"'> (MacOS), </span><tt><span 5286 style='font-size:10.0pt'>" <span class=SpellE>fullrmc</span>*.exe"</span></tt><span5839 style='font-size:10.0pt'>"fullrmc*.exe"</span></tt><span 5287 5840 style='mso-fareast-font-family:"Times New Roman"'> (Windows) or </span><tt><span 5288 style='font-size:10.0pt'>" <span class=SpellE>fullrmc</span>*"</span></tt><span5841 style='font-size:10.0pt'>"fullrmc*"</span></tt><span 5289 5842 style='mso-fareast-font-family:"Times New Roman"'> (Linux). <o:p></o:p></span></p> 5290 5843
Note: See TracChangeset
for help on using the changeset viewer.