Changes between Version 27 and Version 28 of WikiStart
- Timestamp:
- Sep 19, 2013 2:05:32 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v27 v28 1 1 = GSAS-II Home = 2 2 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.xray.aps.anl.gov/pyGSAS/trunk/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 and with both x-ray and neutron probes. Measurements can be constant wavelength (or in the 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/ 4 4 5 At 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.5 At present GSAS-II can be used for processing of area detector data, peak fitting, auto-indexing, structure solution, 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. 6 6 7 7 If you use GSAS-II, please sign up for the GSAS-II mailing list, see web page [http://www.aps.anl.gov/mailman/listinfo/GSAS-II]. … … 41 41 == GSAS-II Developer Notes == 42 42 43 [wiki:MiscNotes Miscellaneous Notes for Code Developers]43 A section of this Wiki is reserved [wiki:MiscNotes for Code Developers]. This includes an extensive guide to the code. 44 44 45 45 [[BR]]