Changes between Version 20 and Version 21 of WikiStart


Ignore:
Timestamp:
Sep 6, 2012 3:44:00 PM (13 years ago)
Author:
toby
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified WikiStart

    v20 v21  
    11= GSAS-II Home =
    22
    3 GSAS-II is an open source python project that addresses all types of crystallographic studies, from simple materials through macromolecules, using both powder and single-crystal diffraction with both x-ray and neutron probes. Measurements can be constant wavelength or (in future) neutron TOF. At present, code is being developed for all the various steps in diffraction analysis, such as data reduction, peak analysis, indexing, structure solution and structure refinement. The source code can be found at https://subversion.xor.aps.anl.gov/pyGSAS/trunk/
     3GSAS-II is an open source python project that addresses all types of crystallographic studies, from simple materials through macromolecules, using both powder and single-crystal diffraction with both x-ray and neutron probes. Measurements can be constant wavelength or (in future) neutron TOF. At present, code is being developed for all the various steps in diffraction analysis, such as data reduction, peak analysis, indexing, structure solution and structure refinement. The source code can be found at https://subversion.xray.aps.anl.gov/pyGSAS/trunk/
    44
    55At present GSAS-II can be used for processing of area detector data, peak fitting, auto-indexing, Pawley and Rietveld fitting. Many of the nice features of GSAS are present and some things work much better than in GSAS, but other features are yet to come. At this point only x-rays and constant wavelength neutrons are implemented (no TOF). The GUI is self-documenting with help pages for every GUI page. The code is changing on a regular basis, so expect things to break from time to time and you should 'Update' frequently to stay abrest of new features as they are added.
     
    99== GSAS-II User Documentation ==
    1010
    11 Help file: [https://subversion.xor.aps.anl.gov/pyGSAS/trunk/help/gsasII.html]
     11Help file: [https://subversion.xray.aps.anl.gov/pyGSAS/trunk/help/gsasII.html]
    1212
    1313Tutorials (help file may have include new tutorials not listed here)
    14     * [https://subversion.xor.aps.anl.gov/pyGSAS/trunk/help/Starting%20GSAS.htm Starting GSAS-II]
    15     * [https://subversion.xor.aps.anl.gov/pyGSAS/trunk/help/Fit%20Peaks.htm Powder pattern peak picking, fitting and indexing]
    16     * [https://subversion.xor.aps.anl.gov/pyGSAS/trunk/help/Laboratory%20X.htm Lab X-ray powder pattern Rietveld refinement]
    17     * [https://subversion.xor.aps.anl.gov/pyGSAS/trunk/help/Neutron%20CW%20Powder%20Data.htm CW Neutron powder pattern Rietveld refinement with constraints]
    18     * [https://subversion.xor.aps.anl.gov/pyGSAS/trunk/help/Combined%20refinement.htm Combined neutron x-ray Rietveld refinement and Fourier maps]
    19     * [https://subversion.xor.aps.anl.gov/pyGSAS/trunk/help/Calibration%20of%20an%20area%20detector%20in%20GSAS.htm 2-D Image calibration]
    20     * [https://subversion.xor.aps.anl.gov/pyGSAS/trunk/help/Integration%20of%20area%20detector%20data%20in%20GSAS.htm 2-D Image integration]
     14    * [https://subversion.xray.aps.anl.gov/pyGSAS/trunk/help/Starting%20GSAS.htm Starting GSAS-II]
     15    * [https://subversion.xray.aps.anl.gov/pyGSAS/trunk/help/Fit%20Peaks.htm Powder pattern peak picking, fitting and indexing]
     16    * [https://subversion.xray.aps.anl.gov/pyGSAS/trunk/help/Laboratory%20X.htm Lab X-ray powder pattern Rietveld refinement]
     17    * [https://subversion.xray.aps.anl.gov/pyGSAS/trunk/help/Neutron%20CW%20Powder%20Data.htm CW Neutron powder pattern Rietveld refinement with constraints]
     18    * [https://subversion.xray.aps.anl.gov/pyGSAS/trunk/help/Combined%20refinement.htm Combined neutron x-ray Rietveld refinement and Fourier maps]
     19    * [https://subversion.xray.aps.anl.gov/pyGSAS/trunk/help/Calibration%20of%20an%20area%20detector%20in%20GSAS.htm 2-D Image calibration]
     20    * [https://subversion.xray.aps.anl.gov/pyGSAS/trunk/help/Integration%20of%20area%20detector%20data%20in%20GSAS.htm 2-D Image integration]
    2121
    2222Installation instructions:
     
    3535== GSAS-II Project tracking ==
    3636
    37 Updates to the source code can be followed using the [https://subversion.xor.aps.anl.gov/trac/pyGSAS/timeline Timeline Trac tool] at this website. The Tickets and Roadmap features are not currently in use.
     37Updates to the source code can be followed using the [https://subversion.xray.aps.anl.gov/trac/pyGSAS/timeline Timeline Trac tool] at this website. The Tickets and Roadmap features are not currently in use.
    3838
    3939== GSAS-II Developer Notes ==