- Timestamp:
- Feb 12, 2021 3:11:08 PM (2 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIphsGUI.py
r4812 r4813 9949 9949 Indx['Orien'][ix] = orien 9950 9950 topSizer.Add(orien,0,WACV) 9951 Qcheck = wx.ComboBox(RigidBodies,-1,value='',choices=[' ','A','AV' ],9951 Qcheck = wx.ComboBox(RigidBodies,-1,value='',choices=[' ','A','AV','V'], 9952 9952 style=wx.CB_READONLY|wx.CB_DROPDOWN) 9953 9953 Qcheck.Bind(wx.EVT_COMBOBOX,OnOrienRef) -
trunk/GSASIIstrIO.py
r4686 r4813 1369 1369 phaseVary += [name,] 1370 1370 pfxRB = pfx+'RB'+rbKey+'O' 1371 A,V = G2mth.Q2AV(RB['Orig'][0]) 1372 fixAxis = [0, np.abs(V).argmax()+1] 1371 1373 for i in range(4): 1372 1374 name = pfxRB+ostr[i]+':'+str(iRB)+':'+rbid … … 1376 1378 elif RB['Orient'][1] == 'A' and not i: 1377 1379 phaseVary += [name,] 1378 1380 elif RB['Orient'][1] == 'V' and i not in fixAxis: 1381 phaseVary += [name,] 1382 print('refine',name) 1379 1383 def MakeRBThermals(rbKey,phaseVary,phaseDict): 1380 1384 rbid = str(rbids.index(RB['RBId']))
Note: See TracChangeset
for help on using the changeset viewer.