Changeset 3385
- Timestamp:
- May 14, 2018 9:34:04 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIctrlGUI.py
r3382 r3385 4913 4913 ['Powder diffractometer calibration'], 4914 4914 ['CWInstDemo', 'FindProfParamCW.htm', 'Determining Starting Profile Parameters from a Standard', 4915 '''This shows how to determine approximateprofile parameters by fitting individual peaks4915 '''This shows how to determine profile parameters by fitting individual peaks 4916 4916 with data collected on a standard using a lab diffractometer.'''], 4917 ['TOF Calibration', 'Calibration of a TOF powder diffractometer.htm', 'Calibration of a Neutron TOF diffractometer'], 4917 ['TOF Calibration', 'Calibration of a TOF powder diffractometer.htm', 'Calibration of a Neutron TOF diffractometer', 4918 '''This uses the fitted positions of all visible peaks in a pattern of NIST SRM 660b La11B6 4919 (a=4.15689Ã 4920 ) obtained in a multiple single peak fit. The positions are compared to those expected from the 4921 known lattice parameters to establish the diffractometer constants (difC, difA, difB and Zero) used for 4922 calculating TOF peak positions from d-spacings. In addition, the peak fitting includes the various profile 4923 coefficients thus fully describing the instrument contribution to the peak profiles.''' ], 4918 4924 4919 4925 ['2D Image Processing'], … … 4923 4929 ['2DIntegration', 'Integration of area detector data in GSAS.htm', ' Integration of area detector data', 4924 4930 '''Integration of the image from a Perkin-Elmer area detector, where the detector was intentionally tilted at 45 degrees.'''], 4925 ['2DStrain', 'Strain fitting of 2D data in GSAS-II.htm', 'Strain fitting of 2D data'], 4926 ['2DTexture', 'Texture analysis of 2D data in GSAS-II.htm', 'Texture analysis of 2D data'], 4931 ['2DStrain', 'Strain fitting of 2D data in GSAS-II.htm', 'Strain fitting of 2D data', 4932 '''This show how to determine 3 strain tensor values using the method of He & Smith (Adv. in X-ray Anal. 41, 501, 1997) 4933 directly froom a sequence of 2D imges from a loaded sample.'''], 4934 ['2DTexture', 'Texture analysis of 2D data in GSAS-II.htm', 'Texture analysis of 2D data', 4935 '''This shows 3 different methods for determining texture via spherical harmonics from 2D x-ray diffraction images. '''], 4927 4936 4928 4937 ['Small-Angle Scattering'], 4929 ['SAsize', 'Small Angle Size Distribution.htm', 'Small angle x-ray data size distribution (alumina powder)'], 4930 ['SAfit', 'Fitting Small Angle Scattering Data.htm', ' Fitting small angle x-ray data (alumina powder)'], 4931 ['SAimages', 'Small Angle Image Processing.htm', 'Image Processing of small angle x-ray data'], 4932 ['SAseqref', 'Sequential Refinement of Small Angle Scattering Data.htm', 'Sequential refinement with small angle scattering data'], 4938 ['SAsize', 'Small Angle Size Distribution.htm', 'Small angle x-ray data size distribution (alumina powder)', 4939 '''This shows how to determine the size distribution of particles using data from a constant 4940 wavelength synchrotron X-ray USAXS instrument. This is the prerequisite for the next tutorial'''], 4941 ['SAfit', 'Fitting Small Angle Scattering Data.htm', ' Fitting small angle x-ray data (alumina powder)', 4942 '''This shows how to fit small angle scattering data using data from a constant wavelength synchrotron X-ray USAXS instrument. '''], 4943 ['SAimages', 'Small Angle Image Processing.htm', 'Image Processing of small angle x-ray data', 4944 '''This shows how to reduce 2D SAXS data to create 1D absolute scaled data. '''], 4945 ['SAseqref', 'Sequential Refinement of Small Angle Scattering Data.htm', 'Sequential refinement with small angle scattering data', 4946 '''This shows how to fit USAXS small angle scattering data for a suite of samples to demonstrate the 4947 sequential refinement technique in GSAS-II for SASD and demonstrates fitting with a hard sphere structure 4948 factor for non-dilute systems. '''], 4933 4949 4934 4950 ['Other'], 4935 ['MerohedralTwins', 'Merohedral twin refinement in GSAS.htm', 'Merohedral twin refinements'], 4936 ['TOF Single Crystal Refinement', 'TOF single crystal refinement in GSAS.htm', 'Single crystal refinement from TOF data'], 4937 ['PythonScript','Scripting.htm','Scripting a GSAS-II Refinement from Python'], 4938 ['PythonScript','CommandLine.htm',' Running a GSAS-II Refinement from the Command Line'], 4951 ['MerohedralTwins', 'Merohedral twin refinement in GSAS.htm', 'Merohedral twin refinements', 4952 '''This shows how to use GSAS-II to refine the structure of a few single crystal structures where there is merohedral twinning. '''], 4953 ['TOF Single Crystal Refinement', 'TOF single crystal refinement in GSAS.htm', 'Single crystal refinement from TOF data', 4954 '''This shows how to refine the structure of sapphire (really corundum, Al2O3) from single crystal diffraction data 4955 collected at the SNS on the TOPAZ instrument at room temperature. '''], 4956 ['PythonScript','Scripting.htm','Scripting a GSAS-II Refinement from Python', 4957 '''This demonstrates the use of the GSASIIscriptable module. This uses a Python script to perform a refinement or 4958 computation, but without use of the GSAS-II graphical user interface. This is a prerequisite for the next tutorial.'''], 4959 ['PythonScript','CommandLine.htm',' Running a GSAS-II Refinement from the Command Line', 4960 '''This shows a unix script that duplicates the previous Python Scripting GSAS-II tutorial. '''], 4939 4961 4940 4962 #['ExampleDir', 'ExamplePage.html', 'Example Tutorial Title', '''Example descriptive text'''],
Note: See TracChangeset
for help on using the changeset viewer.