Changeset 515


Ignore:
Timestamp:
Mar 7, 2012 10:30:29 AM (12 years ago)
Author:
vondreele
Message:

add num variables to ViewLSparams
final fixup of error analysis plots
add to help file

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASII.py

    r501 r515  
    15731573            else:
    15741574                parmDict[parm] = [parmDict[parm],'False']
     1575        parmDict[' Num refined'] = [len(varyList),'']
    15751576        dlg = self.ViewParmDialog(self,'Parameters for least squares',parmDict)
    15761577        try:
  • trunk/GSASIIplot.py

    r513 r515  
    341341                    G2frame.Offset[0] = 0
    342342                    G2frame.logPlot = True
     343                newPlot = True
    343344        elif event.key == 'u':
    344345            if G2frame.Contour:
     
    776777        plotNum = G2frame.G2plotNB.plotList.index('Error analysis')
    777778        Page = G2frame.G2plotNB.nb.GetPage(plotNum)
     779        Page.figure.clf()
    778780        Plot = Page.figure.gca()          #get a fresh plot after clf()
    779781    except ValueError:
     
    793795    DS = xye[5][xmin:xmax]*np.sqrt(xye[2][xmin:xmax])
    794796    Page.SetFocus()
    795     Page.figure.clf()
    796     Plot1 = Page.figure.add_subplot(211)
    797     Page.figure.subplots_adjust(hspace=0.25)
    798797    G2frame.G2plotNB.status.DestroyChildren()
    799     Plot1.set_title(r'$\mathsf{\Delta/\sigma}$ analysis')
    800     Plot1.set_xlabel(r'$\mathsf{2\theta}$',fontsize=14)
    801     Plot1.set_ylabel(r'$\mathsf{\Delta/\sigma}$',fontsize=14)
    802     Plot1.plot(X,DS,'k',picker=False)
    803798    DS.sort()
    804799    EDS = np.zeros_like(DS)
    805800    DX = np.linspace(0.,1.,num=len(DS),endpoint=True)
    806     T = np.where(DX != 0.0,np.sqrt(np.log(1.0/DX**2)),0.0)
     801    oldErr = np.seterr(invalid='ignore')    #avoid problem at DX==0
     802    T = np.sqrt(np.log(1.0/DX**2))
    807803    top = 2.515517+0.802853*T+0.010328*T**2
    808804    bot = 1.0+1.432788*T+0.189269*T**2+0.001308*T**3
    809805    EDS = np.where(DX>0,-(T-top/bot),(T-top/bot))
    810     EDS = np.where(DX==0.,0.,EDS)
    811     Plot2 = Page.figure.add_subplot(212)
    812     Plot2.set_xlabel(r'expected $\mathsf{\Delta/\sigma}$',fontsize=14)
    813     Plot2.set_ylabel(r'observed $\mathsf{\Delta/\sigma}$',fontsize=14)
    814     Plot2.plot(EDS,DS,'r+')
     806    low1 = np.searchsorted(EDS,-1.)
     807    hi1 = np.searchsorted(EDS,1.)
     808    slp,intcp = np.polyfit(EDS[low1:hi1],DS[low1:hi1],deg=1)
     809    frac = 100.*(hi1-low1)/len(DS)
     810    G2frame.G2plotNB.status.SetStatusText(  \
     811        'Over range -1. to 1. :'+' slope = %.3f, intercept = %.3f for %.2f%% of the fitted data'%(slp,intcp,frac),1)
     812    Plot.set_title('Normal probability for '+Pattern[-1])
     813    Plot.set_xlabel(r'expected $\mathsf{\Delta/\sigma}$',fontsize=14)
     814    Plot.set_ylabel(r'observed $\mathsf{\Delta/\sigma}$',fontsize=14)
     815    Plot.plot(EDS,DS,'r+',label='result')
     816    Plot.plot([-2,2],[-2,2],'k',dashes=(5,5),label='ideal')
     817    Plot.legend(loc='upper left')
     818    np.seterr(invalid='warn')
    815819    Page.canvas.draw()
    816820       
     
    12771281    Page = G2frame.G2plotNB.nb.GetPage(plotNum)
    12781282    Page.SetFocus()
    1279     G2frame.G2plotNB.status.SetStatusText('Adjust frame size to get desired aspect ratio',1)
     1283    G2frame.G2plotNB.status.SetStatusText('',1)
    12801284    if not Page.IsShown():
    12811285        Page.Show()
  • trunk/help/gsasII.html

    r493 r515  
    2525  <o:Author>Von Dreele</o:Author>
    2626  <o:LastAuthor>Von Dreele</o:LastAuthor>
    27   <o:Revision>61</o:Revision>
    28   <o:TotalTime>2337</o:TotalTime>
     27  <o:Revision>64</o:Revision>
     28  <o:TotalTime>2433</o:TotalTime>
    2929  <o:Created>2011-11-28T16:49:00Z</o:Created>
    30   <o:LastSaved>2012-02-24T18:50:00Z</o:LastSaved>
    31   <o:Pages>6</o:Pages>
    32   <o:Words>4737</o:Words>
    33   <o:Characters>27001</o:Characters>
     30  <o:LastSaved>2012-03-06T18:26:00Z</o:LastSaved>
     31  <o:Pages>7</o:Pages>
     32  <o:Words>5264</o:Words>
     33  <o:Characters>30011</o:Characters>
    3434  <o:Company>Argonne National Laboratory</o:Company>
    35   <o:Lines>225</o:Lines>
    36   <o:Paragraphs>63</o:Paragraphs>
    37   <o:CharactersWithSpaces>31675</o:CharactersWithSpaces>
     35  <o:Lines>250</o:Lines>
     36  <o:Paragraphs>70</o:Paragraphs>
     37  <o:CharactersWithSpaces>35205</o:CharactersWithSpaces>
    3838  <o:Version>12.00</o:Version>
    3939 </o:DocumentProperties>
     
    429429        font-weight:bold;}
    430430h4
    431         {mso-style-priority:9;
     431        {mso-style-noshow:yes;
     432        mso-style-priority:9;
    432433        mso-style-qformat:yes;
    433434        mso-style-link:"Heading 4 Char";
     
    456457        font-style:italic;}
    457458h5
    458         {mso-style-priority:9;
     459        {mso-style-noshow:yes;
     460        mso-style-priority:9;
    459461        mso-style-qformat:yes;
    460462        mso-style-link:"Heading 5 Char";
     
    678680span.Heading4Char
    679681        {mso-style-name:"Heading 4 Char";
     682        mso-style-noshow:yes;
    680683        mso-style-priority:9;
    681684        mso-style-unhide:no;
     
    699702span.Heading5Char
    700703        {mso-style-name:"Heading 5 Char";
     704        mso-style-noshow:yes;
    701705        mso-style-priority:9;
    702706        mso-style-unhide:no;
     
    780784 /* List Definitions */
    781785 @list l0
     786        {mso-list-id:136146672;
     787        mso-list-type:hybrid;
     788        mso-list-template-ids:-1283699224 67698713 67698713 67698715 67698703 67698713 67698715 67698703 67698713 67698715;}
     789@list l0:level1
     790        {mso-level-number-format:alpha-lower;
     791        mso-level-tab-stop:none;
     792        mso-level-number-position:left;
     793        margin-left:.75in;
     794        text-indent:-.25in;}
     795@list l0:level2
     796        {mso-level-number-format:alpha-lower;
     797        mso-level-tab-stop:none;
     798        mso-level-number-position:left;
     799        margin-left:1.25in;
     800        text-indent:-.25in;}
     801@list l1
    782802        {mso-list-id:142163818;
    783803        mso-list-type:hybrid;
    784804        mso-list-template-ids:773461610 67698703 67698713 67698715 67698703 67698713 67698715 67698703 67698713 67698715;}
    785 @list l0:level1
     805@list l1:level1
    786806        {mso-level-tab-stop:none;
    787807        mso-level-number-position:left;
    788808        text-indent:-.25in;}
    789 @list l0:level2
     809@list l1:level2
    790810        {mso-level-number-format:alpha-lower;
    791811        mso-level-tab-stop:none;
    792812        mso-level-number-position:left;
    793813        text-indent:-.25in;}
    794 @list l0:level3
     814@list l1:level3
    795815        {mso-level-number-format:roman-lower;
    796816        mso-level-tab-stop:none;
    797817        mso-level-number-position:right;
    798818        text-indent:-9.0pt;}
    799 @list l0:level4
     819@list l1:level4
    800820        {mso-level-tab-stop:2.0in;
    801821        mso-level-number-position:left;
    802822        text-indent:-.25in;}
    803 @list l0:level5
     823@list l1:level5
    804824        {mso-level-tab-stop:2.5in;
    805825        mso-level-number-position:left;
    806826        text-indent:-.25in;}
    807 @list l0:level6
     827@list l1:level6
    808828        {mso-level-tab-stop:3.0in;
    809829        mso-level-number-position:left;
    810830        text-indent:-.25in;}
    811 @list l0:level7
     831@list l1:level7
    812832        {mso-level-tab-stop:3.5in;
    813833        mso-level-number-position:left;
    814834        text-indent:-.25in;}
    815 @list l0:level8
     835@list l1:level8
    816836        {mso-level-tab-stop:4.0in;
    817837        mso-level-number-position:left;
    818838        text-indent:-.25in;}
    819 @list l0:level9
     839@list l1:level9
    820840        {mso-level-tab-stop:4.5in;
    821841        mso-level-number-position:left;
    822842        text-indent:-.25in;}
    823 @list l1
     843@list l2
    824844        {mso-list-id:203979460;
    825845        mso-list-template-ids:88359672;}
    826 @list l1:level1
     846@list l2:level1
    827847        {mso-level-number-format:bullet;
    828848        mso-level-text:\F0B7;
     
    832852        mso-ansi-font-size:10.0pt;
    833853        font-family:Symbol;}
    834 @list l1:level2
     854@list l2:level2
    835855        {mso-level-tab-stop:1.0in;
    836856        mso-level-number-position:left;
    837857        text-indent:-.25in;}
    838 @list l1:level3
     858@list l2:level3
    839859        {mso-level-tab-stop:1.5in;
    840860        mso-level-number-position:left;
    841861        text-indent:-.25in;}
    842 @list l1:level4
     862@list l2:level4
    843863        {mso-level-tab-stop:2.0in;
    844864        mso-level-number-position:left;
    845865        text-indent:-.25in;}
    846 @list l1:level5
     866@list l2:level5
    847867        {mso-level-tab-stop:2.5in;
    848868        mso-level-number-position:left;
    849869        text-indent:-.25in;}
    850 @list l1:level6
     870@list l2:level6
    851871        {mso-level-tab-stop:3.0in;
    852872        mso-level-number-position:left;
    853873        text-indent:-.25in;}
    854 @list l1:level7
     874@list l2:level7
    855875        {mso-level-tab-stop:3.5in;
    856876        mso-level-number-position:left;
    857877        text-indent:-.25in;}
    858 @list l1:level8
     878@list l2:level8
    859879        {mso-level-tab-stop:4.0in;
    860880        mso-level-number-position:left;
    861881        text-indent:-.25in;}
    862 @list l1:level9
     882@list l2:level9
    863883        {mso-level-tab-stop:4.5in;
    864884        mso-level-number-position:left;
    865885        text-indent:-.25in;}
    866 @list l2
     886@list l3
    867887        {mso-list-id:268514595;
    868888        mso-list-type:hybrid;
    869889        mso-list-template-ids:-1814001090 1141245230 67698713 67698715 67698703 67698713 67698715 67698703 67698713 67698715;}
    870 @list l2:level1
     890@list l3:level1
    871891        {mso-level-number-format:alpha-lower;
    872892        mso-level-tab-stop:none;
     
    875895        text-indent:-.25in;
    876896        mso-ansi-font-weight:normal;}
    877 @list l2:level2
     897@list l3:level2
    878898        {mso-level-tab-stop:1.0in;
    879899        mso-level-number-position:left;
    880900        text-indent:-.25in;}
    881 @list l2:level3
     901@list l3:level3
    882902        {mso-level-tab-stop:112.5pt;
    883903        mso-level-number-position:left;
    884904        margin-left:112.5pt;
    885905        text-indent:-.25in;}
    886 @list l2:level4
     906@list l3:level4
    887907        {mso-level-tab-stop:2.0in;
    888908        mso-level-number-position:left;
    889909        text-indent:-.25in;}
    890 @list l2:level5
     910@list l3:level5
    891911        {mso-level-tab-stop:2.5in;
    892912        mso-level-number-position:left;
    893913        text-indent:-.25in;}
    894 @list l2:level6
     914@list l3:level6
    895915        {mso-level-tab-stop:3.0in;
    896916        mso-level-number-position:left;
    897917        text-indent:-.25in;}
    898 @list l2:level7
     918@list l3:level7
    899919        {mso-level-tab-stop:3.5in;
    900920        mso-level-number-position:left;
    901921        text-indent:-.25in;}
    902 @list l2:level8
     922@list l3:level8
    903923        {mso-level-tab-stop:4.0in;
    904924        mso-level-number-position:left;
    905925        text-indent:-.25in;}
    906 @list l2:level9
     926@list l3:level9
    907927        {mso-level-tab-stop:4.5in;
    908928        mso-level-number-position:left;
    909929        text-indent:-.25in;}
    910 @list l3
     930@list l4
     931        {mso-list-id:301277244;
     932        mso-list-template-ids:-445226636;}
     933@list l4:level1
     934        {mso-level-tab-stop:none;
     935        mso-level-number-position:left;
     936        text-indent:-.25in;}
     937@list l4:level2
     938        {mso-level-number-format:alpha-lower;
     939        mso-level-tab-stop:1.0in;
     940        mso-level-number-position:left;
     941        text-indent:-.25in;}
     942@list l4:level3
     943        {mso-level-tab-stop:1.5in;
     944        mso-level-number-position:left;
     945        text-indent:-.25in;}
     946@list l4:level4
     947        {mso-level-number-format:alpha-lower;
     948        mso-level-tab-stop:2.0in;
     949        mso-level-number-position:left;
     950        text-indent:-.25in;}
     951@list l4:level5
     952        {mso-level-tab-stop:2.5in;
     953        mso-level-number-position:left;
     954        text-indent:-.25in;}
     955@list l4:level6
     956        {mso-level-tab-stop:3.0in;
     957        mso-level-number-position:left;
     958        text-indent:-.25in;}
     959@list l4:level7
     960        {mso-level-tab-stop:3.5in;
     961        mso-level-number-position:left;
     962        text-indent:-.25in;}
     963@list l4:level8
     964        {mso-level-tab-stop:4.0in;
     965        mso-level-number-position:left;
     966        text-indent:-.25in;}
     967@list l4:level9
     968        {mso-level-tab-stop:4.5in;
     969        mso-level-number-position:left;
     970        text-indent:-.25in;}
     971@list l5
     972        {mso-list-id:424421782;
     973        mso-list-template-ids:-445226636;}
     974@list l5:level1
     975        {mso-level-tab-stop:none;
     976        mso-level-number-position:left;
     977        text-indent:-.25in;}
     978@list l5:level2
     979        {mso-level-number-format:alpha-lower;
     980        mso-level-tab-stop:1.0in;
     981        mso-level-number-position:left;
     982        text-indent:-.25in;}
     983@list l5:level3
     984        {mso-level-tab-stop:1.5in;
     985        mso-level-number-position:left;
     986        text-indent:-.25in;}
     987@list l5:level4
     988        {mso-level-number-format:alpha-lower;
     989        mso-level-tab-stop:2.0in;
     990        mso-level-number-position:left;
     991        text-indent:-.25in;}
     992@list l5:level5
     993        {mso-level-tab-stop:2.5in;
     994        mso-level-number-position:left;
     995        text-indent:-.25in;}
     996@list l5:level6
     997        {mso-level-tab-stop:3.0in;
     998        mso-level-number-position:left;
     999        text-indent:-.25in;}
     1000@list l5:level7
     1001        {mso-level-tab-stop:3.5in;
     1002        mso-level-number-position:left;
     1003        text-indent:-.25in;}
     1004@list l5:level8
     1005        {mso-level-tab-stop:4.0in;
     1006        mso-level-number-position:left;
     1007        text-indent:-.25in;}
     1008@list l5:level9
     1009        {mso-level-tab-stop:4.5in;
     1010        mso-level-number-position:left;
     1011        text-indent:-.25in;}
     1012@list l6
    9111013        {mso-list-id:617220658;
    9121014        mso-list-type:hybrid;
    9131015        mso-list-template-ids:1177170962 67698703 67698713 67698715 67698703 67698713 67698715 67698703 67698713 67698715;}
    914 @list l3:level1
     1016@list l6:level1
    9151017        {mso-level-tab-stop:none;
    9161018        mso-level-number-position:left;
    9171019        text-indent:-.25in;}
    918 @list l3:level2
     1020@list l6:level2
    9191021        {mso-level-tab-stop:1.0in;
    9201022        mso-level-number-position:left;
    9211023        text-indent:-.25in;}
    922 @list l3:level3
     1024@list l6:level3
    9231025        {mso-level-tab-stop:1.5in;
    9241026        mso-level-number-position:left;
    9251027        text-indent:-.25in;}
    926 @list l3:level4
     1028@list l6:level4
    9271029        {mso-level-tab-stop:2.0in;
    9281030        mso-level-number-position:left;
    9291031        text-indent:-.25in;}
    930 @list l3:level5
     1032@list l6:level5
    9311033        {mso-level-tab-stop:2.5in;
    9321034        mso-level-number-position:left;
    9331035        text-indent:-.25in;}
    934 @list l3:level6
     1036@list l6:level6
    9351037        {mso-level-tab-stop:3.0in;
    9361038        mso-level-number-position:left;
    9371039        text-indent:-.25in;}
    938 @list l3:level7
     1040@list l6:level7
    9391041        {mso-level-tab-stop:3.5in;
    9401042        mso-level-number-position:left;
    9411043        text-indent:-.25in;}
    942 @list l3:level8
     1044@list l6:level8
    9431045        {mso-level-tab-stop:4.0in;
    9441046        mso-level-number-position:left;
    9451047        text-indent:-.25in;}
    946 @list l3:level9
     1048@list l6:level9
    9471049        {mso-level-tab-stop:4.5in;
    9481050        mso-level-number-position:left;
    9491051        text-indent:-.25in;}
    950 @list l4
     1052@list l7
    9511053        {mso-list-id:656106218;
    9521054        mso-list-type:hybrid;
    9531055        mso-list-template-ids:185874704 67698703 67698713 67698715 67698703 67698713 67698715 67698703 67698713 67698715;}
    954 @list l4:level1
     1056@list l7:level1
    9551057        {mso-level-tab-stop:none;
    9561058        mso-level-number-position:left;
    9571059        text-indent:-.25in;}
    958 @list l4:level2
     1060@list l7:level2
    9591061        {mso-level-tab-stop:1.0in;
    9601062        mso-level-number-position:left;
    9611063        text-indent:-.25in;}
    962 @list l4:level3
     1064@list l7:level3
    9631065        {mso-level-tab-stop:1.5in;
    9641066        mso-level-number-position:left;
    9651067        text-indent:-.25in;}
    966 @list l4:level4
     1068@list l7:level4
    9671069        {mso-level-tab-stop:2.0in;
    9681070        mso-level-number-position:left;
    9691071        text-indent:-.25in;}
    970 @list l4:level5
     1072@list l7:level5
    9711073        {mso-level-tab-stop:2.5in;
    9721074        mso-level-number-position:left;
    9731075        text-indent:-.25in;}
    974 @list l4:level6
     1076@list l7:level6
    9751077        {mso-level-tab-stop:3.0in;
    9761078        mso-level-number-position:left;
    9771079        text-indent:-.25in;}
    978 @list l4:level7
     1080@list l7:level7
    9791081        {mso-level-tab-stop:3.5in;
    9801082        mso-level-number-position:left;
    9811083        text-indent:-.25in;}
    982 @list l4:level8
     1084@list l7:level8
    9831085        {mso-level-tab-stop:4.0in;
    9841086        mso-level-number-position:left;
    9851087        text-indent:-.25in;}
    986 @list l4:level9
     1088@list l7:level9
    9871089        {mso-level-tab-stop:4.5in;
    9881090        mso-level-number-position:left;
    9891091        text-indent:-.25in;}
    990 @list l5
     1092@list l8
    9911093        {mso-list-id:734669460;
    9921094        mso-list-type:hybrid;
    9931095        mso-list-template-ids:1215081880 67698703 67698713 67698715 67698703 67698713 67698715 67698703 67698713 67698715;}
    994 @list l5:level1
     1096@list l8:level1
    9951097        {mso-level-tab-stop:none;
    9961098        mso-level-number-position:left;
    9971099        text-indent:-.25in;}
    998 @list l5:level2
     1100@list l8:level2
    9991101        {mso-level-tab-stop:1.0in;
    10001102        mso-level-number-position:left;
    10011103        text-indent:-.25in;}
    1002 @list l5:level3
     1104@list l8:level3
    10031105        {mso-level-tab-stop:1.5in;
    10041106        mso-level-number-position:left;
    10051107        text-indent:-.25in;}
    1006 @list l5:level4
     1108@list l8:level4
    10071109        {mso-level-tab-stop:2.0in;
    10081110        mso-level-number-position:left;
    10091111        text-indent:-.25in;}
    1010 @list l5:level5
     1112@list l8:level5
    10111113        {mso-level-tab-stop:2.5in;
    10121114        mso-level-number-position:left;
    10131115        text-indent:-.25in;}
    1014 @list l5:level6
     1116@list l8:level6
    10151117        {mso-level-tab-stop:3.0in;
    10161118        mso-level-number-position:left;
    10171119        text-indent:-.25in;}
    1018 @list l5:level7
     1120@list l8:level7
    10191121        {mso-level-tab-stop:3.5in;
    10201122        mso-level-number-position:left;
    10211123        text-indent:-.25in;}
    1022 @list l5:level8
     1124@list l8:level8
    10231125        {mso-level-tab-stop:4.0in;
    10241126        mso-level-number-position:left;
    10251127        text-indent:-.25in;}
    1026 @list l5:level9
     1128@list l8:level9
    10271129        {mso-level-tab-stop:4.5in;
    10281130        mso-level-number-position:left;
    10291131        text-indent:-.25in;}
    1030 @list l6
     1132@list l9
    10311133        {mso-list-id:919948450;
    10321134        mso-list-type:hybrid;
    10331135        mso-list-template-ids:-1980985146 67698703 67698713 67698715 67698703 67698713 67698715 67698703 67698713 67698715;}
    1034 @list l6:level1
     1136@list l9:level1
    10351137        {mso-level-tab-stop:none;
    10361138        mso-level-number-position:left;
    10371139        text-indent:-.25in;}
    1038 @list l6:level2
     1140@list l9:level2
    10391141        {mso-level-tab-stop:1.0in;
    10401142        mso-level-number-position:left;
    10411143        text-indent:-.25in;}
    1042 @list l6:level3
     1144@list l9:level3
    10431145        {mso-level-tab-stop:1.5in;
    10441146        mso-level-number-position:left;
    10451147        text-indent:-.25in;}
    1046 @list l6:level4
     1148@list l9:level4
    10471149        {mso-level-tab-stop:2.0in;
    10481150        mso-level-number-position:left;
    10491151        text-indent:-.25in;}
    1050 @list l6:level5
     1152@list l9:level5
    10511153        {mso-level-tab-stop:2.5in;
    10521154        mso-level-number-position:left;
    10531155        text-indent:-.25in;}
    1054 @list l6:level6
     1156@list l9:level6
    10551157        {mso-level-tab-stop:3.0in;
    10561158        mso-level-number-position:left;
    10571159        text-indent:-.25in;}
    1058 @list l6:level7
     1160@list l9:level7
    10591161        {mso-level-tab-stop:3.5in;
    10601162        mso-level-number-position:left;
    10611163        text-indent:-.25in;}
    1062 @list l6:level8
     1164@list l9:level8
    10631165        {mso-level-tab-stop:4.0in;
    10641166        mso-level-number-position:left;
    10651167        text-indent:-.25in;}
    1066 @list l6:level9
     1168@list l9:level9
    10671169        {mso-level-tab-stop:4.5in;
    10681170        mso-level-number-position:left;
    10691171        text-indent:-.25in;}
    1070 @list l7
     1172@list l10
    10711173        {mso-list-id:1035230400;
    10721174        mso-list-type:hybrid;
    10731175        mso-list-template-ids:-2012591744 67698703 67698713 67698715 67698703 67698713 67698715 67698703 67698713 67698715;}
    1074 @list l7:level1
     1176@list l10:level1
    10751177        {mso-level-tab-stop:none;
    10761178        mso-level-number-position:left;
    10771179        text-indent:-.25in;}
    1078 @list l7:level2
     1180@list l10:level2
    10791181        {mso-level-number-format:alpha-lower;
    10801182        mso-level-tab-stop:none;
    10811183        mso-level-number-position:left;
    10821184        text-indent:-.25in;}
    1083 @list l7:level3
     1185@list l10:level3
    10841186        {mso-level-tab-stop:1.5in;
    10851187        mso-level-number-position:left;
    10861188        text-indent:-.25in;}
    1087 @list l7:level4
     1189@list l10:level4
    10881190        {mso-level-tab-stop:2.0in;
    10891191        mso-level-number-position:left;
    10901192        text-indent:-.25in;}
    1091 @list l7:level5
     1193@list l10:level5
    10921194        {mso-level-tab-stop:2.5in;
    10931195        mso-level-number-position:left;
    10941196        text-indent:-.25in;}
    1095 @list l7:level6
     1197@list l10:level6
    10961198        {mso-level-tab-stop:3.0in;
    10971199        mso-level-number-position:left;
    10981200        text-indent:-.25in;}
    1099 @list l7:level7
     1201@list l10:level7
    11001202        {mso-level-tab-stop:3.5in;
    11011203        mso-level-number-position:left;
    11021204        text-indent:-.25in;}
    1103 @list l7:level8
     1205@list l10:level8
    11041206        {mso-level-tab-stop:4.0in;
    11051207        mso-level-number-position:left;
    11061208        text-indent:-.25in;}
    1107 @list l7:level9
     1209@list l10:level9
    11081210        {mso-level-tab-stop:4.5in;
    11091211        mso-level-number-position:left;
    11101212        text-indent:-.25in;}
    1111 @list l8
     1213@list l11
    11121214        {mso-list-id:1074664733;
    11131215        mso-list-type:hybrid;
    11141216        mso-list-template-ids:2033622918 1141245230 67698713 67698715 67698703 67698713 67698715 67698703 67698713 67698715;}
    1115 @list l8:level1
     1217@list l11:level1
    11161218        {mso-level-number-format:alpha-lower;
    11171219        mso-level-tab-stop:none;
     
    11201222        text-indent:-.25in;
    11211223        mso-ansi-font-weight:normal;}
    1122 @list l8:level2
     1224@list l11:level2
    11231225        {mso-level-number-format:alpha-lower;
    11241226        mso-level-tab-stop:none;
    11251227        mso-level-number-position:left;
    11261228        text-indent:-.25in;}
    1127 @list l8:level3
     1229@list l11:level3
    11281230        {mso-level-tab-stop:1.5in;
    11291231        mso-level-number-position:left;
    11301232        text-indent:-.25in;}
    1131 @list l8:level4
     1233@list l11:level4
    11321234        {mso-level-tab-stop:2.0in;
    11331235        mso-level-number-position:left;
    11341236        text-indent:-.25in;}
    1135 @list l8:level5
     1237@list l11:level5
    11361238        {mso-level-tab-stop:2.5in;
    11371239        mso-level-number-position:left;
    11381240        text-indent:-.25in;}
    1139 @list l8:level6
     1241@list l11:level6
    11401242        {mso-level-tab-stop:3.0in;
    11411243        mso-level-number-position:left;
    11421244        text-indent:-.25in;}
    1143 @list l8:level7
     1245@list l11:level7
    11441246        {mso-level-tab-stop:3.5in;
    11451247        mso-level-number-position:left;
    11461248        text-indent:-.25in;}
    1147 @list l8:level8
     1249@list l11:level8
    11481250        {mso-level-tab-stop:4.0in;
    11491251        mso-level-number-position:left;
    11501252        text-indent:-.25in;}
    1151 @list l8:level9
     1253@list l11:level9
    11521254        {mso-level-tab-stop:4.5in;
    11531255        mso-level-number-position:left;
    11541256        text-indent:-.25in;}
    1155 @list l9
     1257@list l12
     1258        {mso-list-id:1109205638;
     1259        mso-list-type:hybrid;
     1260        mso-list-template-ids:1564380636 67698713 67698713 67698715 67698703 67698713 67698715 67698703 67698713 67698715;}
     1261@list l12:level1
     1262        {mso-level-number-format:alpha-lower;
     1263        mso-level-tab-stop:none;
     1264        mso-level-number-position:left;
     1265        margin-left:.75in;
     1266        text-indent:-.25in;}
     1267@list l13
    11561268        {mso-list-id:1162892763;
    11571269        mso-list-type:hybrid;
    11581270        mso-list-template-ids:2091276960 -1984140816 67698713 67698715 67698703 67698713 67698715 67698703 67698713 67698715;}
    1159 @list l9:level1
     1271@list l13:level1
    11601272        {mso-level-number-format:alpha-lower;
    11611273        mso-level-tab-stop:none;
     
    11631275        margin-left:1.0in;
    11641276        text-indent:-.25in;}
    1165 @list l9:level2
     1277@list l13:level2
    11661278        {mso-level-tab-stop:1.0in;
    11671279        mso-level-number-position:left;
    11681280        text-indent:-.25in;}
    1169 @list l9:level3
     1281@list l13:level3
    11701282        {mso-level-tab-stop:1.5in;
    11711283        mso-level-number-position:left;
    11721284        text-indent:-.25in;}
    1173 @list l9:level4
     1285@list l13:level4
    11741286        {mso-level-tab-stop:2.0in;
    11751287        mso-level-number-position:left;
    11761288        text-indent:-.25in;}
    1177 @list l9:level5
     1289@list l13:level5
    11781290        {mso-level-tab-stop:2.5in;
    11791291        mso-level-number-position:left;
    11801292        text-indent:-.25in;}
    1181 @list l9:level6
     1293@list l13:level6
    11821294        {mso-level-tab-stop:3.0in;
    11831295        mso-level-number-position:left;
    11841296        text-indent:-.25in;}
    1185 @list l9:level7
     1297@list l13:level7
    11861298        {mso-level-tab-stop:3.5in;
    11871299        mso-level-number-position:left;
    11881300        text-indent:-.25in;}
    1189 @list l9:level8
     1301@list l13:level8
    11901302        {mso-level-tab-stop:4.0in;
    11911303        mso-level-number-position:left;
    11921304        text-indent:-.25in;}
    1193 @list l9:level9
     1305@list l13:level9
    11941306        {mso-level-tab-stop:4.5in;
    11951307        mso-level-number-position:left;
    11961308        text-indent:-.25in;}
    1197 @list l10
     1309@list l14
    11981310        {mso-list-id:1323200535;
    11991311        mso-list-type:hybrid;
    12001312        mso-list-template-ids:-720724778 859726762 67698713 67698715 67698703 67698713 67698715 67698703 67698713 67698715;}
    1201 @list l10:level1
     1313@list l14:level1
    12021314        {mso-level-number-format:alpha-lower;
    12031315        mso-level-tab-stop:none;
     
    12051317        margin-left:1.0in;
    12061318        text-indent:-.25in;}
    1207 @list l10:level2
     1319@list l14:level2
    12081320        {mso-level-tab-stop:1.0in;
    12091321        mso-level-number-position:left;
    12101322        text-indent:-.25in;}
    1211 @list l10:level3
     1323@list l14:level3
    12121324        {mso-level-tab-stop:1.5in;
    12131325        mso-level-number-position:left;
    12141326        text-indent:-.25in;}
    1215 @list l10:level4
     1327@list l14:level4
    12161328        {mso-level-tab-stop:2.0in;
    12171329        mso-level-number-position:left;
    12181330        text-indent:-.25in;}
    1219 @list l10:level5
     1331@list l14:level5
    12201332        {mso-level-tab-stop:2.5in;
    12211333        mso-level-number-position:left;
    12221334        text-indent:-.25in;}
    1223 @list l10:level6
     1335@list l14:level6
    12241336        {mso-level-tab-stop:3.0in;
    12251337        mso-level-number-position:left;
    12261338        text-indent:-.25in;}
    1227 @list l10:level7
     1339@list l14:level7
    12281340        {mso-level-tab-stop:3.5in;
    12291341        mso-level-number-position:left;
    12301342        text-indent:-.25in;}
    1231 @list l10:level8
     1343@list l14:level8
    12321344        {mso-level-tab-stop:4.0in;
    12331345        mso-level-number-position:left;
    12341346        text-indent:-.25in;}
    1235 @list l10:level9
     1347@list l14:level9
    12361348        {mso-level-tab-stop:4.5in;
    12371349        mso-level-number-position:left;
    12381350        text-indent:-.25in;}
    1239 @list l11
     1351@list l15
    12401352        {mso-list-id:1326516832;
    12411353        mso-list-type:hybrid;
    12421354        mso-list-template-ids:1433942448 67698703 67698713 67698715 67698703 67698713 67698715 67698703 67698713 67698715;}
    1243 @list l11:level1
     1355@list l15:level1
    12441356        {mso-level-tab-stop:none;
    12451357        mso-level-number-position:left;
    12461358        text-indent:-.25in;}
    1247 @list l11:level2
     1359@list l15:level2
    12481360        {mso-level-tab-stop:1.0in;
    12491361        mso-level-number-position:left;
    12501362        text-indent:-.25in;}
    1251 @list l11:level3
     1363@list l15:level3
    12521364        {mso-level-tab-stop:1.5in;
    12531365        mso-level-number-position:left;
    12541366        text-indent:-.25in;}
    1255 @list l11:level4
     1367@list l15:level4
    12561368        {mso-level-tab-stop:2.0in;
    12571369        mso-level-number-position:left;
    12581370        text-indent:-.25in;}
    1259 @list l11:level5
     1371@list l15:level5
    12601372        {mso-level-tab-stop:2.5in;
    12611373        mso-level-number-position:left;
    12621374        text-indent:-.25in;}
    1263 @list l11:level6
     1375@list l15:level6
    12641376        {mso-level-tab-stop:3.0in;
    12651377        mso-level-number-position:left;
    12661378        text-indent:-.25in;}
    1267 @list l11:level7
     1379@list l15:level7
    12681380        {mso-level-tab-stop:3.5in;
    12691381        mso-level-number-position:left;
    12701382        text-indent:-.25in;}
    1271 @list l11:level8
     1383@list l15:level8
    12721384        {mso-level-tab-stop:4.0in;
    12731385        mso-level-number-position:left;
    12741386        text-indent:-.25in;}
    1275 @list l11:level9
     1387@list l15:level9
    12761388        {mso-level-tab-stop:4.5in;
    12771389        mso-level-number-position:left;
    12781390        text-indent:-.25in;}
    1279 @list l12
     1391@list l16
    12801392        {mso-list-id:1453328047;
    12811393        mso-list-type:hybrid;
    12821394        mso-list-template-ids:768896778 -756651182 67698713 67698715 67698703 67698713 67698715 67698703 67698713 67698715;}
    1283 @list l12:level1
     1395@list l16:level1
    12841396        {mso-level-number-format:alpha-lower;
    12851397        mso-level-tab-stop:none;
     
    12881400        text-indent:-.25in;
    12891401        mso-ansi-font-weight:normal;}
    1290 @list l12:level2
     1402@list l16:level2
    12911403        {mso-level-tab-stop:1.0in;
    12921404        mso-level-number-position:left;
    12931405        text-indent:-.25in;}
    1294 @list l12:level3
     1406@list l16:level3
    12951407        {mso-level-tab-stop:1.5in;
    12961408        mso-level-number-position:left;
    12971409        text-indent:-.25in;}
    1298 @list l12:level4
     1410@list l16:level4
    12991411        {mso-level-tab-stop:2.0in;
    13001412        mso-level-number-position:left;
    13011413        text-indent:-.25in;}
    1302 @list l12:level5
     1414@list l16:level5
    13031415        {mso-level-tab-stop:2.5in;
    13041416        mso-level-number-position:left;
    13051417        text-indent:-.25in;}
    1306 @list l12:level6
     1418@list l16:level6
    13071419        {mso-level-tab-stop:3.0in;
    13081420        mso-level-number-position:left;
    13091421        text-indent:-.25in;}
    1310 @list l12:level7
     1422@list l16:level7
    13111423        {mso-level-tab-stop:3.5in;
    13121424        mso-level-number-position:left;
    13131425        text-indent:-.25in;}
    1314 @list l12:level8
     1426@list l16:level8
    13151427        {mso-level-tab-stop:4.0in;
    13161428        mso-level-number-position:left;
    13171429        text-indent:-.25in;}
    1318 @list l12:level9
     1430@list l16:level9
    13191431        {mso-level-tab-stop:4.5in;
    13201432        mso-level-number-position:left;
    13211433        text-indent:-.25in;}
    1322 @list l13
     1434@list l17
    13231435        {mso-list-id:1602683002;
    13241436        mso-list-type:hybrid;
    13251437        mso-list-template-ids:120980256 67698703 67698713 67698715 67698703 67698713 67698715 67698703 67698713 67698715;}
    1326 @list l13:level1
     1438@list l17:level1
    13271439        {mso-level-tab-stop:none;
    13281440        mso-level-number-position:left;
    13291441        text-indent:-.25in;}
    1330 @list l13:level2
     1442@list l17:level2
    13311443        {mso-level-number-format:alpha-lower;
    13321444        mso-level-tab-stop:none;
    13331445        mso-level-number-position:left;
    13341446        text-indent:-.25in;}
    1335 @list l13:level3
     1447@list l17:level3
    13361448        {mso-level-tab-stop:1.5in;
    13371449        mso-level-number-position:left;
    13381450        text-indent:-.25in;}
    1339 @list l13:level4
     1451@list l17:level4
    13401452        {mso-level-tab-stop:2.0in;
    13411453        mso-level-number-position:left;
    13421454        text-indent:-.25in;}
    1343 @list l13:level5
     1455@list l17:level5
    13441456        {mso-level-tab-stop:2.5in;
    13451457        mso-level-number-position:left;
    13461458        text-indent:-.25in;}
    1347 @list l13:level6
     1459@list l17:level6
    13481460        {mso-level-tab-stop:3.0in;
    13491461        mso-level-number-position:left;
    13501462        text-indent:-.25in;}
    1351 @list l13:level7
     1463@list l17:level7
    13521464        {mso-level-tab-stop:3.5in;
    13531465        mso-level-number-position:left;
    13541466        text-indent:-.25in;}
    1355 @list l13:level8
     1467@list l17:level8
    13561468        {mso-level-tab-stop:4.0in;
    13571469        mso-level-number-position:left;
    13581470        text-indent:-.25in;}
    1359 @list l13:level9
     1471@list l17:level9
    13601472        {mso-level-tab-stop:4.5in;
    13611473        mso-level-number-position:left;
    13621474        text-indent:-.25in;}
    1363 @list l14
     1475@list l18
    13641476        {mso-list-id:1669404025;
    13651477        mso-list-type:hybrid;
    13661478        mso-list-template-ids:-1814001090 1141245230 67698713 67698715 67698703 67698713 67698715 67698703 67698713 67698715;}
    1367 @list l14:level1
     1479@list l18:level1
    13681480        {mso-level-number-format:alpha-lower;
    13691481        mso-level-tab-stop:none;
     
    13721484        text-indent:-.25in;
    13731485        mso-ansi-font-weight:normal;}
    1374 @list l14:level2
     1486@list l18:level2
    13751487        {mso-level-tab-stop:1.0in;
    13761488        mso-level-number-position:left;
    13771489        text-indent:-.25in;}
    1378 @list l14:level3
     1490@list l18:level3
    13791491        {mso-level-tab-stop:112.5pt;
    13801492        mso-level-number-position:left;
    13811493        margin-left:112.5pt;
    13821494        text-indent:-.25in;}
    1383 @list l14:level4
     1495@list l18:level4
    13841496        {mso-level-tab-stop:2.0in;
    13851497        mso-level-number-position:left;
    13861498        text-indent:-.25in;}
    1387 @list l14:level5
     1499@list l18:level5
    13881500        {mso-level-tab-stop:2.5in;
    13891501        mso-level-number-position:left;
    13901502        text-indent:-.25in;}
    1391 @list l14:level6
     1503@list l18:level6
    13921504        {mso-level-tab-stop:3.0in;
    13931505        mso-level-number-position:left;
    13941506        text-indent:-.25in;}
    1395 @list l14:level7
     1507@list l18:level7
    13961508        {mso-level-tab-stop:3.5in;
    13971509        mso-level-number-position:left;
    13981510        text-indent:-.25in;}
    1399 @list l14:level8
     1511@list l18:level8
    14001512        {mso-level-tab-stop:4.0in;
    14011513        mso-level-number-position:left;
    14021514        text-indent:-.25in;}
    1403 @list l14:level9
     1515@list l18:level9
    14041516        {mso-level-tab-stop:4.5in;
    14051517        mso-level-number-position:left;
    14061518        text-indent:-.25in;}
    1407 @list l15
     1519@list l19
    14081520        {mso-list-id:1753089587;
    14091521        mso-list-template-ids:1555050902;}
    1410 @list l15:level1
     1522@list l19:level1
    14111523        {mso-level-tab-stop:none;
    14121524        mso-level-number-position:left;
    14131525        text-indent:-.25in;}
    1414 @list l15:level2
     1526@list l19:level2
    14151527        {mso-level-tab-stop:1.0in;
    14161528        mso-level-number-position:left;
    14171529        text-indent:-.25in;}
    1418 @list l15:level3
     1530@list l19:level3
    14191531        {mso-level-tab-stop:1.5in;
    14201532        mso-level-number-position:left;
    14211533        text-indent:-.25in;}
    1422 @list l15:level4
     1534@list l19:level4
    14231535        {mso-level-tab-stop:2.0in;
    14241536        mso-level-number-position:left;
    14251537        text-indent:-.25in;}
    1426 @list l15:level5
     1538@list l19:level5
    14271539        {mso-level-tab-stop:2.5in;
    14281540        mso-level-number-position:left;
    14291541        text-indent:-.25in;}
    1430 @list l15:level6
     1542@list l19:level6
    14311543        {mso-level-tab-stop:3.0in;
    14321544        mso-level-number-position:left;
    14331545        text-indent:-.25in;}
    1434 @list l15:level7
     1546@list l19:level7
    14351547        {mso-level-tab-stop:3.5in;
    14361548        mso-level-number-position:left;
    14371549        text-indent:-.25in;}
    1438 @list l15:level8
     1550@list l19:level8
    14391551        {mso-level-tab-stop:4.0in;
    14401552        mso-level-number-position:left;
    14411553        text-indent:-.25in;}
    1442 @list l15:level9
     1554@list l19:level9
    14431555        {mso-level-tab-stop:4.5in;
    14441556        mso-level-number-position:left;
    14451557        text-indent:-.25in;}
    1446 @list l16
     1558@list l20
    14471559        {mso-list-id:2029942403;
    14481560        mso-list-template-ids:1555050902;}
    1449 @list l16:level1
     1561@list l20:level1
    14501562        {mso-level-tab-stop:none;
    14511563        mso-level-number-position:left;
    14521564        text-indent:-.25in;}
    1453 @list l16:level2
     1565@list l20:level2
    14541566        {mso-level-tab-stop:1.0in;
    14551567        mso-level-number-position:left;
    14561568        text-indent:-.25in;}
    1457 @list l16:level3
     1569@list l20:level3
    14581570        {mso-level-tab-stop:1.5in;
    14591571        mso-level-number-position:left;
    14601572        text-indent:-.25in;}
    1461 @list l16:level4
     1573@list l20:level4
    14621574        {mso-level-tab-stop:2.0in;
    14631575        mso-level-number-position:left;
    14641576        text-indent:-.25in;}
    1465 @list l16:level5
     1577@list l20:level5
    14661578        {mso-level-tab-stop:2.5in;
    14671579        mso-level-number-position:left;
    14681580        text-indent:-.25in;}
    1469 @list l16:level6
     1581@list l20:level6
    14701582        {mso-level-tab-stop:3.0in;
    14711583        mso-level-number-position:left;
    14721584        text-indent:-.25in;}
    1473 @list l16:level7
     1585@list l20:level7
    14741586        {mso-level-tab-stop:3.5in;
    14751587        mso-level-number-position:left;
    14761588        text-indent:-.25in;}
    1477 @list l16:level8
     1589@list l20:level8
    14781590        {mso-level-tab-stop:4.0in;
    14791591        mso-level-number-position:left;
    14801592        text-indent:-.25in;}
    1481 @list l16:level9
     1593@list l20:level9
    14821594        {mso-level-tab-stop:4.5in;
    14831595        mso-level-number-position:left;
    14841596        text-indent:-.25in;}
    1485 @list l17
     1597@list l21
    14861598        {mso-list-id:2095858496;
    14871599        mso-list-type:hybrid;
    14881600        mso-list-template-ids:-2088890812 709683864 67698713 67698715 67698703 67698713 67698715 67698703 67698713 67698715;}
    1489 @list l17:level1
     1601@list l21:level1
    14901602        {mso-level-tab-stop:none;
    14911603        mso-level-number-position:left;
    14921604        text-indent:-.25in;}
    1493 @list l17:level2
     1605@list l21:level2
    14941606        {mso-level-tab-stop:1.0in;
    14951607        mso-level-number-position:left;
    14961608        text-indent:-.25in;}
    1497 @list l17:level3
     1609@list l21:level3
    14981610        {mso-level-tab-stop:1.5in;
    14991611        mso-level-number-position:left;
    15001612        text-indent:-.25in;}
    1501 @list l17:level4
     1613@list l21:level4
    15021614        {mso-level-tab-stop:2.0in;
    15031615        mso-level-number-position:left;
    15041616        text-indent:-.25in;}
    1505 @list l17:level5
     1617@list l21:level5
    15061618        {mso-level-tab-stop:2.5in;
    15071619        mso-level-number-position:left;
    15081620        text-indent:-.25in;}
    1509 @list l17:level6
     1621@list l21:level6
    15101622        {mso-level-tab-stop:3.0in;
    15111623        mso-level-number-position:left;
    15121624        text-indent:-.25in;}
    1513 @list l17:level7
     1625@list l21:level7
    15141626        {mso-level-tab-stop:3.5in;
    15151627        mso-level-number-position:left;
    15161628        text-indent:-.25in;}
    1517 @list l17:level8
     1629@list l21:level8
    15181630        {mso-level-tab-stop:4.0in;
    15191631        mso-level-number-position:left;
    15201632        text-indent:-.25in;}
    1521 @list l17:level9
     1633@list l21:level9
    15221634        {mso-level-tab-stop:4.5in;
    15231635        mso-level-number-position:left;
    15241636        text-indent:-.25in;}
    1525 @list l18
     1637@list l22
    15261638        {mso-list-id:2096583681;
    15271639        mso-list-type:hybrid;
    1528         mso-list-template-ids:-393712734 67698703 67698713 67698715 67698703 67698713 67698715 67698703 67698713 67698715;}
    1529 @list l18:level1
     1640        mso-list-template-ids:-17298958 67698703 67698713 67698715 67698703 67698713 67698715 67698703 67698713 67698715;}
     1641@list l22:level1
    15301642        {mso-level-tab-stop:none;
    15311643        mso-level-number-position:left;
    15321644        text-indent:-.25in;}
    1533 @list l18:level2
    1534         {mso-level-tab-stop:1.0in;
    1535         mso-level-number-position:left;
    1536         text-indent:-.25in;}
    1537 @list l18:level3
     1645@list l22:level2
     1646        {mso-level-number-format:alpha-lower;
     1647        mso-level-tab-stop:1.0in;
     1648        mso-level-number-position:left;
     1649        text-indent:-.25in;}
     1650@list l22:level3
    15381651        {mso-level-tab-stop:1.5in;
    15391652        mso-level-number-position:left;
    15401653        text-indent:-.25in;}
    1541 @list l18:level4
     1654@list l22:level4
    15421655        {mso-level-tab-stop:2.0in;
    15431656        mso-level-number-position:left;
    15441657        text-indent:-.25in;}
    1545 @list l18:level5
     1658@list l22:level5
    15461659        {mso-level-tab-stop:2.5in;
    15471660        mso-level-number-position:left;
    15481661        text-indent:-.25in;}
    1549 @list l18:level6
     1662@list l22:level6
    15501663        {mso-level-tab-stop:3.0in;
    15511664        mso-level-number-position:left;
    15521665        text-indent:-.25in;}
    1553 @list l18:level7
     1666@list l22:level7
    15541667        {mso-level-tab-stop:3.5in;
    15551668        mso-level-number-position:left;
    15561669        text-indent:-.25in;}
    1557 @list l18:level8
     1670@list l22:level8
    15581671        {mso-level-tab-stop:4.0in;
    15591672        mso-level-number-position:left;
    15601673        text-indent:-.25in;}
    1561 @list l18:level9
     1674@list l22:level9
    15621675        {mso-level-tab-stop:4.5in;
    15631676        mso-level-number-position:left;
     
    15901703<link href=gsasIIfav.png rel="SHORTCUT ICON">
    15911704<!--[if gte mso 9]><xml>
    1592  <o:shapedefaults v:ext="edit" spidmax="12290"/>
     1705 <o:shapedefaults v:ext="edit" spidmax="13314"/>
    15931706</xml><![endif]--><!--[if gte mso 9]><xml>
    15941707 <o:shapelayout v:ext="edit">
     
    16211734 <v:path o:extrusionok="f" gradientshapeok="t" o:connecttype="rect"/>
    16221735 <o:lock v:ext="edit" aspectratio="t"/>
    1623 </v:shapetype><v:shape id="Picture_x0020_2" o:spid="_x0000_s1041" type="#_x0000_t75"
     1736</v:shapetype><v:shape id="Picture_x0020_2" o:spid="_x0000_s1042" type="#_x0000_t75"
    16241737 alt="GSAS-II logo" style='position:absolute;margin-left:56pt;margin-top:0;
    16251738 width:96pt;height:96pt;z-index:1;visibility:visible;mso-wrap-style:square;
     
    16621775<p class=MsoNormal><span style='mso-fareast-font-family:"Times New Roman"'>This
    16631776is a hierarchical view of the data items in your GSAS-II project (name.gpx).
    1664 Clicking on any item in the window opens a view where information in that item
     1777Clicking on any item in the tree opens a window where information in that item
    16651778can be viewed or edited. For example, the <a href="#Sample_Parameters">&quot;Sample
    1666 Parameters&quot;</a> item contains information about how data were collected,
    1667 such as the sample temperature <a href="#Sample_Parameters">(see below)</a>. <o:p></o:p></span></p>
     1779Parameters&quot;</a> item under a &#8216;PWDR&#8217; entry contains information
     1780about how data were collected, such as the sample temperature <a
     1781href="#Sample_Parameters">(see below)</a>. The arrow keys (up &amp; down) move the
     1782selection to successive entries in the data tree; both the data window and the
     1783associated plot (if any) will change.<o:p></o:p></span></p>
    16681784
    16691785<h4><span style='mso-fareast-font-family:"Times New Roman"'>What can I do here?<o:p></o:p></span></h4>
     
    16731789as outlined below: <o:p></o:p></span></p>
    16741790
    1675 <p class=MsoListParagraphCxSpFirst style='text-indent:-.25in;mso-list:l7 level1 lfo1'><![if !supportLists]><span
     1791<p class=MsoListParagraphCxSpFirst style='text-indent:-.25in;mso-list:l10 level1 lfo1'><![if !supportLists]><span
    16761792style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>1.<span
    16771793style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]>Menu
     
    16791795
    16801796<p class=MsoListParagraphCxSpMiddle style='margin-left:1.0in;mso-add-space:
    1681 auto;text-indent:-.25in;mso-list:l7 level2 lfo1'><![if !supportLists]><span
     1797auto;text-indent:-.25in;mso-list:l10 level2 lfo1'><![if !supportLists]><span
    16821798style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>a.<span
    16831799style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><b
     
    16921808
    16931809<p class=MsoListParagraphCxSpMiddle style='margin-left:1.0in;mso-add-space:
    1694 auto;text-indent:-.25in;mso-list:l7 level2 lfo1'><![if !supportLists]><span
     1810auto;text-indent:-.25in;mso-list:l10 level2 lfo1'><![if !supportLists]><span
    16951811style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>b.<span
    16961812style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><b
    16971813style='mso-bidi-font-weight:normal'>Save project</b> &#8211; Save the current
    1698 project. If a file name is shown after &#8216;Loaded <span class=GramE>Data:&#8217;<span
    1699 style='mso-fareast-font-family:"Times New Roman"'>,</span></span><span
    1700 style='mso-fareast-font-family:"Times New Roman"'> it will be saved there.
    1701 Otherwise, you will be prompted for a new name in a file dialog (you may change
    1702 directory as well). If the file exists, you will be asked if it OK to
     1814project. If a file name is shown after &#8216;Loaded Data:&#8217; in the data
     1815tree<span style='mso-fareast-font-family:"Times New Roman"'>, it will be saved
     1816there. Otherwise, you will be prompted for a new name in a file dialog (you may
     1817change directory as well). If the file exists, you will be asked if it OK to
    17031818overwrite.</span></p>
    17041819
    17051820<p class=MsoListParagraphCxSpMiddle style='margin-left:1.0in;mso-add-space:
    1706 auto;text-indent:-.25in;mso-list:l7 level2 lfo1'><![if !supportLists]><span
     1821auto;text-indent:-.25in;mso-list:l10 level2 lfo1'><![if !supportLists]><span
    17071822style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>c.<span
    17081823style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><b
     
    17141829
    17151830<p class=MsoListParagraphCxSpMiddle style='margin-left:1.0in;mso-add-space:
    1716 auto;text-indent:-.25in;mso-list:l7 level2 lfo1'><![if !supportLists]><span
     1831auto;text-indent:-.25in;mso-list:l10 level2 lfo1'><![if !supportLists]><span
    17171832style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>d.<span
    17181833style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><b
     
    17231838
    17241839<p class=MsoListParagraphCxSpMiddle style='margin-left:1.0in;mso-add-space:
    1725 auto;text-indent:-.25in;mso-list:l7 level2 lfo1'><![if !supportLists]><span
     1840auto;text-indent:-.25in;mso-list:l10 level2 lfo1'><![if !supportLists]><span
    17261841style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>e.<span
    17271842style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><b
     
    17321847option) GSAS-II; useful for escaping from GSAS-II if needed.</span></p>
    17331848
    1734 <p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in;mso-list:l7 level1 lfo1'><![if !supportLists]><span
     1849<p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in;mso-list:l10 level1 lfo1'><![if !supportLists]><span
    17351850style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>2.<span
    17361851style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]>Menu
     
    17381853
    17391854<p class=MsoListParagraphCxSpMiddle style='margin-left:1.0in;mso-add-space:
    1740 auto;text-indent:-.25in;mso-list:l7 level2 lfo1'><![if !supportLists]><span
     1855auto;text-indent:-.25in;mso-list:l10 level2 lfo1'><![if !supportLists]><span
    17411856style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>a.<span
    17421857style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><b
     
    17521867
    17531868<p class=MsoListParagraphCxSpMiddle style='margin-left:1.0in;mso-add-space:
    1754 auto;text-indent:-.25in;mso-list:l7 level2 lfo1'><![if !supportLists]><span
     1869auto;text-indent:-.25in;mso-list:l10 level2 lfo1'><![if !supportLists]><span
    17551870style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>b.<span
    17561871style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><b
     
    17651880
    17661881<p class=MsoListParagraphCxSpMiddle style='margin-left:1.0in;mso-add-space:
    1767 auto;text-indent:-.25in;mso-list:l7 level2 lfo1'><![if !supportLists]><span
     1882auto;text-indent:-.25in;mso-list:l10 level2 lfo1'><![if !supportLists]><span
    17681883style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>c.<span
    17691884style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><b
     
    17741889
    17751890<p class=MsoListParagraphCxSpMiddle style='margin-left:1.0in;mso-add-space:
    1776 auto;text-indent:-.25in;mso-list:l7 level2 lfo1'><![if !supportLists]><span
     1891auto;text-indent:-.25in;mso-list:l10 level2 lfo1'><![if !supportLists]><span
    17771892style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>d.<span
    17781893style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><b
     
    17801895
    17811896<p class=MsoListParagraphCxSpMiddle style='margin-left:1.0in;mso-add-space:
    1782 auto;text-indent:-.25in;mso-list:l7 level2 lfo1'><![if !supportLists]><span
     1897auto;text-indent:-.25in;mso-list:l10 level2 lfo1'><![if !supportLists]><span
    17831898style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>e.<span
    17841899style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><b
     
    17861901
    17871902<p class=MsoListParagraphCxSpMiddle style='margin-left:1.0in;mso-add-space:
    1788 auto;text-indent:-.25in;mso-list:l7 level2 lfo1'><![if !supportLists]><span
     1903auto;text-indent:-.25in;mso-list:l10 level2 lfo1'><![if !supportLists]><span
    17891904style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>f.<span
    17901905style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><b
     
    17921907
    17931908<p class=MsoListParagraphCxSpMiddle style='margin-left:1.0in;mso-add-space:
    1794 auto;text-indent:-.25in;mso-list:l7 level2 lfo1'><![if !supportLists]><span
     1909auto;text-indent:-.25in;mso-list:l10 level2 lfo1'><![if !supportLists]><span
    17951910style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>g.<span
    17961911style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><b
     
    17981913
    17991914<p class=MsoListParagraphCxSpMiddle style='margin-left:1.0in;mso-add-space:
    1800 auto;text-indent:-.25in;mso-list:l7 level2 lfo1'><![if !supportLists]><span
     1915auto;text-indent:-.25in;mso-list:l10 level2 lfo1'><![if !supportLists]><span
    18011916style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>h.<span
    18021917style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><b
     
    18041919
    18051920<p class=MsoListParagraphCxSpMiddle style='margin-left:1.0in;mso-add-space:
    1806 auto;text-indent:-.25in;mso-list:l7 level2 lfo1'><![if !supportLists]><span
     1921auto;text-indent:-.25in;mso-list:l10 level2 lfo1'><![if !supportLists]><span
    18071922style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>i.<span
    18081923style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
     
    18111926
    18121927<p class=MsoListParagraphCxSpMiddle style='margin-left:1.0in;mso-add-space:
    1813 auto;text-indent:-.25in;mso-list:l7 level2 lfo1'><![if !supportLists]><span
     1928auto;text-indent:-.25in;mso-list:l10 level2 lfo1'><![if !supportLists]><span
    18141929style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>j.<span
    18151930style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
     
    18171932data</b> - </p>
    18181933
    1819 <p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in;mso-list:l7 level1 lfo1'><![if !supportLists]><span
     1934<p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in;mso-list:l10 level1 lfo1'><![if !supportLists]><span
    18201935style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>3.<span
    18211936style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]>Menu
     
    18231938
    18241939<p class=MsoListParagraphCxSpMiddle style='margin-left:1.0in;mso-add-space:
    1825 auto;text-indent:-.25in;mso-list:l7 level2 lfo1'><![if !supportLists]><span
     1940auto;text-indent:-.25in;mso-list:l10 level2 lfo1'><![if !supportLists]><span
    18261941style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>a.<span
    18271942style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><b
     
    18291944
    18301945<p class=MsoListParagraphCxSpMiddle style='margin-left:1.0in;mso-add-space:
    1831 auto;text-indent:-.25in;mso-list:l7 level2 lfo1'><![if !supportLists]><span
     1946auto;text-indent:-.25in;mso-list:l10 level2 lfo1'><![if !supportLists]><span
    18321947style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>b.<span
    18331948style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><b
     
    18361951
    18371952<p class=MsoListParagraphCxSpMiddle style='margin-left:1.0in;mso-add-space:
    1838 auto;text-indent:-.25in;mso-list:l7 level2 lfo1'><![if !supportLists]><span
     1953auto;text-indent:-.25in;mso-list:l10 level2 lfo1'><![if !supportLists]><span
    18391954style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>c.<span
    18401955style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><b
     
    18421957
    18431958<p class=MsoListParagraphCxSpMiddle style='margin-left:1.0in;mso-add-space:
    1844 auto;text-indent:-.25in;mso-list:l7 level2 lfo1'><![if !supportLists]><span
     1959auto;text-indent:-.25in;mso-list:l10 level2 lfo1'><![if !supportLists]><span
    18451960style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>d.<span
    18461961style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><b
     
    18481963
    18491964<p class=MsoListParagraphCxSpMiddle style='margin-left:1.0in;mso-add-space:
    1850 auto;text-indent:-.25in;mso-list:l7 level2 lfo1'><![if !supportLists]><span
     1965auto;text-indent:-.25in;mso-list:l10 level2 lfo1'><![if !supportLists]><span
    18511966style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>e.<span
    18521967style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><b
    18531968style='mso-bidi-font-weight:normal'>Solve</b> - </p>
    18541969
    1855 <p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in;mso-list:l7 level1 lfo1'><![if !supportLists]><span
     1970<p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in;mso-list:l10 level1 lfo1'><![if !supportLists]><span
    18561971style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>4.<span
    18571972style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]>Menu
     
    18591974
    18601975<p class=MsoListParagraphCxSpMiddle style='margin-left:1.0in;mso-add-space:
    1861 auto;text-indent:-.25in;mso-list:l7 level2 lfo1'><![if !supportLists]><span
     1976auto;text-indent:-.25in;mso-list:l10 level2 lfo1'><![if !supportLists]><span
    18621977style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>a.<span
    18631978style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><b
    1864 style='mso-bidi-font-weight:normal'>Import Phase (generic)&#8230;</b> - </p>
    1865 
    1866 <p class=MsoListParagraphCxSpMiddle style='margin-left:1.0in;mso-add-space:
    1867 auto;text-indent:-.25in;mso-list:l7 level2 lfo1'><![if !supportLists]><span
    1868 style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>b.<span
    1869 style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><b
    1870 style='mso-bidi-font-weight:normal'>Import Phase (specific)</b></p>
     1979style='mso-bidi-font-weight:normal'>Import Phase (specific) - </b></p>
    18711980
    18721981<p class=MsoListParagraphCxSpMiddle style='margin-left:1.5in;mso-add-space:
    1873 auto;text-indent:-.25in;mso-list:l7 level3 lfo1;tab-stops:list 1.5in'><![if !supportLists]><span
     1982auto;text-indent:-.25in;mso-list:l10 level3 lfo1;tab-stops:list 1.5in'><![if !supportLists]><span
    18741983style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>1.<span
    18751984style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><b
     
    18771986
    18781987<p class=MsoListParagraphCxSpMiddle style='margin-left:1.5in;mso-add-space:
    1879 auto;text-indent:-.25in;mso-list:l7 level3 lfo1;tab-stops:list 1.5in'><![if !supportLists]><span
     1988auto;text-indent:-.25in;mso-list:l10 level3 lfo1;tab-stops:list 1.5in'><![if !supportLists]><span
    18801989style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>2.<span
    18811990style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><b
     
    18831992
    18841993<p class=MsoListParagraphCxSpMiddle style='margin-left:1.5in;mso-add-space:
    1885 auto;text-indent:-.25in;mso-list:l7 level3 lfo1;tab-stops:list 1.5in'><![if !supportLists]><span
     1994auto;text-indent:-.25in;mso-list:l10 level3 lfo1;tab-stops:list 1.5in'><![if !supportLists]><span
    18861995style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>3.<span
    18871996style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><b
     
    18891998
    18901999<p class=MsoListParagraphCxSpMiddle style='margin-left:1.5in;mso-add-space:
    1891 auto;text-indent:-.25in;mso-list:l7 level3 lfo1;tab-stops:list 1.5in'><![if !supportLists]><span
     2000auto;text-indent:-.25in;mso-list:l10 level3 lfo1;tab-stops:list 1.5in'><![if !supportLists]><span
    18922001style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>4.<span
    18932002style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><b
     
    18952004
    18962005<p class=MsoListParagraphCxSpMiddle style='margin-left:1.0in;mso-add-space:
    1897 auto;text-indent:-.25in;mso-list:l7 level2 lfo1'><![if !supportLists]><span
     2006auto;text-indent:-.25in;mso-list:l10 level2 lfo1'><![if !supportLists]><span
     2007style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>b.<span
     2008style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><b
     2009style='mso-bidi-font-weight:normal'>Import Powder Pattern&#8230;</b> - </p>
     2010
     2011<p class=MsoListParagraphCxSpMiddle style='margin-left:1.0in;mso-add-space:
     2012auto;text-indent:-.25in;mso-list:l10 level2 lfo1'><![if !supportLists]><span
    18982013style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>c.<span
    18992014style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><b
    1900 style='mso-bidi-font-weight:normal'>Import Powder Pattern&#8230;</b> - </p>
    1901 
    1902 <p class=MsoListParagraphCxSpMiddle style='margin-left:1.0in;mso-add-space:
    1903 auto;text-indent:-.25in;mso-list:l7 level2 lfo1'><![if !supportLists]><span
    1904 style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>d.<span
    1905 style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><b
    19062015style='mso-bidi-font-weight:normal'>Import HKLs&#8230;</b> - </p>
    19072016
    1908 <p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in;mso-list:l7 level1 lfo1'><![if !supportLists]><span
     2017<p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in;mso-list:l10 level1 lfo1'><![if !supportLists]><span
    19092018style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>5.<span
    19102019style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]>Menu
     
    19122021
    19132022<p class=MsoListParagraphCxSpMiddle style='margin-left:1.0in;mso-add-space:
    1914 auto;text-indent:-.25in;mso-list:l7 level2 lfo1'><![if !supportLists]><span
     2023auto;text-indent:-.25in;mso-list:l10 level2 lfo1'><![if !supportLists]><span
    19152024style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>a.<span
    19162025style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><b
     
    19182027
    19192028<p class=MsoListParagraphCxSpMiddle style='margin-left:1.0in;mso-add-space:
    1920 auto;text-indent:-.25in;mso-list:l7 level2 lfo1'><![if !supportLists]><span
     2029auto;text-indent:-.25in;mso-list:l10 level2 lfo1'><![if !supportLists]><span
    19212030style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>b.<span
    19222031style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><b
     
    19242033
    19252034<p class=MsoListParagraphCxSpMiddle style='margin-left:1.0in;mso-add-space:
    1926 auto;text-indent:-.25in;mso-list:l7 level2 lfo1'><![if !supportLists]><span
     2035auto;text-indent:-.25in;mso-list:l10 level2 lfo1'><![if !supportLists]><span
    19272036style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>c.<span
    19282037style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><b
     
    19302039
    19312040<p class=MsoListParagraphCxSpMiddle style='margin-left:1.0in;mso-add-space:
    1932 auto;text-indent:-.25in;mso-list:l7 level2 lfo1'><![if !supportLists]><span
     2041auto;text-indent:-.25in;mso-list:l10 level2 lfo1'><![if !supportLists]><span
    19332042style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>d.<span
    19342043style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><b
     
    19362045
    19372046<p class=MsoListParagraphCxSpMiddle style='margin-left:1.0in;mso-add-space:
    1938 auto;text-indent:-.25in;mso-list:l7 level2 lfo1'><![if !supportLists]><span
     2047auto;text-indent:-.25in;mso-list:l10 level2 lfo1'><![if !supportLists]><span
    19392048style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>e.<span
    19402049style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><b
     
    19422051
    19432052<p class=MsoListParagraphCxSpLast style='margin-left:1.0in;mso-add-space:auto;
    1944 text-indent:-.25in;mso-list:l7 level2 lfo1'><![if !supportLists]><span
     2053text-indent:-.25in;mso-list:l10 level2 lfo1'><![if !supportLists]><span
    19452054style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>f.<span
    19462055style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><b
     
    20082117<h5><span style='mso-fareast-font-family:"Times New Roman"'>What can I do here?<o:p></o:p></span></h5>
    20092118
    2010 <p class=MsoListParagraphCxSpFirst style='text-indent:-.25in;mso-list:l11 level1 lfo2'><![if !supportLists]><span
     2119<p class=MsoListParagraphCxSpFirst style='text-indent:-.25in;mso-list:l15 level1 lfo2'><![if !supportLists]><span
    20112120style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>1.<span
    20122121style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><span
     
    20202129Hessian&#8217; for routine work.<o:p></o:p></span></p>
    20212130
    2022 <p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in;mso-list:l11 level1 lfo2'><![if !supportLists]><span
     2131<p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in;mso-list:l15 level1 lfo2'><![if !supportLists]><span
    20232132style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>2.<span
    20242133style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><span
     
    20302139to 1.0.<o:p></o:p></span></p>
    20312140
    2032 <p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in;mso-list:l11 level1 lfo2'><![if !supportLists]><span
     2141<p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in;mso-list:l15 level1 lfo2'><![if !supportLists]><span
    20332142style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>3.<span
    20342143style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><span
     
    20422151performance.<o:p></o:p></span></p>
    20432152
    2044 <p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in;mso-list:l11 level1 lfo2'><![if !supportLists]><span
     2153<p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in;mso-list:l15 level1 lfo2'><![if !supportLists]><span
    20452154style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>4.<span
    20462155style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><span
     
    20542163cycles.<o:p></o:p></span></p>
    20552164
    2056 <p class=MsoListParagraphCxSpLast style='text-indent:-.25in;mso-list:l11 level1 lfo2'><![if !supportLists]><span
     2165<p class=MsoListParagraphCxSpLast style='text-indent:-.25in;mso-list:l15 level1 lfo2'><![if !supportLists]><span
    20572166style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>5.<span
    20582167style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><span
     
    20852194<h5><span style='mso-fareast-font-family:"Times New Roman"'>What can I do here?<o:p></o:p></span></h5>
    20862195
    2087 <p class=MsoListParagraphCxSpFirst style='text-indent:-.25in;mso-list:l13 level1 lfo3'><![if !supportLists]><span
     2196<p class=MsoListParagraphCxSpFirst style='text-indent:-.25in;mso-list:l17 level1 lfo3'><![if !supportLists]><span
    20882197style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>1.<span
    20892198style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><span
     
    20922201the &#8216;Edit menu.<o:p></o:p></span></p>
    20932202
    2094 <p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in;mso-list:l13 level1 lfo3'><![if !supportLists]><span
     2203<p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in;mso-list:l17 level1 lfo3'><![if !supportLists]><span
    20952204style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>2.<span
    20962205style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><span
     
    20992208
    21002209<p class=MsoListParagraphCxSpMiddle style='margin-left:1.0in;mso-add-space:
    2101 auto;text-indent:-.25in;mso-list:l13 level2 lfo3'><![if !supportLists]><span
     2210auto;text-indent:-.25in;mso-list:l17 level2 lfo3'><![if !supportLists]><span
    21022211style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>a.<span
    21032212style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><span
     
    21172226
    21182227<p class=MsoListParagraphCxSpMiddle style='margin-left:1.0in;mso-add-space:
    2119 auto;text-indent:-.25in;mso-list:l13 level2 lfo3'><![if !supportLists]><span
     2228auto;text-indent:-.25in;mso-list:l17 level2 lfo3'><![if !supportLists]><span
    21202229style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>b.<span
    21212230style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><b
     
    21362245
    21372246<p class=MsoListParagraphCxSpMiddle style='margin-left:1.0in;mso-add-space:
    2138 auto;text-indent:-.25in;mso-list:l13 level2 lfo3'><![if !supportLists]><span
     2247auto;text-indent:-.25in;mso-list:l17 level2 lfo3'><![if !supportLists]><span
    21392248style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>c.<span
    21402249style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><b
     
    21542263
    21552264<p class=MsoListParagraphCxSpLast style='margin-left:1.0in;mso-add-space:auto;
    2156 text-indent:-.25in;mso-list:l13 level2 lfo3'><![if !supportLists]><span
     2265text-indent:-.25in;mso-list:l17 level2 lfo3'><![if !supportLists]><span
    21572266style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>d.<span
    21582267style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><b
     
    21802289
    21812290<p class=MsoNormal>In this window is tabulated the results of your sequential
    2182 refinement. The columns are the parameter names; the naming convention is &#8216;p<span
    2183 class=GramE>:h:name:n&#8217;</span> where p is the phase number, h is the
    2184 histogram number, name is the parameter name, and num (if needed) is the item
    2185 number (e.g. atom number). The rows are the data sets used in the sequential refinement.</p>
     2291refinement. The columns are the parameter names; the naming convention is
     2292&#8216;p<span class=GramE>:h:name:n&#8217;</span> where p is the phase number,
     2293h is the histogram number, name is the parameter name, and num (if needed) is
     2294the item number (e.g. atom number). The rows are the data sets used in the
     2295sequential refinement.</p>
    21862296
    21872297<h5><span style='mso-fareast-font-family:"Times New Roman"'>What can I do here?<o:p></o:p></span></h5>
     
    21982308window but does display the data in the Plots Window. They are described below.</p>
    21992309
    2200 <h3>Powder Histograms - PWDR</h3>
     2310<h3><a name="PWD_Analysis"></a>Powder Histograms - PWDR</h3>
    22012311
    22022312<p class=MsoNormal><span style='mso-fareast-font-family:"Times New Roman"'>When
    22032313a powder diffraction data set (prefix &#8216;PWDR&#8217;) is selected from the </span><a
    22042314href="#Data_tree"><span style='mso-fareast-font-family:"Times New Roman"'>data
    2205 tree</span></a><span style='mso-fareast-font-family:"Times New Roman"'>, a
    2206 variety of subcategories in the tree are shown. The items that are shown depend
    2207 on the data set type. Selecting a subcategory raises the window listed below. <o:p></o:p></span></p>
    2208 
    2209 <h4><a name=Comments></a><a name=""></a><span style='mso-bookmark:Comments'><u>Comments<o:p></o:p></u></span></h4>
    2210 
    2211 <p class=MsoNormal><span style='mso-bookmark:Comments'>This window shows whatever
    2212 comment lines (preceded by &#8220;#&#8221;) found when the powder data file was
    2213 read by GSAS-II. If you are lucky, there will be useful information here (e.g.
    2214 sample name, date collected, wavelength used, etc.). If not, this window will
    2215 be blank. The text is read-only in that anything you try to enter here is not
    2216 saved.</span></p>
     2315tree</span></a><span style='mso-fareast-font-family:"Times New Roman"'>, a variety
     2316of subcategories in the tree are shown. The items that are shown depend on the
     2317data set type. Selecting a subcategory raises the window listed below. <o:p></o:p></span></p>
     2318
     2319<h5><a name=Comments></a><a name=""></a><span style='mso-bookmark:Comments'><span
     2320style='mso-fareast-font-family:"Times New Roman"'>What can I do here?<o:p></o:p></span></span></h5>
     2321
     2322<p class=MsoListParagraphCxSpFirst style='text-indent:-.25in;mso-list:l20 level1 lfo4'><span
     2323style='mso-bookmark:Comments'><![if !supportLists]><span style='mso-fareast-font-family:
     2324"Times New Roman"'><span style='mso-list:Ignore'>1.<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
     2325</span></span></span><![endif]><span style='mso-fareast-font-family:"Times New Roman"'>Menu
     2326&#8216;<b style='mso-bidi-font-weight:normal'>Analysis</b>&#8217; &#8211; <o:p></o:p></span></span></p>
     2327
     2328<p class=MsoListParagraphCxSpLast style='margin-left:1.0in;mso-add-space:auto;
     2329text-indent:-.25in;mso-list:l18 level1 lfo5'><span style='mso-bookmark:Comments'><![if !supportLists]><span
     2330style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>a.<span
     2331style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><b
     2332style='mso-bidi-font-weight:normal'><span style='mso-fareast-font-family:"Times New Roman"'>Analyze</span></b></span><span
     2333style='mso-bookmark:Comments'><span style='mso-fareast-font-family:"Times New Roman"'>
     2334&#8211; this produces a &#8216;normal probability&#8217; plot for the
     2335refinement result as bounded by the limits. The slope and intercept of the curve
     2336in the central region (-1 &lt; </span></span><span style='mso-bookmark:Comments'><span
     2337style='font-family:Symbol;mso-fareast-font-family:"Times New Roman"'>D</span></span><span
     2338style='mso-bookmark:Comments'><span style='mso-fareast-font-family:"Times New Roman"'>/</span></span><span
     2339style='mso-bookmark:Comments'><span style='font-family:Symbol;mso-fareast-font-family:
     2340"Times New Roman"'>s</span></span><span style='mso-bookmark:Comments'><span
     2341style='mso-fareast-font-family:"Times New Roman"'> &lt; 1) are shown on the plot
     2342status line. The slope is the square root of GOF for the best fit set of data
     2343points (~68% of the data).<o:p></o:p></span></span></p>
     2344
     2345<h4><span style='mso-bookmark:Comments'><u>Comments<o:p></o:p></u></span></h4>
     2346
     2347<p class=MsoNormal><span style='mso-bookmark:Comments'>This window shows
     2348whatever comment lines (preceded by &#8220;#&#8221;) found when the powder data
     2349file was read by GSAS-II. If you are lucky, there will be useful information
     2350here (e.g. sample name, date collected, wavelength used, etc.). If not, this
     2351window will be blank. The text is read-only in that anything you try to enter
     2352here is not saved.</span></p>
    22172353
    22182354<span style='mso-bookmark:Comments'></span>
     
    22292365<h5><span style='mso-fareast-font-family:"Times New Roman"'>What can I do here?<o:p></o:p></span></h5>
    22302366
    2231 <p class=MsoListParagraphCxSpFirst style='text-indent:-.25in;mso-list:l16 level1 lfo4'><![if !supportLists]><span
     2367<p class=MsoListParagraphCxSpFirst style='text-indent:-.25in;mso-list:l4 level1 lfo24'><![if !supportLists]><span
    22322368style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>1.<span
    22332369style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><span
     
    22402376new value.<o:p></o:p></span></p>
    22412377
    2242 <p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in;mso-list:l16 level1 lfo4'><![if !supportLists]><span
     2378<p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in;mso-list:l4 level1 lfo24'><![if !supportLists]><span
    22432379style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>2.<span
    22442380style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><span
     
    22502386&#8216;changed&#8217; row will be updated immediately.<o:p></o:p></span></p>
    22512387
    2252 <p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in;mso-list:l16 level1 lfo4'><![if !supportLists]><span
     2388<p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in;mso-list:l4 level1 lfo24'><![if !supportLists]><span
    22532389style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>3.<span
    22542390style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><span
     
    22572393
    22582394<p class=MsoListParagraphCxSpLast style='margin-left:1.0in;mso-add-space:auto;
    2259 text-indent:-.25in;mso-list:l14 level1 lfo5'><![if !supportLists]><span
     2395text-indent:-.25in;mso-list:l4 level2 lfo24;tab-stops:list 1.0in'><![if !supportLists]><span
    22602396style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>a.<span
    22612397style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><b
     
    22652401Parameters) will appear showing the list of available powder patterns, you can
    22662402copy the limits parameters to any or all of them; select &#8216;All&#8217; to
    2267 copy them to all patterns. Then select &#8216;OK&#8217; to do the copy;
    2268 &#8216;Cancel&#8217; to cancel the operation.<o:p></o:p></span></p>
     2403copy them to all patterns. Then select &#8216;OK&#8217; to do the copy; &#8216;Cancel&#8217;
     2404to cancel the operation.<o:p></o:p></span></p>
    22692405
    22702406<h4><a name=Background><u><span style='mso-fareast-font-family:"Times New Roman"'>Background<o:p></o:p></span></u></a></h4>
     
    23442480<h5><span style='mso-fareast-font-family:"Times New Roman"'>What can I do here?<o:p></o:p></span></h5>
    23452481
    2346 <p class=MsoListParagraphCxSpFirst style='text-indent:-.25in;mso-list:l15 level1 lfo6'><![if !supportLists]><span
     2482<p class=MsoListParagraphCxSpFirst style='text-indent:-.25in;mso-list:l19 level1 lfo6'><![if !supportLists]><span
    23472483style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>1.<span
    23482484style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><span
     
    23512487
    23522488<p class=MsoListParagraphCxSpMiddle style='margin-left:1.0in;mso-add-space:
    2353 auto;text-indent:-.25in;mso-list:l2 level1 lfo7'><![if !supportLists]><span
     2489auto;text-indent:-.25in;mso-list:l3 level1 lfo7'><![if !supportLists]><span
    23542490style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>a.<span
    23552491style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><b
     
    23622498do the copy; &#8216;Cancel&#8217; to cancel the operation.<o:p></o:p></span></p>
    23632499
    2364 <p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in;mso-list:l15 level1 lfo6'><![if !supportLists]><span
     2500<p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in;mso-list:l19 level1 lfo6'><![if !supportLists]><span
    23652501style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>2.<span
    23662502style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><span
     
    23682504Background function from the pull down tab.<o:p></o:p></span></p>
    23692505
    2370 <p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in;mso-list:l15 level1 lfo6'><![if !supportLists]><span
     2506<p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in;mso-list:l19 level1 lfo6'><![if !supportLists]><span
    23712507style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>3.<span
    23722508style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><span
     
    23742510refine the background coefficients.<o:p></o:p></span></p>
    23752511
    2376 <p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in;mso-list:l15 level1 lfo6'><![if !supportLists]><span
     2512<p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in;mso-list:l19 level1 lfo6'><![if !supportLists]><span
    23772513style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>4.<span
    23782514style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><span
     
    23802516background coefficients to be used (1-36).<o:p></o:p></span></p>
    23812517
    2382 <p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in;mso-list:l15 level1 lfo6'><![if !supportLists]><span
     2518<p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in;mso-list:l19 level1 lfo6'><![if !supportLists]><span
    23832519style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>5.<span
    23842520style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><span
    2385 style='mso-fareast-font-family:"Times New Roman"'>You can change individual
    2386 background coefficient values. Enter the value then press Enter or click the
    2387 mouse elsewhere in the Background window. This will set the new value.<o:p></o:p></span></p>
    2388 
    2389 <p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in;mso-list:l15 level1 lfo6'><![if !supportLists]><span
     2521style='mso-fareast-font-family:"Times New Roman"'>You can change individual background
     2522coefficient values. Enter the value then press Enter or click the mouse
     2523elsewhere in the Background window. This will set the new value.<o:p></o:p></span></p>
     2524
     2525<p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in;mso-list:l19 level1 lfo6'><![if !supportLists]><span
    23902526style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>6.<span
    23912527style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><span
    23922528style='mso-fareast-font-family:"Times New Roman"'>You can introduce one or more
    2393 Debye scattering terms into the background. For each one you should enter a
    2394 sensible value for &#8216;R&#8217; &#8211; an expected <span class=SpellE>interatomic</span>
     2529Debye scattering terms into the background. For each one you should enter a sensible
     2530value for &#8216;R&#8217; &#8211; an expected <span class=SpellE>interatomic</span>
    23952531distance in an amorphous phase is appropriate. Select parameters to refine;
    23962532usually start with the &#8216;A&#8217; coefficients.<o:p></o:p></span></p>
    23972533
    2398 <p class=MsoListParagraphCxSpLast style='text-indent:-.25in;mso-list:l15 level1 lfo6'><![if !supportLists]><span
     2534<p class=MsoListParagraphCxSpLast style='text-indent:-.25in;mso-list:l19 level1 lfo6'><![if !supportLists]><span
    23992535style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>7.<span
    24002536style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><span
     
    24132549<h5><span style='mso-fareast-font-family:"Times New Roman"'>What can I do here?<o:p></o:p></span></h5>
    24142550
    2415 <p class=MsoListParagraphCxSpFirst style='text-indent:-.25in;mso-list:l5 level1 lfo8'><![if !supportLists]><span
     2551<p class=MsoListParagraphCxSpFirst style='text-indent:-.25in;mso-list:l8 level1 lfo8'><![if !supportLists]><span
    24162552style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>1.<span
    24172553style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><span
     
    24202556
    24212557<p class=MsoListParagraphCxSpMiddle style='margin-left:1.0in;mso-add-space:
    2422 auto;text-indent:-.25in;mso-list:l12 level1 lfo9'><![if !supportLists]><span
     2558auto;text-indent:-.25in;mso-list:l16 level1 lfo9'><![if !supportLists]><span
    24232559style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>a.<span
    24242560style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><b
     
    24292565
    24302566<p class=MsoListParagraphCxSpMiddle style='margin-left:1.0in;mso-add-space:
    2431 auto;text-indent:-.25in;mso-list:l12 level1 lfo9'><![if !supportLists]><span
     2567auto;text-indent:-.25in;mso-list:l16 level1 lfo9'><![if !supportLists]><span
    24322568style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>b.<span
    24332569style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><b
    24342570style='mso-bidi-font-weight:normal'><span style='mso-fareast-font-family:"Times New Roman"'>Copy</span></b><span
    24352571style='mso-fareast-font-family:"Times New Roman"'> &#8211; this copies the
    2436 instrument parameters shown to other selected powder patterns. If used, a
    2437 dialog box (Copy Parameters) will appear showing the list of available powder
     2572instrument parameters shown to other selected powder patterns. If used, a dialog
     2573box (Copy Parameters) will appear showing the list of available powder
    24382574patterns, you can copy the instrument parameters to any or all of them; select
    24392575&#8216;All&#8217; to copy them to all patterns. Then select &#8216;OK&#8217; to
     
    24412577
    24422578<p class=MsoListParagraphCxSpMiddle style='margin-left:1.0in;mso-add-space:
    2443 auto;text-indent:-.25in;mso-list:l12 level1 lfo9'><![if !supportLists]><span
     2579auto;text-indent:-.25in;mso-list:l16 level1 lfo9'><![if !supportLists]><span
    24442580style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>c.<span
    24452581style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><b
     
    24562592laboratory tube source).<o:p></o:p></span></p>
    24572593
    2458 <p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in;mso-list:l5 level1 lfo8'><![if !supportLists]><span
     2594<p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in;mso-list:l8 level1 lfo8'><![if !supportLists]><span
    24592595style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>2.<span
    24602596style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><span
     
    24622598profile coefficients<o:p></o:p></span></p>
    24632599
    2464 <p class=MsoListParagraphCxSpLast style='text-indent:-.25in;mso-list:l5 level1 lfo8'><![if !supportLists]><span
     2600<p class=MsoListParagraphCxSpLast style='text-indent:-.25in;mso-list:l8 level1 lfo8'><![if !supportLists]><span
    24652601style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>3.<span
    24662602style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><span
     
    24802616window... <o:p></o:p></span></p>
    24812617
    2482 <h4><a name="Powder_Peaks"></a><a name="Peak_List"><span style='mso-bookmark:
    2483 Powder_Peaks'><span style='mso-fareast-font-family:"Times New Roman"'>Peak List</span></span></a><span
     2618<h5><a name="Peak_List"></a><a name="Powder_Peaks"><span style='mso-bookmark:
     2619Peak_List'><span style='mso-fareast-font-family:"Times New Roman"'>What can I
     2620do here?<o:p></o:p></span></span></a></h5>
     2621
     2622<h4><span style='mso-bookmark:Powder_Peaks'><span style='mso-bookmark:Peak_List'><span
     2623style='mso-fareast-font-family:"Times New Roman"'>Peak List</span></span></span><span
    24842624style='mso-fareast-font-family:"Times New Roman"'><o:p></o:p></span></h4>
    24852625
    24862626<p class=MsoNormal><span style='mso-fareast-font-family:"Times New Roman"'>This
    24872627window shows the list of peaks that will be used by the peak fitting
    2488 refinement. It is filled by picking peaks in the powder pattern displayed in
    2489 the GSASII Plots window as a sequence of &#8216;+&#8217; marks. See </span><a
    2490 href="#Powder_Patterns"><span style='mso-fareast-font-family:"Times New Roman"'>Powder
    2491 Patterns</span></a><span style='mso-fareast-font-family:"Times New Roman"'>
    2492 below for details for what can be done on this plot.<o:p></o:p></span></p>
    2493 
    2494 <h4><a name="Index_Peaks"></a><a name="Index_Peak_List"></a><span
    2495 style='mso-bookmark:Index_Peaks'><span style='mso-fareast-font-family:"Times New Roman"'>Index
    2496 Peak List</span></span><span style='mso-fareast-font-family:"Times New Roman"'><o:p></o:p></span></h4>
     2628refinement. It is filled by picking peaks in the powder pattern displayed in the
     2629GSASII Plots window as a sequence of &#8216;+&#8217; marks. <o:p></o:p></span></p>
     2630
     2631<h5><a name="Index_Peaks"></a><a name="Index_Peak_List"></a><span
     2632style='mso-bookmark:Index_Peaks'><span style='mso-fareast-font-family:"Times New Roman"'>What
     2633can I do here?<o:p></o:p></span></span></h5>
     2634
     2635<h4><span style='mso-bookmark:Index_Peaks'><span style='mso-fareast-font-family:
     2636"Times New Roman"'>Index Peak List</span></span><span style='mso-fareast-font-family:
     2637"Times New Roman"'><o:p></o:p></span></h4>
    24972638
    24982639<p class=MsoNormal><span style='mso-fareast-font-family:"Times New Roman"'>This
     
    25092650<h5><span style='mso-fareast-font-family:"Times New Roman"'>What can I do here?<o:p></o:p></span></h5>
    25102651
    2511 <p class=MsoListParagraphCxSpFirst style='text-indent:-.25in;mso-list:l17 level1 lfo10'><![if !supportLists]><span
     2652<p class=MsoListParagraphCxSpFirst style='text-indent:-.25in;mso-list:l21 level1 lfo10'><![if !supportLists]><span
    25122653style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>1.<span
    25132654style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><span
     
    25242665table to the position shown here.<o:p></o:p></span></p>
    25252666
    2526 <p class=MsoListParagraphCxSpLast style='text-indent:-.25in;mso-list:l17 level1 lfo10'><![if !supportLists]><span
     2667<p class=MsoListParagraphCxSpLast style='text-indent:-.25in;mso-list:l21 level1 lfo10'><![if !supportLists]><span
    25272668style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>2.<span
    25282669style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><span
    25292670style='mso-fareast-font-family:"Times New Roman"'>You may deselect individual
    2530 peaks from indexing by <span class=SpellE>unchecking</span> the corresponding &#8216;use&#8217;
    2531 box.<o:p></o:p></span></p>
     2671peaks from indexing by <span class=SpellE>unchecking</span> the corresponding
     2672&#8216;use&#8217; box.<o:p></o:p></span></p>
    25322673
    25332674<h4><a name="Cell_Indexing_Refine"></a><a name="Unit_Cells_List"></a><span
     
    26002741<h5><span style='mso-fareast-font-family:"Times New Roman"'>What can I do here?<o:p></o:p></span></h5>
    26012742
    2602 <p class=MsoListParagraphCxSpFirst style='text-indent:-.25in;mso-list:l0 level1 lfo11'><![if !supportLists]><span
     2743<p class=MsoListParagraphCxSpFirst style='text-indent:-.25in;mso-list:l1 level1 lfo11'><![if !supportLists]><span
    26032744style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>1.<span
    26042745style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><span
     
    26082749
    26092750<p class=MsoListParagraphCxSpMiddle style='margin-left:1.0in;mso-add-space:
    2610 auto;text-indent:-.25in;mso-list:l0 level2 lfo11'><![if !supportLists]><span
     2751auto;text-indent:-.25in;mso-list:l1 level2 lfo11'><![if !supportLists]><span
    26112752style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>a.<span
    26122753style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><b
     
    26152756compute Fourier maps according to the controls set at bottom of General page.<o:p></o:p></span></p>
    26162757
    2617 <p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in;mso-list:l0 level1 lfo11'><![if !supportLists]><span
     2758<p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in;mso-list:l1 level1 lfo11'><![if !supportLists]><span
    26182759style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>2.<span
    26192760style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><span
     
    26232764
    26242765<p class=MsoListParagraphCxSpMiddle style='margin-left:1.0in;mso-add-space:
    2625 auto;text-indent:-.25in;mso-list:l0 level2 lfo11'><![if !supportLists]><span
     2766auto;text-indent:-.25in;mso-list:l1 level2 lfo11'><![if !supportLists]><span
    26262767style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>a.<span
    26272768style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><b
     
    26322773
    26332774<p class=MsoListParagraphCxSpMiddle style='margin-left:1.0in;mso-add-space:
    2634 auto;text-indent:-.25in;mso-list:l0 level2 lfo11'><![if !supportLists]><span
     2775auto;text-indent:-.25in;mso-list:l1 level2 lfo11'><![if !supportLists]><span
    26352776style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>b.<span
    26362777style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><b
     
    26412782
    26422783<p class=MsoListParagraphCxSpMiddle style='margin-left:1.0in;mso-add-space:
    2643 auto;text-indent:-.25in;mso-list:l0 level2 lfo11'><![if !supportLists]><span
     2784auto;text-indent:-.25in;mso-list:l1 level2 lfo11'><![if !supportLists]><span
    26442785style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>c.<span
    26452786style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><b
     
    26562797
    26572798<p class=MsoListParagraphCxSpMiddle style='margin-left:1.0in;mso-add-space:
    2658 auto;text-indent:-.25in;mso-list:l0 level2 lfo11'><![if !supportLists]><span
     2799auto;text-indent:-.25in;mso-list:l1 level2 lfo11'><![if !supportLists]><span
    26592800style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>d.<span
    26602801style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><b
     
    27612902
    27622903<p class=MsoListParagraphCxSpMiddle style='margin-left:1.0in;mso-add-space:
    2763 auto;text-indent:-.25in;mso-list:l0 level2 lfo11'><![if !supportLists]><span
     2904auto;text-indent:-.25in;mso-list:l1 level2 lfo11'><![if !supportLists]><span
    27642905style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>e.<span
    27652906style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><span
     
    27712912the values entered.<u><o:p></o:p></u></span></p>
    27722913
    2773 <p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in;mso-list:l0 level1 lfo11'><![if !supportLists]><span
     2914<p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in;mso-list:l1 level1 lfo11'><![if !supportLists]><span
    27742915style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>3.<span
    27752916style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><span
     
    27802921fractions/site multiplicities in the entries on the Atoms page.<u><o:p></o:p></u></span></p>
    27812922
    2782 <p class=MsoListParagraphCxSpLast style='text-indent:-.25in;mso-list:l0 level1 lfo11'><![if !supportLists]><span
     2923<p class=MsoListParagraphCxSpLast style='text-indent:-.25in;mso-list:l1 level1 lfo11'><![if !supportLists]><span
    27832924style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>4.<span
    27842925style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><span
     
    28252966<h5><span style='mso-fareast-font-family:"Times New Roman"'>What can I do here?<o:p></o:p></span></h5>
    28262967
    2827 <p class=MsoListParagraphCxSpFirst style='text-indent:-.25in;mso-list:l6 level1 lfo12'><![if !supportLists]><span
     2968<p class=MsoListParagraphCxSpFirst style='text-indent:-.25in;mso-list:l9 level1 lfo12'><![if !supportLists]><span
    28282969style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>1.<span
    28292970style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]>Atom
     
    28362977deselect all atoms.</p>
    28372978
    2838 <p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in;mso-list:l6 level1 lfo12'><![if !supportLists]><span
     2979<p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in;mso-list:l9 level1 lfo12'><![if !supportLists]><span
    28392980style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>2.<span
    28402981style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]>Atom
     
    28492990anytime during the selection process.</p>
    28502991
    2851 <p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in;mso-list:l6 level1 lfo12'><![if !supportLists]><span
     2992<p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in;mso-list:l9 level1 lfo12'><![if !supportLists]><span
    28522993style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>3.<span
    28532994style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]>Double
     
    28572998those atoms to be selected.</p>
    28582999
    2859 <p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in;mso-list:l6 level1 lfo12'><![if !supportLists]><span
     3000<p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in;mso-list:l9 level1 lfo12'><![if !supportLists]><span
    28603001style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>4.<span
    28613002style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]>Double
     
    28693010aren&#8217;t rendered and thus the plot will not show any atoms or bonds!</p>
    28703011
    2871 <p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in;mso-list:l6 level1 lfo12'><![if !supportLists]><span
     3012<p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in;mso-list:l9 level1 lfo12'><![if !supportLists]><span
    28723013style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>5.<span
    28733014style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]>Menu
     
    28773018
    28783019<p class=MsoListParagraphCxSpMiddle style='margin-left:1.0in;mso-add-space:
    2879 auto;text-indent:-.25in;mso-list:l10 level1 lfo13'><![if !supportLists]><span
     3020auto;text-indent:-.25in;mso-list:l14 level1 lfo13'><![if !supportLists]><span
    28803021style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>a.<span
    28813022style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><b
     
    28843025
    28853026<p class=MsoListParagraphCxSpMiddle style='margin-left:1.0in;mso-add-space:
    2886 auto;text-indent:-.25in;mso-list:l10 level1 lfo13'><![if !supportLists]><span
     3027auto;text-indent:-.25in;mso-list:l14 level1 lfo13'><![if !supportLists]><span
    28873028style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>b.<span
    28883029style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><b
     
    28923033
    28933034<p class=MsoListParagraphCxSpMiddle style='margin-left:1.0in;mso-add-space:
    2894 auto;text-indent:-.25in;mso-list:l10 level1 lfo13'><![if !supportLists]><span
     3035auto;text-indent:-.25in;mso-list:l14 level1 lfo13'><![if !supportLists]><span
    28953036style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>c.<span
    28963037style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><b
     
    29023043
    29033044<p class=MsoListParagraphCxSpMiddle style='margin-left:1.0in;mso-add-space:
    2904 auto;text-indent:-.25in;mso-list:l10 level1 lfo13'><![if !supportLists]><span
     3045auto;text-indent:-.25in;mso-list:l14 level1 lfo13'><![if !supportLists]><span
    29053046style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>d.<span
    29063047style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><b
     
    29093050
    29103051<p class=MsoListParagraphCxSpMiddle style='margin-left:1.0in;mso-add-space:
    2911 auto;text-indent:-.25in;mso-list:l10 level1 lfo13'><![if !supportLists]><span
     3052auto;text-indent:-.25in;mso-list:l14 level1 lfo13'><![if !supportLists]><span
    29123053style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>e.<span
    29133054style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><b
     
    29163057
    29173058<p class=MsoListParagraphCxSpMiddle style='margin-left:1.0in;mso-add-space:
    2918 auto;text-indent:-.25in;mso-list:l10 level1 lfo13'><![if !supportLists]><span
     3059auto;text-indent:-.25in;mso-list:l14 level1 lfo13'><![if !supportLists]><span
    29193060style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>f.<span
    29203061style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><b
     
    29263067
    29273068<p class=MsoListParagraphCxSpMiddle style='margin-left:1.0in;mso-add-space:
    2928 auto;text-indent:-.25in;mso-list:l10 level1 lfo13'><![if !supportLists]><span
     3069auto;text-indent:-.25in;mso-list:l14 level1 lfo13'><![if !supportLists]><span
    29293070style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>g.<span
    29303071style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><b
     
    29353076
    29363077<p class=MsoListParagraphCxSpMiddle style='margin-left:1.0in;mso-add-space:
    2937 auto;text-indent:-.25in;mso-list:l10 level1 lfo13'><![if !supportLists]><span
     3078auto;text-indent:-.25in;mso-list:l14 level1 lfo13'><![if !supportLists]><span
    29383079style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>h.<span
    29393080style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><b
     
    29443085
    29453086<p class=MsoListParagraphCxSpMiddle style='margin-left:1.0in;mso-add-space:
    2946 auto;text-indent:-.25in;mso-list:l10 level1 lfo13'><![if !supportLists]><span
     3087auto;text-indent:-.25in;mso-list:l14 level1 lfo13'><![if !supportLists]><span
    29473088style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>i.<span
    29483089style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
     
    29533094
    29543095<p class=MsoListParagraphCxSpMiddle style='margin-left:1.0in;mso-add-space:
    2955 auto;text-indent:-.25in;mso-list:l10 level1 lfo13'><![if !supportLists]><span
     3096auto;text-indent:-.25in;mso-list:l14 level1 lfo13'><![if !supportLists]><span
    29563097style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>j.<span
    29573098style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
     
    29613102table, e.g. by a structure refinement.</p>
    29623103
    2963 <p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in;mso-list:l6 level1 lfo12'><![if !supportLists]><span
     3104<p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in;mso-list:l9 level1 lfo12'><![if !supportLists]><span
    29643105style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>6.<span
    29653106style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]>Menu
     
    29703111
    29713112<p class=MsoListParagraphCxSpMiddle style='margin-left:1.0in;mso-add-space:
    2972 auto;text-indent:-.25in;mso-list:l9 level1 lfo14'><![if !supportLists]><span
     3113auto;text-indent:-.25in;mso-list:l13 level1 lfo14'><![if !supportLists]><span
    29733114style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>a.<span
    29743115style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><b
     
    29853126
    29863127<p class=MsoListParagraphCxSpLast style='margin-left:1.0in;mso-add-space:auto;
    2987 text-indent:-.25in;mso-list:l9 level1 lfo14'><![if !supportLists]><span
     3128text-indent:-.25in;mso-list:l13 level1 lfo14'><![if !supportLists]><span
    29883129style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>b.<span
    29893130style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><b
     
    30123153<h5>What can I do here?</h5>
    30133154
    3014 <p class=MsoListParagraphCxSpFirst style='text-indent:-.25in;mso-list:l3 level1 lfo15'><![if !supportLists]><span
     3155<p class=MsoListParagraphCxSpFirst style='text-indent:-.25in;mso-list:l6 level1 lfo15'><![if !supportLists]><span
    30153156style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>1.<span
    30163157style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]>Menu
     
    30183159
    30193160<p class=MsoListParagraphCxSpMiddle style='margin-left:1.0in;mso-add-space:
    3020 auto;text-indent:-.25in;mso-list:l8 level2 lfo16'><![if !supportLists]><span
     3161auto;text-indent:-.25in;mso-list:l11 level2 lfo16'><![if !supportLists]><span
    30213162style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>a.<span
    30223163style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><b
     
    30243165new set of Pawley reflections, over writing any preexisting Pawley set. They
    30253166are generated with d-<span class=SpellE>spacings</span> larger than the limit
    3026 set as &#8216;Pawley <span class=SpellE>dmin</span>&#8217; in the General tab for
    3027 this phase. By default the refine flags are not set and the <span class=SpellE><span
    3028 class=GramE>Fsq</span></span><span class=GramE>(</span><span class=SpellE>hkl</span>)
    3029 = 100.0.</p>
    3030 
    3031 <p class=MsoListParagraphCxSpMiddle style='margin-left:1.0in;mso-add-space:
    3032 auto;text-indent:-.25in;mso-list:l8 level2 lfo16'><![if !supportLists]><span
     3167set as &#8216;Pawley <span class=SpellE>dmin</span>&#8217; in the General tab
     3168for this phase. By default the refine flags are not set and the <span
     3169class=SpellE><span class=GramE>Fsq</span></span><span class=GramE>(</span><span
     3170class=SpellE>hkl</span>) = 100.0.</p>
     3171
     3172<p class=MsoListParagraphCxSpMiddle style='margin-left:1.0in;mso-add-space:
     3173auto;text-indent:-.25in;mso-list:l11 level2 lfo16'><![if !supportLists]><span
    30333174style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>b.<span
    30343175style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><b
     
    30403181
    30413182<p class=MsoListParagraphCxSpMiddle style='margin-left:1.0in;mso-add-space:
    3042 auto;text-indent:-.25in;mso-list:l8 level2 lfo16'><![if !supportLists]><span
     3183auto;text-indent:-.25in;mso-list:l11 level2 lfo16'><![if !supportLists]><span
    30433184style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>c.<span
    30443185style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><b
     
    30463187set of Pawley reflections.</p>
    30473188
    3048 <p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in;mso-list:l3 level1 lfo15'><![if !supportLists]><span
     3189<p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in;mso-list:l6 level1 lfo15'><![if !supportLists]><span
    30493190style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>2.<span
    30503191style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]>You
     
    30563197error in your Pawley refinement.</p>
    30573198
    3058 <p class=MsoListParagraphCxSpLast style='text-indent:-.25in;mso-list:l3 level1 lfo15'><![if !supportLists]><span
     3199<p class=MsoListParagraphCxSpLast style='text-indent:-.25in;mso-list:l6 level1 lfo15'><![if !supportLists]><span
    30593200style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>3.<span
    30603201style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]>You
     
    30973238<ul type=disc>
    30983239 <li class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;
    3099      mso-list:l1 level1 lfo17;tab-stops:list .5in'><span style='mso-fareast-font-family:
     3240     mso-list:l2 level1 lfo17;tab-stops:list .5in'><span style='mso-fareast-font-family:
    31003241     "Times New Roman"'>Home: returns the plot to the initial scaling <o:p></o:p></span></li>
    31013242 <li class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;
    3102      mso-list:l1 level1 lfo17;tab-stops:list .5in'><span style='mso-fareast-font-family:
     3243     mso-list:l2 level1 lfo17;tab-stops:list .5in'><span style='mso-fareast-font-family:
    31033244     "Times New Roman"'>Back: returns the plot to the previous scaling <o:p></o:p></span></li>
    31043245 <li class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;
    3105      mso-list:l1 level1 lfo17;tab-stops:list .5in'><span style='mso-fareast-font-family:
     3246     mso-list:l2 level1 lfo17;tab-stops:list .5in'><span style='mso-fareast-font-family:
    31063247     "Times New Roman"'>Forward: reverses the action in the previous press(es)
    31073248     of the Back button <o:p></o:p></span></li>
    31083249 <li class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;
    3109      mso-list:l1 level1 lfo17;tab-stops:list .5in'><span style='mso-fareast-font-family:
     3250     mso-list:l2 level1 lfo17;tab-stops:list .5in'><span style='mso-fareast-font-family:
    31103251     "Times New Roman"'>Pan: allows you to control panning across the plot
    31113252     (press left mouse button) and zooming (press right mouse button), <o:p></o:p></span></li>
    31123253 <li class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;
    3113      mso-list:l1 level1 lfo17;tab-stops:list .5in'><span style='mso-fareast-font-family:
     3254     mso-list:l2 level1 lfo17;tab-stops:list .5in'><span style='mso-fareast-font-family:
    31143255     "Times New Roman"'>Zoom: allows you to select a portion of the plot (press
    31153256     right mouse button &amp; drag for zoom box) for the next plot. <o:p></o:p></span></li>
    31163257 <li class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;
    3117      mso-list:l1 level1 lfo17;tab-stops:list .5in'><span style='mso-fareast-font-family:
     3258     mso-list:l2 level1 lfo17;tab-stops:list .5in'><span style='mso-fareast-font-family:
    31183259     "Times New Roman"'>Save: allows you to save the currently displayed plot
    31193260     in one of several graphical formats suitable for printing or insertion in
    31203261     a document.<o:p></o:p></span></li>
    31213262 <li class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;
    3122      mso-list:l1 level1 lfo17;tab-stops:list .5in'><span style='mso-fareast-font-family:
     3263     mso-list:l2 level1 lfo17;tab-stops:list .5in'><span style='mso-fareast-font-family:
    31233264     "Times New Roman"'>Help: accesses GSASII help on the specific plot type. <o:p></o:p></span></li>
    31243265</ul>
     
    31293270the toolbar may be a status bar that on the left may show either an instruction
    31303271for a keyed input or a pull down selection of keyed input; on the right may be
    3131 displayed position dependent information that is updated as the mouse is moved
    3132 over the plot region.<o:p></o:p></span></p>
     3272displayed position dependent information that is updated as the mouse is moved over
     3273the plot region.<o:p></o:p></span></p>
    31333274
    31343275<p class=MsoNormal><span style='mso-fareast-font-family:"Times New Roman"'><o:p>&nbsp;</o:p></span></p>
     
    31493290<h5><span style='mso-fareast-font-family:"Times New Roman"'>What can I do here?<o:p></o:p></span></h5>
    31503291
    3151 <p class=MsoListParagraph style='text-indent:-.25in;mso-list:l18 level1 lfo18'><![if !supportLists]><span
     3292<p class=MsoListParagraphCxSpFirst style='text-indent:-.25in;mso-list:l5 level1 lfo23'><![if !supportLists]><span
    31523293style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>1.<span
    31533294style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><span
    31543295style='mso-fareast-font-family:"Times New Roman"'>Move the mouse cursor across
    3155 the plot. <o:p></o:p></span></p>
     3296the plot, the plot status line will show the cursor position in 2</span><span
     3297style='font-family:Symbol;mso-fareast-font-family:"Times New Roman"'>Q</span><span
     3298style='mso-fareast-font-family:"Times New Roman"'>, d-spacing and the
     3299intensity. For a q-plot, q is shown instead of 2</span><span style='font-family:
     3300Symbol;mso-fareast-font-family:"Times New Roman"'>Q</span><span
     3301style='mso-fareast-font-family:"Times New Roman"'>.<o:p></o:p></span></p>
     3302
     3303<p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in;mso-list:l5 level1 lfo23'><![if !supportLists]><span
     3304style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>2.<span
     3305style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]>On
     3306the plot status line<b style='mso-bidi-font-weight:normal'> &#8216;key press&#8217;
     3307</b>&#8211; you can either press the key on the key board or select from the pull
     3308down menu. For line plots:</p>
     3309
     3310<p class=MsoListParagraphCxSpMiddle style='margin-left:1.0in;mso-add-space:
     3311auto;text-indent:-.25in;mso-list:l5 level2 lfo23;tab-stops:list 1.0in'><![if !supportLists]><span
     3312style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>a.<span
     3313style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><span
     3314class=GramE><b style='mso-bidi-font-weight:normal'>l</b></span><b
     3315style='mso-bidi-font-weight:normal'>: offset left</b> &#8211; for a waterfall
     3316plot of multiple powder profiles, increase the offset to the left. Does not
     3317apply if only one pattern.</p>
     3318
     3319<p class=MsoListParagraphCxSpMiddle style='margin-left:1.0in;mso-add-space:
     3320auto;text-indent:-.25in;mso-list:l5 level2 lfo23;tab-stops:list 1.0in'><![if !supportLists]><span
     3321style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>b.<span
     3322style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><span
     3323class=GramE><b style='mso-bidi-font-weight:normal'>r</b></span><b
     3324style='mso-bidi-font-weight:normal'>: offset right</b> - for a waterfall plot of
     3325multiple powder profiles, increase the offset to the left. Does not apply if
     3326only one pattern.</p>
     3327
     3328<p class=MsoListParagraphCxSpMiddle style='margin-left:1.0in;mso-add-space:
     3329auto;text-indent:-.25in;mso-list:l5 level2 lfo23;tab-stops:list 1.0in'><![if !supportLists]><span
     3330style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>c.<span
     3331style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><span
     3332class=GramE><b style='mso-bidi-font-weight:normal'>d</b></span><b
     3333style='mso-bidi-font-weight:normal'>: offset down</b> - for a waterfall plot of
     3334multiple powder profiles, increase the offset down. Does not apply if only one
     3335pattern.</p>
     3336
     3337<p class=MsoListParagraphCxSpMiddle style='margin-left:1.0in;mso-add-space:
     3338auto;text-indent:-.25in;mso-list:l5 level2 lfo23;tab-stops:list 1.0in'><![if !supportLists]><span
     3339style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>d.<span
     3340style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><span
     3341class=GramE><b style='mso-bidi-font-weight:normal'>u</b></span><b
     3342style='mso-bidi-font-weight:normal'>: offset up</b> - for a waterfall plot of multiple
     3343powder profiles, increase the offset up. Does not apply if only one pattern.</p>
     3344
     3345<p class=MsoListParagraphCxSpMiddle style='margin-left:1.0in;mso-add-space:
     3346auto;text-indent:-.25in;mso-list:l5 level2 lfo23;tab-stops:list 1.0in'><![if !supportLists]><span
     3347style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>e.<span
     3348style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><span
     3349class=GramE><b style='mso-bidi-font-weight:normal'>o</b></span><b
     3350style='mso-bidi-font-weight:normal'>: reset offset</b> - for a waterfall plot of
     3351multiple powder profiles, reset to no offset. Does not apply if only one
     3352pattern.</p>
     3353
     3354<p class=MsoListParagraphCxSpMiddle style='margin-left:1.0in;mso-add-space:
     3355auto;text-indent:-.25in;mso-list:l5 level2 lfo23;tab-stops:list 1.0in'><![if !supportLists]><span
     3356style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>f.<span
     3357style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><span
     3358class=GramE><b style='mso-bidi-font-weight:normal'>n</b></span><b
     3359style='mso-bidi-font-weight:normal'>: log(I) on/off</b> &#8211; changes the
     3360y-axis to be the log10 of the intensity; difference curve is not shown for
     3361log(I) on.</p>
     3362
     3363<p class=MsoListParagraphCxSpMiddle style='margin-left:1.0in;mso-add-space:
     3364auto;text-indent:-.25in;mso-list:l5 level2 lfo23;tab-stops:list 1.0in'><![if !supportLists]><span
     3365style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>g.<span
     3366style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><span
     3367class=GramE><b style='mso-bidi-font-weight:normal'>c</b></span><b
     3368style='mso-bidi-font-weight:normal'>: contour on/off</b> &#8211; if multiple
     3369powder profiles, then a contour plot is shown of the observed intensities. All data
     3370sets must be the same length as the first one to be included in the contour
     3371plot.</p>
     3372
     3373<p class=MsoListParagraphCxSpMiddle style='margin-left:1.0in;mso-add-space:
     3374auto;text-indent:-.25in;mso-list:l5 level2 lfo23;tab-stops:list 1.0in'><![if !supportLists]><span
     3375style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>h.<span
     3376style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><b
     3377style='mso-bidi-font-weight:normal'>q: toggle q plot</b> &#8211; changes the
     3378x-axis from 2<span style='font-family:Symbol'>Q</span> to q=2<span
     3379style='font-family:Symbol'>p</span>/d. This will put multiple powder patterns
     3380taken at different energies on the same x-axis scale.</p>
     3381
     3382<p class=MsoListParagraphCxSpMiddle style='margin-left:1.0in;mso-add-space:
     3383auto;text-indent:-.25in;mso-list:l5 level2 lfo23;tab-stops:list 1.0in'><![if !supportLists]><span
     3384style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>i.<span
     3385style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
     3386</span></span></span><![endif]><span class=GramE><b style='mso-bidi-font-weight:
     3387normal'>s</b></span><b style='mso-bidi-font-weight:normal'>: toggle single plot</b>
     3388&#8211; for multiple powder profiles, this will show only the one selected from
     3389the data tree. The offset options are not active.</p>
     3390
     3391<p class=MsoListParagraphCxSpMiddle style='margin-left:1.0in;mso-add-space:
     3392auto;text-indent:-.25in;mso-list:l5 level2 lfo23;tab-stops:list 1.0in'><![if !supportLists]><span
     3393style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>j.<span
     3394style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
     3395</span></span></span><![endif]><span class=GramE><b style='mso-bidi-font-weight:
     3396normal'>w</b></span><b style='mso-bidi-font-weight:normal'>: toggle divide by
     3397sig</b> &#8211; for the pattern selected from the data tree, this will divide
     3398the observed, calculated and difference curves by the <span class=SpellE>esd</span>
     3399for the data points. Other data sets are not shown.</p>
     3400
     3401<p class=MsoListParagraphCxSpMiddle style='margin-left:1.0in;mso-add-space:
     3402auto;text-indent:-.25in;mso-list:l5 level2 lfo23;tab-stops:list 1.0in'><![if !supportLists]><span
     3403style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>k.<span
     3404style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><b
     3405style='mso-bidi-font-weight:normal'>+: no selection</b> - for multiple powder
     3406profiles, only the observed curve is shown.</p>
     3407
     3408<p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in;mso-list:l5 level1 lfo23'><![if !supportLists]><span
     3409style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>3.<span
     3410style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><span
     3411style='mso-fareast-font-family:"Times New Roman"'>For contour plots the status
     3412line &#8216;key press&#8217; options are different:<o:p></o:p></span></p>
     3413
     3414<p class=MsoListParagraphCxSpMiddle style='margin-left:1.0in;mso-add-space:
     3415auto;text-indent:-.25in;mso-list:l5 level2 lfo23;tab-stops:list 1.0in'><![if !supportLists]><span
     3416style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>a.<span
     3417style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><span
     3418class=GramE><b style='mso-bidi-font-weight:normal'><span style='mso-fareast-font-family:
     3419"Times New Roman"'>d</span></b></span><b style='mso-bidi-font-weight:normal'><span
     3420style='mso-fareast-font-family:"Times New Roman"'>: lower contour max</span></b><span
     3421style='mso-fareast-font-family:"Times New Roman"'> &#8211; this lowers the
     3422level chosen for the highest contour color.<o:p></o:p></span></p>
     3423
     3424<p class=MsoListParagraphCxSpMiddle style='margin-left:1.0in;mso-add-space:
     3425auto;text-indent:-.25in;mso-list:l5 level2 lfo23;tab-stops:list 1.0in'><![if !supportLists]><span
     3426style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>b.<span
     3427style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><b
     3428style='mso-bidi-font-weight:normal'><span style='mso-fareast-font-family:"Times New Roman"'>u:
     3429raise contour max</span></b><span style='mso-fareast-font-family:"Times New Roman"'>
     3430&#8211; this raises the level chosen for the highest contour color<o:p></o:p></span></p>
     3431
     3432<p class=MsoListParagraphCxSpMiddle style='margin-left:1.0in;mso-add-space:
     3433auto;text-indent:-.25in;mso-list:l5 level2 lfo23;tab-stops:list 1.0in'><![if !supportLists]><span
     3434style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>c.<span
     3435style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><span
     3436class=SpellE><span class=GramE><b style='mso-bidi-font-weight:normal'><span
     3437style='mso-fareast-font-family:"Times New Roman"'>i</span></b></span></span><b
     3438style='mso-bidi-font-weight:normal'><span style='mso-fareast-font-family:"Times New Roman"'>:
     3439interpolation method</span></b><span style='mso-fareast-font-family:"Times New Roman"'>
     3440&#8211; this changes the method used to represent the contours. If selected a
     3441dialog box appears with all the possible choices. Default is &#8216;nearest&#8217;;
     3442the other useful choice is &#8216;bilinear&#8217;, this will smooth out the
     3443contours. <o:p></o:p></span></p>
     3444
     3445<p class=MsoListParagraphCxSpMiddle style='margin-left:1.0in;mso-add-space:
     3446auto;text-indent:-.25in;mso-list:l5 level2 lfo23;tab-stops:list 1.0in'><![if !supportLists]><span
     3447style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>d.<span
     3448style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><span
     3449class=GramE><b style='mso-bidi-font-weight:normal'><span style='mso-fareast-font-family:
     3450"Times New Roman"'>s</span></b></span><b style='mso-bidi-font-weight:normal'><span
     3451style='mso-fareast-font-family:"Times New Roman"'>: color scheme</span></b><span
     3452style='mso-fareast-font-family:"Times New Roman"'> &#8211; this changes the
     3453color scheme for the contouring. Default is <span class=GramE>&#8216;Paired&#8217;,</span>
     3454black/ white options are &#8216;<span class=SpellE>Greys&#8217;</span> and &#8216;binary&#8217;
     3455(for black on white) or &#8216;gray&#8217; (for white on black). Others can be
     3456very colorful (but not useful)!<o:p></o:p></span></p>
     3457
     3458<p class=MsoListParagraphCxSpMiddle style='margin-left:1.0in;mso-add-space:
     3459auto;text-indent:-.25in;mso-list:l5 level2 lfo23;tab-stops:list 1.0in'><![if !supportLists]><span
     3460style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>e.<span
     3461style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><span
     3462class=GramE><b style='mso-bidi-font-weight:normal'><span style='mso-fareast-font-family:
     3463"Times New Roman"'>c</span></b></span><b style='mso-bidi-font-weight:normal'><span
     3464style='mso-fareast-font-family:"Times New Roman"'>: contour off/on</span></b><span
     3465style='mso-fareast-font-family:"Times New Roman"'> &#8211; this turns off
     3466contouring and returns to a waterfall plot with any offsets applied.<o:p></o:p></span></p>
     3467
     3468<p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in;mso-list:l5 level1 lfo23'><![if !supportLists]><span
     3469style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>4.<span
     3470style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><span
     3471style='mso-fareast-font-family:"Times New Roman"'>Depending on the item chosen
     3472for the selected powder pattern in the data tree, the mouse buttons have
     3473different actions:<o:p></o:p></span></p>
     3474
     3475<p class=MsoListParagraphCxSpMiddle style='margin-left:1.0in;mso-add-space:
     3476auto;text-indent:-.25in;mso-list:l5 level2 lfo23;tab-stops:list 1.0in'><![if !supportLists]><span
     3477style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>a.<span
     3478style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><b
     3479style='mso-bidi-font-weight:normal'><span style='mso-fareast-font-family:"Times New Roman"'>Limits</span></b><span
     3480style='mso-fareast-font-family:"Times New Roman"'> - Modify the values of
     3481&#8216;changed&#8217;; this can be done on the plot by dragging the limit bars
     3482(left &#8211; vertical green dashed line, right &#8211; vertical red dashed
     3483line) into position. A left or right mouse click on a data point on the plot
     3484will set the associated limit. In either case the appropriate value on the
     3485&#8216;changed&#8217; row will be updated immediately.<o:p></o:p></span></p>
     3486
     3487<p class=MsoListParagraphCxSpLast style='margin-left:1.0in;mso-add-space:auto;
     3488text-indent:-.25in;mso-list:l5 level2 lfo23;tab-stops:list 1.0in'><![if !supportLists]><span
     3489style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>b.<span
     3490style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><span
     3491style='mso-fareast-font-family:"Times New Roman"'><o:p>&nbsp;</o:p></span></p>
     3492
     3493<p class=MsoNormal style='margin-left:.5in'><span style='mso-fareast-font-family:
     3494"Times New Roman"'><o:p>&nbsp;</o:p></span></p>
    31563495
    31573496<h4><a name=Covariance><span style='mso-fareast-font-family:"Times New Roman"'>Covariance</span></a><span
     
    31663505<h5><span style='mso-fareast-font-family:"Times New Roman"'>What can I do here?<o:p></o:p></span></h5>
    31673506
    3168 <p class=MsoListParagraphCxSpFirst style='text-indent:-.25in;mso-list:l4 level1 lfo19'><![if !supportLists]><span
     3507<p class=MsoListParagraphCxSpFirst style='text-indent:-.25in;mso-list:l7 level1 lfo19'><![if !supportLists]><span
    31693508style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>1.<span
    31703509style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]>Move
     
    31753514status bar.</p>
    31763515
    3177 <p class=MsoListParagraphCxSpLast style='text-indent:-.25in;mso-list:l4 level1 lfo19'><![if !supportLists]><span
     3516<p class=MsoListParagraphCxSpLast style='text-indent:-.25in;mso-list:l7 level1 lfo19'><![if !supportLists]><span
    31783517style='mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>2.<span
    31793518style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><span
Note: See TracChangeset for help on using the changeset viewer.