- Timestamp:
- Mar 12, 2020 3:07:32 PM (3 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/G2compare.py
r4362 r4364 10 10 ########### SVN repository information ################### 11 11 ''' 12 .. _G2compare: 13 12 14 *G2compare: Tool for project comparison* 13 15 --------------------------------------------- -
trunk/GSASIIIntPDFtool.py
- Property svn:keywords set to Date Author Revision URL Id
r4363 r4364 3 3 #GSAS-II autointegration routines 4 4 ########### SVN repository information ################### 5 # $Date :$6 # $Author :$7 # $Revision :$8 # $URL :$9 # $Id :$5 # $Date$ 6 # $Author$ 7 # $Revision$ 8 # $URL$ 9 # $Id$ 10 10 ########### SVN repository information ################### 11 11 ''' 12 *GSASIIautoint: autointegration routines* 12 .. _GSASIIIntPDFtool: 13 14 *GSASIIIntPDFtool: autointegration routines* 13 15 --------------------------------------------- 14 16 … … 18 20 ''' 19 21 # Autointegration from 20 # $Id : GSASIIimgGUI.py 3926 2019-04-23 18:11:07Z toby$22 # $Id$ 21 23 # hacked for stand-alone use 22 24 # … … 37 39 import GSASIIpath 38 40 GSASIIpath.SetBinaryPath(True) 39 GSASIIpath.SetVersionNumber("$Revision :$")41 GSASIIpath.SetVersionNumber("$Revision$") 40 42 import GSASIIIO as G2IO 41 43 import GSASIIctrlGUI as G2G -
trunk/GSASIIdata.py
r1077 r4364 13 13 14 14 At present this module defines one dict, ``ramachandranDist``, 15 which contains arrays for All and specific amino acids 15 which contains arrays for All and specific amino acids. 16 16 17 17 ''' -
trunk/docs/source/G2tools.rst
r4362 r4364 2 2 ================================ 3 3 4 The modules here are tools that provide programs that can be run 4 The modules here are used for independent programs to be used as 5 tools within the GSAS-II package and run 5 6 independently of the main GSAS-II program. 7 8 * :ref:`GSASIIIntPDFtool<GSASIIautoint>`: Parallelized auto-integration/PDF program 9 * :ref:`G2compare<G2compare>`: Project Comparison program 10 6 11 Both are under development. 7 12
Note: See TracChangeset
for help on using the changeset viewer.