Changeset 2825
- Timestamp:
- May 10, 2017 5:20:07 PM (6 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIgrid.py
r2811 r2825 3072 3072 for name in histNames: 3073 3073 if 'IMG' in name: 3074 if name not in data: 3075 continue 3074 3076 for item in sampleParmDict: 3075 3077 sampleParmDict[item].append(data[name]['parmDict'].get(item,0)) -
trunk/GSASIIscriptable.py
r2822 r2825 92 92 print 'save to file: ',ProjFile 93 93 for name in nameList: 94 print name95 94 data = [] 96 95 item = Project[name[0]] 97 print item98 96 data.append([name[0],item['data']]) 99 97 for item2 in name[1:]:
Note: See TracChangeset
for help on using the changeset viewer.