Changeset 2133
- Timestamp:
- Jan 22, 2016 1:05:12 PM (7 years ago)
- Location:
- trunk
- Files:
-
- 19 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIctrls.py
- Property svn:keywords set to Date Author Revision URL Id
r2114 r2133 2 2 #GSASIIctrls - Custom GSAS-II GUI controls 3 3 ########### SVN repository information ################### 4 # $Date :$5 # $Author :$6 # $Revision :$7 # $URL :$8 # $Id :$4 # $Date$ 5 # $Author$ 6 # $Revision$ 7 # $URL$ 8 # $Id$ 9 9 ########### SVN repository information ################### 10 10 ''' … … 34 34 35 35 import GSASIIpath 36 GSASIIpath.SetVersionNumber("$Revision : 1614$")36 GSASIIpath.SetVersionNumber("$Revision$") 37 37 # import GSASIImath as G2mth 38 38 # import GSASIIIO as G2IO -
trunk/GSASIIlog.py
- Property svn:keywords set to Date Author Revision URL Id
r1526 r2133 2 2 #GSASIIlog - Routines used to track and replay "actions" 3 3 ########### SVN repository information ################### 4 # $Date :$5 # $Author : toby$6 # $Revision :$7 # $URL :$8 # $Id :$4 # $Date$ 5 # $Author$ 6 # $Revision$ 7 # $URL$ 8 # $Id$ 9 9 ########### SVN repository information ################### 10 10 ''' -
trunk/atmdata.py
- Property svn:eol-style set to native
- Property svn:keywords set to Date Author Revision URL Id
-
trunk/basinhopping.py
- Property svn:eol-style set to native
- Property svn:keywords set to Date Author Revision URL Id
-
trunk/config_example.py
- Property svn:eol-style set to native
- Property svn:keywords set to Date Author Revision URL Id
r2109 r2133 2 2 #config.py - Variables used to set optional configuration options 3 3 ########### SVN repository information ################### 4 # $Date :$5 # $Author : toby$6 # $Revision :$7 # $URL :$8 # $Id :$4 # $Date$ 5 # $Author$ 6 # $Revision$ 7 # $URL$ 8 # $Id$ 9 9 ########### SVN repository information ################### 10 10 ''' -
trunk/defaultIparms.py
- Property svn:eol-style set to native
- Property svn:keywords set to Date Author Revision URL Id
r1998 r2133 3 3 #defaultIparms 4 4 ########### SVN repository information ################### 5 # $Date : 2014-09-26 10:52:52 -0500 (Fri, 26 Sep 2014)$6 # $Author : vondreele$7 # $Revision : 1507$8 # $URL : https://subversion.xray.aps.anl.gov/pyGSAS/trunk/defaultIparms.py$9 # $Id : GSASII.py 1507 2014-09-26 15:52:52Z vondreele$5 # $Date$ 6 # $Author$ 7 # $Revision$ 8 # $URL$ 9 # $Id$ 10 10 ########### SVN repository information ################### 11 11 ''' -
trunk/exports/G2export_FIT2D.py
- Property svn:keywords set to Date Author Revision URL Id
r2103 r2133 2 2 # -*- coding: utf-8 -*- 3 3 ########### SVN repository information ################### 4 # $Date : 2015-05-05 09:22:56 -0500 (Tue, 05 May 2015)$5 # $Author : vondreele$6 # $Revision : 1836$7 # $URL : https://subversion.xray.aps.anl.gov/pyGSAS/trunk/exports/G2export_csv.py$8 # $Id : G2export_csv.py 1836 2015-05-05 14:22:56Z vondreele$4 # $Date$ 5 # $Author$ 6 # $Revision$ 7 # $URL$ 8 # $Id$ 9 9 ########### SVN repository information ################### 10 10 ''' … … 18 18 import numpy as np 19 19 import GSASIIpath 20 GSASIIpath.SetVersionNumber("$Revision : 1836$")20 GSASIIpath.SetVersionNumber("$Revision$") 21 21 import GSASIIIO as G2IO 22 22 import GSASIIpy3 as G2py3 -
trunk/imports/G2img_1TIF.py
- Property svn:keywords set to Date Author Revision URL Id
r2088 r2133 1 1 # -*- coding: utf-8 -*- 2 2 ########### SVN repository information ################### 3 # $Date : 2014-12-27 11:14:59 -0600 (Sat, 27 Dec 2014)$4 # $Author :$5 # $Revision :$6 # $URL :$7 # $Id :$3 # $Date$ 4 # $Author$ 5 # $Revision$ 6 # $URL$ 7 # $Id$ 8 8 ########### SVN repository information ################### 9 9 ''' … … 26 26 import numpy as np 27 27 DEBUG = False 28 GSASIIpath.SetVersionNumber("$Revision :$")28 GSASIIpath.SetVersionNumber("$Revision$") 29 29 class TIF_ReaderClass(G2IO.ImportImage): 30 30 '''Reads TIF files using a routine (:func:`GetTifData`) that looks -
trunk/imports/G2img_ADSC.py
- Property svn:keywords set to Date Author Revision URL Id
r2068 r2133 1 1 # -*- coding: utf-8 -*- 2 2 ########### SVN repository information ################### 3 # $Date : 2014-12-27 11:14:59 -0600 (Sat, 27 Dec 2014)$4 # $Author :$5 # $Revision :$6 # $URL :$7 # $Id :$3 # $Date$ 4 # $Author$ 5 # $Revision$ 6 # $URL$ 7 # $Id$ 8 8 ########### SVN repository information ################### 9 9 ''' … … 17 17 import GSASIIIO as G2IO 18 18 import GSASIIpath 19 GSASIIpath.SetVersionNumber("$Revision :$")19 GSASIIpath.SetVersionNumber("$Revision$") 20 20 class ADSC_ReaderClass(G2IO.ImportImage): 21 21 '''Reads an ADSC .img file -
trunk/imports/G2img_CheMin.py
- Property svn:keywords set to Date Author Revision URL Id
r2068 r2133 1 1 # -*- coding: utf-8 -*- 2 2 ########### SVN repository information ################### 3 # $Date : 2014-12-27 11:14:59 -0600 (Sat, 27 Dec 2014)$4 # $Author :$5 # $Revision :$6 # $URL :$7 # $Id :$3 # $Date$ 4 # $Author$ 5 # $Revision$ 6 # $URL$ 7 # $Id$ 8 8 ########### SVN repository information ################### 9 9 ''' … … 21 21 import GSASIIIO as G2IO 22 22 import GSASIIpath 23 GSASIIpath.SetVersionNumber("$Revision :$")23 GSASIIpath.SetVersionNumber("$Revision$") 24 24 class png_ReaderClass(G2IO.ImportImage): 25 25 '''Reads standard PNG images; parameters are set to those of the -
trunk/imports/G2img_EDF.py
- Property svn:keywords set to Date Author Revision URL Id
r2068 r2133 1 1 # -*- coding: utf-8 -*- 2 2 ########### SVN repository information ################### 3 # $Date : 2014-12-27 11:14:59 -0600 (Sat, 27 Dec 2014)$4 # $Author :$5 # $Revision :$6 # $URL :$7 # $Id :$3 # $Date$ 4 # $Author$ 5 # $Revision$ 6 # $URL$ 7 # $Id$ 8 8 ########### SVN repository information ################### 9 9 ''' … … 17 17 import GSASIIIO as G2IO 18 18 import GSASIIpath 19 GSASIIpath.SetVersionNumber("$Revision :$")19 GSASIIpath.SetVersionNumber("$Revision$") 20 20 class EDF_ReaderClass(G2IO.ImportImage): 21 21 '''Routine to read a Read European detector data .edf file. -
trunk/imports/G2img_GE.py
- Property svn:keywords set to Date Author Revision URL Id
r2069 r2133 1 1 # -*- coding: utf-8 -*- 2 2 ########### SVN repository information ################### 3 # $Date : 2014-12-27 11:14:59 -0600 (Sat, 27 Dec 2014)$4 # $Author :$5 # $Revision :$6 # $URL :$7 # $Id :$3 # $Date$ 4 # $Author$ 5 # $Revision$ 6 # $URL$ 7 # $Id$ 8 8 ########### SVN repository information ################### 9 9 ''' … … 21 21 import GSASIIIO as G2IO 22 22 import GSASIIpath 23 GSASIIpath.SetVersionNumber("$Revision :$")23 GSASIIpath.SetVersionNumber("$Revision$") 24 24 class GEsum_ReaderClass(G2IO.ImportImage): 25 25 '''Routine to read a GE image, typically from APS Sector 1. -
trunk/imports/G2img_HDF5.py
- Property svn:eol-style set to native
- Property svn:keywords set to Date Author Revision URL Id
r2101 r2133 1 1 # -*- coding: utf-8 -*- 2 2 ########### SVN repository information ################### 3 # $Date : 2014-12-27 11:14:59 -0600 (Sat, 27 Dec 2014)$4 # $Author :$5 # $Revision :$6 # $URL :$7 # $Id :$3 # $Date$ 4 # $Author$ 5 # $Revision$ 6 # $URL$ 7 # $Id$ 8 8 ########### SVN repository information ################### 9 9 ''' … … 21 21 import GSASIIIO as G2IO 22 22 import GSASIIpath 23 GSASIIpath.SetVersionNumber("$Revision :$")23 GSASIIpath.SetVersionNumber("$Revision$") 24 24 25 25 class HDF5_Reader(G2IO.ImportImage): -
trunk/imports/G2img_MAR.py
- Property svn:keywords set to Date Author Revision URL Id
r2068 r2133 1 1 # -*- coding: utf-8 -*- 2 2 ########### SVN repository information ################### 3 # $Date : 2014-12-27 11:14:59 -0600 (Sat, 27 Dec 2014)$4 # $Author :$5 # $Revision :$6 # $URL :$7 # $Id :$3 # $Date$ 4 # $Author$ 5 # $Revision$ 6 # $URL$ 7 # $Id$ 8 8 ########### SVN repository information ################### 9 9 ''' … … 17 17 import GSASIIIO as G2IO 18 18 import GSASIIpath 19 GSASIIpath.SetVersionNumber("$Revision :$")19 GSASIIpath.SetVersionNumber("$Revision$") 20 20 class MAR_ReaderClass(G2IO.ImportImage): 21 21 '''Routine to read several MAR formats, .mar3450,.mar2300,.mar2560 -
trunk/imports/G2img_Rigaku.py
- Property svn:keywords set to Date Author Revision URL Id
r2068 r2133 1 1 # -*- coding: utf-8 -*- 2 2 ########### SVN repository information ################### 3 # $Date : 2014-12-27 11:14:59 -0600 (Sat, 27 Dec 2014)$4 # $Author :$5 # $Revision :$6 # $URL :$7 # $Id :$3 # $Date$ 4 # $Author$ 5 # $Revision$ 6 # $URL$ 7 # $Id$ 8 8 ########### SVN repository information ################### 9 9 ''' … … 17 17 import GSASIIIO as G2IO 18 18 import GSASIIpath 19 GSASIIpath.SetVersionNumber("$Revision :$")19 GSASIIpath.SetVersionNumber("$Revision$") 20 20 class Rigaku_ReaderClass(G2IO.ImportImage): 21 21 '''Routine to read a Rigaku R-Axis IV image file. -
trunk/imports/G2img_SumG2.py
- Property svn:keywords set to Date Author Revision URL Id
r2068 r2133 1 1 # -*- coding: utf-8 -*- 2 2 ########### SVN repository information ################### 3 # $Date : 2014-12-27 11:14:59 -0600 (Sat, 27 Dec 2014)$4 # $Author :$5 # $Revision :$6 # $URL :$7 # $Id :$3 # $Date$ 4 # $Author$ 5 # $Revision$ 6 # $URL$ 7 # $Id$ 8 8 ########### SVN repository information ################### 9 9 ''' … … 18 18 import GSASIIIO as G2IO 19 19 import GSASIIpath 20 GSASIIpath.SetVersionNumber("$Revision :$")20 GSASIIpath.SetVersionNumber("$Revision$") 21 21 class G2_ReaderClass(G2IO.ImportImage): 22 22 '''Routine to read an image that has been pickled in Python. Images -
trunk/imports/G2pwd_csv.py
- Property svn:keywords set to Date Author Revision URL Id
r2101 r2133 1 1 # -*- coding: utf-8 -*- 2 2 ########### SVN repository information ################### 3 # $Date : 2014-12-27 11:14:59 -0600 (Sat, 27 Dec 2014)$4 # $Author : vondreele$5 # $Revision : 1620$6 # $URL : https://subversion.xray.aps.anl.gov/pyGSAS/trunk/imports/G2pwd_xye.py$7 # $Id : G2pwd_xye.py 1620 2014-12-27 17:14:59Z vondreele$3 # $Date$ 4 # $Author$ 5 # $Revision$ 6 # $URL$ 7 # $Id$ 8 8 ########### SVN repository information ################### 9 9 ''' … … 21 21 import GSASIIIO as G2IO 22 22 import GSASIIpath 23 GSASIIpath.SetVersionNumber("$Revision : 1620$")23 GSASIIpath.SetVersionNumber("$Revision$") 24 24 class csv_ReaderClass(G2IO.ImportPowderData): 25 25 'Routines to import powder data from a .xye file' -
trunk/makeBat.py
- Property svn:keywords set to Date Author Revision URL Id
-
trunk/testSSymbols.py
- Property svn:eol-style set to native
- Property svn:keywords set to Date Author Revision URL Id
Note: See TracChangeset
for help on using the changeset viewer.