Changeset 3196
- Timestamp:
- Dec 19, 2017 12:08:46 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIIO.py
r3195 r3196 2214 2214 Note that several keywords, if defined in the Comments, will be found and 2215 2215 placed in the appropriate section of the powder histogram(s)'s Sample 2216 Parameters after an integration: 'Temperature','Pressure','Time',2217 'FreePrm1','FreePrm2','FreePrm3','Omega','Chi', and 'Phi'.2216 Parameters after an integration: ``Temperature``,``Pressure``,``Time``, 2217 ``FreePrm1``,``FreePrm2``,``FreePrm3``,``Omega``,``Chi``, and ``Phi``. 2218 2218 2219 2219 After the Python code, supply a vertical bar (|) and then a list of one … … 2572 2572 metadata = evalColMetadataDicts(items,labels,lbldict,keyCols,keyExp,True) 2573 2573 title = "Results: ("+n+")" 2574 t = [ ]2574 t = ['Files: '+parFile,lblFile,' '] 2575 2575 n = ["Named parameters:"] 2576 2576 l = ['',"Labeled columns:"]
Note: See TracChangeset
for help on using the changeset viewer.