Changeset 3787
- Timestamp:
- Jan 17, 2019 6:10:20 PM (4 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIindex.py
r3783 r3787 584 584 result = so.leastsq(errFitZSS,values,Dfun=dervFitZSS,full_output=True,ftol=1.e-6, 585 585 args=(ibrav,Peaks[8],Peaks[4:8],Peaks[0],wave,V,Vref,Z,Zref)) 586 print(result)587 586 A = Values2A(ibrav,result[0]) 588 587 Vec = Values2Vec(ibrav,V,Vref,result[0]) -
trunk/GSASIIpwdGUI.py
r3786 r3787 3428 3428 A = G2lat.cell2A(cell) 3429 3429 ibrav = bravaisSymb.index(controls[5]) 3430 controls[13] = SPGlist[controls[5]][0]3430 # if not controls[13]: controls[13] = SPGlist[controls[5]][0] #don't know if this is needed? 3431 3431 SGData = G2spc.SpcGroup(controls[13])[1] 3432 3432 if 'C' in Inst['Type'][0] or 'PKS' in Inst['Type'][0]:
Note: See TracChangeset
for help on using the changeset viewer.