Changeset 1299
- Timestamp:
- Apr 23, 2014 5:23:37 PM (9 years ago)
- Location:
- trunk
- Files:
-
- 13 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIexprGUI.py
- Property svn:keywords set to Date Author Revision URL Id
r1298 r1299 2 2 #GSASIIexprGUI - Expression Definition and Evaluation 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/GSASIIgrid.py
r1298 r1299 3830 3830 else: 3831 3831 val = False 3832 G2frame.dataFrame.SequentialPfit.Enable(wxADDPARFIT,val) # TODO: remove when testing3832 #G2frame.dataFrame.SequentialPfit.Enable(wxADDPARFIT,val) # TODO: remove when testing done 3833 3833 G2frame.dataFrame.SequentialPfit.Enable(wxDELPARFIT,val) 3834 3834 G2frame.dataFrame.SequentialPfit.Enable(wxEDITPARFIT,val) -
trunk/GSASIIsasd.py
- Property svn:eol-style set to native
- Property svn:keywords set to Date Author Revision URL Id
r1298 r1299 7 7 ''' 8 8 ########### SVN repository information ################### 9 # $Date : 2014-01-09 11:09:53 -0600 (Thu, 09 Jan 2014)$10 # $Author : vondreele$11 # $Revision : 1186$12 # $URL : https://subversion.xray.aps.anl.gov/pyGSAS/trunk/GSASIIsasd.py$13 # $Id : GSASIIsasd.py 1186 2014-01-09 17:09:53Z vondreele$9 # $Date$ 10 # $Author$ 11 # $Revision$ 12 # $URL$ 13 # $Id$ 14 14 ########### SVN repository information ################### 15 15 import os … … 29 29 30 30 import GSASIIpath 31 GSASIIpath.SetVersionNumber("$Revision : 1186$")31 GSASIIpath.SetVersionNumber("$Revision$") 32 32 import GSASIIlattice as G2lat 33 33 import GSASIIspc as G2spc -
trunk/GSASIIstrIO.py
- Property svn:eol-style set to native
-
trunk/GSASIIstrMain.py
- Property svn:eol-style set to native
-
trunk/GSASIIstrMath.py
- Property svn:eol-style set to native
-
trunk/ReadMarCCDFrame.py
- Property svn:eol-style set to native
-
trunk/Substances.py
- Property svn:eol-style set to native
- Property svn:keywords set to Date Author Revision URL Id
-
trunk/exports/G2export_PDB.py
- Property svn:eol-style set to native
-
trunk/exports/G2export_pwdr.py
- Property svn:keywords set to Date Author Revision URL Id
r1261 r1299 2 2 # -*- coding: utf-8 -*- 3 3 ########### SVN repository information ################### 4 # $Date : 2014-01-10 14:46:36 -0600 (Fri, 10 Jan 2014)$5 # $Author : vondreele$6 # $Revision : 1191$7 # $URL : https://subversion.xor.aps.anl.gov/pyGSAS/trunk/exports/G2export_csv.py$8 # $Id : G2export_csv.py 1191 2014-01-10 20:46:36Z 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 : 1191$")20 GSASIIpath.SetVersionNumber("$Revision$") 21 21 import GSASIIIO as G2IO 22 22 import GSASIIpy3 as G2py3 -
trunk/gltext.py
- Property svn:eol-style set to native
-
trunk/imports/G2sad_xye.py
- Property svn:keywords set to Date Author Revision URL Id
r1298 r1299 1 1 # -*- coding: utf-8 -*- 2 2 ########### SVN repository information ################### 3 # $Date : 2013-12-16 10:43:01 -0600 (Mon, 16 Dec 2013)$4 # $Author : toby$5 # $Revision : 1168$6 # $URL : https://subversion.xray.aps.anl.gov/pyGSAS/trunk/imports/G2sad_xye.py$7 # $Id : G2sad_xye.py 1168 2013-12-16 16:43:01Z toby$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 : 1168$")23 GSASIIpath.SetVersionNumber("$Revision$") 24 24 npasind = lambda x: 180.*np.arcsin(x)/np.pi 25 25 -
trunk/testDeriv.py
- Property svn:eol-style set to native
Note: See TracChangeset
for help on using the changeset viewer.