Changeset 1866 for trunk/GSASIIctrls.py
- Timestamp:
- May 22, 2015 3:39:34 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIctrls.py
r1852 r1866 3161 3161 # empty directories (.../MT/* .../trunk/GSASII/* *=[help,Exercises]) 3162 3162 tutorialCatalog = ( 3163 # tutorial dir, exercise dir, web page file name 3163 # tutorial dir, exercise dir, web page file name, title for page 3164 3164 3165 3165 ['StartingGSASII', 'StartingGSASII', 'Starting GSAS.htm', 3166 'Starting GSAS-II'],3166 'Starting GSAS-II'], 3167 3167 3168 3168 ['FitPeaks', 'FitPeaks', 'Fit Peaks.htm', 3169 'Fitting individual peaks & autoindexing'],3169 'Fitting individual peaks & autoindexing'], 3170 3170 3171 3171 ['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'], 3173 3173 ['LabData', 'LabData', 'Laboratory X.htm', 3174 'Fitting laboratory X-ray powder data for fluoroapatite'],3174 'Fitting laboratory X-ray powder data for fluoroapatite'], 3175 3175 ['CWCombined', 'CWCombined', 'Combined refinement.htm', 3176 'Combined X-ray/CW-neutron refinement of PbSO4'],3176 'Combined X-ray/CW-neutron refinement of PbSO4'], 3177 3177 ['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'], 3179 3179 ['SeqRefine', 'SeqRefine', 'SequentialTutorial.htm', 3180 'Sequential refinement of multiple datasets'],3180 'Sequential refinement of multiple datasets'], 3181 3181 ['SeqParametric', 'SeqParametric', 'ParametricFitting.htm', 3182 'Parametric Fitting and Pseudo Variables for Sequential Fits'],3182 'Parametric Fitting and Pseudo Variables for Sequential Fits'], 3183 3183 3184 3184 ['CFjadarite', 'CFjadarite', 'Charge Flipping in GSAS.htm', 3185 'Charge Flipping structure solution for jadarite'],3185 'Charge Flipping structure solution for jadarite'], 3186 3186 ['CFsucrose', 'CFsucrose', 'Charge Flipping - sucrose.htm', 3187 'Charge Flipping structure solution for sucrose'],3187 'Charge Flipping structure solution for sucrose'], 3188 3188 ['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'], 3190 3190 ['MCsimanneal', 'MCsimanneal', 'MCSA in GSAS.htm', 3191 'Monte-Carlo simulated annealing structure'],3191 'Monte-Carlo simulated annealing structure'], 3192 3192 3193 3193 ['2DCalibration', '2DCalibration', 'Calibration of an area detector in GSAS.htm', 3194 'Calibration of an area detector'],3194 'Calibration of an area detector'], 3195 3195 ['2DIntegration', '2DIntegration', 'Integration of area detector data in GSAS.htm', 3196 'Integration of area detector data'],3196 'Integration of area detector data'], 3197 3197 ['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'], 3199 3201 3200 3202 ['2DStrain', '2DStrain', 'Strain fitting of 2D data in GSAS-II.htm', 3201 'Strain fitting of 2D data'],3203 'Strain fitting of 2D data'], 3202 3204 ['2DTexture', '2DTexture', 'Texture analysis of 2D data in GSAS-II.htm', 3203 'Texture analysis of 2D data'],3205 'Texture analysis of 2D data'], 3204 3206 3205 3207 ['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'], 3207 3209 ['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)'], 3209 3211 ['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)'], 3211 3213 ['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'], 3213 3215 3214 3216 #['TOF Sequential Single Peak Fit', 'TOF Sequential Single Peak Fit', '', ''], 3215 #['TOF Single Crystal Refinement', 'TOF Single Crystal Refinement', '', ''],3216 3217 ) 3217 3218 if GSASIIpath.GetConfigValue('Tutorial_location'):
Note: See TracChangeset
for help on using the changeset viewer.