Changeset 2012


Ignore:
Timestamp:
Oct 16, 2015 12:39:52 PM (8 years ago)
Author:
toby
Message:

belated check in

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIIO.py

    r2011 r2012  
    404404                raise Exception('No image read. Strange!')
    405405            if GSASIIpath.GetConfigValue('Transpose'):
     406                print 'Transposing Image!'
    406407                rd.Image = rd.Image.T
    407408            #rd.readfilename = imagefile
     
    475476        print 'transpose:',TRANSP
    476477        if TRANSP:
     478            print 'Transposing Image!'
    477479            return Image.T
    478480        else:
     
    481483        print 'transpose:',TRANSP
    482484        if TRANSP:
     485            print 'Transposing Image!'
    483486            return Comments,Data,Npix,Image.T
    484487        else:
  • trunk/imports/G2img_1TIF.py

    r2003 r2012  
    2929        super(self.__class__,self).__init__( # fancy way to self-reference
    3030            extensionlist=('.tif','.tiff'),
    31             strictExtension=True,
     31            strictExtension=False,
    3232            formatName = 'TIF image',
    3333            longFormatName = 'Various .tif and pseudo-TIF formats'
Note: See TracChangeset for help on using the changeset viewer.