Changeset 2133 for trunk/imports/G2img_MAR.py
- Timestamp:
- Jan 22, 2016 1:05:12 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note: See TracChangeset
for help on using the changeset viewer.