Changeset 4339 for trunk/imports/G2pwd_BrukerRAW.py
- Timestamp:
- Mar 3, 2020 3:01:43 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/imports/G2pwd_BrukerRAW.py
- Property svn:eol-style set to native
- Property svn:keywords set to Date Author Revision URL Id
r3979 r4339 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 GSASIIobj as G2obj 22 22 import GSASIIpath 23 GSASIIpath.SetVersionNumber("$Revision : 1620$")23 GSASIIpath.SetVersionNumber("$Revision$") 24 24 class raw_ReaderClass(G2obj.ImportPowderData): 25 25 'Routines to import powder data from a binary Bruker .RAW file'
Note: See TracChangeset
for help on using the changeset viewer.