Changeset 2363
- Timestamp:
- Jul 5, 2016 9:20:05 PM (7 years ago)
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
Tutorials/SeqRefine/SequentialTutorial.htm
r1752 r2363 2515 2515 style='mso-bidi-font-weight:bold'> tab</span>. Then press the <b><span 2516 2516 style='font-family:"Calibri",sans-serif;mso-ascii-theme-font:major-latin; 2517 mso-hansi-theme-font:major-latin'>Copy ?</span></b><span style='mso-bidi-font-weight:2517 mso-hansi-theme-font:major-latin'>Copy data</span></b><span style='mso-bidi-font-weight: 2518 2518 bold'> button for </span><b><span style='font-family:"Calibri",sans-serif; 2519 2519 mso-ascii-theme-font:major-latin;mso-hansi-theme-font:major-latin'>PWDR … … 3257 3257 3258 3258 <p class=MsoListParagraphCxSpMiddle>These two constraints will interfere when 3259 refining the first histograms, so <span style='mso-bidi-font-weight:bold'>press3259 refining the with first histogram, so <span style='mso-bidi-font-weight:bold'>press 3260 3260 the </span><b><span style='font-family:"Calibri",sans-serif;mso-ascii-theme-font: 3261 3261 major-latin;mso-hansi-theme-font:major-latin'>Delete</span></b><span -
trunk/GSASII.py
r2362 r2363 504 504 rd.objname = os.path.basename(filename) 505 505 flag = False 506 if GSASIIpath.GetConfigValue('debug'): 506 if GSASIIpath.GetConfigValue('debug'): # allow exceptions for debugging 507 507 flag = rd.Reader(filename,fp,self, 508 508 buffer=rdbuffer, … … 1593 1593 phaseNameList = usedHistograms.keys() # phase names in use 1594 1594 if not phaseNameList: return # no phases yet, nothing to do 1595 header = 'Select phase(s) to link\nto newdata:'1595 header = 'Select phase(s) to link\nto the newly-read data:' 1596 1596 for Name in newHistList: 1597 1597 header += '\n '+str(Name) … … 3801 3801 Id = G2gd.GetPatternTreeItemId(self,self.root,'Sequential results') 3802 3802 self.PatternTree.SelectItem(Id) 3803 G2gd.MovePatternTreeToGrid(self,Id) # reload current tree item, should update current plot 3803 3804 # self.G2plotNB.replotAll() # refresh any plots not yet updated - doesn't exist! 3804 3805 finally: -
trunk/GSASIIobj.py
r2329 r2363 1280 1280 # Phase vars (p::<var>) 1281 1281 'A([0-5])' : 'Reciprocal metric tensor component \\1', 1282 ' Vol' : 'Unit cell volume',1282 '[vV]ol' : 'Unit cell volume', # probably an error that both upper and lower case are used 1283 1283 # Atom vars (p::<var>:a) 1284 1284 'dA([xyz])$' : 'change to atomic coordinate, \\1', … … 1287 1287 'AU([123][123])':'Atomic anisotropic displacement parameter U\\1', 1288 1288 'Afrac': 'Atomic occupancy parameter', 1289 'Amul': 'Atomic site multiplicity value', 1289 1290 # Hist & Phase (HAP) vars (p:h:<var>) 1290 1291 'Back': 'Background term',
Note: See TracChangeset
for help on using the changeset viewer.