Changeset 1866 for trunk/GSASIIctrls.py


Ignore:
Timestamp:
May 22, 2015 3:39:34 PM (8 years ago)
Author:
vondreele
Message:

Add TOF single crystal tutorial to list

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIctrls.py

    r1852 r1866  
    31613161# empty directories (.../MT/* .../trunk/GSASII/* *=[help,Exercises])
    31623162tutorialCatalog = (
    3163     # tutorial dir,      exercise dir,      web page file name                                title for page
     3163    # tutorial dir,      exercise dir,      web page file name,      title for page
    31643164
    31653165    ['StartingGSASII', 'StartingGSASII', 'Starting GSAS.htm',
    3166        'Starting GSAS-II'],
     3166        'Starting GSAS-II'],
    31673167       
    31683168    ['FitPeaks', 'FitPeaks', 'Fit Peaks.htm',
    3169        'Fitting individual peaks & autoindexing'],
     3169        'Fitting individual peaks & autoindexing'],
    31703170       
    31713171    ['CWNeutron', 'CWNeutron', 'Neutron CW Powder Data.htm',
    3172        'CW Neutron Powder fit for Yttrium-Iron Garnet'],
     3172        'CW Neutron Powder fit for Yttrium-Iron Garnet'],
    31733173    ['LabData', 'LabData', 'Laboratory X.htm',
    3174        'Fitting laboratory X-ray powder data for fluoroapatite'],
     3174        'Fitting laboratory X-ray powder data for fluoroapatite'],
    31753175    ['CWCombined', 'CWCombined', 'Combined refinement.htm',
    3176        'Combined X-ray/CW-neutron refinement of PbSO4'],
     3176        'Combined X-ray/CW-neutron refinement of PbSO4'],
    31773177    ['TOF-CW Joint Refinement', 'TOF-CW Joint Refinement', 'TOF combined XN Rietveld refinement in GSAS.htm',
    3178        'Combined X-ray/TOF-neutron Rietveld refinement'],
     3178        'Combined X-ray/TOF-neutron Rietveld refinement'],
    31793179    ['SeqRefine', 'SeqRefine', 'SequentialTutorial.htm',
    3180        'Sequential refinement of multiple datasets'],
     3180        'Sequential refinement of multiple datasets'],
    31813181    ['SeqParametric', 'SeqParametric', 'ParametricFitting.htm',
    3182        'Parametric Fitting and Pseudo Variables for Sequential Fits'],
     3182        'Parametric Fitting and Pseudo Variables for Sequential Fits'],
    31833183       
    31843184    ['CFjadarite', 'CFjadarite', 'Charge Flipping in GSAS.htm',
    3185        'Charge Flipping structure solution for jadarite'],
     3185        'Charge Flipping structure solution for jadarite'],
    31863186    ['CFsucrose', 'CFsucrose', 'Charge Flipping - sucrose.htm',
    3187        'Charge Flipping structure solution for sucrose'],
     3187        'Charge Flipping structure solution for sucrose'],
    31883188    ['TOF Charge Flipping', 'TOF Charge Flipping', 'Charge Flipping with TOF single crystal data in GSASII.htm',
    3189        'Charge flipping with neutron TOF single crystal data'],
     3189        'Charge flipping with neutron TOF single crystal data'],
    31903190    ['MCsimanneal', 'MCsimanneal', 'MCSA in GSAS.htm',
    3191        'Monte-Carlo simulated annealing structure'],
     3191        'Monte-Carlo simulated annealing structure'],
    31923192
    31933193    ['2DCalibration', '2DCalibration', 'Calibration of an area detector in GSAS.htm',
    3194        'Calibration of an area detector'],
     3194        'Calibration of an area detector'],
    31953195    ['2DIntegration', '2DIntegration', 'Integration of area detector data in GSAS.htm',
    3196        'Integration of area detector data'],
     3196        'Integration of area detector data'],
    31973197    ['TOF Calibration', 'TOF Calibration', 'Calibration of a TOF powder diffractometer.htm',
    3198        'Calibration of a Neutron TOF diffractometer'],
     3198        'Calibration of a Neutron TOF diffractometer'],
     3199    ['TOF Single Crystal Refinement', 'TOF Single Crystal Refinement', 'TOF single crystal refinement in GSAS.htm',
     3200        'Single crystal refinement from TOF data'],
    31993201       
    32003202    ['2DStrain', '2DStrain', 'Strain fitting of 2D data in GSAS-II.htm',
    3201        'Strain fitting of 2D data'],
     3203        'Strain fitting of 2D data'],
    32023204    ['2DTexture', '2DTexture', 'Texture analysis of 2D data in GSAS-II.htm',
    3203        'Texture analysis of 2D data'],
     3205        'Texture analysis of 2D data'],
    32043206             
    32053207    ['SAimages', 'SAimages', 'Small Angle Image Processing.htm',
    3206        'Image Processing of small angle x-ray data'],
     3208        'Image Processing of small angle x-ray data'],
    32073209    ['SAfit', 'SAfit', 'Fitting Small Angle Scattering Data.htm',
    3208        'Fitting small angle x-ray data (alumina powder)'],
     3210        'Fitting small angle x-ray data (alumina powder)'],
    32093211    ['SAsize', 'SAsize', 'Small Angle Size Distribution.htm',
    3210        'Small angle x-ray data size distribution (alumina powder)'],
     3212        'Small angle x-ray data size distribution (alumina powder)'],
    32113213    ['SAseqref', 'SAseqref', 'Sequential Refinement of Small Angle Scattering Data.htm',
    3212        'Sequential refinement with small angle scattering data'],
     3214        'Sequential refinement with small angle scattering data'],
    32133215   
    32143216    #['TOF Sequential Single Peak Fit', 'TOF Sequential Single Peak Fit', '', ''],
    3215     #['TOF Single Crystal Refinement', 'TOF Single Crystal Refinement', '', ''],
    32163217    )
    32173218if GSASIIpath.GetConfigValue('Tutorial_location'):
Note: See TracChangeset for help on using the changeset viewer.