Changeset 2199 for trunk/GSASIIplot.py
- Timestamp:
- Apr 7, 2016 9:44:51 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIplot.py
r2198 r2199 2131 2131 if ref[6+im] > 0.: 2132 2132 DS.append((ref[5+im]-ref[7+im])/ref[6+im]) 2133 #G2frame.G2plotNB.RaisePageNoRefresh(Page)2133 G2frame.G2plotNB.RaisePageNoRefresh(Page) 2134 2134 G2frame.G2plotNB.status.DestroyChildren() 2135 2135 DS.sort() … … 3191 3191 G2frame.G2plotNB.status.SetFields(['', 3192 3192 'psi =%9.3f, beta =%9.3f, MRD =%9.3f hkl=%5.2f,%5.2f,%5.2f'%(r,p,ipf,x,y,z)]) 3193 3193 G2frame.G2plotNB.status.SetStatusWidths([150,-1]) 3194 3194 3195 elif 'Axial' in SHData['PlotType']: 3195 3196 pass … … 3205 3206 pf = G2lat.polfcal(ODFln,SamSym[textureData['Model']],np.array([r,]),np.array([p,])) 3206 3207 G2frame.G2plotNB.status.SetFields(['','phi =%9.3f, gam =%9.3f, MRD =%9.3f'%(r,p,pf)]) 3207 3208 G2frame.G2plotNB.status.SetStatusWidths([150,-1]) 3209 3208 3210 try: 3209 3211 plotNum = G2frame.G2plotNB.plotList.index('Texture') … … 3224 3226 3225 3227 Page.Choice = None 3226 #G2frame.G2plotNB.RaisePageNoRefresh(Page)3228 G2frame.G2plotNB.RaisePageNoRefresh(Page) 3227 3229 G2frame.G2plotNB.status.SetFields(['','']) 3228 3230 PH = np.array(SHData['PFhkl'])
Note: See TracChangeset
for help on using the changeset viewer.