Line | |
---|
1 | @REM example script that uses cmd.exe to run a GSAS-II script |
---|
2 | set datadir=C:\Users\toby.WIN10-VM\temp\ |
---|
3 | set gsaspath=c:\GSASII\ |
---|
4 | set python=C:\conda3\python.exe |
---|
5 | %python% %gsaspath%GSASIIscriptable.py create test.gpx |
---|
6 | %python% %gsaspath%GSASIIscriptable.py add test.gpx ^ |
---|
7 | -d %datadir%PBSO4.XRA %datadir%PBSO4.CWN ^ |
---|
8 | -i %datadir%INST_XRY.PRM %datadir%inst_d1a.prm -hf GSAS ^ |
---|
9 | -p %datadir%PbSO4-Wyckoff.cif -pf CIF -l 0 1 |
---|
10 | %python% %gsaspath%GSASIIscriptable.py refine test.gpx example.json |
---|
Note: See
TracBrowser
for help on using the repository browser.