Changeset 5043 for trunk/GSASIIpwd.py


Ignore:
Timestamp:
Oct 7, 2021 8:50:26 AM (4 years ago)
Author:
vondreele
Message:

Add ISODISTORT menu option to RMC menu; active only for PDFfit (under construction)
More additions for PDFfit
fix split --> rsplit in G2phase_CIF importer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/GSASIIpwd.py ΒΆ

    r5041 r5043  
    29372937    except:
    29382938        return None
     2939   
     2940def MakePDFfitAtomsFile(Phase,RMCPdict):
     2941    '''Make the PDFfit atoms file
     2942    '''
     2943    General = Phase['General']
     2944    print(RMCPdict)
     2945    fName = Phase['Name']+'.stru'
     2946    fatm = open(fName.replace(' ','_'),'w')
     2947    a,b,c,alp,bet,gam = General['Cell'][1:7]
     2948    fatm.write('\n')
     2949   
    29392950       
    29402951def MakefullrmcRun(pName,Phase,RMCPdict):
Note: See TracChangeset for help on using the changeset viewer.