Changeset 1137
- Timestamp:
- Nov 6, 2013 3:16:07 PM (9 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIstrIO.py
r1125 r1137 964 964 G2mv.StoreEquivalence(name,(eqv,)) 965 965 if 'U' in at[ct+1]: 966 if at[ 9] == 'I':966 if at[cia] == 'I': 967 967 phaseVary.append(pfx+'AUiso:'+str(i)) 968 968 else: -
trunk/ImageCalibrants.py
r1077 r1137 34 34 """ 35 35 Calibrants={ 36 ' ':([0,],[(0,0,0,0,0,0),],0,(0,0,0)),36 'None':([0,],[(0,0,0,0,0,0),],0,(1.0,10,10)), 37 37 'LaB6 SRM660a':([2,],[(4.1569162,4.1569162,4.1569162,90,90,90),],0,(1.0,10,10)), 38 38 'LaB6 SRM660a skip 1':([2,],[(4.1569162,4.1569162,4.1569162,90,90,90),],1,(1.0,10,10)), -
trunk/imports/G2sfact.py
r1123 r1137 115 115 traceback.print_exc(file=sys.stdout) 116 116 return False 117
Note: See TracChangeset
for help on using the changeset viewer.