Ignore:
Timestamp:
Nov 24, 2015 12:39:12 PM (8 years ago)
Author:
toby
Message:

cleanup image reader documetation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/imports/G2img_MAR.py

    r2015 r2068  
    1111--------------------------------------
    1212
    13 Routine to read several MAR formats, .mar3450,.mar2300,.mar2560
    14 
    1513'''
    1614
     
    2119GSASIIpath.SetVersionNumber("$Revision: $")
    2220class MAR_ReaderClass(G2IO.ImportImage):
     21    '''Routine to read several MAR formats, .mar3450,.mar2300,.mar2560
     22    '''
    2323    def __init__(self):
    2424        super(self.__class__,self).__init__( # fancy way to self-reference
     
    3535       
    3636    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)
    3839        '''
    3940        self.Comments,self.Data,self.Npix,self.Image = G2IO.GetMAR345Data(filename)
Note: See TracChangeset for help on using the changeset viewer.