Changeset 3132 for Tutorials/PythonScript/data/example.py
- Timestamp:
- Oct 12, 2017 10:46:31 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Tutorials/PythonScript/data/example.py
r3130 r3132 1 '''Sample script to demonstrate use of GSASIIscriptable to duplicate the 2 tutorial found here: 3 https://subversion.xray.aps.anl.gov/pyGSAS/Tutorials/CWCombined/Combined%20refinement.htm 4 5 This script is described in this tutorial: 6 https://subversion.xray.aps.anl.gov/pyGSAS/Tutorials/PythonScript/Scripting.htm 7 ''' 8 1 9 import os,sys 2 10 sys.path.insert(0,'/Users/toby/software/G2/GSASII')
Note: See TracChangeset
for help on using the changeset viewer.