Changeset 2068 for trunk/imports/G2img_MAR.py
- Timestamp:
- Nov 24, 2015 12:39:12 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/imports/G2img_MAR.py
r2015 r2068 11 11 -------------------------------------- 12 12 13 Routine to read several MAR formats, .mar3450,.mar2300,.mar256014 15 13 ''' 16 14 … … 21 19 GSASIIpath.SetVersionNumber("$Revision: $") 22 20 class MAR_ReaderClass(G2IO.ImportImage): 21 '''Routine to read several MAR formats, .mar3450,.mar2300,.mar2560 22 ''' 23 23 def __init__(self): 24 24 super(self.__class__,self).__init__( # fancy way to self-reference … … 35 35 36 36 def Reader(self,filename,filepointer, ParentFrame=None, **unused): 37 '''Read using Bob's routine 37 '''Read using Bob's routine :func:`GSASIIIO.GetMAR345Data` 38 (to be moved to this file, eventually) 38 39 ''' 39 40 self.Comments,self.Data,self.Npix,self.Image = G2IO.GetMAR345Data(filename)
Note: See TracChangeset
for help on using the changeset viewer.