Changeset 1571
- Timestamp:
- Nov 15, 2014 12:01:30 PM (11 years ago)
- Location:
- trunk
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/GSASIIgrid.py ¶
r1564 r1571 3288 3288 self.InstMenu.Append(menu=self.InstEdit, title='Operations') 3289 3289 self.InstEdit.Append(help='Calibrate from indexed peaks', 3290 id=wxID_INSTCALIB, kind=wx.ITEM_NORMAL,text='Calibrate') 3290 id=wxID_INSTCALIB, kind=wx.ITEM_NORMAL,text='Calibrate') 3291 3291 self.InstEdit.Append(help='Reset instrument profile parameters to default', 3292 id=wxID_INST LOAD, kind=wx.ITEM_NORMAL,text='Load profile...')3292 id=wxID_INSTPRMRESET, kind=wx.ITEM_NORMAL,text='Reset profile') 3293 3293 self.InstEdit.Append(help='Load instrument profile parameters from file', 3294 id=wxID_INST SAVE, kind=wx.ITEM_NORMAL,text='Save profile...')3294 id=wxID_INSTLOAD, kind=wx.ITEM_NORMAL,text='Load profile...') 3295 3295 self.InstEdit.Append(help='Save instrument profile parameters to file', 3296 id=wxID_INST PRMRESET, kind=wx.ITEM_NORMAL,text='Reset profile')3296 id=wxID_INSTSAVE, kind=wx.ITEM_NORMAL,text='Save profile...') 3297 3297 self.InstEdit.Append(help='Copy instrument profile parameters to other histograms', 3298 3298 id=wxID_INSTCOPY, kind=wx.ITEM_NORMAL,text='Copy') … … 3397 3397 self.ReflEdit.Append(id=wxID_PWD3DHKLPLOT,kind=wx.ITEM_NORMAL,text='Plot 3D HKLs', 3398 3398 help='Plot HKLs from powder pattern in 3D') 3399 self.PostfillDataMenu() 3400 3401 # SASD / Instrument Parameters 3402 self.SASDInstMenu = wx.MenuBar() 3403 self.PrefillDataMenu(self.SASDInstMenu,helpType='Instrument Parameters') 3404 self.SASDInstEdit = wx.Menu(title='') 3405 self.SASDInstMenu.Append(menu=self.SASDInstEdit, title='Operations') 3406 self.InstEdit.Append(help='Reset instrument profile parameters to default', 3407 id=wxID_INSTPRMRESET, kind=wx.ITEM_NORMAL,text='Reset profile') 3408 self.SASDInstEdit.Append(help='Copy instrument profile parameters to other histograms', 3409 id=wxID_INSTCOPY, kind=wx.ITEM_NORMAL,text='Copy') 3399 3410 self.PostfillDataMenu() 3400 3411 -
TabularUnified trunk/GSASIIimgGUI.py ¶
r1570 r1571 1117 1117 Source = name 1118 1118 Mask = copy.deepcopy(G2frame.PatternTree.GetItemPyData(G2gd.GetPatternTreeItemId(G2frame,id, 'Masks'))) 1119 Mask.pop('Thresholds') #remove Thresholds from source mask1119 Thresh = Mask.pop('Thresholds') #remove Thresholds from source mask & save it for later 1120 1120 else: 1121 1121 TextList.append([False,name,id]) … … 1137 1137 # Mask['Thresholds'][0] = mask['Thresholds'][0] 1138 1138 # Mask['Thresholds'][1][1] = min(mask['Thresholds'][1][1],Mask['Thresholds'][1][1]) 1139 mask.update(Mask) 1139 mask.update(Mask) 1140 mask['Thresholds'][1][0] = Thresh[1][0] #copy only lower threshold 1140 1141 G2frame.PatternTree.SetItemPyData(G2gd.GetPatternTreeItemId(G2frame,id, 'Masks'),copy.deepcopy(mask)) 1141 1142 finally: -
TabularUnified trunk/GSASIIindex.py ¶
r1445 r1571 231 231 N = len(HKL) 232 232 if N == 0: return False 233 hklds = list(np.array(HKL).T[ 3])+[1000.0,0.0,]233 hklds = list(np.array(HKL).T[-2])+[1000.0,0.0,] 234 234 hklds.sort() # ascending sort - upper bound at end 235 235 hklmax = [0,0,0] … … 245 245 break 246 246 hkl = HKL[pos] # put in hkl 247 if hkl[ 4] >= 0: # peak already assigned - test if this one better248 opeak = peaks[hkl[ 4]]249 dold = abs(opeak[7]-hkl[ 3])247 if hkl[-1] >= 0: # peak already assigned - test if this one better 248 opeak = peaks[hkl[-1]] 249 dold = abs(opeak[7]-hkl[-2]) 250 250 dnew = min(dm,dp) 251 251 if dold > dnew: # new better - zero out old … … 254 254 else: # old better - do nothing 255 255 continue 256 hkl[ 4] = ipk256 hkl[-1] = ipk 257 257 peak[4:7] = hkl[:3] 258 peak[8] = hkl[ 3] # fill in d-calc258 peak[8] = hkl[-2] # fill in d-calc 259 259 for peak in peaks: 260 260 peak[3] = False -
TabularUnified trunk/GSASIIplot.py ¶
r1559 r1571 1004 1004 view = Page.toolbar._views.forward()[0][:2] 1005 1005 wid = view[1]-view[0] 1006 found = HKL[np.where(np.fabs(HKL.T[ 5]-xpos) < 0.002*wid)]1006 found = HKL[np.where(np.fabs(HKL.T[-1]-xpos) < 0.002*wid)] 1007 1007 if len(found): 1008 h,k,l = found[0][:3] 1009 Page.canvas.SetToolTipString('%d,%d,%d'%(int(h),int(k),int(l))) 1008 if len(found[0]) > 6: #SS reflections 1009 h,k,l,m = found[0][:4] 1010 Page.canvas.SetToolTipString('%d,%d,%d,%d'%(int(h),int(k),int(l),int(m))) 1011 else: 1012 h,k,l = found[0][:3] 1013 Page.canvas.SetToolTipString('%d,%d,%d'%(int(h),int(k),int(l))) 1010 1014 else: 1011 1015 Page.canvas.SetToolTipString('') … … 1535 1539 Plot.axvline(peak[0],color='b') 1536 1540 for hkl in G2frame.HKL: 1541 clr = 'r' 1542 if len(hkl) > 6 and hkl[3]: 1543 clr = 'g' 1537 1544 if G2frame.qPlot: 1538 Plot.axvline(2.*np.pi/G2lat.Pos2dsp(Parms,hkl[ 5]),color='r',dashes=(5,5))1545 Plot.axvline(2.*np.pi/G2lat.Pos2dsp(Parms,hkl[-1]),color=clr,dashes=(5,5)) 1539 1546 if G2frame.dPlot: 1540 Plot.axvline(G2lat.Pos2dsp(Parms,hkl[ 5]),color='r',dashes=(5,5))1547 Plot.axvline(G2lat.Pos2dsp(Parms,hkl[-1]),color=clr,dashes=(5,5)) 1541 1548 else: 1542 Plot.axvline(hkl[ 5],color='r',dashes=(5,5))1549 Plot.axvline(hkl[-1],color=clr,dashes=(5,5)) 1543 1550 elif G2frame.PatternTree.GetItemText(PickId) in ['Reflection Lists'] or \ 1544 1551 'PWDR' in G2frame.PatternTree.GetItemText(PickId): … … 2135 2142 view = Page.toolbar._views.forward()[0][:2] 2136 2143 wid = view[1]-view[0] 2137 found = HKL[np.where(np.fabs(HKL.T[ 5]-xpos) < 0.002*wid)]2144 found = HKL[np.where(np.fabs(HKL.T[-1]-xpos) < 0.002*wid)] 2138 2145 if len(found): 2139 2146 h,k,l = found[0][:3] … … 2164 2171 HKL = np.array(G2frame.HKL) 2165 2172 for hkl in G2frame.HKL: 2166 Plot.axvline(hkl[ 5],color='r',dashes=(5,5))2173 Plot.axvline(hkl[-1],color='r',dashes=(5,5)) 2167 2174 xmin = peaks[0][0] 2168 2175 xmax = peaks[-1][0] -
TabularUnified trunk/GSASIIpwd.py ¶
r1551 r1571 804 804 if not ext: 805 805 HKLs.append([h,k,l,d,-1]) 806 return HKLs 807 808 def getHKLMpeak(dmin,SGData,SSGData,Vec,maxH,A): 809 'needs a doc string' 810 HKL = G2lat.GenHLaue(dmin,SGData,A) 811 HKLs = [] 812 vec = np.array(Vec) 813 SSdH = [vec*h for h in range(-maxH,maxH+1)] 814 SSdH = dict(zip(range(-maxH,maxH+1),SSdH)) 815 for h,k,l,d in HKL: 816 ext = G2spc.GenHKLf([h,k,l],SGData)[0] 817 if not ext: 818 HKLs.append([h,k,l,0,d,-1]) 819 for dH in SSdH: 820 if dH: 821 DH = SSdH[dH] 822 H = [h+DH[0],k+DH[1],l+DH[2]] 823 d = 1/np.sqrt(G2lat.calc_rDsq(H,A)) 824 if d >= dmin: 825 HKLs.append([h,k,l,dH,d,-1]) 806 826 return HKLs 807 827 … … 1210 1230 if peak[2] and peak[3]: 1211 1231 peakPos.append(peak[0]) 1212 peakDsp.append(peak[ 8])1232 peakDsp.append(peak[-1]) #d-calc 1213 1233 peakWt.append(1/sig**2) 1214 1234 peakPos = np.array(peakPos) -
TabularUnified trunk/GSASIIpwdGUI.py ¶
r1559 r1571 1098 1098 if peak[2] and peak[3]: 1099 1099 binwid = cw[np.searchsorted(xye[0],peak[0])] 1100 XY.append([peak[ 8],peak[0],binwid])1100 XY.append([peak[-1],peak[0],binwid]) 1101 1101 Sigs.append(IndexPeaks[1][ip]) 1102 1102 if len(XY): … … 1539 1539 #G2frame.Bind(wx.EVT_MENU,OnWaveChange,id=G2gd.wxID_CHANGEWAVETYPE) 1540 1540 G2frame.Bind(wx.EVT_MENU,OnCopy1Val,id=G2gd.wxID_INST1VAL) 1541 elif 'L' in insVal['Type']: #SASD data menu commands 1542 G2gd.SetDataMenuBar(G2frame,G2frame.dataFrame.InstMenu) 1543 if not G2frame.dataFrame.GetStatusBar(): 1544 Status = G2frame.dataFrame.CreateStatusBar() 1545 G2frame.Bind(wx.EVT_MENU,OnInstCopy,id=G2gd.wxID_INSTCOPY) 1541 1546 MakeParameterWindow() 1542 1547 … … 2048 2053 for ip,peak in enumerate(Peaks['peaks']): 2049 2054 dsp = G2lat.Pos2dsp(Inst,peak[0]) 2050 peaks.append([peak[0],peak[2],True,False,0,0,0,dsp,0.0]) 2055 peaks.append([peak[0],peak[2],True,False,0,0,0,dsp,0.0]) #SS? 2051 2056 try: 2052 2057 sig = Peaks['sigDict']['pos'+str(ip)] … … 2090 2095 G2frame.dataFrame.IndexPeaks.Enable(True) 2091 2096 cells = G2frame.PatternTree.GetItemPyData(G2gd.GetPatternTreeItemId(G2frame,G2frame.PatternId, 'Unit Cells List')) 2092 if cells: 2097 if cells: #what if SS? 2093 2098 cellist = cells[2] 2094 2099 dmin = cells[3] 2095 2100 G2frame.HKL = [] 2096 2101 for i,cell in enumerate(cellist): 2097 if cell[-1]: 2102 if cell[-1]: #selected cell from table - no SS 2098 2103 ibrav = cell[2] 2099 2104 A = G2lat.cell2A(cell[3:9]) … … 2105 2110 for i in range(len(data[0])): rowLabels.append(str(i+1)) 2106 2111 colLabels = ['position','intensity','use','indexed','h','k','l','d-obs','d-calc'] 2107 Types = [wg.GRID_VALUE_FLOAT+':10,4',wg.GRID_VALUE_FLOAT+':10,1',wg.GRID_VALUE_BOOL, 2108 wg.GRID_VALUE_BOOL,wg.GRID_VALUE_LONG,wg.GRID_VALUE_LONG,wg.GRID_VALUE_LONG, 2109 wg.GRID_VALUE_FLOAT+':10,5',wg.GRID_VALUE_FLOAT+':10,5'] 2112 Types = [wg.GRID_VALUE_FLOAT+':10,4',wg.GRID_VALUE_FLOAT+':10,1',]+2*[wg.GRID_VALUE_BOOL,]+ \ 2113 3*[wg.GRID_VALUE_LONG,]+2*[wg.GRID_VALUE_FLOAT+':10,5',] 2114 if len(data[0][0]) > 9: 2115 colLabels = ['position','intensity','use','indexed','h','k','l','m','d-obs','d-calc'] 2116 Types = [wg.GRID_VALUE_FLOAT+':10,4',wg.GRID_VALUE_FLOAT+':10,1',]+2*[wg.GRID_VALUE_BOOL,]+ \ 2117 4*[wg.GRID_VALUE_LONG,]+2*[wg.GRID_VALUE_FLOAT+':10,5',] 2110 2118 G2frame.PatternTree.SetItemPyData(IndexId,data) 2111 2119 G2frame.IndexPeaksTable = G2gd.Table(data[0],rowLabels=rowLabels,colLabels=colLabels,types=Types) … … 2122 2130 G2frame.dataDisplay.SetReadOnly(r,c,isReadOnly=True) 2123 2131 if data[0][r][2] and data[0][r][3]: 2124 XY.append([data[0][r][ 8],data[0][r][0]])2132 XY.append([data[0][r][-1],data[0][r][0]]) 2125 2133 try: 2126 2134 sig = data[1][r] … … 2227 2235 except ValueError: 2228 2236 value = ssopt['ModVec'][Id] 2229 Obj.SetValue('%. 3f'%(value))2237 Obj.SetValue('%.4f'%(value)) 2230 2238 ssopt['ModVec'][Id] = value 2231 2239 OnHklShow(event) … … 2235 2243 ObjId = Obj.GetId() 2236 2244 Id,valObj = Indx[ObjId] 2237 move = Obj.GetValue()*0.0 12245 move = Obj.GetValue()*0.002 2238 2246 Obj.SetValue(0) 2239 2247 value = min(1.0,max(.0,float(valObj.GetValue())+move)) 2240 valObj.SetValue('%. 3f'%(value))2248 valObj.SetValue('%.4f'%(value)) 2241 2249 ssopt['ModVec'][Id] = value 2242 2250 OnHklShow(event) … … 2328 2336 spc = controls[13] 2329 2337 SGData = G2spc.SpcGroup(spc)[1] 2330 if ssopt.get('Use',False):2331 print ssopt2332 SSGData = G2spc.SSpcGroup(SGData,ssopt['ssSymb'])2333 Vec = ssopt['ModVec']2334 2338 if 'C' in Inst['Type'][0]: 2335 2339 dmin = G2lat.Pos2dsp(Inst,limits[1]) 2336 2340 else: #TOF - use other limit! 2337 2341 dmin = G2lat.Pos2dsp(Inst,limits[0]) 2338 G2frame.HKL = G2pwd.getHKLpeak(dmin,SGData,A) 2342 if ssopt.get('Use',False): 2343 SSGData = G2spc.SSpcGroup(SGData,ssopt['ssSymb']) 2344 Vec = ssopt['ModVec'] 2345 maxH = ssopt['maxH'] 2346 G2frame.HKL = G2pwd.getHKLMpeak(dmin,SGData,SSGData,Vec,maxH,A) 2347 else: 2348 G2frame.HKL = G2pwd.getHKLpeak(dmin,SGData,A) 2339 2349 G2indx.IndexPeaks(peaks,G2frame.HKL) 2350 for peak in peaks: print peak 2340 2351 for hkl in G2frame.HKL: 2341 hkl.append(G2lat.Dsp2pos(Inst,hkl[ 3])+controls[1])2352 hkl.append(G2lat.Dsp2pos(Inst,hkl[-2])+controls[1]) 2342 2353 if 'PKS' in G2frame.PatternTree.GetItemText(G2frame.PatternId): 2343 2354 G2plt.PlotPowderLines(G2frame) … … 2684 2695 if show: 2685 2696 valSizer = wx.BoxSizer(wx.HORIZONTAL) 2686 modVal = wx.TextCtrl(G2frame.dataDisplay,value=('%. 3f'%(val)),2697 modVal = wx.TextCtrl(G2frame.dataDisplay,value=('%.4f'%(val)), 2687 2698 size=wx.Size(50,20),style=wx.TE_PROCESS_ENTER) 2688 2699 modVal.Bind(wx.EVT_TEXT_ENTER,OnModVal) … … 3803 3814 RefreshPlots() 3804 3815 3805 def OnBackFile(event): 3816 def OnBackFile(event): #multiple backgrounds? 3806 3817 data['BackFile'] = backFile.GetValue() 3807 3818 if data['BackFile']: … … 3810 3821 BackSample = G2frame.PatternTree.GetItemPyData(G2gd.GetPatternTreeItemId(G2frame,BackId, 'Sample Parameters')) 3811 3822 Profile[5] = BackSample['Scale'][0]*G2frame.PatternTree.GetItemPyData(BackId)[1][1] 3812 RefreshPlots(True) 3823 else: 3824 Profile[5] = np.zeros(len(Profile[5])) 3825 RefreshPlots(True) 3813 3826 3814 3827 Sample = G2frame.PatternTree.GetItemPyData(G2gd.GetPatternTreeItemId(G2frame,G2frame.PatternId, 'Sample Parameters')) … … 3870 3883 backVar.SetValue(data['Back'][1]) 3871 3884 backVar.Bind(wx.EVT_CHECKBOX, OnCheckBox) 3872 backSizer.Add(backVar,0,WACV) 3885 backSizer.Add(backVar,0,WACV) 3886 #multiple background files? 3873 3887 backSizer.Add(wx.StaticText(G2frame.dataDisplay,-1,' Background file: '),0,WACV) 3874 3888 Choices = ['',]+G2gd.GetPatternTreeDataNames(G2frame,['SASD',]) -
TabularUnified trunk/GSASIIspc.py ¶
r1570 r1571 544 544 if frac in ['1/2','1/3','1/4','1/6','1']: 545 545 iFrac[i] = frac+'.' 546 print SGData['SpGrp']+SSymbol547 print 'SSGKl',SSGKl,'genQ',genQ,'iFrac',iFrac,'modSymb',SSGData['modSymb']546 # print SGData['SpGrp']+SSymbol 547 # print 'SSGKl',SSGKl,'genQ',genQ,'iFrac',iFrac,'modSymb',SSGData['modSymb'] 548 548 # set identity & 1,-1; triclinic 549 549 SSGOps[0][0][3,3] = 1. … … 595 595 SSkl = [1,-1,-1] 596 596 OrFrac = OrOps[a] 597 print a,OrFrac,iFrac598 597 for j in iFrac: 599 598 for i in OrFrac[j]: … … 746 745 def checkGen(gensym): 747 746 sym = ''.join(gensym) 748 print str(SSGKl),sym749 747 # monoclinic - all done 750 748 if str(SSGKl) == '[-1]' and sym == 's': … … 831 829 return 'unknown generator symbol '+''.join(gensym),None 832 830 try: 833 print modsym,''.join(modsym)834 831 LaueModId = LaueModList.index(''.join(modsym)) 835 832 except ValueError: … … 865 862 if E: 866 863 SSGData['SSGOps'] = Result 867 print SSGData['SSpGrp']868 for Op in Result:869 print SSMT2text(Op).replace(' ','')864 # print SSGData['SSpGrp'] 865 # for Op in Result: 866 # print SSMT2text(Op).replace(' ','') 870 867 return None,SSGData 871 868 else: -
TabularUnified trunk/help/Small Angle Image Processing.htm ¶
r1351 r1571 24 24 <o:Author>Von Dreele</o:Author> 25 25 <o:LastAuthor>Von Dreele</o:LastAuthor> 26 <o:Revision>1 0</o:Revision>27 <o:TotalTime>241 1</o:TotalTime>26 <o:Revision>11</o:Revision> 27 <o:TotalTime>2412</o:TotalTime> 28 28 <o:Created>2014-05-13T20:30:00Z</o:Created> 29 <o:LastSaved>2014- 05-15T15:43:00Z</o:LastSaved>29 <o:LastSaved>2014-11-14T15:40:00Z</o:LastSaved> 30 30 <o:Pages>18</o:Pages> 31 31 <o:Words>2004</o:Words> 32 <o:Characters>1142 6</o:Characters>32 <o:Characters>11424</o:Characters> 33 33 <o:Company>Argonne National Laboratory</o:Company> 34 34 <o:Lines>95</o:Lines> 35 35 <o:Paragraphs>26</o:Paragraphs> 36 <o:CharactersWithSpaces>1340 4</o:CharactersWithSpaces>36 <o:CharactersWithSpaces>13402</o:CharactersWithSpaces> 37 37 <o:Version>14.00</o:Version> 38 38 </o:DocumentProperties> … … 969 969 You should move the <b style='mso-bidi-font-weight:normal'><span 970 970 style='font-family:"Calibri","sans-serif";mso-ascii-theme-font:minor-latin; 971 mso-hansi-theme-font:minor-latin'>Max intensity</span></b> slider to near the middle972 of the range that will improve the image. When done the <b style='mso-bidi-font-weight: 973 normal'><span style='font-family:"Calibri","sans-serif";mso-ascii-theme-font: 974 m inor-latin;mso-hansi-theme-font:minor-latin'>Image controls</span></b> window975 should look like</p>971 mso-hansi-theme-font:minor-latin'>Max intensity</span></b> slider to near the 972 middle of the range that will improve the image. When done the <b 973 style='mso-bidi-font-weight:normal'><span style='font-family:"Calibri","sans-serif"; 974 mso-ascii-theme-font:minor-latin;mso-hansi-theme-font:minor-latin'>Image 975 controls</span></b> window should look like</p> 976 976 977 977 <p class=MsoNormal><span style='mso-no-proof:yes'><!--[if gte vml 1]><v:shape … … 1036 1036 absolute;z-index:251659264;margin-left:234px;margin-top:274px;width:73px; 1037 1037 height:38px'><img width=73 height=38 1038 src="Small%20Angle%20Image%20Processing_files/image0 12.png" v:shapes="Straight_x0020_Arrow_x0020_Connector_x0020_21"></span><![endif]><span1038 src="Small%20Angle%20Image%20Processing_files/image005.png" v:shapes="Straight_x0020_Arrow_x0020_Connector_x0020_21"></span><![endif]><span 1039 1039 style='mso-no-proof:yes'><!--[if gte vml 1]><v:shape id="Picture_x0020_5" 1040 1040 o:spid="_x0000_i1061" type="#_x0000_t75" style='width:525pt;height:450pt; … … 1063 1063 mso-hansi-theme-font:minor-latin'>Image Controls</span></b> window). The <b 1064 1064 style='mso-bidi-font-weight:normal'><span style='font-family:"Calibri","sans-serif"; 1065 mso-ascii-theme-font:minor-latin;mso-hansi-theme-font:minor-latin'>Image Controls</span></b>1066 window will show the results of the calibration</p>1065 mso-ascii-theme-font:minor-latin;mso-hansi-theme-font:minor-latin'>Image 1066 Controls</span></b> window will show the results of the calibration</p> 1067 1067 1068 1068 <p class=MsoNormal><span style='mso-no-proof:yes'><!--[if gte vml 1]><v:shape … … 1324 1324 You should also check the <b style='mso-bidi-font-weight:normal'><span 1325 1325 style='font-family:"Calibri","sans-serif";mso-ascii-theme-font:minor-latin; 1326 mso-hansi-theme-font:minor-latin'>Apply sample transmission?</span></b> <span1326 mso-hansi-theme-font:minor-latin'>Apply sample absorption?</span></b> <span 1327 1327 class=GramE>and</span> <b style='mso-bidi-font-weight:normal'><span 1328 1328 style='font-family:"Calibri","sans-serif";mso-ascii-theme-font:minor-latin; … … 1733 1733 <p class=MsoNormal><o:p> </o:p></p> 1734 1734 1735 <p class=MsoNormal>If you <span class=GramE>enter <b style='mso-bidi-font-weight:1736 normal'><span style='font-family:"Calibri","sans-serif";mso-ascii-theme-font: 1737 m inor-latin;mso-hansi-theme-font:minor-latin'>s</span></b></span> on the plot1738 window, all of the SASD patterns will be plotted together (Ive adjusted the 1739 zoom to see themall).</p>1735 <p class=MsoNormal>If you enter <b style='mso-bidi-font-weight:normal'><span 1736 style='font-family:"Calibri","sans-serif";mso-ascii-theme-font:minor-latin; 1737 mso-hansi-theme-font:minor-latin'>m</span></b> on the plot window, all of the 1738 SASD patterns will be plotted together (Ive adjusted the zoom to see them 1739 all).</p> 1740 1740 1741 1741 <p class=MsoNormal><span style='mso-no-proof:yes'><!--[if gte vml 1]><v:shape … … 1798 1798 mso-hansi-theme-font:minor-latin'>Ok</span></b>; the <b style='mso-bidi-font-weight: 1799 1799 normal'><span style='font-family:"Calibri","sans-serif";mso-ascii-theme-font: 1800 minor-latin;mso-hansi-theme-font:minor-latin'>GC_5s_200.tif</span></b> data will1801 be rescaled to the <b style='mso-bidi-font-weight:normal'><span1800 minor-latin;mso-hansi-theme-font:minor-latin'>GC_5s_200.tif</span></b> data 1801 will be rescaled to the <b style='mso-bidi-font-weight:normal'><span 1802 1802 style='font-family:"Calibri","sans-serif";mso-ascii-theme-font:minor-latin; 1803 1803 mso-hansi-theme-font:minor-latin'>GC calibrated data</span></b> and the <b … … 1829 1829 mso-hansi-theme-font:minor-latin'>Sample Parameters</span></b> menu; a <b 1830 1830 style='mso-bidi-font-weight:normal'><span style='font-family:"Calibri","sans-serif"; 1831 mso-ascii-theme-font:minor-latin;mso-hansi-theme-font:minor-latin'>Select sample1832 parameters</span></b> dialog will appear</p>1831 mso-ascii-theme-font:minor-latin;mso-hansi-theme-font:minor-latin'>Select 1832 sample parameters</span></b> dialog will appear</p> 1833 1833 1834 1834 <p class=MsoNormal><span style='mso-no-proof:yes'><!--[if gte vml 1]><v:shape -
TabularUnified trunk/help/Small Angle Image Processing_files/filelist.xml ¶
r1349 r1571 9 9 <o:File HRef="image003.png"/> 10 10 <o:File HRef="image004.png"/> 11 <o:File HRef="image0 12.png"/>11 <o:File HRef="image005.png"/> 12 12 <o:File HRef="image006.png"/> 13 13 <o:File HRef="image007.png"/>
Note: See TracChangeset
for help on using the changeset viewer.