Changeset 4162
- Timestamp:
- Sep 27, 2019 6:50:19 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIscriptable.py
r4161 r4162 800 800 A sample script where an image is read, assigned calibration values from a file 801 801 and then integrated follows. 802 The data files are found 803 ` here<https://subversion.xray.aps.anl.gov/pyGSAS/Tutorials/PythonScript/data/>`_.802 The data files are found in the 803 `Scripting Tutorial <https://subversion.xray.aps.anl.gov/pyGSAS/Tutorials/PythonScript/data/>`_. 804 804 805 805 .. code-block:: python … … 869 869 increase. The calibration is repeated until that stops increasing significantly (<10%). 870 870 Detector control files are then created. 871 The files used for this exercise are found 872 `here <https://subversion.xray.aps.anl.gov/pyGSAS/Tutorials/DeterminingWavelength/data/>`_ 873 (the 874 `Area Detector Calibration with Multiple Distances <https://subversion.xray.aps.anl.gov/pyGSAS/Tutorials/DeterminingWavelength/DeterminingWavelength.html>`_ 875 tutorial). 871 The files used for this exercise are found in the 872 `Area Detector Calibration Tutorial <https://subversion.xray.aps.anl.gov/pyGSAS/Tutorials/DeterminingWavelength/data/>`_ 873 (see 874 `Area Detector Calibration with Multiple Distances <https://subversion.xray.aps.anl.gov/pyGSAS/Tutorials/DeterminingWavelength/DeterminingWavelength.html>`_ ). 876 875 877 876 .. code-block:: python
Note: See TracChangeset
for help on using the changeset viewer.