Changeset 8d6440f in sasview for DataLoader/readers/tiff_reader.py


Ignore:
Timestamp:
Jul 9, 2008 6:05:49 PM (16 years ago)
Author:
Gervaise Alina <gervyh@…>
Branches:
master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
c45976b
Parents:
8dac49d
Message:

readers printing in a log file text_log.txt now.testload modified

File:
1 edited

Legend:

Unmodified
Added
Removed
  • DataLoader/readers/tiff_reader.py

    r3dd7cce r8d6440f  
    11 
    22import Image 
    3 import math 
     3import math,logging 
    44class ReaderInfo: 
    55    """ 
     
    4646         
    4747    def read(self, filename=None): 
     48        print "in tiff" 
    4849        """ 
    4950            Open and read the data in a file 
     
    144145            output.image      = Z 
    145146            output.pixel_size = pixel 
    146                  
     147            logging.info("tiff_reader reading %s"%(filename)) 
     148             
    147149            return output 
    148150         
Note: See TracChangeset for help on using the changeset viewer.