I/O 1  : Time to read the image
I/O 2  : Time to read the image (repeat
Fabio  : Time for fabio to read the image
Shell  : Time for shell to do decompression
Python : Time for python to do decompression

I/O 1  I/O 2  Fabio  Shell  Python   Size/MB
0.0000 0.0000 0.0200                   0.508 testimages/Cr8F8140k103.0026
Thu Oct 30 12:14:08 2008    stats

         637 function calls in 0.008 CPU seconds

   Ordered by: standard name

   ncalls  tottime  percall  cumtime  percall filename:lineno(function)
        1    0.000    0.000    0.008    0.008 <string>:1(<module>)
        1    0.000    0.000    0.000    0.000 __init__.py:121(numstem)
        1    0.000    0.000    0.000    0.000 __init__.py:62(getnum)
        1    0.001    0.001    0.001    0.001 brukerimage.py:35(_readheader)
        1    0.000    0.000    0.007    0.007 brukerimage.py:84(read)
        1    0.000    0.000    0.000    0.000 fabioimage.py:187(resetvals)
        2    0.000    0.000    0.001    0.000 fabioimage.py:259(_open)
        2    0.000    0.000    0.000    0.000 fabioimage.py:39(__init__)
        1    0.000    0.000    0.000    0.000 fromnumeric.py:83(reshape)
        1    0.000    0.000    0.000    0.000 openimage.py:54(do_magic)
        1    0.000    0.000    0.008    0.008 openimage.py:67(openimage)
        1    0.000    0.000    0.001    0.001 openimage.py:81(_openimage)
        4    0.000    0.000    0.000    0.000 posixpath.py:89(splitext)
        1    0.000    0.000    0.000    0.000 re.py:178(compile)
        1    0.000    0.000    0.000    0.000 re.py:219(_compile)
        1    0.000    0.000    0.003    0.003 readbytestream.py:27(readbytestream)
        1    0.000    0.000    0.000    0.000 {built-in method groups}
        1    0.000    0.000    0.000    0.000 {built-in method match}
        2    0.000    0.000    0.000    0.000 {getattr}
        6    0.000    0.000    0.000    0.000 {hasattr}
        2    0.000    0.000    0.000    0.000 {len}
       80    0.000    0.000    0.000    0.000 {method 'append' of 'list' objects}
        1    0.003    0.003    0.003    0.003 {method 'astype' of 'numpy.ndarray' objects}
        1    0.000    0.000    0.000    0.000 {method 'close' of 'file' objects}
        1    0.000    0.000    0.000    0.000 {method 'disable' of '_lsprof.Profiler' objects}
      127    0.000    0.000    0.000    0.000 {method 'find' of 'str' objects}
        1    0.000    0.000    0.000    0.000 {method 'get' of 'dict' objects}
       92    0.000    0.000    0.000    0.000 {method 'has_key' of 'dict' objects}
        1    0.000    0.000    0.000    0.000 {method 'join' of 'str' objects}
        2    0.000    0.000    0.000    0.000 {method 'keys' of 'dict' objects}
        6    0.001    0.000    0.001    0.000 {method 'read' of 'file' objects}
        8    0.000    0.000    0.000    0.000 {method 'rfind' of 'str' objects}
        1    0.000    0.000    0.000    0.000 {method 'seek' of 'file' objects}
       92    0.000    0.000    0.000    0.000 {method 'split' of 'str' objects}
      184    0.000    0.000    0.000    0.000 {method 'strip' of 'str' objects}
        2    0.000    0.000    0.000    0.000 {method 'tell' of 'file' objects}
        1    0.001    0.001    0.001    0.001 {numpy.core.multiarray.array}
        1    0.001    0.001    0.001    0.001 {numpy.core.multiarray.fromstring}
        2    0.000    0.000    0.000    0.000 {open}
        1    0.000    0.000    0.000    0.000 {range}


0.0000 0.0000 0.0800 0.0530 0.0400     0.508 testimages/Cr8F8140k103.0026.bz2
Thu Oct 30 12:14:08 2008    stats

         637 function calls in 0.079 CPU seconds

   Ordered by: standard name

   ncalls  tottime  percall  cumtime  percall filename:lineno(function)
        1    0.000    0.000    0.079    0.079 <string>:1(<module>)
        1    0.000    0.000    0.000    0.000 __init__.py:121(numstem)
        1    0.000    0.000    0.000    0.000 __init__.py:62(getnum)
        1    0.001    0.001    0.030    0.030 brukerimage.py:35(_readheader)
        1    0.000    0.000    0.049    0.049 brukerimage.py:84(read)
        1    0.000    0.000    0.000    0.000 fabioimage.py:187(resetvals)
        2    0.000    0.000    0.001    0.000 fabioimage.py:259(_open)
        2    0.001    0.000    0.001    0.000 fabioimage.py:288(_compressed_stream)
        2    0.000    0.000    0.000    0.000 fabioimage.py:39(__init__)
        1    0.000    0.000    0.000    0.000 fromnumeric.py:83(reshape)
        1    0.000    0.000    0.000    0.000 openimage.py:54(do_magic)
        1    0.000    0.000    0.079    0.079 openimage.py:67(openimage)
        1    0.000    0.000    0.030    0.030 openimage.py:81(_openimage)
        4    0.000    0.000    0.000    0.000 posixpath.py:89(splitext)
        1    0.000    0.000    0.000    0.000 re.py:178(compile)
        1    0.000    0.000    0.000    0.000 re.py:219(_compile)
        1    0.000    0.000    0.015    0.015 readbytestream.py:27(readbytestream)
        1    0.000    0.000    0.000    0.000 {built-in method groups}
        1    0.000    0.000    0.000    0.000 {built-in method match}
        2    0.000    0.000    0.000    0.000 {getattr}
        6    0.000    0.000    0.000    0.000 {hasattr}
        2    0.000    0.000    0.000    0.000 {len}
       80    0.000    0.000    0.000    0.000 {method 'append' of 'list' objects}
        1    0.003    0.003    0.003    0.003 {method 'astype' of 'numpy.ndarray' objects}
        1    0.000    0.000    0.000    0.000 {method 'close' of 'bz2.BZ2File' objects}
        1    0.000    0.000    0.000    0.000 {method 'disable' of '_lsprof.Profiler' objects}
      127    0.000    0.000    0.000    0.000 {method 'find' of 'str' objects}
        1    0.000    0.000    0.000    0.000 {method 'get' of 'dict' objects}
       92    0.000    0.000    0.000    0.000 {method 'has_key' of 'dict' objects}
        1    0.000    0.000    0.000    0.000 {method 'join' of 'str' objects}
        2    0.000    0.000    0.000    0.000 {method 'keys' of 'dict' objects}
        6    0.071    0.012    0.071    0.012 {method 'read' of 'bz2.BZ2File' objects}
        8    0.000    0.000    0.000    0.000 {method 'rfind' of 'str' objects}
        1    0.000    0.000    0.000    0.000 {method 'seek' of 'bz2.BZ2File' objects}
       92    0.000    0.000    0.000    0.000 {method 'split' of 'str' objects}
      184    0.000    0.000    0.000    0.000 {method 'strip' of 'str' objects}
        2    0.000    0.000    0.000    0.000 {method 'tell' of 'bz2.BZ2File' objects}
        1    0.001    0.001    0.001    0.001 {numpy.core.multiarray.array}
        1    0.001    0.001    0.001    0.001 {numpy.core.multiarray.fromstring}
        1    0.000    0.000    0.000    0.000 {range}


0.0000 0.0100 0.0200 0.0182 0.0100     0.508 testimages/Cr8F8140k103.0026.gz
Thu Oct 30 12:14:09 2008    stats

         818 function calls in 0.019 CPU seconds

   Ordered by: standard name

   ncalls  tottime  percall  cumtime  percall filename:lineno(function)
        1    0.000    0.000    0.019    0.019 <string>:1(<module>)
        1    0.000    0.000    0.000    0.000 __init__.py:121(numstem)
        1    0.000    0.000    0.000    0.000 __init__.py:62(getnum)
        1    0.001    0.001    0.002    0.002 brukerimage.py:35(_readheader)
        1    0.000    0.000    0.017    0.017 brukerimage.py:84(read)
        1    0.000    0.000    0.000    0.000 fabioimage.py:187(resetvals)
        2    0.000    0.000    0.001    0.000 fabioimage.py:259(_open)
        2    0.000    0.000    0.001    0.000 fabioimage.py:288(_compressed_stream)
        2    0.000    0.000    0.000    0.000 fabioimage.py:39(__init__)
        1    0.000    0.000    0.000    0.000 fromnumeric.py:83(reshape)
        2    0.000    0.000    0.000    0.000 gzip.py:157(_init_read)
        2    0.000    0.000    0.000    0.000 gzip.py:161(_read_gzip_header)
        3    0.000    0.000    0.000    0.000 gzip.py:18(U32)
        7    0.001    0.000    0.012    0.002 gzip.py:208(read)
       12    0.000    0.000    0.011    0.001 gzip.py:245(_read)
        1    0.000    0.000    0.000    0.000 gzip.py:27(LOWU32)
       12    0.003    0.000    0.003    0.000 gzip.py:295(_add_read_data)
        1    0.000    0.000    0.000    0.000 gzip.py:301(_read_eof)
        2    0.000    0.000    0.000    0.000 gzip.py:315(close)
        2    0.000    0.000    0.000    0.000 gzip.py:334(__del__)
        2    0.000    0.000    0.000    0.000 gzip.py:360(tell)
        1    0.000    0.000    0.000    0.000 gzip.py:374(seek)
        2    0.000    0.000    0.000    0.000 gzip.py:39(read32)
        2    0.000    0.000    0.001    0.000 gzip.py:60(__init__)
        1    0.000    0.000    0.000    0.000 openimage.py:54(do_magic)
        1    0.000    0.000    0.019    0.019 openimage.py:67(openimage)
        1    0.000    0.000    0.001    0.001 openimage.py:81(_openimage)
        2    0.000    0.000    0.000    0.000 posixpath.py:89(splitext)
        1    0.000    0.000    0.000    0.000 re.py:178(compile)
        1    0.000    0.000    0.000    0.000 re.py:219(_compile)
        1    0.000    0.000    0.012    0.012 readbytestream.py:27(readbytestream)
        2    0.000    0.000    0.000    0.000 struct.py:77(unpack)
       12    0.006    0.001    0.006    0.001 {built-in method decompress}
        1    0.000    0.000    0.000    0.000 {built-in method groups}
        1    0.000    0.000    0.000    0.000 {built-in method match}
        2    0.000    0.000    0.000    0.000 {getattr}
        6    0.000    0.000    0.000    0.000 {hasattr}
       27    0.000    0.000    0.000    0.000 {len}
       80    0.000    0.000    0.000    0.000 {method 'append' of 'list' objects}
        1    0.003    0.003    0.003    0.003 {method 'astype' of 'numpy.ndarray' objects}
        2    0.000    0.000    0.000    0.000 {method 'close' of 'file' objects}
        1    0.000    0.000    0.000    0.000 {method 'disable' of '_lsprof.Profiler' objects}
      127    0.000    0.000    0.000    0.000 {method 'find' of 'str' objects}
        1    0.000    0.000    0.000    0.000 {method 'get' of 'dict' objects}
       92    0.000    0.000    0.000    0.000 {method 'has_key' of 'dict' objects}
        1    0.000    0.000    0.000    0.000 {method 'join' of 'str' objects}
        2    0.000    0.000    0.000    0.000 {method 'keys' of 'dict' objects}
       58    0.000    0.000    0.000    0.000 {method 'read' of 'file' objects}
        4    0.000    0.000    0.000    0.000 {method 'rfind' of 'str' objects}
        6    0.000    0.000    0.000    0.000 {method 'seek' of 'file' objects}
       92    0.000    0.000    0.000    0.000 {method 'split' of 'str' objects}
      184    0.000    0.000    0.000    0.000 {method 'strip' of 'str' objects}
        4    0.000    0.000    0.000    0.000 {method 'tell' of 'file' objects}
        2    0.000    0.000    0.000    0.000 {method 'unpack' of 'Struct' objects}
       12    0.000    0.000    0.000    0.000 {min}
        1    0.001    0.001    0.001    0.001 {numpy.core.multiarray.array}
        1    0.001    0.001    0.001    0.001 {numpy.core.multiarray.fromstring}
        2    0.001    0.000    0.001    0.000 {open}
        4    0.000    0.000    0.000    0.000 {ord}
        2    0.000    0.000    0.000    0.000 {range}
       14    0.001    0.000    0.001    0.000 {zlib.crc32}
        2    0.000    0.000    0.000    0.000 {zlib.decompressobj}


0.0100 0.0200 0.0200                   8.003 testimages/F2K_Seb_Lyso0675.edf
Thu Oct 30 12:14:09 2008    stats

         624 function calls in 0.034 CPU seconds

   Ordered by: standard name

   ncalls  tottime  percall  cumtime  percall filename:lineno(function)
        1    0.002    0.002    0.034    0.034 <string>:1(<module>)
        1    0.000    0.000    0.000    0.000 __init__.py:1158(getEffectiveLevel)
        1    0.000    0.000    0.000    0.000 __init__.py:121(numstem)
        1    0.000    0.000    0.000    0.000 __init__.py:1313(info)
        1    0.000    0.000    0.000    0.000 __init__.py:62(getnum)
        1    0.000    0.000    0.000    0.000 __init__.py:973(info)
        1    0.000    0.000    0.000    0.000 edfimage.py:153(swap_needed)
        1    0.001    0.001    0.001    0.001 edfimage.py:55(_readheader)
        1    0.000    0.000    0.031    0.031 edfimage.py:87(read)
        2    0.000    0.000    0.000    0.000 fabioimage.py:187(resetvals)
        2    0.000    0.000    0.001    0.000 fabioimage.py:259(_open)
        2    0.000    0.000    0.000    0.000 fabioimage.py:39(__init__)
        1    0.000    0.000    0.000    0.000 fromnumeric.py:83(reshape)
        1    0.000    0.000    0.000    0.000 openimage.py:54(do_magic)
        1    0.001    0.001    0.032    0.032 openimage.py:67(openimage)
        1    0.000    0.000    0.001    0.001 openimage.py:81(_openimage)
        4    0.000    0.000    0.000    0.000 posixpath.py:89(splitext)
        1    0.000    0.000    0.000    0.000 re.py:178(compile)
        1    0.000    0.000    0.000    0.000 re.py:219(_compile)
        1    0.000    0.000    0.000    0.000 {apply}
        1    0.000    0.000    0.000    0.000 {built-in method groups}
        1    0.000    0.000    0.000    0.000 {built-in method match}
        2    0.000    0.000    0.000    0.000 {getattr}
        4    0.000    0.000    0.000    0.000 {hasattr}
       12    0.000    0.000    0.000    0.000 {len}
       90    0.000    0.000    0.000    0.000 {method 'append' of 'list' objects}
        1    0.000    0.000    0.000    0.000 {method 'close' of 'file' objects}
        1    0.000    0.000    0.000    0.000 {method 'disable' of '_lsprof.Profiler' objects}
        8    0.000    0.000    0.000    0.000 {method 'find' of 'str' objects}
        1    0.000    0.000    0.000    0.000 {method 'get' of 'dict' objects}
        2    0.000    0.000    0.000    0.000 {method 'has_key' of 'dict' objects}
        1    0.000    0.000    0.000    0.000 {method 'join' of 'str' objects}
        2    0.000    0.000    0.000    0.000 {method 'keys' of 'dict' objects}
      180    0.000    0.000    0.000    0.000 {method 'lstrip' of 'str' objects}
        8    0.015    0.002    0.015    0.002 {method 'read' of 'file' objects}
        8    0.000    0.000    0.000    0.000 {method 'rfind' of 'str' objects}
      180    0.000    0.000    0.000    0.000 {method 'rstrip' of 'str' objects}
       91    0.000    0.000    0.000    0.000 {method 'split' of 'str' objects}
        1    0.000    0.000    0.000    0.000 {method 'tostring' of 'numpy.ndarray' objects}
        1    0.000    0.000    0.000    0.000 {numpy.core.multiarray.array}
        1    0.015    0.015    0.015    0.015 {numpy.core.multiarray.fromstring}
        2    0.000    0.000    0.000    0.000 {open}


0.0100 0.0000 1.1700 1.1390 1.0800     8.003 testimages/F2K_Seb_Lyso0675.edf.bz2
Thu Oct 30 12:14:13 2008    stats

         624 function calls in 1.164 CPU seconds

   Ordered by: standard name

   ncalls  tottime  percall  cumtime  percall filename:lineno(function)
        1    0.001    0.001    1.164    1.164 <string>:1(<module>)
        1    0.000    0.000    0.000    0.000 __init__.py:1158(getEffectiveLevel)
        1    0.000    0.000    0.000    0.000 __init__.py:121(numstem)
        1    0.000    0.000    0.000    0.000 __init__.py:1313(info)
        1    0.000    0.000    0.000    0.000 __init__.py:62(getnum)
        1    0.000    0.000    0.000    0.000 __init__.py:973(info)
        1    0.000    0.000    0.000    0.000 edfimage.py:153(swap_needed)
        1    0.001    0.001    0.058    0.058 edfimage.py:55(_readheader)
        1    0.000    0.000    1.104    1.104 edfimage.py:87(read)
        2    0.000    0.000    0.000    0.000 fabioimage.py:187(resetvals)
        2    0.000    0.000    0.002    0.001 fabioimage.py:259(_open)
        2    0.001    0.001    0.001    0.001 fabioimage.py:288(_compressed_stream)
        2    0.000    0.000    0.000    0.000 fabioimage.py:39(__init__)
        1    0.000    0.000    0.000    0.000 fromnumeric.py:83(reshape)
        1    0.000    0.000    0.000    0.000 openimage.py:54(do_magic)
        1    0.001    0.001    1.163    1.163 openimage.py:67(openimage)
        1    0.001    0.001    0.058    0.058 openimage.py:81(_openimage)
        4    0.000    0.000    0.000    0.000 posixpath.py:89(splitext)
        1    0.000    0.000    0.000    0.000 re.py:178(compile)
        1    0.000    0.000    0.000    0.000 re.py:219(_compile)
        1    0.000    0.000    0.000    0.000 {apply}
        1    0.000    0.000    0.000    0.000 {built-in method groups}
        1    0.000    0.000    0.000    0.000 {built-in method match}
        2    0.000    0.000    0.000    0.000 {getattr}
        4    0.000    0.000    0.000    0.000 {hasattr}
       12    0.000    0.000    0.000    0.000 {len}
       90    0.000    0.000    0.000    0.000 {method 'append' of 'list' objects}
        1    0.000    0.000    0.000    0.000 {method 'close' of 'bz2.BZ2File' objects}
        1    0.000    0.000    0.000    0.000 {method 'disable' of '_lsprof.Profiler' objects}
        8    0.000    0.000    0.000    0.000 {method 'find' of 'str' objects}
        1    0.000    0.000    0.000    0.000 {method 'get' of 'dict' objects}
        2    0.000    0.000    0.000    0.000 {method 'has_key' of 'dict' objects}
        1    0.000    0.000    0.000    0.000 {method 'join' of 'str' objects}
        2    0.000    0.000    0.000    0.000 {method 'keys' of 'dict' objects}
      180    0.000    0.000    0.000    0.000 {method 'lstrip' of 'str' objects}
        8    1.142    0.143    1.142    0.143 {method 'read' of 'bz2.BZ2File' objects}
        8    0.000    0.000    0.000    0.000 {method 'rfind' of 'str' objects}
      180    0.000    0.000    0.000    0.000 {method 'rstrip' of 'str' objects}
       91    0.000    0.000    0.000    0.000 {method 'split' of 'str' objects}
        1    0.000    0.000    0.000    0.000 {method 'tostring' of 'numpy.ndarray' objects}
        1    0.000    0.000    0.000    0.000 {numpy.core.multiarray.array}
        1    0.015    0.015    0.015    0.015 {numpy.core.multiarray.fromstring}


0.0100 0.0100 0.1900 0.6054 0.1700     8.003 testimages/F2K_Seb_Lyso0675.edf.gz
Thu Oct 30 12:14:15 2008    stats

         845 function calls in 0.595 CPU seconds

   Ordered by: standard name

   ncalls  tottime  percall  cumtime  percall filename:lineno(function)
        1    0.002    0.002    0.595    0.595 <string>:1(<module>)
        1    0.000    0.000    0.000    0.000 __init__.py:1158(getEffectiveLevel)
        1    0.000    0.000    0.000    0.000 __init__.py:121(numstem)
        1    0.000    0.000    0.000    0.000 __init__.py:1313(info)
        1    0.000    0.000    0.000    0.000 __init__.py:62(getnum)
        1    0.000    0.000    0.000    0.000 __init__.py:973(info)
        1    0.000    0.000    0.000    0.000 edfimage.py:153(swap_needed)
        1    0.001    0.001    0.001    0.001 edfimage.py:55(_readheader)
        1    0.000    0.000    0.590    0.590 edfimage.py:87(read)
        2    0.000    0.000    0.000    0.000 fabioimage.py:187(resetvals)
        2    0.000    0.000    0.401    0.200 fabioimage.py:259(_open)
        2    0.000    0.000    0.401    0.200 fabioimage.py:288(_compressed_stream)
        2    0.000    0.000    0.000    0.000 fabioimage.py:39(__init__)
        1    0.000    0.000    0.000    0.000 fromnumeric.py:83(reshape)
        2    0.000    0.000    0.000    0.000 gzip.py:157(_init_read)
        2    0.000    0.000    0.000    0.000 gzip.py:161(_read_gzip_header)
        3    0.000    0.000    0.000    0.000 gzip.py:18(U32)
        8    0.002    0.000    0.174    0.022 gzip.py:208(read)
       17    0.000    0.000    0.172    0.010 gzip.py:245(_read)
        1    0.000    0.000    0.000    0.000 gzip.py:27(LOWU32)
       16    0.041    0.003    0.054    0.003 gzip.py:295(_add_read_data)
        1    0.000    0.000    0.000    0.000 gzip.py:301(_read_eof)
        2    0.000    0.000    0.000    0.000 gzip.py:315(close)
        2    0.000    0.000    0.000    0.000 gzip.py:334(__del__)
        2    0.000    0.000    0.000    0.000 gzip.py:39(read32)
        2    0.000    0.000    0.400    0.200 gzip.py:60(__init__)
        1    0.000    0.000    0.000    0.000 openimage.py:54(do_magic)
        1    0.001    0.001    0.593    0.593 openimage.py:67(openimage)
        1    0.000    0.000    0.002    0.002 openimage.py:81(_openimage)
        2    0.000    0.000    0.000    0.000 posixpath.py:89(splitext)
        1    0.000    0.000    0.000    0.000 re.py:178(compile)
        1    0.000    0.000    0.000    0.000 re.py:219(_compile)
        2    0.000    0.000    0.000    0.000 struct.py:77(unpack)
        1    0.000    0.000    0.000    0.000 {apply}
       16    0.108    0.007    0.108    0.007 {built-in method decompress}
        1    0.000    0.000    0.000    0.000 {built-in method groups}
        1    0.000    0.000    0.000    0.000 {built-in method match}
        2    0.000    0.000    0.000    0.000 {getattr}
        4    0.000    0.000    0.000    0.000 {hasattr}
       45    0.000    0.000    0.000    0.000 {len}
       90    0.000    0.000    0.000    0.000 {method 'append' of 'list' objects}
        2    0.000    0.000    0.000    0.000 {method 'close' of 'file' objects}
        1    0.000    0.000    0.000    0.000 {method 'disable' of '_lsprof.Profiler' objects}
        8    0.000    0.000    0.000    0.000 {method 'find' of 'str' objects}
        1    0.000    0.000    0.000    0.000 {method 'get' of 'dict' objects}
        2    0.000    0.000    0.000    0.000 {method 'has_key' of 'dict' objects}
        1    0.000    0.000    0.000    0.000 {method 'join' of 'str' objects}
        2    0.000    0.000    0.000    0.000 {method 'keys' of 'dict' objects}
      180    0.000    0.000    0.000    0.000 {method 'lstrip' of 'str' objects}
       68    0.009    0.000    0.009    0.000 {method 'read' of 'file' objects}
        4    0.000    0.000    0.000    0.000 {method 'rfind' of 'str' objects}
      180    0.000    0.000    0.000    0.000 {method 'rstrip' of 'str' objects}
        7    0.000    0.000    0.000    0.000 {method 'seek' of 'file' objects}
       91    0.000    0.000    0.000    0.000 {method 'split' of 'str' objects}
        6    0.000    0.000    0.000    0.000 {method 'tell' of 'file' objects}
        1    0.000    0.000    0.000    0.000 {method 'tostring' of 'numpy.ndarray' objects}
        2    0.000    0.000    0.000    0.000 {method 'unpack' of 'Struct' objects}
       16    0.000    0.000    0.000    0.000 {min}
        1    0.000    0.000    0.000    0.000 {numpy.core.multiarray.array}
        1    0.015    0.015    0.015    0.015 {numpy.core.multiarray.fromstring}
        2    0.400    0.200    0.400    0.200 {open}
        4    0.000    0.000    0.000    0.000 {ord}
       18    0.013    0.001    0.013    0.001 {zlib.crc32}
        2    0.000    0.000    0.000    0.000 {zlib.decompressobj}


0.0100 0.0200 0.0400                   8.008 testimages/GE_aSI_detector_image_1529
Thu Oct 30 12:14:16 2008    stats

         87 function calls in 0.434 CPU seconds

   Ordered by: standard name

   ncalls  tottime  percall  cumtime  percall filename:lineno(function)
        1    0.002    0.002    0.434    0.434 <string>:1(<module>)
        1    0.000    0.000    0.000    0.000 GEimage.py:29(_readheader)
        1    0.001    0.001    0.031    0.031 GEimage.py:460(read)
        1    0.000    0.000    0.000    0.000 __init__.py:121(numstem)
        1    0.000    0.000    0.000    0.000 __init__.py:62(getnum)
        1    0.000    0.000    0.000    0.000 fabioimage.py:187(resetvals)
        2    0.000    0.000    0.401    0.201 fabioimage.py:259(_open)
        2    0.000    0.000    0.000    0.000 fabioimage.py:39(__init__)
        1    0.000    0.000    0.000    0.000 fromnumeric.py:83(reshape)
        1    0.000    0.000    0.000    0.000 openimage.py:54(do_magic)
        1    0.000    0.000    0.432    0.432 openimage.py:67(openimage)
        1    0.000    0.000    0.401    0.401 openimage.py:81(_openimage)
        4    0.000    0.000    0.000    0.000 posixpath.py:89(splitext)
        1    0.000    0.000    0.000    0.000 re.py:178(compile)
        1    0.000    0.000    0.000    0.000 re.py:219(_compile)
        1    0.000    0.000    0.000    0.000 {built-in method groups}
        1    0.000    0.000    0.000    0.000 {built-in method match}
        2    0.000    0.000    0.000    0.000 {getattr}
        4    0.000    0.000    0.000    0.000 {hasattr}
        2    0.000    0.000    0.000    0.000 {len}
        1    0.000    0.000    0.000    0.000 {method 'close' of 'file' objects}
        1    0.000    0.000    0.000    0.000 {method 'disable' of '_lsprof.Profiler' objects}
        8    0.000    0.000    0.000    0.000 {method 'find' of 'str' objects}
        1    0.000    0.000    0.000    0.000 {method 'get' of 'dict' objects}
        1    0.000    0.000    0.000    0.000 {method 'join' of 'str' objects}
        2    0.000    0.000    0.000    0.000 {method 'keys' of 'dict' objects}
       21    0.015    0.001    0.015    0.001 {method 'read' of 'file' objects}
        8    0.000    0.000    0.000    0.000 {method 'rfind' of 'str' objects}
        3    0.000    0.000    0.000    0.000 {method 'seek' of 'file' objects}
        9    0.015    0.002    0.015    0.002 {numpy.core.multiarray.fromstring}
        2    0.401    0.201    0.401    0.201 {open}


0.0100 0.0000 0.9400 0.8904 0.8400     8.008 testimages/GE_aSI_detector_image_1529.bz2
Thu Oct 30 12:14:19 2008    stats

         87 function calls in 0.947 CPU seconds

   Ordered by: standard name

   ncalls  tottime  percall  cumtime  percall filename:lineno(function)
        1    0.002    0.002    0.947    0.947 <string>:1(<module>)
        1    0.000    0.000    0.040    0.040 GEimage.py:29(_readheader)
        1    0.002    0.002    0.904    0.904 GEimage.py:460(read)
        1    0.000    0.000    0.000    0.000 __init__.py:121(numstem)
        1    0.000    0.000    0.000    0.000 __init__.py:62(getnum)
        1    0.000    0.000    0.000    0.000 fabioimage.py:187(resetvals)
        2    0.000    0.000    0.001    0.000 fabioimage.py:259(_open)
        2    0.001    0.000    0.001    0.000 fabioimage.py:288(_compressed_stream)
        2    0.000    0.000    0.000    0.000 fabioimage.py:39(__init__)
        1    0.000    0.000    0.000    0.000 fromnumeric.py:83(reshape)
        1    0.000    0.000    0.000    0.000 openimage.py:54(do_magic)
        1    0.000    0.000    0.945    0.945 openimage.py:67(openimage)
        1    0.001    0.001    0.041    0.041 openimage.py:81(_openimage)
        4    0.000    0.000    0.000    0.000 posixpath.py:89(splitext)
        1    0.000    0.000    0.000    0.000 re.py:178(compile)
        1    0.000    0.000    0.000    0.000 re.py:219(_compile)
        1    0.000    0.000    0.000    0.000 {built-in method groups}
        1    0.000    0.000    0.000    0.000 {built-in method match}
        2    0.000    0.000    0.000    0.000 {getattr}
        4    0.000    0.000    0.000    0.000 {hasattr}
        2    0.000    0.000    0.000    0.000 {len}
        1    0.000    0.000    0.000    0.000 {method 'close' of 'bz2.BZ2File' objects}
        1    0.000    0.000    0.000    0.000 {method 'disable' of '_lsprof.Profiler' objects}
        8    0.000    0.000    0.000    0.000 {method 'find' of 'str' objects}
        1    0.000    0.000    0.000    0.000 {method 'get' of 'dict' objects}
        1    0.000    0.000    0.000    0.000 {method 'join' of 'str' objects}
        2    0.000    0.000    0.000    0.000 {method 'keys' of 'dict' objects}
       21    0.885    0.042    0.885    0.042 {method 'read' of 'bz2.BZ2File' objects}
        8    0.000    0.000    0.000    0.000 {method 'rfind' of 'str' objects}
        3    0.040    0.013    0.040    0.013 {method 'seek' of 'bz2.BZ2File' objects}
        9    0.016    0.002    0.016    0.002 {numpy.core.multiarray.fromstring}


0.0000 0.0100 0.1500 0.1368 0.1200     8.008 testimages/GE_aSI_detector_image_1529.gz
Thu Oct 30 12:14:20 2008    stats

         365 function calls in 0.147 CPU seconds

   Ordered by: standard name

   ncalls  tottime  percall  cumtime  percall filename:lineno(function)
        1    0.002    0.002    0.147    0.147 <string>:1(<module>)
        1    0.000    0.000    0.001    0.001 GEimage.py:29(_readheader)
        1    0.002    0.002    0.144    0.144 GEimage.py:460(read)
        1    0.000    0.000    0.000    0.000 __init__.py:121(numstem)
        1    0.000    0.000    0.000    0.000 __init__.py:62(getnum)
        1    0.000    0.000    0.000    0.000 fabioimage.py:187(resetvals)
        2    0.000    0.000    0.001    0.000 fabioimage.py:259(_open)
        2    0.000    0.000    0.001    0.000 fabioimage.py:288(_compressed_stream)
        2    0.000    0.000    0.000    0.000 fabioimage.py:39(__init__)
        1    0.000    0.000    0.000    0.000 fromnumeric.py:83(reshape)
        3    0.000    0.000    0.000    0.000 gzip.py:157(_init_read)
        3    0.000    0.000    0.000    0.000 gzip.py:161(_read_gzip_header)
        3    0.000    0.000    0.000    0.000 gzip.py:18(U32)
       32    0.002    0.000    0.127    0.004 gzip.py:208(read)
       15    0.000    0.000    0.125    0.008 gzip.py:245(_read)
        1    0.000    0.000    0.000    0.000 gzip.py:27(LOWU32)
       15    0.041    0.003    0.054    0.004 gzip.py:295(_add_read_data)
        1    0.000    0.000    0.000    0.000 gzip.py:301(_read_eof)
        2    0.000    0.000    0.000    0.000 gzip.py:315(close)
        2    0.000    0.000    0.000    0.000 gzip.py:334(__del__)
        1    0.000    0.000    0.000    0.000 gzip.py:363(rewind)
        3    0.000    0.000    0.000    0.000 gzip.py:374(seek)
        2    0.000    0.000    0.000    0.000 gzip.py:39(read32)
        2    0.000    0.000    0.001    0.000 gzip.py:60(__init__)
        1    0.000    0.000    0.000    0.000 openimage.py:54(do_magic)
        1    0.000    0.000    0.145    0.145 openimage.py:67(openimage)
        1    0.000    0.000    0.001    0.001 openimage.py:81(_openimage)
        2    0.000    0.000    0.000    0.000 posixpath.py:89(splitext)
        1    0.000    0.000    0.000    0.000 re.py:178(compile)
        1    0.000    0.000    0.000    0.000 re.py:219(_compile)
        2    0.000    0.000    0.000    0.000 struct.py:77(unpack)
       15    0.066    0.004    0.066    0.004 {built-in method decompress}
        1    0.000    0.000    0.000    0.000 {built-in method groups}
        1    0.000    0.000    0.000    0.000 {built-in method match}
        2    0.000    0.000    0.000    0.000 {getattr}
        4    0.000    0.000    0.000    0.000 {hasattr}
       33    0.000    0.000    0.000    0.000 {len}
        2    0.000    0.000    0.000    0.000 {method 'close' of 'file' objects}
        1    0.000    0.000    0.000    0.000 {method 'disable' of '_lsprof.Profiler' objects}
        8    0.000    0.000    0.000    0.000 {method 'find' of 'str' objects}
        1    0.000    0.000    0.000    0.000 {method 'get' of 'dict' objects}
        1    0.000    0.000    0.000    0.000 {method 'join' of 'str' objects}
        2    0.000    0.000    0.000    0.000 {method 'keys' of 'dict' objects}
      110    0.005    0.000    0.005    0.000 {method 'read' of 'file' objects}
        4    0.000    0.000    0.000    0.000 {method 'rfind' of 'str' objects}
        9    0.000    0.000    0.000    0.000 {method 'seek' of 'file' objects}
        6    0.000    0.000    0.000    0.000 {method 'tell' of 'file' objects}
        2    0.000    0.000    0.000    0.000 {method 'unpack' of 'Struct' objects}
       15    0.000    0.000    0.000    0.000 {min}
        9    0.016    0.002    0.016    0.002 {numpy.core.multiarray.fromstring}
        2    0.000    0.000    0.000    0.000 {open}
        6    0.000    0.000    0.000    0.000 {ord}
        3    0.000    0.000    0.000    0.000 {range}
       18    0.013    0.001    0.013    0.001 {zlib.crc32}
        3    0.000    0.000    0.000    0.000 {zlib.decompressobj}


0.0000 0.0000 0.4500                   0.256 testimages/b191_1_9_1.img
Thu Oct 30 12:14:21 2008    stats

         128 function calls in 0.444 CPU seconds

   Ordered by: standard name

   ncalls  tottime  percall  cumtime  percall filename:lineno(function)
        1    0.000    0.000    0.444    0.444 <string>:1(<module>)
        1    0.422    0.422    0.443    0.443 OXDimage.py:145(read)
        1    0.000    0.000    0.000    0.000 OXDimage.py:27(_readheader)
        1    0.000    0.000    0.000    0.000 __init__.py:121(numstem)
        1    0.000    0.000    0.000    0.000 __init__.py:62(getnum)
        1    0.000    0.000    0.000    0.000 fabioimage.py:187(resetvals)
        2    0.000    0.000    0.001    0.000 fabioimage.py:259(_open)
        2    0.000    0.000    0.000    0.000 fabioimage.py:39(__init__)
        1    0.000    0.000    0.000    0.000 fromnumeric.py:83(reshape)
        1    0.000    0.000    0.000    0.000 openimage.py:54(do_magic)
        1    0.001    0.001    0.444    0.444 openimage.py:67(openimage)
        1    0.000    0.000    0.001    0.001 openimage.py:81(_openimage)
        4    0.000    0.000    0.000    0.000 posixpath.py:89(splitext)
        1    0.000    0.000    0.000    0.000 re.py:178(compile)
        1    0.000    0.000    0.000    0.000 re.py:219(_compile)
        1    0.000    0.000    0.000    0.000 {built-in method groups}
        1    0.000    0.000    0.000    0.000 {built-in method match}
        2    0.000    0.000    0.000    0.000 {getattr}
        4    0.000    0.000    0.000    0.000 {hasattr}
        4    0.000    0.000    0.000    0.000 {len}
        2    0.006    0.003    0.006    0.003 {method 'astype' of 'numpy.ndarray' objects}
        1    0.000    0.000    0.000    0.000 {method 'close' of 'file' objects}
        1    0.003    0.003    0.003    0.003 {method 'copy' of 'numpy.ndarray' objects}
        1    0.000    0.000    0.000    0.000 {method 'disable' of '_lsprof.Profiler' objects}
        9    0.000    0.000    0.000    0.000 {method 'find' of 'str' objects}
        1    0.000    0.000    0.000    0.000 {method 'get' of 'dict' objects}
        1    0.000    0.000    0.000    0.000 {method 'join' of 'str' objects}
        2    0.000    0.000    0.000    0.000 {method 'keys' of 'dict' objects}
        8    0.001    0.000    0.001    0.000 {method 'read' of 'file' objects}
        6    0.000    0.000    0.000    0.000 {method 'readline' of 'file' objects}
        8    0.000    0.000    0.000    0.000 {method 'rfind' of 'str' objects}
        3    0.000    0.000    0.000    0.000 {method 'seek' of 'file' objects}
        2    0.000    0.000    0.000    0.000 {method 'tostring' of 'numpy.ndarray' objects}
        2    0.000    0.000    0.000    0.000 {numpy.core.multiarray.array}
       46    0.000    0.000    0.000    0.000 {numpy.core.multiarray.fromstring}
        2    0.000    0.000    0.000    0.000 {open}
        1    0.010    0.010    0.010    0.010 {range}


0.0000 0.0000 0.5300 0.0439 0.0300     0.256 testimages/b191_1_9_1.img.bz2
Thu Oct 30 12:14:23 2008    stats

         128 function calls in 0.538 CPU seconds

   Ordered by: standard name

   ncalls  tottime  percall  cumtime  percall filename:lineno(function)
        1    0.000    0.000    0.538    0.538 <string>:1(<module>)
        1    0.424    0.424    0.510    0.510 OXDimage.py:145(read)
        1    0.000    0.000    0.055    0.055 OXDimage.py:27(_readheader)
        1    0.000    0.000    0.000    0.000 __init__.py:121(numstem)
        1    0.000    0.000    0.000    0.000 __init__.py:62(getnum)
        1    0.000    0.000    0.000    0.000 fabioimage.py:187(resetvals)
        2    0.000    0.000    0.001    0.000 fabioimage.py:259(_open)
        2    0.001    0.000    0.001    0.000 fabioimage.py:288(_compressed_stream)
        2    0.000    0.000    0.000    0.000 fabioimage.py:39(__init__)
        1    0.000    0.000    0.000    0.000 fromnumeric.py:83(reshape)
        1    0.000    0.000    0.000    0.000 openimage.py:54(do_magic)
        1    0.001    0.001    0.537    0.537 openimage.py:67(openimage)
        1    0.000    0.000    0.027    0.027 openimage.py:81(_openimage)
        4    0.000    0.000    0.000    0.000 posixpath.py:89(splitext)
        1    0.000    0.000    0.000    0.000 re.py:178(compile)
        1    0.000    0.000    0.000    0.000 re.py:219(_compile)
        1    0.000    0.000    0.000    0.000 {built-in method groups}
        1    0.000    0.000    0.000    0.000 {built-in method match}
        2    0.000    0.000    0.000    0.000 {getattr}
        4    0.000    0.000    0.000    0.000 {hasattr}
        4    0.000    0.000    0.000    0.000 {len}
        2    0.006    0.003    0.006    0.003 {method 'astype' of 'numpy.ndarray' objects}
        1    0.000    0.000    0.000    0.000 {method 'close' of 'bz2.BZ2File' objects}
        1    0.003    0.003    0.003    0.003 {method 'copy' of 'numpy.ndarray' objects}
        1    0.000    0.000    0.000    0.000 {method 'disable' of '_lsprof.Profiler' objects}
        9    0.000    0.000    0.000    0.000 {method 'find' of 'str' objects}
        1    0.000    0.000    0.000    0.000 {method 'get' of 'dict' objects}
        1    0.000    0.000    0.000    0.000 {method 'join' of 'str' objects}
        2    0.000    0.000    0.000    0.000 {method 'keys' of 'dict' objects}
        8    0.033    0.004    0.033    0.004 {method 'read' of 'bz2.BZ2File' objects}
        6    0.028    0.005    0.028    0.005 {method 'readline' of 'bz2.BZ2File' objects}
        8    0.000    0.000    0.000    0.000 {method 'rfind' of 'str' objects}
        3    0.026    0.009    0.026    0.009 {method 'seek' of 'bz2.BZ2File' objects}
        2    0.000    0.000    0.000    0.000 {method 'tostring' of 'numpy.ndarray' objects}
        2    0.000    0.000    0.000    0.000 {numpy.core.multiarray.array}
       46    0.001    0.000    0.001    0.000 {numpy.core.multiarray.fromstring}
        1    0.014    0.014    0.014    0.014 {range}


0.0000 0.0000 0.4600 0.0149 0.0100     0.256 testimages/b191_1_9_1.img.gz
Thu Oct 30 12:14:24 2008    stats

         398 function calls in 0.464 CPU seconds

   Ordered by: standard name

   ncalls  tottime  percall  cumtime  percall filename:lineno(function)
        1    0.000    0.000    0.464    0.464 <string>:1(<module>)
        1    0.431    0.431    0.461    0.461 OXDimage.py:145(read)
        1    0.000    0.000    0.001    0.001 OXDimage.py:27(_readheader)
        1    0.000    0.000    0.000    0.000 __init__.py:121(numstem)
        1    0.000    0.000    0.000    0.000 __init__.py:62(getnum)
        1    0.000    0.000    0.000    0.000 fabioimage.py:187(resetvals)
        2    0.000    0.000    0.002    0.001 fabioimage.py:259(_open)
        2    0.000    0.000    0.002    0.001 fabioimage.py:288(_compressed_stream)
        2    0.000    0.000    0.000    0.000 fabioimage.py:39(__init__)
        1    0.000    0.000    0.000    0.000 fromnumeric.py:83(reshape)
        3    0.000    0.000    0.000    0.000 gzip.py:157(_init_read)
        3    0.000    0.000    0.000    0.000 gzip.py:161(_read_gzip_header)
        3    0.000    0.000    0.000    0.000 gzip.py:18(U32)
       22    0.001    0.000    0.006    0.000 gzip.py:208(read)
        6    0.000    0.000    0.000    0.000 gzip.py:240(_unread)
       11    0.000    0.000    0.005    0.000 gzip.py:245(_read)
        1    0.000    0.000    0.000    0.000 gzip.py:27(LOWU32)
       11    0.001    0.000    0.001    0.000 gzip.py:295(_add_read_data)
        1    0.000    0.000    0.000    0.000 gzip.py:301(_read_eof)
        2    0.000    0.000    0.000    0.000 gzip.py:315(close)
        2    0.000    0.000    0.000    0.000 gzip.py:334(__del__)
        1    0.000    0.000    0.000    0.000 gzip.py:363(rewind)
        3    0.000    0.000    0.000    0.000 gzip.py:374(seek)
        2    0.000    0.000    0.000    0.000 gzip.py:39(read32)
        6    0.000    0.000    0.000    0.000 gzip.py:391(readline)
        2    0.000    0.000    0.002    0.001 gzip.py:60(__init__)
        1    0.000    0.000    0.000    0.000 openimage.py:54(do_magic)
        1    0.001    0.001    0.464    0.464 openimage.py:67(openimage)
        1    0.000    0.000    0.002    0.002 openimage.py:81(_openimage)
        2    0.000    0.000    0.000    0.000 posixpath.py:89(splitext)
        1    0.000    0.000    0.000    0.000 re.py:178(compile)
        1    0.000    0.000    0.000    0.000 re.py:219(_compile)
        2    0.000    0.000    0.000    0.000 struct.py:77(unpack)
       11    0.003    0.000    0.003    0.000 {built-in method decompress}
        1    0.000    0.000    0.000    0.000 {built-in method groups}
        1    0.000    0.000    0.000    0.000 {built-in method match}
        2    0.000    0.000    0.000    0.000 {getattr}
        4    0.000    0.000    0.000    0.000 {hasattr}
       47    0.000    0.000    0.000    0.000 {len}
       10    0.000    0.000    0.000    0.000 {method 'append' of 'list' objects}
        2    0.006    0.003    0.006    0.003 {method 'astype' of 'numpy.ndarray' objects}
        2    0.000    0.000    0.000    0.000 {method 'close' of 'file' objects}
        1    0.003    0.003    0.003    0.003 {method 'copy' of 'numpy.ndarray' objects}
        1    0.000    0.000    0.000    0.000 {method 'disable' of '_lsprof.Profiler' objects}
       19    0.000    0.000    0.000    0.000 {method 'find' of 'str' objects}
        1    0.000    0.000    0.000    0.000 {method 'get' of 'dict' objects}
        7    0.000    0.000    0.000    0.000 {method 'join' of 'str' objects}
        2    0.000    0.000    0.000    0.000 {method 'keys' of 'dict' objects}
       70    0.000    0.000    0.000    0.000 {method 'read' of 'file' objects}
        4    0.000    0.000    0.000    0.000 {method 'rfind' of 'str' objects}
        9    0.000    0.000    0.000    0.000 {method 'seek' of 'file' objects}
        6    0.000    0.000    0.000    0.000 {method 'tell' of 'file' objects}
        2    0.000    0.000    0.000    0.000 {method 'tostring' of 'numpy.ndarray' objects}
        2    0.000    0.000    0.000    0.000 {method 'unpack' of 'Struct' objects}
       16    0.000    0.000    0.000    0.000 {min}
        2    0.000    0.000    0.000    0.000 {numpy.core.multiarray.array}
       46    0.000    0.000    0.000    0.000 {numpy.core.multiarray.fromstring}
        2    0.002    0.001    0.002    0.001 {open}
        6    0.000    0.000    0.000    0.000 {ord}
        4    0.014    0.003    0.014    0.003 {range}
       14    0.000    0.000    0.000    0.000 {zlib.crc32}
        3    0.000    0.000    0.000    0.000 {zlib.decompressobj}


0.0100 0.0000 0.0000                   1.005 testimages/b191_1_9_1_uncompressed.img
Thu Oct 30 12:14:24 2008    stats

         120 function calls in 0.007 CPU seconds

   Ordered by: standard name

   ncalls  tottime  percall  cumtime  percall filename:lineno(function)
        1    0.000    0.000    0.007    0.007 <string>:1(<module>)
        1    0.000    0.000    0.006    0.006 OXDimage.py:145(read)
        1    0.000    0.000    0.000    0.000 OXDimage.py:27(_readheader)
        1    0.000    0.000    0.000    0.000 __init__.py:121(numstem)
        1    0.000    0.000    0.000    0.000 __init__.py:62(getnum)
        1    0.000    0.000    0.000    0.000 fabioimage.py:187(resetvals)
        2    0.000    0.000    0.001    0.000 fabioimage.py:259(_open)
        2    0.000    0.000    0.000    0.000 fabioimage.py:39(__init__)
        1    0.000    0.000    0.000    0.000 fromnumeric.py:83(reshape)
        1    0.000    0.000    0.000    0.000 openimage.py:54(do_magic)
        1    0.000    0.000    0.007    0.007 openimage.py:67(openimage)
        1    0.000    0.000    0.001    0.001 openimage.py:81(_openimage)
        4    0.000    0.000    0.000    0.000 posixpath.py:89(splitext)
        1    0.000    0.000    0.000    0.000 re.py:178(compile)
        1    0.000    0.000    0.000    0.000 re.py:219(_compile)
        1    0.000    0.000    0.000    0.000 {built-in method groups}
        1    0.000    0.000    0.000    0.000 {built-in method match}
        2    0.000    0.000    0.000    0.000 {getattr}
        4    0.000    0.000    0.000    0.000 {hasattr}
        3    0.000    0.000    0.000    0.000 {len}
        1    0.002    0.002    0.002    0.002 {method 'astype' of 'numpy.ndarray' objects}
        1    0.000    0.000    0.000    0.000 {method 'close' of 'file' objects}
        1    0.000    0.000    0.000    0.000 {method 'disable' of '_lsprof.Profiler' objects}
        9    0.000    0.000    0.000    0.000 {method 'find' of 'str' objects}
        1    0.000    0.000    0.000    0.000 {method 'get' of 'dict' objects}
        1    0.000    0.000    0.000    0.000 {method 'join' of 'str' objects}
        2    0.000    0.000    0.000    0.000 {method 'keys' of 'dict' objects}
        7    0.002    0.000    0.002    0.000 {method 'read' of 'file' objects}
        6    0.000    0.000    0.000    0.000 {method 'readline' of 'file' objects}
        8    0.000    0.000    0.000    0.000 {method 'rfind' of 'str' objects}
        3    0.000    0.000    0.000    0.000 {method 'seek' of 'file' objects}
        1    0.000    0.000    0.000    0.000 {method 'tostring' of 'numpy.ndarray' objects}
        1    0.000    0.000    0.000    0.000 {numpy.core.multiarray.array}
       45    0.002    0.000    0.002    0.000 {numpy.core.multiarray.fromstring}
        2    0.000    0.000    0.000    0.000 {open}


0.0000 0.0000 0.1700 0.1178 0.1000     1.005 testimages/b191_1_9_1_uncompressed.img.bz2
Thu Oct 30 12:14:25 2008    stats

         120 function calls in 0.179 CPU seconds

   Ordered by: standard name

   ncalls  tottime  percall  cumtime  percall filename:lineno(function)
        1    0.000    0.000    0.179    0.179 <string>:1(<module>)
        1    0.000    0.000    0.143    0.143 OXDimage.py:145(read)
        1    0.000    0.000    0.069    0.069 OXDimage.py:27(_readheader)
        1    0.000    0.000    0.000    0.000 __init__.py:121(numstem)
        1    0.000    0.000    0.000    0.000 __init__.py:62(getnum)
        1    0.000    0.000    0.000    0.000 fabioimage.py:187(resetvals)
        2    0.000    0.000    0.001    0.000 fabioimage.py:259(_open)
        2    0.001    0.000    0.001    0.000 fabioimage.py:288(_compressed_stream)
        2    0.000    0.000    0.000    0.000 fabioimage.py:39(__init__)
        1    0.000    0.000    0.000    0.000 fromnumeric.py:83(reshape)
        1    0.000    0.000    0.000    0.000 openimage.py:54(do_magic)
        1    0.000    0.000    0.178    0.178 openimage.py:67(openimage)
        1    0.001    0.001    0.036    0.036 openimage.py:81(_openimage)
        4    0.000    0.000    0.000    0.000 posixpath.py:89(splitext)
        1    0.000    0.000    0.000    0.000 re.py:178(compile)
        1    0.000    0.000    0.000    0.000 re.py:219(_compile)
        1    0.000    0.000    0.000    0.000 {built-in method groups}
        1    0.000    0.000    0.000    0.000 {built-in method match}
        2    0.000    0.000    0.000    0.000 {getattr}
        4    0.000    0.000    0.000    0.000 {hasattr}
        3    0.000    0.000    0.000    0.000 {len}
        1    0.002    0.002    0.002    0.002 {method 'astype' of 'numpy.ndarray' objects}
        1    0.001    0.001    0.001    0.001 {method 'close' of 'bz2.BZ2File' objects}
        1    0.000    0.000    0.000    0.000 {method 'disable' of '_lsprof.Profiler' objects}
        9    0.000    0.000    0.000    0.000 {method 'find' of 'str' objects}
        1    0.000    0.000    0.000    0.000 {method 'get' of 'dict' objects}
        1    0.000    0.000    0.000    0.000 {method 'join' of 'str' objects}
        2    0.000    0.000    0.000    0.000 {method 'keys' of 'dict' objects}
        7    0.103    0.015    0.103    0.015 {method 'read' of 'bz2.BZ2File' objects}
        6    0.034    0.006    0.034    0.006 {method 'readline' of 'bz2.BZ2File' objects}
        8    0.000    0.000    0.000    0.000 {method 'rfind' of 'str' objects}
        3    0.034    0.011    0.034    0.011 {method 'seek' of 'bz2.BZ2File' objects}
        1    0.000    0.000    0.000    0.000 {method 'tostring' of 'numpy.ndarray' objects}
        1    0.000    0.000    0.000    0.000 {numpy.core.multiarray.array}
       45    0.002    0.000    0.002    0.000 {numpy.core.multiarray.fromstring}


0.0000 0.0000 0.0200 0.0249 0.0200     1.005 testimages/b191_1_9_1_uncompressed.img.gz
Thu Oct 30 12:14:25 2008    stats

         433 function calls in 0.021 CPU seconds

   Ordered by: standard name

   ncalls  tottime  percall  cumtime  percall filename:lineno(function)
        1    0.000    0.000    0.021    0.021 <string>:1(<module>)
        1    0.000    0.000    0.020    0.020 OXDimage.py:145(read)
        1    0.000    0.000    0.001    0.001 OXDimage.py:27(_readheader)
        1    0.000    0.000    0.000    0.000 __init__.py:121(numstem)
        1    0.000    0.000    0.000    0.000 __init__.py:62(getnum)
        1    0.000    0.000    0.000    0.000 fabioimage.py:187(resetvals)
        2    0.000    0.000    0.001    0.000 fabioimage.py:259(_open)
        2    0.000    0.000    0.001    0.000 fabioimage.py:288(_compressed_stream)
        2    0.000    0.000    0.000    0.000 fabioimage.py:39(__init__)
        1    0.000    0.000    0.000    0.000 fromnumeric.py:83(reshape)
        3    0.000    0.000    0.000    0.000 gzip.py:157(_init_read)
        3    0.000    0.000    0.000    0.000 gzip.py:161(_read_gzip_header)
        3    0.000    0.000    0.000    0.000 gzip.py:18(U32)
       19    0.000    0.000    0.015    0.001 gzip.py:208(read)
        6    0.000    0.000    0.000    0.000 gzip.py:240(_unread)
       13    0.000    0.000    0.015    0.001 gzip.py:245(_read)
        1    0.000    0.000    0.000    0.000 gzip.py:27(LOWU32)
       13    0.005    0.000    0.006    0.000 gzip.py:295(_add_read_data)
        1    0.000    0.000    0.000    0.000 gzip.py:301(_read_eof)
        2    0.000    0.000    0.000    0.000 gzip.py:315(close)
        2    0.000    0.000    0.000    0.000 gzip.py:334(__del__)
        1    0.000    0.000    0.000    0.000 gzip.py:363(rewind)
        3    0.000    0.000    0.000    0.000 gzip.py:374(seek)
        2    0.000    0.000    0.000    0.000 gzip.py:39(read32)
        6    0.000    0.000    0.000    0.000 gzip.py:391(readline)
        2    0.000    0.000    0.001    0.000 gzip.py:60(__init__)
        1    0.000    0.000    0.000    0.000 openimage.py:54(do_magic)
        1    0.000    0.000    0.021    0.021 openimage.py:67(openimage)
        1    0.000    0.000    0.001    0.001 openimage.py:81(_openimage)
        2    0.000    0.000    0.000    0.000 posixpath.py:89(splitext)
        1    0.000    0.000    0.000    0.000 re.py:178(compile)
        1    0.000    0.000    0.000    0.000 re.py:219(_compile)
        2    0.000    0.000    0.000    0.000 struct.py:77(unpack)
       13    0.008    0.001    0.008    0.001 {built-in method decompress}
        1    0.000    0.000    0.000    0.000 {built-in method groups}
        1    0.000    0.000    0.000    0.000 {built-in method match}
        2    0.000    0.000    0.000    0.000 {getattr}
        4    0.000    0.000    0.000    0.000 {hasattr}
       46    0.000    0.000    0.000    0.000 {len}
        8    0.000    0.000    0.000    0.000 {method 'append' of 'list' objects}
        1    0.002    0.002    0.002    0.002 {method 'astype' of 'numpy.ndarray' objects}
        2    0.000    0.000    0.000    0.000 {method 'close' of 'file' objects}
        1    0.000    0.000    0.000    0.000 {method 'disable' of '_lsprof.Profiler' objects}
       17    0.000    0.000    0.000    0.000 {method 'find' of 'str' objects}
        1    0.000    0.000    0.000    0.000 {method 'get' of 'dict' objects}
        7    0.000    0.000    0.000    0.000 {method 'join' of 'str' objects}
        2    0.000    0.000    0.000    0.000 {method 'keys' of 'dict' objects}
      111    0.001    0.000    0.001    0.000 {method 'read' of 'file' objects}
        4    0.000    0.000    0.000    0.000 {method 'rfind' of 'str' objects}
        9    0.000    0.000    0.000    0.000 {method 'seek' of 'file' objects}
        6    0.000    0.000    0.000    0.000 {method 'tell' of 'file' objects}
        1    0.000    0.000    0.000    0.000 {method 'tostring' of 'numpy.ndarray' objects}
        2    0.000    0.000    0.000    0.000 {method 'unpack' of 'Struct' objects}
       16    0.000    0.000    0.000    0.000 {min}
        1    0.000    0.000    0.000    0.000 {numpy.core.multiarray.array}
       45    0.002    0.000    0.002    0.000 {numpy.core.multiarray.fromstring}
        2    0.000    0.000    0.000    0.000 {open}
        6    0.000    0.000    0.000    0.000 {ord}
        3    0.000    0.000    0.000    0.000 {range}
       16    0.002    0.000    0.002    0.000 {zlib.crc32}
        3    0.000    0.000    0.000    0.000 {zlib.decompressobj}


0.0100 0.0200 0.2100                   8.004 testimages/corkcont2_H_0089.mccd
Thu Oct 30 12:14:26 2008    stats

         4000 function calls in 0.169 CPU seconds

   Ordered by: standard name

   ncalls  tottime  percall  cumtime  percall filename:lineno(function)
        1    0.004    0.004    0.169    0.169 <string>:1(<module>)
        1    0.000    0.000    0.000    0.000 ArgImagePlugin.py:401(_accept)
        1    0.000    0.000    0.000    0.000 BmpImagePlugin.py:55(_accept)
        1    0.000    0.000    0.000    0.000 BufrStubImagePlugin.py:28(_accept)
        1    0.000    0.000    0.000    0.000 CurImagePlugin.py:37(_accept)
        1    0.000    0.000    0.000    0.000 DcxImagePlugin.py:32(i32)
        1    0.000    0.000    0.000    0.000 DcxImagePlugin.py:35(_accept)
        1    0.000    0.000    0.000    0.000 EpsImagePlugin.py:118(_accept)
        1    0.000    0.000    0.000    0.000 EpsImagePlugin.py:29(i32)
        1    0.000    0.000    0.000    0.000 FitsStubImagePlugin.py:28(_accept)
        1    0.000    0.000    0.000    0.000 FliImagePlugin.py:25(i16)
        1    0.000    0.000    0.000    0.000 FliImagePlugin.py:34(_accept)
        1    0.000    0.000    0.000    0.000 FpxImagePlugin.py:46(_accept)
        2    0.000    0.000    0.000    0.000 GbrImagePlugin.py:18(i32)
        1    0.000    0.000    0.000    0.000 GbrImagePlugin.py:21(_accept)
        1    0.000    0.000    0.000    0.000 GifImagePlugin.py:47(_accept)
        1    0.000    0.000    0.000    0.000 GribStubImagePlugin.py:28(_accept)
        1    0.000    0.000    0.000    0.000 Hdf5StubImagePlugin.py:28(_accept)
        1    0.000    0.000    0.000    0.000 IcnsImagePlugin.py:204(<lambda>)
        1    0.000    0.000    0.000    0.000 IcoImagePlugin.py:37(_accept)
        1    0.000    0.000    0.000    0.000 ImImagePlugin.py:110(_open)
        1    0.000    0.000    0.001    0.001 Image.py:1879(open)
        1    0.000    0.000    0.000    0.000 Image.py:280(preinit)
        1    0.000    0.000    0.000    0.000 Image.py:361(_getdecoder)
        1    0.000    0.000    0.000    0.000 Image.py:377(_getencoder)
        5    0.000    0.000    0.000    0.000 Image.py:439(__init__)
        1    0.000    0.000    0.000    0.000 Image.py:448(_new)
        4    0.000    0.000    0.000    0.000 Image.py:484(__getattr__)
        1    0.001    0.001    0.067    0.067 Image.py:503(tostring)
        3    0.000    0.000    0.000    0.000 Image.py:587(load)
        1    0.000    0.000    0.049    0.049 Image.py:638(convert)
        5    0.000    0.000    0.000    0.000 Image.py:82(isStringType)
        2    0.000    0.000    0.000    0.000 Image.py:91(isTupleType)
        1    0.001    0.001    0.014    0.014 ImageFile.py:115(load)
        1    0.000    0.000    0.000    0.000 ImageFile.py:219(load_prepare)
        1    0.000    0.000    0.000    0.000 ImageFile.py:228(load_end)
        2    0.000    0.000    0.000    0.000 ImageFile.py:508(_safe_read)
        4    0.000    0.000    0.001    0.000 ImageFile.py:63(__init__)
        1    0.000    0.000    0.000    0.000 ImtImagePlugin.py:37(_open)
        1    0.000    0.000    0.000    0.000 IptcImagePlugin.py:110(_open)
        1    0.000    0.000    0.000    0.000 IptcImagePlugin.py:62(field)
        1    0.000    0.000    0.000    0.000 JpegImagePlugin.py:231(_accept)
        1    0.000    0.000    0.000    0.000 McIdasImagePlugin.py:28(i32)
        1    0.000    0.000    0.000    0.000 McIdasImagePlugin.py:31(_accept)
        1    0.000    0.000    0.000    0.000 PcxImagePlugin.py:35(_accept)
        1    0.000    0.000    0.000    0.000 PngImagePlugin.py:261(_accept)
        1    0.000    0.000    0.000    0.000 PpmImagePlugin.py:40(_accept)
        1    0.000    0.000    0.000    0.000 TiffImagePlugin.py:157(_accept)
        1    0.000    0.000    0.000    0.000 TiffImagePlugin.py:168(__init__)
        2    0.000    0.000    0.000    0.000 TiffImagePlugin.py:180(reset)
       14    0.000    0.000    0.000    0.000 TiffImagePlugin.py:199(__getitem__)
        2    0.000    0.000    0.000    0.000 TiffImagePlugin.py:209(get)
       11    0.000    0.000    0.000    0.000 TiffImagePlugin.py:215(getscalar)
        2    0.000    0.000    0.000    0.000 TiffImagePlugin.py:230(has_key)
        4    0.000    0.000    0.000    0.000 TiffImagePlugin.py:255(load_short)
        4    0.000    0.000    0.000    0.000 TiffImagePlugin.py:262(load_long)
        2    0.000    0.000    0.000    0.000 TiffImagePlugin.py:269(load_rational)
        1    0.000    0.000    0.000    0.000 TiffImagePlugin.py:295(load)
        1    0.000    0.000    0.001    0.001 TiffImagePlugin.py:445(_open)
        1    0.000    0.000    0.001    0.001 TiffImagePlugin.py:477(_seek)
        1    0.000    0.000    0.000    0.000 TiffImagePlugin.py:497(_decoder)
        1    0.000    0.000    0.000    0.000 TiffImagePlugin.py:521(_setup)
       31    0.000    0.000    0.000    0.000 TiffImagePlugin.py:64(il16)
       25    0.000    0.000    0.000    0.000 TiffImagePlugin.py:66(il32)
        1    0.000    0.000    0.000    0.000 __init__.py:121(numstem)
        1    0.000    0.000    0.000    0.000 __init__.py:139(deconstruct_filename)
        1    0.000    0.000    0.000    0.000 __init__.py:77(__init__)
        1    0.000    0.000    0.000    0.000 fabioimage.py:187(resetvals)
        2    0.000    0.000    0.001    0.000 fabioimage.py:259(_open)
        2    0.000    0.000    0.000    0.000 fabioimage.py:39(__init__)
        1    0.000    0.000    0.000    0.000 fromnumeric.py:83(reshape)
        1    0.006    0.006    0.007    0.007 marccdimage.py:264(interpret_header)
        1    0.000    0.000    0.007    0.007 marccdimage.py:292(_readheader)
        1    0.000    0.000    0.000    0.000 openimage.py:54(do_magic)
        1    0.000    0.000    0.165    0.165 openimage.py:67(openimage)
        1    0.000    0.000    0.001    0.001 openimage.py:81(_openimage)
        2    0.000    0.000    0.000    0.000 posixpath.py:74(split)
        4    0.000    0.000    0.000    0.000 posixpath.py:89(splitext)
        1    0.000    0.000    0.000    0.000 re.py:178(compile)
        1    0.000    0.000    0.000    0.000 re.py:219(_compile)
        1    0.000    0.000    0.033    0.033 string.py:306(join)
        1    0.000    0.000    0.000    0.000 struct.py:77(unpack)
        1    0.007    0.007    0.164    0.164 tifimage.py:53(read)
        1    0.000    0.000    0.000    0.000 {PIL._imaging.new}
        2    0.000    0.000    0.000    0.000 {apply}
        1    0.035    0.035    0.035    0.035 {built-in method convert}
      128    0.005    0.000    0.005    0.000 {built-in method decode}
      256    0.033    0.000    0.033    0.000 {built-in method encode}
        1    0.000    0.000    0.000    0.000 {built-in method groups}
        1    0.000    0.000    0.000    0.000 {built-in method match}
        2    0.000    0.000    0.000    0.000 {built-in method pixel_access}
        1    0.000    0.000    0.000    0.000 {built-in method setimage}
        4    0.000    0.000    0.000    0.000 {getattr}
        5    0.000    0.000    0.000    0.000 {hasattr}
       12    0.000    0.000    0.000    0.000 {isinstance}
       40    0.000    0.000    0.000    0.000 {len}
        1    0.000    0.000    0.000    0.000 {max}
      421    0.000    0.000    0.000    0.000 {method 'append' of 'list' objects}
        1    0.000    0.000    0.000    0.000 {method 'copy' of 'dict' objects}
        1    0.000    0.000    0.000    0.000 {method 'disable' of '_lsprof.Profiler' objects}
       12    0.000    0.000    0.000    0.000 {method 'find' of 'str' objects}
        1    0.000    0.000    0.000    0.000 {method 'get' of 'dict' objects}
     2523    0.001    0.000    0.001    0.000 {method 'has_key' of 'dict' objects}
        3    0.032    0.011    0.032    0.011 {method 'join' of 'str' objects}
        3    0.000    0.000    0.000    0.000 {method 'keys' of 'dict' objects}
      152    0.008    0.000    0.008    0.000 {method 'read' of 'file' objects}
       10    0.000    0.000    0.000    0.000 {method 'rfind' of 'str' objects}
        1    0.000    0.000    0.000    0.000 {method 'rstrip' of 'str' objects}
       12    0.000    0.000    0.000    0.000 {method 'seek' of 'file' objects}
        1    0.000    0.000    0.000    0.000 {method 'sort' of 'list' objects}
        1    0.000    0.000    0.000    0.000 {method 'split' of 'str' objects}
        3    0.000    0.000    0.000    0.000 {method 'tell' of 'file' objects}
        1    0.000    0.000    0.000    0.000 {method 'unpack' of 'Struct' objects}
        2    0.000    0.000    0.000    0.000 {min}
        1    0.033    0.033    0.033    0.033 {numpy.core.multiarray.fromstring}
        2    0.000    0.000    0.000    0.000 {open}
      188    0.000    0.000    0.000    0.000 {ord}
       11    0.000    0.000    0.000    0.000 {range}


0.0000 0.0000 0.6300 0.6214 0.4500     8.004 testimages/corkcont2_H_0089.mccd.bz2
Thu Oct 30 12:14:28 2008    stats

         4002 function calls in 0.657 CPU seconds

   Ordered by: standard name

   ncalls  tottime  percall  cumtime  percall filename:lineno(function)
        1    0.005    0.005    0.657    0.657 <string>:1(<module>)
        1    0.000    0.000    0.000    0.000 ArgImagePlugin.py:401(_accept)
        1    0.000    0.000    0.000    0.000 BmpImagePlugin.py:55(_accept)
        1    0.000    0.000    0.000    0.000 BufrStubImagePlugin.py:28(_accept)
        1    0.000    0.000    0.000    0.000 CurImagePlugin.py:37(_accept)
        1    0.000    0.000    0.000    0.000 DcxImagePlugin.py:32(i32)
        1    0.000    0.000    0.000    0.000 DcxImagePlugin.py:35(_accept)
        1    0.000    0.000    0.000    0.000 EpsImagePlugin.py:118(_accept)
        1    0.000    0.000    0.000    0.000 EpsImagePlugin.py:29(i32)
        1    0.000    0.000    0.000    0.000 FitsStubImagePlugin.py:28(_accept)
        1    0.000    0.000    0.000    0.000 FliImagePlugin.py:25(i16)
        1    0.000    0.000    0.000    0.000 FliImagePlugin.py:34(_accept)
        1    0.000    0.000    0.000    0.000 FpxImagePlugin.py:46(_accept)
        2    0.000    0.000    0.000    0.000 GbrImagePlugin.py:18(i32)
        1    0.000    0.000    0.000    0.000 GbrImagePlugin.py:21(_accept)
        1    0.000    0.000    0.000    0.000 GifImagePlugin.py:47(_accept)
        1    0.000    0.000    0.000    0.000 GribStubImagePlugin.py:28(_accept)
        1    0.000    0.000    0.000    0.000 Hdf5StubImagePlugin.py:28(_accept)
        1    0.000    0.000    0.000    0.000 IcnsImagePlugin.py:204(<lambda>)
        1    0.000    0.000    0.000    0.000 IcoImagePlugin.py:37(_accept)
        1    0.000    0.000    0.000    0.000 ImImagePlugin.py:110(_open)
        1    0.000    0.000    0.002    0.002 Image.py:1879(open)
        1    0.000    0.000    0.000    0.000 Image.py:280(preinit)
        1    0.000    0.000    0.000    0.000 Image.py:361(_getdecoder)
        1    0.000    0.000    0.000    0.000 Image.py:377(_getencoder)
        5    0.000    0.000    0.000    0.000 Image.py:439(__init__)
        1    0.000    0.000    0.000    0.000 Image.py:448(_new)
        4    0.000    0.000    0.000    0.000 Image.py:484(__getattr__)
        1    0.001    0.001    0.067    0.067 Image.py:503(tostring)
        3    0.000    0.000    0.000    0.000 Image.py:587(load)
        1    0.000    0.000    0.043    0.043 Image.py:638(convert)
        5    0.000    0.000    0.000    0.000 Image.py:82(isStringType)
        2    0.000    0.000    0.000    0.000 Image.py:91(isTupleType)
        1    0.001    0.001    0.012    0.012 ImageFile.py:115(load)
        1    0.000    0.000    0.001    0.001 ImageFile.py:219(load_prepare)
        1    0.000    0.000    0.000    0.000 ImageFile.py:228(load_end)
        2    0.000    0.000    0.000    0.000 ImageFile.py:508(_safe_read)
        4    0.000    0.000    0.001    0.000 ImageFile.py:63(__init__)
        1    0.000    0.000    0.000    0.000 ImtImagePlugin.py:37(_open)
        1    0.000    0.000    0.000    0.000 IptcImagePlugin.py:110(_open)
        1    0.000    0.000    0.000    0.000 IptcImagePlugin.py:62(field)
        1    0.000    0.000    0.000    0.000 JpegImagePlugin.py:231(_accept)
        1    0.000    0.000    0.000    0.000 McIdasImagePlugin.py:28(i32)
        1    0.000    0.000    0.000    0.000 McIdasImagePlugin.py:31(_accept)
        1    0.000    0.000    0.000    0.000 PcxImagePlugin.py:35(_accept)
        1    0.000    0.000    0.000    0.000 PngImagePlugin.py:261(_accept)
        1    0.000    0.000    0.000    0.000 PpmImagePlugin.py:40(_accept)
        1    0.000    0.000    0.000    0.000 TiffImagePlugin.py:157(_accept)
        1    0.000    0.000    0.000    0.000 TiffImagePlugin.py:168(__init__)
        2    0.000    0.000    0.000    0.000 TiffImagePlugin.py:180(reset)
       14    0.000    0.000    0.000    0.000 TiffImagePlugin.py:199(__getitem__)
        2    0.000    0.000    0.000    0.000 TiffImagePlugin.py:209(get)
       11    0.000    0.000    0.000    0.000 TiffImagePlugin.py:215(getscalar)
        2    0.000    0.000    0.000    0.000 TiffImagePlugin.py:230(has_key)
        4    0.000    0.000    0.000    0.000 TiffImagePlugin.py:255(load_short)
        4    0.000    0.000    0.000    0.000 TiffImagePlugin.py:262(load_long)
        2    0.000    0.000    0.000    0.000 TiffImagePlugin.py:269(load_rational)
        1    0.000    0.000    0.000    0.000 TiffImagePlugin.py:295(load)
        1    0.000    0.000    0.001    0.001 TiffImagePlugin.py:445(_open)
        1    0.000    0.000    0.001    0.001 TiffImagePlugin.py:477(_seek)
        1    0.000    0.000    0.000    0.000 TiffImagePlugin.py:497(_decoder)
        1    0.000    0.000    0.000    0.000 TiffImagePlugin.py:521(_setup)
       31    0.000    0.000    0.000    0.000 TiffImagePlugin.py:64(il16)
       25    0.000    0.000    0.000    0.000 TiffImagePlugin.py:66(il32)
        1    0.000    0.000    0.000    0.000 __init__.py:121(numstem)
        1    0.000    0.000    0.000    0.000 __init__.py:139(deconstruct_filename)
        1    0.000    0.000    0.000    0.000 __init__.py:77(__init__)
        1    0.000    0.000    0.000    0.000 fabioimage.py:187(resetvals)
        2    0.000    0.000    0.453    0.226 fabioimage.py:259(_open)
        2    0.001    0.000    0.453    0.226 fabioimage.py:288(_compressed_stream)
        2    0.000    0.000    0.000    0.000 fabioimage.py:39(__init__)
        1    0.000    0.000    0.000    0.000 fromnumeric.py:83(reshape)
        1    0.006    0.006    0.007    0.007 marccdimage.py:264(interpret_header)
        1    0.000    0.000    0.007    0.007 marccdimage.py:292(_readheader)
        1    0.000    0.000    0.000    0.000 openimage.py:54(do_magic)
        1    0.000    0.000    0.652    0.652 openimage.py:67(openimage)
        1    0.000    0.000    0.041    0.041 openimage.py:81(_openimage)
        2    0.000    0.000    0.000    0.000 posixpath.py:74(split)
        4    0.000    0.000    0.000    0.000 posixpath.py:89(splitext)
        1    0.000    0.000    0.000    0.000 re.py:178(compile)
        1    0.000    0.000    0.000    0.000 re.py:219(_compile)
        1    0.000    0.000    0.032    0.032 string.py:306(join)
        1    0.000    0.000    0.000    0.000 struct.py:77(unpack)
        1    0.007    0.007    0.611    0.611 tifimage.py:53(read)
        1    0.001    0.001    0.001    0.001 {PIL._imaging.new}
        2    0.000    0.000    0.000    0.000 {apply}
        1    0.031    0.031    0.031    0.031 {built-in method convert}
      128    0.005    0.000    0.005    0.000 {built-in method decode}
      256    0.034    0.000    0.034    0.000 {built-in method encode}
        1    0.000    0.000    0.000    0.000 {built-in method groups}
        1    0.000    0.000    0.000    0.000 {built-in method match}
        2    0.000    0.000    0.000    0.000 {built-in method pixel_access}
        1    0.000    0.000    0.000    0.000 {built-in method setimage}
        1    0.000    0.000    0.000    0.000 {cStringIO.StringIO}
        4    0.000    0.000    0.000    0.000 {getattr}
        5    0.000    0.000    0.000    0.000 {hasattr}
       12    0.000    0.000    0.000    0.000 {isinstance}
       40    0.000    0.000    0.000    0.000 {len}
        1    0.000    0.000    0.000    0.000 {max}
      421    0.000    0.000    0.000    0.000 {method 'append' of 'list' objects}
        1    0.000    0.000    0.000    0.000 {method 'copy' of 'dict' objects}
        1    0.000    0.000    0.000    0.000 {method 'disable' of '_lsprof.Profiler' objects}
       12    0.000    0.000    0.000    0.000 {method 'find' of 'str' objects}
        1    0.000    0.000    0.000    0.000 {method 'get' of 'dict' objects}
     2523    0.001    0.000    0.001    0.000 {method 'has_key' of 'dict' objects}
        3    0.032    0.011    0.032    0.011 {method 'join' of 'str' objects}
        3    0.000    0.000    0.000    0.000 {method 'keys' of 'dict' objects}
        2    0.492    0.246    0.492    0.246 {method 'read' of 'bz2.BZ2File' objects}
      151    0.006    0.000    0.006    0.000 {method 'read' of 'cStringIO.StringI' objects}
       10    0.000    0.000    0.000    0.000 {method 'rfind' of 'str' objects}
        1    0.000    0.000    0.000    0.000 {method 'rstrip' of 'str' objects}
       12    0.000    0.000    0.000    0.000 {method 'seek' of 'cStringIO.StringI' objects}
        1    0.000    0.000    0.000    0.000 {method 'sort' of 'list' objects}
        1    0.000    0.000    0.000    0.000 {method 'split' of 'str' objects}
        3    0.000    0.000    0.000    0.000 {method 'tell' of 'cStringIO.StringI' objects}
        1    0.000    0.000    0.000    0.000 {method 'unpack' of 'Struct' objects}
        2    0.000    0.000    0.000    0.000 {min}
        1    0.033    0.033    0.033    0.033 {numpy.core.multiarray.fromstring}
      188    0.000    0.000    0.000    0.000 {ord}
       11    0.000    0.000    0.000    0.000 {range}


0.0100 0.0000 0.2400 0.1626 0.0900     8.004 testimages/corkcont2_H_0089.mccd.gz
Thu Oct 30 12:14:29 2008    stats

         4194 function calls in 0.264 CPU seconds

   Ordered by: standard name

   ncalls  tottime  percall  cumtime  percall filename:lineno(function)
        1    0.005    0.005    0.264    0.264 <string>:1(<module>)
        1    0.000    0.000    0.000    0.000 ArgImagePlugin.py:401(_accept)
        1    0.000    0.000    0.000    0.000 BmpImagePlugin.py:55(_accept)
        1    0.000    0.000    0.000    0.000 BufrStubImagePlugin.py:28(_accept)
        1    0.000    0.000    0.000    0.000 CurImagePlugin.py:37(_accept)
        1    0.000    0.000    0.000    0.000 DcxImagePlugin.py:32(i32)
        1    0.000    0.000    0.000    0.000 DcxImagePlugin.py:35(_accept)
        1    0.000    0.000    0.000    0.000 EpsImagePlugin.py:118(_accept)
        1    0.000    0.000    0.000    0.000 EpsImagePlugin.py:29(i32)
        1    0.000    0.000    0.000    0.000 FitsStubImagePlugin.py:28(_accept)
        1    0.000    0.000    0.000    0.000 FliImagePlugin.py:25(i16)
        1    0.000    0.000    0.000    0.000 FliImagePlugin.py:34(_accept)
        1    0.000    0.000    0.000    0.000 FpxImagePlugin.py:46(_accept)
        2    0.000    0.000    0.000    0.000 GbrImagePlugin.py:18(i32)
        1    0.000    0.000    0.000    0.000 GbrImagePlugin.py:21(_accept)
        1    0.000    0.000    0.000    0.000 GifImagePlugin.py:47(_accept)
        1    0.000    0.000    0.000    0.000 GribStubImagePlugin.py:28(_accept)
        1    0.000    0.000    0.000    0.000 Hdf5StubImagePlugin.py:28(_accept)
        1    0.000    0.000    0.000    0.000 IcnsImagePlugin.py:204(<lambda>)
        1    0.000    0.000    0.000    0.000 IcoImagePlugin.py:37(_accept)
        1    0.000    0.000    0.000    0.000 ImImagePlugin.py:110(_open)
        1    0.000    0.000    0.001    0.001 Image.py:1879(open)
        1    0.000    0.000    0.000    0.000 Image.py:280(preinit)
        1    0.000    0.000    0.000    0.000 Image.py:361(_getdecoder)
        1    0.000    0.000    0.000    0.000 Image.py:377(_getencoder)
        5    0.000    0.000    0.000    0.000 Image.py:439(__init__)
        1    0.000    0.000    0.000    0.000 Image.py:448(_new)
        4    0.000    0.000    0.000    0.000 Image.py:484(__getattr__)
        1    0.001    0.001    0.065    0.065 Image.py:503(tostring)
        3    0.000    0.000    0.000    0.000 Image.py:587(load)
        1    0.000    0.000    0.038    0.038 Image.py:638(convert)
        5    0.000    0.000    0.000    0.000 Image.py:82(isStringType)
        2    0.000    0.000    0.000    0.000 Image.py:91(isTupleType)
        1    0.001    0.001    0.015    0.015 ImageFile.py:115(load)
        1    0.000    0.000    0.001    0.001 ImageFile.py:219(load_prepare)
        1    0.000    0.000    0.000    0.000 ImageFile.py:228(load_end)
        2    0.000    0.000    0.000    0.000 ImageFile.py:508(_safe_read)
        4    0.000    0.000    0.001    0.000 ImageFile.py:63(__init__)
        1    0.000    0.000    0.000    0.000 ImtImagePlugin.py:37(_open)
        1    0.000    0.000    0.000    0.000 IptcImagePlugin.py:110(_open)
        1    0.000    0.000    0.000    0.000 IptcImagePlugin.py:62(field)
        1    0.000    0.000    0.000    0.000 JpegImagePlugin.py:231(_accept)
        1    0.000    0.000    0.000    0.000 McIdasImagePlugin.py:28(i32)
        1    0.000    0.000    0.000    0.000 McIdasImagePlugin.py:31(_accept)
        1    0.000    0.000    0.000    0.000 PcxImagePlugin.py:35(_accept)
        1    0.000    0.000    0.000    0.000 PngImagePlugin.py:261(_accept)
        1    0.000    0.000    0.000    0.000 PpmImagePlugin.py:40(_accept)
        1    0.000    0.000    0.000    0.000 TiffImagePlugin.py:157(_accept)
        1    0.000    0.000    0.000    0.000 TiffImagePlugin.py:168(__init__)
        2    0.000    0.000    0.000    0.000 TiffImagePlugin.py:180(reset)
       14    0.000    0.000    0.000    0.000 TiffImagePlugin.py:199(__getitem__)
        2    0.000    0.000    0.000    0.000 TiffImagePlugin.py:209(get)
       11    0.000    0.000    0.000    0.000 TiffImagePlugin.py:215(getscalar)
        2    0.000    0.000    0.000    0.000 TiffImagePlugin.py:230(has_key)
        4    0.000    0.000    0.000    0.000 TiffImagePlugin.py:255(load_short)
        4    0.000    0.000    0.000    0.000 TiffImagePlugin.py:262(load_long)
        2    0.000    0.000    0.000    0.000 TiffImagePlugin.py:269(load_rational)
        1    0.000    0.000    0.000    0.000 TiffImagePlugin.py:295(load)
        1    0.000    0.000    0.001    0.001 TiffImagePlugin.py:445(_open)
        1    0.000    0.000    0.001    0.001 TiffImagePlugin.py:477(_seek)
        1    0.000    0.000    0.000    0.000 TiffImagePlugin.py:497(_decoder)
        1    0.000    0.000    0.000    0.000 TiffImagePlugin.py:521(_setup)
       31    0.000    0.000    0.000    0.000 TiffImagePlugin.py:64(il16)
       25    0.000    0.000    0.000    0.000 TiffImagePlugin.py:66(il32)
        1    0.000    0.000    0.000    0.000 __init__.py:121(numstem)
        1    0.000    0.000    0.000    0.000 __init__.py:139(deconstruct_filename)
        1    0.000    0.000    0.000    0.000 __init__.py:77(__init__)
        1    0.000    0.000    0.000    0.000 fabioimage.py:187(resetvals)
        2    0.000    0.000    0.106    0.053 fabioimage.py:259(_open)
        2    0.000    0.000    0.106    0.053 fabioimage.py:288(_compressed_stream)
        2    0.000    0.000    0.000    0.000 fabioimage.py:39(__init__)
        1    0.000    0.000    0.000    0.000 fromnumeric.py:83(reshape)
        2    0.000    0.000    0.000    0.000 gzip.py:157(_init_read)
        2    0.000    0.000    0.000    0.000 gzip.py:161(_read_gzip_header)
        3    0.000    0.000    0.000    0.000 gzip.py:18(U32)
        2    0.000    0.000    0.098    0.049 gzip.py:208(read)
       13    0.000    0.000    0.097    0.007 gzip.py:245(_read)
        1    0.000    0.000    0.000    0.000 gzip.py:27(LOWU32)
       12    0.030    0.002    0.043    0.004 gzip.py:295(_add_read_data)
        1    0.000    0.000    0.000    0.000 gzip.py:301(_read_eof)
        2    0.000    0.000    0.000    0.000 gzip.py:315(close)
        2    0.000    0.000    0.000    0.000 gzip.py:334(__del__)
        2    0.000    0.000    0.000    0.000 gzip.py:39(read32)
        2    0.000    0.000    0.009    0.005 gzip.py:60(__init__)
        1    0.006    0.006    0.007    0.007 marccdimage.py:264(interpret_header)
        1    0.000    0.000    0.007    0.007 marccdimage.py:292(_readheader)
        1    0.000    0.000    0.000    0.000 openimage.py:54(do_magic)
        1    0.000    0.000    0.259    0.259 openimage.py:67(openimage)
        1    0.000    0.000    0.009    0.009 openimage.py:81(_openimage)
        2    0.000    0.000    0.000    0.000 posixpath.py:74(split)
        2    0.000    0.000    0.000    0.000 posixpath.py:89(splitext)
        1    0.000    0.000    0.000    0.000 re.py:178(compile)
        1    0.000    0.000    0.000    0.000 re.py:219(_compile)
        1    0.000    0.000    0.032    0.032 string.py:306(join)
        3    0.000    0.000    0.000    0.000 struct.py:77(unpack)
        1    0.007    0.007    0.251    0.251 tifimage.py:53(read)
        1    0.001    0.001    0.001    0.001 {PIL._imaging.new}
        2    0.000    0.000    0.000    0.000 {apply}
        1    0.023    0.023    0.023    0.023 {built-in method convert}
      128    0.006    0.000    0.006    0.000 {built-in method decode}
       12    0.052    0.004    0.052    0.004 {built-in method decompress}
      256    0.032    0.000    0.032    0.000 {built-in method encode}
        1    0.000    0.000    0.000    0.000 {built-in method groups}
        1    0.000    0.000    0.000    0.000 {built-in method match}
        2    0.000    0.000    0.000    0.000 {built-in method pixel_access}
        1    0.000    0.000    0.000    0.000 {built-in method setimage}
        1    0.000    0.000    0.000    0.000 {cStringIO.StringIO}
        4    0.000    0.000    0.000    0.000 {getattr}
        5    0.000    0.000    0.000    0.000 {hasattr}
       12    0.000    0.000    0.000    0.000 {isinstance}
       65    0.000    0.000    0.000    0.000 {len}
        1    0.000    0.000    0.000    0.000 {max}
      421    0.000    0.000    0.000    0.000 {method 'append' of 'list' objects}
        2    0.000    0.000    0.000    0.000 {method 'close' of 'file' objects}
        1    0.000    0.000    0.000    0.000 {method 'copy' of 'dict' objects}
        1    0.000    0.000    0.000    0.000 {method 'disable' of '_lsprof.Profiler' objects}
       12    0.000    0.000    0.000    0.000 {method 'find' of 'str' objects}
        1    0.000    0.000    0.000    0.000 {method 'get' of 'dict' objects}
     2523    0.001    0.000    0.001    0.000 {method 'has_key' of 'dict' objects}
        3    0.032    0.011    0.032    0.011 {method 'join' of 'str' objects}
        3    0.000    0.000    0.000    0.000 {method 'keys' of 'dict' objects}
      151    0.006    0.000    0.006    0.000 {method 'read' of 'cStringIO.StringI' objects}
       66    0.002    0.000    0.002    0.000 {method 'read' of 'file' objects}
        6    0.000    0.000    0.000    0.000 {method 'rfind' of 'str' objects}
        1    0.000    0.000    0.000    0.000 {method 'rstrip' of 'str' objects}
       12    0.000    0.000    0.000    0.000 {method 'seek' of 'cStringIO.StringI' objects}
        7    0.000    0.000    0.000    0.000 {method 'seek' of 'file' objects}
        1    0.000    0.000    0.000    0.000 {method 'sort' of 'list' objects}
        1    0.000    0.000    0.000    0.000 {method 'split' of 'str' objects}
        3    0.000    0.000    0.000    0.000 {method 'tell' of 'cStringIO.StringI' objects}
        6    0.000    0.000    0.000    0.000 {method 'tell' of 'file' objects}
        3    0.000    0.000    0.000    0.000 {method 'unpack' of 'Struct' objects}
       14    0.000    0.000    0.000    0.000 {min}
        1    0.033    0.033    0.033    0.033 {numpy.core.multiarray.fromstring}
        2    0.009    0.005    0.009    0.005 {open}
      192    0.000    0.000    0.000    0.000 {ord}
       11    0.000    0.000    0.000    0.000 {range}
       14    0.013    0.001    0.013    0.001 {zlib.crc32}
        2    0.000    0.000    0.000    0.000 {zlib.decompressobj}


0.0100 0.0000 0.2000                   3.471 testimages/example.mar2300
Thu Oct 30 12:14:30 2008    stats

         222 function calls in 0.201 CPU seconds

   Ordered by: standard name

   ncalls  tottime  percall  cumtime  percall filename:lineno(function)
        1    0.000    0.000    0.201    0.201 <string>:1(<module>)
        1    0.000    0.000    0.000    0.000 __init__.py:121(numstem)
        1    0.000    0.000    0.000    0.000 __init__.py:139(deconstruct_filename)
        1    0.000    0.000    0.000    0.000 __init__.py:77(__init__)
        2    0.000    0.000    0.003    0.002 fabioimage.py:259(_open)
        2    0.000    0.000    0.000    0.000 fabioimage.py:39(__init__)
        1    0.000    0.000    0.198    0.198 mar345image.py:21(read)
        1    0.000    0.000    0.001    0.001 mar345image.py:46(_readheader)
        1    0.000    0.000    0.000    0.000 openimage.py:54(do_magic)
        1    0.000    0.000    0.201    0.201 openimage.py:67(openimage)
        1    0.000    0.000    0.003    0.003 openimage.py:81(_openimage)
        2    0.000    0.000    0.000    0.000 posixpath.py:74(split)
        4    0.000    0.000    0.000    0.000 posixpath.py:89(splitext)
        1    0.000    0.000    0.000    0.000 re.py:178(compile)
        1    0.000    0.000    0.000    0.000 re.py:219(_compile)
        1    0.000    0.000    0.000    0.000 string.py:246(strip)
       15    0.000    0.000    0.000    0.000 struct.py:77(unpack)
        1    0.000    0.000    0.000    0.000 {built-in method groups}
        1    0.000    0.000    0.000    0.000 {built-in method match}
        2    0.000    0.000    0.000    0.000 {getattr}
        4    0.000    0.000    0.000    0.000 {hasattr}
       16    0.000    0.000    0.000    0.000 {len}
        1    0.196    0.196    0.196    0.196 {mar345_io.unpack}
        1    0.000    0.000    0.000    0.000 {method 'close' of 'file' objects}
        1    0.000    0.000    0.000    0.000 {method 'disable' of '_lsprof.Profiler' objects}
       12    0.000    0.000    0.000    0.000 {method 'find' of 'str' objects}
        1    0.000    0.000    0.000    0.000 {method 'get' of 'dict' objects}
        3    0.000    0.000    0.000    0.000 {method 'join' of 'str' objects}
        3    0.000    0.000    0.000    0.000 {method 'keys' of 'dict' objects}
        4    0.000    0.000    0.000    0.000 {method 'read' of 'file' objects}
       10    0.000    0.000    0.000    0.000 {method 'rfind' of 'str' objects}
        1    0.000    0.000    0.000    0.000 {method 'rstrip' of 'str' objects}
       67    0.000    0.000    0.000    0.000 {method 'split' of 'str' objects}
        1    0.000    0.000    0.000    0.000 {method 'splitlines' of 'str' objects}
       17    0.000    0.000    0.000    0.000 {method 'strip' of 'str' objects}
       15    0.000    0.000    0.000    0.000 {method 'unpack' of 'Struct' objects}
       11    0.000    0.000    0.000    0.000 {method 'update' of 'dict' objects}
        2    0.003    0.002    0.003    0.002 {open}
       11    0.000    0.000    0.000    0.000 {range}


0.0000 0.0000 0.9900 0.8456 0.6700     3.471 testimages/example.mar2300.bz2
Thu Oct 30 12:14:33 2008    stats

         227 function calls in 0.998 CPU seconds

   Ordered by: standard name

   ncalls  tottime  percall  cumtime  percall filename:lineno(function)
        1    0.000    0.000    0.998    0.998 <string>:1(<module>)
        1    0.000    0.000    0.000    0.000 __init__.py:121(numstem)
        1    0.000    0.000    0.000    0.000 __init__.py:139(deconstruct_filename)
        1    0.000    0.000    0.000    0.000 __init__.py:77(__init__)
        2    0.000    0.000    0.693    0.346 fabioimage.py:259(_open)
        2    0.001    0.000    0.693    0.346 fabioimage.py:288(_compressed_stream)
        2    0.000    0.000    0.000    0.000 fabioimage.py:39(__init__)
        1    0.000    0.000    0.895    0.895 mar345image.py:21(read)
        1    0.000    0.000    0.001    0.001 mar345image.py:46(_readheader)
        1    0.000    0.000    0.000    0.000 openimage.py:54(do_magic)
        1    0.000    0.000    0.998    0.998 openimage.py:67(openimage)
        1    0.000    0.000    0.103    0.103 openimage.py:81(_openimage)
        2    0.000    0.000    0.000    0.000 posixpath.py:74(split)
        4    0.000    0.000    0.000    0.000 posixpath.py:89(splitext)
        1    0.000    0.000    0.000    0.000 re.py:178(compile)
        1    0.000    0.000    0.000    0.000 re.py:219(_compile)
        1    0.000    0.000    0.000    0.000 string.py:246(strip)
       15    0.000    0.000    0.000    0.000 struct.py:77(unpack)
        1    0.000    0.000    0.000    0.000 {built-in method groups}
        1    0.000    0.000    0.000    0.000 {built-in method match}
        2    0.000    0.000    0.000    0.000 {getattr}
        4    0.000    0.000    0.000    0.000 {hasattr}
       16    0.000    0.000    0.000    0.000 {len}
        1    0.198    0.198    0.198    0.198 {mar345_io.unpack}
        1    0.000    0.000    0.000    0.000 {method 'close' of 'bz2.BZ2File' objects}
        1    0.003    0.003    0.003    0.003 {method 'close' of 'file' objects}
        1    0.000    0.000    0.000    0.000 {method 'disable' of '_lsprof.Profiler' objects}
       12    0.000    0.000    0.000    0.000 {method 'find' of 'str' objects}
        1    0.000    0.000    0.000    0.000 {method 'get' of 'dict' objects}
        3    0.000    0.000    0.000    0.000 {method 'join' of 'str' objects}
        3    0.000    0.000    0.000    0.000 {method 'keys' of 'dict' objects}
        2    0.780    0.390    0.780    0.390 {method 'read' of 'bz2.BZ2File' objects}
        3    0.000    0.000    0.000    0.000 {method 'read' of 'file' objects}
       10    0.000    0.000    0.000    0.000 {method 'rfind' of 'str' objects}
        1    0.000    0.000    0.000    0.000 {method 'rstrip' of 'str' objects}
        1    0.000    0.000    0.000    0.000 {method 'seek' of 'file' objects}
       67    0.000    0.000    0.000    0.000 {method 'split' of 'str' objects}
        1    0.000    0.000    0.000    0.000 {method 'splitlines' of 'str' objects}
       17    0.000    0.000    0.000    0.000 {method 'strip' of 'str' objects}
       15    0.000    0.000    0.000    0.000 {method 'unpack' of 'Struct' objects}
       11    0.000    0.000    0.000    0.000 {method 'update' of 'dict' objects}
        1    0.013    0.013    0.013    0.013 {method 'write' of 'file' objects}
        1    0.000    0.000    0.000    0.000 {posix.tmpfile}
       11    0.000    0.000    0.000    0.000 {range}


0.0100 0.0000 0.2800 0.1064 0.0600     3.471 testimages/example.mar2300.gz
Thu Oct 30 12:14:34 2008    stats

         414 function calls in 0.268 CPU seconds

   Ordered by: standard name

   ncalls  tottime  percall  cumtime  percall filename:lineno(function)
        1    0.000    0.000    0.268    0.268 <string>:1(<module>)
        1    0.000    0.000    0.000    0.000 __init__.py:121(numstem)
        1    0.000    0.000    0.000    0.000 __init__.py:139(deconstruct_filename)
        1    0.000    0.000    0.000    0.000 __init__.py:77(__init__)
        2    0.000    0.000    0.065    0.033 fabioimage.py:259(_open)
        2    0.000    0.000    0.065    0.033 fabioimage.py:288(_compressed_stream)
        2    0.000    0.000    0.000    0.000 fabioimage.py:39(__init__)
        2    0.000    0.000    0.000    0.000 gzip.py:157(_init_read)
        2    0.000    0.000    0.000    0.000 gzip.py:161(_read_gzip_header)
        3    0.000    0.000    0.000    0.000 gzip.py:18(U32)
        2    0.000    0.000    0.051    0.026 gzip.py:208(read)
       14    0.000    0.000    0.051    0.004 gzip.py:245(_read)
        1    0.000    0.000    0.000    0.000 gzip.py:27(LOWU32)
       13    0.009    0.001    0.014    0.001 gzip.py:295(_add_read_data)
        1    0.000    0.000    0.000    0.000 gzip.py:301(_read_eof)
        2    0.000    0.000    0.000    0.000 gzip.py:315(close)
        2    0.000    0.000    0.000    0.000 gzip.py:334(__del__)
        2    0.000    0.000    0.000    0.000 gzip.py:39(read32)
        2    0.000    0.000    0.001    0.000 gzip.py:60(__init__)
        1    0.000    0.000    0.267    0.267 mar345image.py:21(read)
        1    0.000    0.000    0.001    0.001 mar345image.py:46(_readheader)
        1    0.000    0.000    0.000    0.000 openimage.py:54(do_magic)
        1    0.000    0.000    0.268    0.268 openimage.py:67(openimage)
        1    0.000    0.000    0.001    0.001 openimage.py:81(_openimage)
        2    0.000    0.000    0.000    0.000 posixpath.py:74(split)
        2    0.000    0.000    0.000    0.000 posixpath.py:89(splitext)
        1    0.000    0.000    0.000    0.000 re.py:178(compile)
        1    0.000    0.000    0.000    0.000 re.py:219(_compile)
        1    0.000    0.000    0.000    0.000 string.py:246(strip)
       17    0.000    0.000    0.000    0.000 struct.py:77(unpack)
       13    0.032    0.002    0.032    0.002 {built-in method decompress}
        1    0.000    0.000    0.000    0.000 {built-in method groups}
        1    0.000    0.000    0.000    0.000 {built-in method match}
        2    0.000    0.000    0.000    0.000 {getattr}
        4    0.000    0.000    0.000    0.000 {hasattr}
       43    0.000    0.000    0.000    0.000 {len}
        1    0.198    0.198    0.198    0.198 {mar345_io.unpack}
        3    0.003    0.001    0.003    0.001 {method 'close' of 'file' objects}
        1    0.000    0.000    0.000    0.000 {method 'disable' of '_lsprof.Profiler' objects}
       12    0.000    0.000    0.000    0.000 {method 'find' of 'str' objects}
        1    0.000    0.000    0.000    0.000 {method 'get' of 'dict' objects}
        3    0.000    0.000    0.000    0.000 {method 'join' of 'str' objects}
        3    0.000    0.000    0.000    0.000 {method 'keys' of 'dict' objects}
       58    0.004    0.000    0.004    0.000 {method 'read' of 'file' objects}
        6    0.000    0.000    0.000    0.000 {method 'rfind' of 'str' objects}
        1    0.000    0.000    0.000    0.000 {method 'rstrip' of 'str' objects}
        8    0.000    0.000    0.000    0.000 {method 'seek' of 'file' objects}
       67    0.000    0.000    0.000    0.000 {method 'split' of 'str' objects}
        1    0.000    0.000    0.000    0.000 {method 'splitlines' of 'str' objects}
       17    0.000    0.000    0.000    0.000 {method 'strip' of 'str' objects}
        6    0.000    0.000    0.000    0.000 {method 'tell' of 'file' objects}
       17    0.000    0.000    0.000    0.000 {method 'unpack' of 'Struct' objects}
       11    0.000    0.000    0.000    0.000 {method 'update' of 'dict' objects}
        1    0.013    0.013    0.013    0.013 {method 'write' of 'file' objects}
       13    0.000    0.000    0.000    0.000 {min}
        2    0.000    0.000    0.000    0.000 {open}
        4    0.000    0.000    0.000    0.000 {ord}
        1    0.000    0.000    0.000    0.000 {posix.tmpfile}
       11    0.000    0.000    0.000    0.000 {range}
       15    0.006    0.000    0.006    0.000 {zlib.crc32}
        2    0.000    0.000    0.000    0.000 {zlib.decompressobj}


0.0000 0.0000 0.0100                   0.215 testimages/face.edf
Thu Oct 30 12:14:35 2008    stats

         119 function calls in 0.003 CPU seconds

   Ordered by: standard name

   ncalls  tottime  percall  cumtime  percall filename:lineno(function)
        1    0.000    0.000    0.003    0.003 <string>:1(<module>)
        2    0.000    0.000    0.000    0.000 __init__.py:1158(getEffectiveLevel)
        1    0.000    0.000    0.000    0.000 __init__.py:121(numstem)
        1    0.000    0.000    0.000    0.000 __init__.py:1313(info)
        1    0.000    0.000    0.000    0.000 __init__.py:1321(debug)
        1    0.000    0.000    0.000    0.000 __init__.py:62(getnum)
        1    0.000    0.000    0.000    0.000 __init__.py:959(debug)
        1    0.000    0.000    0.000    0.000 __init__.py:973(info)
        1    0.000    0.000    0.000    0.000 edfimage.py:153(swap_needed)
        1    0.000    0.000    0.000    0.000 edfimage.py:55(_readheader)
        1    0.000    0.000    0.002    0.002 edfimage.py:87(read)
        2    0.000    0.000    0.000    0.000 fabioimage.py:187(resetvals)
        2    0.000    0.000    0.002    0.001 fabioimage.py:259(_open)
        2    0.000    0.000    0.000    0.000 fabioimage.py:39(__init__)
        1    0.000    0.000    0.000    0.000 fromnumeric.py:83(reshape)
        1    0.000    0.000    0.000    0.000 openimage.py:54(do_magic)
        1    0.000    0.000    0.003    0.003 openimage.py:67(openimage)
        1    0.000    0.000    0.001    0.001 openimage.py:81(_openimage)
        4    0.000    0.000    0.000    0.000 posixpath.py:89(splitext)
        1    0.000    0.000    0.000    0.000 re.py:178(compile)
        1    0.000    0.000    0.000    0.000 re.py:219(_compile)
        2    0.000    0.000    0.000    0.000 {apply}
        1    0.000    0.000    0.000    0.000 {built-in method groups}
        1    0.000    0.000    0.000    0.000 {built-in method match}
        2    0.000    0.000    0.000    0.000 {getattr}
        4    0.000    0.000    0.000    0.000 {hasattr}
        9    0.000    0.000    0.000    0.000 {len}
        7    0.000    0.000    0.000    0.000 {method 'append' of 'list' objects}
        1    0.000    0.000    0.000    0.000 {method 'close' of 'file' objects}
        1    0.000    0.000    0.000    0.000 {method 'disable' of '_lsprof.Profiler' objects}
        8    0.000    0.000    0.000    0.000 {method 'find' of 'str' objects}
        1    0.000    0.000    0.000    0.000 {method 'get' of 'dict' objects}
        2    0.000    0.000    0.000    0.000 {method 'has_key' of 'dict' objects}
        2    0.000    0.000    0.000    0.000 {method 'join' of 'str' objects}
        2    0.000    0.000    0.000    0.000 {method 'keys' of 'dict' objects}
       12    0.000    0.000    0.000    0.000 {method 'lstrip' of 'str' objects}
        4    0.000    0.000    0.000    0.000 {method 'read' of 'file' objects}
        8    0.000    0.000    0.000    0.000 {method 'rfind' of 'str' objects}
       12    0.000    0.000    0.000    0.000 {method 'rstrip' of 'str' objects}
        7    0.000    0.000    0.000    0.000 {method 'split' of 'str' objects}
        1    0.000    0.000    0.000    0.000 {method 'tostring' of 'numpy.ndarray' objects}
        1    0.000    0.000    0.000    0.000 {numpy.core.multiarray.array}
        1    0.000    0.000    0.000    0.000 {numpy.core.multiarray.fromstring}
        2    0.002    0.001    0.002    0.001 {open}


0.0000 0.0000 0.0000 0.0443 0.0000     0.215 testimages/face.edf.bz2
Thu Oct 30 12:14:35 2008    stats

         119 function calls in 0.007 CPU seconds

   Ordered by: standard name

   ncalls  tottime  percall  cumtime  percall filename:lineno(function)
        1    0.000    0.000    0.007    0.007 <string>:1(<module>)
        2    0.000    0.000    0.000    0.000 __init__.py:1158(getEffectiveLevel)
        1    0.000    0.000    0.000    0.000 __init__.py:121(numstem)
        1    0.000    0.000    0.000    0.000 __init__.py:1313(info)
        1    0.000    0.000    0.000    0.000 __init__.py:1321(debug)
        1    0.000    0.000    0.000    0.000 __init__.py:62(getnum)
        1    0.000    0.000    0.000    0.000 __init__.py:959(debug)
        1    0.000    0.000    0.000    0.000 __init__.py:973(info)
        1    0.000    0.000    0.000    0.000 edfimage.py:153(swap_needed)
        1    0.000    0.000    0.001    0.001 edfimage.py:55(_readheader)
        1    0.000    0.000    0.004    0.004 edfimage.py:87(read)
        2    0.000    0.000    0.000    0.000 fabioimage.py:187(resetvals)
        2    0.000    0.000    0.004    0.002 fabioimage.py:259(_open)
        2    0.004    0.002    0.004    0.002 fabioimage.py:288(_compressed_stream)
        2    0.000    0.000    0.000    0.000 fabioimage.py:39(__init__)
        1    0.000    0.000    0.000    0.000 fromnumeric.py:83(reshape)
        1    0.000    0.000    0.000    0.000 openimage.py:54(do_magic)
        1    0.000    0.000    0.007    0.007 openimage.py:67(openimage)
        1    0.000    0.000    0.003    0.003 openimage.py:81(_openimage)
        4    0.000    0.000    0.000    0.000 posixpath.py:89(splitext)
        1    0.000    0.000    0.000    0.000 re.py:178(compile)
        1    0.000    0.000    0.000    0.000 re.py:219(_compile)
        2    0.000    0.000    0.000    0.000 {apply}
        1    0.000    0.000    0.000    0.000 {built-in method groups}
        1    0.000    0.000    0.000    0.000 {built-in method match}
        2    0.000    0.000    0.000    0.000 {getattr}
        4    0.000    0.000    0.000    0.000 {hasattr}
        9    0.000    0.000    0.000    0.000 {len}
        7    0.000    0.000    0.000    0.000 {method 'append' of 'list' objects}
        1    0.000    0.000    0.000    0.000 {method 'close' of 'bz2.BZ2File' objects}
        1    0.000    0.000    0.000    0.000 {method 'disable' of '_lsprof.Profiler' objects}
        8    0.000    0.000    0.000    0.000 {method 'find' of 'str' objects}
        1    0.000    0.000    0.000    0.000 {method 'get' of 'dict' objects}
        2    0.000    0.000    0.000    0.000 {method 'has_key' of 'dict' objects}
        2    0.000    0.000    0.000    0.000 {method 'join' of 'str' objects}
        2    0.000    0.000    0.000    0.000 {method 'keys' of 'dict' objects}
       12    0.000    0.000    0.000    0.000 {method 'lstrip' of 'str' objects}
        4    0.003    0.001    0.003    0.001 {method 'read' of 'bz2.BZ2File' objects}
        8    0.000    0.000    0.000    0.000 {method 'rfind' of 'str' objects}
       12    0.000    0.000    0.000    0.000 {method 'rstrip' of 'str' objects}
        7    0.000    0.000    0.000    0.000 {method 'split' of 'str' objects}
        1    0.000    0.000    0.000    0.000 {method 'tostring' of 'numpy.ndarray' objects}
        1    0.000    0.000    0.000    0.000 {numpy.core.multiarray.array}
        1    0.000    0.000    0.000    0.000 {numpy.core.multiarray.fromstring}


0.0000 0.0000 0.0100 0.0373 0.0000     0.215 testimages/face.edf.gz
Thu Oct 30 12:14:36 2008    stats

         212 function calls in 0.004 CPU seconds

   Ordered by: standard name

   ncalls  tottime  percall  cumtime  percall filename:lineno(function)
        1    0.000    0.000    0.004    0.004 <string>:1(<module>)
        2    0.000    0.000    0.000    0.000 __init__.py:1158(getEffectiveLevel)
        1    0.000    0.000    0.000    0.000 __init__.py:121(numstem)
        1    0.000    0.000    0.000    0.000 __init__.py:1313(info)
        1    0.000    0.000    0.000    0.000 __init__.py:1321(debug)
        1    0.000    0.000    0.000    0.000 __init__.py:62(getnum)
        1    0.000    0.000    0.000    0.000 __init__.py:959(debug)
        1    0.000    0.000    0.000    0.000 __init__.py:973(info)
        1    0.000    0.000    0.000    0.000 edfimage.py:153(swap_needed)
        1    0.000    0.000    0.001    0.001 edfimage.py:55(_readheader)
        1    0.000    0.000    0.003    0.003 edfimage.py:87(read)
        2    0.000    0.000    0.000    0.000 fabioimage.py:187(resetvals)
        2    0.000    0.000    0.001    0.000 fabioimage.py:259(_open)
        2    0.000    0.000    0.001    0.000 fabioimage.py:288(_compressed_stream)
        2    0.000    0.000    0.000    0.000 fabioimage.py:39(__init__)
        1    0.000    0.000    0.000    0.000 fromnumeric.py:83(reshape)
        2    0.000    0.000    0.000    0.000 gzip.py:157(_init_read)
        2    0.000    0.000    0.000    0.000 gzip.py:161(_read_gzip_header)
        3    0.000    0.000    0.000    0.000 gzip.py:18(U32)
        4    0.000    0.000    0.002    0.001 gzip.py:208(read)
        4    0.000    0.000    0.002    0.001 gzip.py:245(_read)
        1    0.000    0.000    0.000    0.000 gzip.py:27(LOWU32)
        3    0.000    0.000    0.001    0.000 gzip.py:295(_add_read_data)
        1    0.000    0.000    0.000    0.000 gzip.py:301(_read_eof)
        2    0.000    0.000    0.000    0.000 gzip.py:315(close)
        2    0.000    0.000    0.000    0.000 gzip.py:334(__del__)
        2    0.000    0.000    0.000    0.000 gzip.py:39(read32)
        2    0.000    0.000    0.000    0.000 gzip.py:60(__init__)
        1    0.000    0.000    0.000    0.000 openimage.py:54(do_magic)
        1    0.000    0.000    0.004    0.004 openimage.py:67(openimage)
        1    0.000    0.000    0.001    0.001 openimage.py:81(_openimage)
        2    0.000    0.000    0.000    0.000 posixpath.py:89(splitext)
        1    0.000    0.000    0.000    0.000 re.py:178(compile)
        1    0.000    0.000    0.000    0.000 re.py:219(_compile)
        2    0.000    0.000    0.000    0.000 struct.py:77(unpack)
        2    0.000    0.000    0.000    0.000 {apply}
        3    0.001    0.000    0.001    0.000 {built-in method decompress}
        1    0.000    0.000    0.000    0.000 {built-in method groups}
        1    0.000    0.000    0.000    0.000 {built-in method match}
        2    0.000    0.000    0.000    0.000 {getattr}
        4    0.000    0.000    0.000    0.000 {hasattr}
       16    0.000    0.000    0.000    0.000 {len}
        7    0.000    0.000    0.000    0.000 {method 'append' of 'list' objects}
        2    0.000    0.000    0.000    0.000 {method 'close' of 'file' objects}
        1    0.000    0.000    0.000    0.000 {method 'disable' of '_lsprof.Profiler' objects}
        8    0.000    0.000    0.000    0.000 {method 'find' of 'str' objects}
        1    0.000    0.000    0.000    0.000 {method 'get' of 'dict' objects}
        2    0.000    0.000    0.000    0.000 {method 'has_key' of 'dict' objects}
        2    0.000    0.000    0.000    0.000 {method 'join' of 'str' objects}
        2    0.000    0.000    0.000    0.000 {method 'keys' of 'dict' objects}
       12    0.000    0.000    0.000    0.000 {method 'lstrip' of 'str' objects}
       31    0.000    0.000    0.000    0.000 {method 'read' of 'file' objects}
        4    0.000    0.000    0.000    0.000 {method 'rfind' of 'str' objects}
       12    0.000    0.000    0.000    0.000 {method 'rstrip' of 'str' objects}
        7    0.000    0.000    0.000    0.000 {method 'seek' of 'file' objects}
        7    0.000    0.000    0.000    0.000 {method 'split' of 'str' objects}
        6    0.000    0.000    0.000    0.000 {method 'tell' of 'file' objects}
        1    0.000    0.000    0.000    0.000 {method 'tostring' of 'numpy.ndarray' objects}
        2    0.000    0.000    0.000    0.000 {method 'unpack' of 'Struct' objects}
        3    0.000    0.000    0.000    0.000 {min}
        1    0.000    0.000    0.000    0.000 {numpy.core.multiarray.array}
        1    0.000    0.000    0.000    0.000 {numpy.core.multiarray.fromstring}
        2    0.000    0.000    0.000    0.000 {open}
        4    0.000    0.000    0.000    0.000 {ord}
        5    0.000    0.000    0.000    0.000 {zlib.crc32}
        2    0.000    0.000    0.000    0.000 {zlib.decompressobj}


0.0000 0.0000 0.0000                   0.008 testimages/face.msk
Thu Oct 30 12:14:36 2008    stats

         82 function calls in 0.008 CPU seconds

   Ordered by: standard name

   ncalls  tottime  percall  cumtime  percall filename:lineno(function)
        1    0.000    0.000    0.008    0.008 <string>:1(<module>)
        1    0.000    0.000    0.000    0.000 __init__.py:121(numstem)
        1    0.000    0.000    0.000    0.000 __init__.py:62(getnum)
        2    0.000    0.000    0.001    0.000 fabioimage.py:259(_open)
        2    0.000    0.000    0.000    0.000 fabioimage.py:39(__init__)
        1    0.000    0.000    0.000    0.000 fit2dmaskimage.py:19(_readheader)
        1    0.002    0.002    0.007    0.007 fit2dmaskimage.py:36(read)
        2    0.000    0.000    0.000    0.000 fromnumeric.py:83(reshape)
        1    0.000    0.000    0.000    0.000 numeric.py:797(ones)
        1    0.000    0.000    0.000    0.000 openimage.py:54(do_magic)
        1    0.000    0.000    0.008    0.008 openimage.py:67(openimage)
        1    0.000    0.000    0.001    0.001 openimage.py:81(_openimage)
        4    0.000    0.000    0.000    0.000 posixpath.py:89(splitext)
        1    0.000    0.000    0.000    0.000 re.py:178(compile)
        1    0.000    0.000    0.000    0.000 re.py:219(_compile)
        1    0.000    0.000    0.000    0.000 {built-in method groups}
        1    0.000    0.000    0.000    0.000 {built-in method match}
        2    0.000    0.000    0.000    0.000 {getattr}
        4    0.000    0.000    0.000    0.000 {hasattr}
        4    0.000    0.000    0.000    0.000 {len}
        9    0.000    0.000    0.000    0.000 {method 'astype' of 'numpy.ndarray' objects}
        1    0.000    0.000    0.000    0.000 {method 'close' of 'file' objects}
        1    0.000    0.000    0.000    0.000 {method 'disable' of '_lsprof.Profiler' objects}
        1    0.000    0.000    0.000    0.000 {method 'fill' of 'numpy.ndarray' objects}
       12    0.000    0.000    0.000    0.000 {method 'find' of 'str' objects}
        1    0.000    0.000    0.000    0.000 {method 'get' of 'dict' objects}
        1    0.000    0.000    0.000    0.000 {method 'join' of 'str' objects}
        2    0.000    0.000    0.000    0.000 {method 'keys' of 'dict' objects}
        3    0.000    0.000    0.000    0.000 {method 'read' of 'file' objects}
        8    0.000    0.000    0.000    0.000 {method 'rfind' of 'str' objects}
        1    0.000    0.000    0.000    0.000 {method 'tostring' of 'numpy.ndarray' objects}
        1    0.000    0.000    0.000    0.000 {numpy.core.multiarray.array}
        1    0.000    0.000    0.000    0.000 {numpy.core.multiarray.empty}
        2    0.000    0.000    0.000    0.000 {numpy.core.multiarray.fromstring}
        1    0.005    0.005    0.005    0.005 {numpy.core.multiarray.where}
        1    0.000    0.000    0.000    0.000 {numpy.core.multiarray.zeros}
        2    0.000    0.000    0.000    0.000 {open}
        1    0.000    0.000    0.000    0.000 {range}


0.0000 0.0000 0.0100 0.0335 0.0000     0.008 testimages/face.msk.bz2
Thu Oct 30 12:14:36 2008    stats

         82 function calls in 0.010 CPU seconds

   Ordered by: standard name

   ncalls  tottime  percall  cumtime  percall filename:lineno(function)
        1    0.000    0.000    0.010    0.010 <string>:1(<module>)
        1    0.000    0.000    0.000    0.000 __init__.py:121(numstem)
        1    0.000    0.000    0.000    0.000 __init__.py:62(getnum)
        2    0.000    0.000    0.001    0.000 fabioimage.py:259(_open)
        2    0.000    0.000    0.000    0.000 fabioimage.py:288(_compressed_stream)
        2    0.000    0.000    0.000    0.000 fabioimage.py:39(__init__)
        1    0.000    0.000    0.000    0.000 fit2dmaskimage.py:19(_readheader)
        1    0.002    0.002    0.009    0.009 fit2dmaskimage.py:36(read)
        2    0.000    0.000    0.000    0.000 fromnumeric.py:83(reshape)
        1    0.000    0.000    0.000    0.000 numeric.py:797(ones)
        1    0.000    0.000    0.000    0.000 openimage.py:54(do_magic)
        1    0.000    0.000    0.010    0.010 openimage.py:67(openimage)
        1    0.000    0.000    0.001    0.001 openimage.py:81(_openimage)
        4    0.000    0.000    0.000    0.000 posixpath.py:89(splitext)
        1    0.000    0.000    0.000    0.000 re.py:178(compile)
        1    0.000    0.000    0.000    0.000 re.py:219(_compile)
        1    0.000    0.000    0.000    0.000 {built-in method groups}
        1    0.000    0.000    0.000    0.000 {built-in method match}
        2    0.000    0.000    0.000    0.000 {getattr}
        4    0.000    0.000    0.000    0.000 {hasattr}
        4    0.000    0.000    0.000    0.000 {len}
        9    0.000    0.000    0.000    0.000 {method 'astype' of 'numpy.ndarray' objects}
        1    0.000    0.000    0.000    0.000 {method 'close' of 'bz2.BZ2File' objects}
        1    0.000    0.000    0.000    0.000 {method 'disable' of '_lsprof.Profiler' objects}
        1    0.000    0.000    0.000    0.000 {method 'fill' of 'numpy.ndarray' objects}
       12    0.000    0.000    0.000    0.000 {method 'find' of 'str' objects}
        1    0.000    0.000    0.000    0.000 {method 'get' of 'dict' objects}
        1    0.000    0.000    0.000    0.000 {method 'join' of 'str' objects}
        2    0.000    0.000    0.000    0.000 {method 'keys' of 'dict' objects}
        3    0.001    0.000    0.001    0.000 {method 'read' of 'bz2.BZ2File' objects}
        8    0.000    0.000    0.000    0.000 {method 'rfind' of 'str' objects}
        1    0.000    0.000    0.000    0.000 {method 'tostring' of 'numpy.ndarray' objects}
        1    0.000    0.000    0.000    0.000 {numpy.core.multiarray.array}
        1    0.000    0.000    0.000    0.000 {numpy.core.multiarray.empty}
        2    0.000    0.000    0.000    0.000 {numpy.core.multiarray.fromstring}
        1    0.005    0.005    0.005    0.005 {numpy.core.multiarray.where}
        1    0.000    0.000    0.000    0.000 {numpy.core.multiarray.zeros}
        1    0.000    0.000    0.000    0.000 {range}


0.0000 0.0000 0.0100 0.0317 0.0000     0.008 testimages/face.msk.gz
Thu Oct 30 12:14:36 2008    stats

         171 function calls in 0.010 CPU seconds

   Ordered by: standard name

   ncalls  tottime  percall  cumtime  percall filename:lineno(function)
        1    0.000    0.000    0.010    0.010 <string>:1(<module>)
        1    0.000    0.000    0.000    0.000 __init__.py:121(numstem)
        1    0.000    0.000    0.000    0.000 __init__.py:62(getnum)
        2    0.000    0.000    0.001    0.000 fabioimage.py:259(_open)
        2    0.000    0.000    0.000    0.000 fabioimage.py:288(_compressed_stream)
        2    0.000    0.000    0.000    0.000 fabioimage.py:39(__init__)
        1    0.000    0.000    0.000    0.000 fit2dmaskimage.py:19(_readheader)
        1    0.002    0.002    0.008    0.008 fit2dmaskimage.py:36(read)
        2    0.000    0.000    0.000    0.000 fromnumeric.py:83(reshape)
        2    0.000    0.000    0.000    0.000 gzip.py:157(_init_read)
        2    0.000    0.000    0.000    0.000 gzip.py:161(_read_gzip_header)
        3    0.000    0.000    0.000    0.000 gzip.py:18(U32)
        3    0.000    0.000    0.001    0.000 gzip.py:208(read)
        3    0.000    0.000    0.001    0.000 gzip.py:245(_read)
        1    0.000    0.000    0.000    0.000 gzip.py:27(LOWU32)
        3    0.000    0.000    0.000    0.000 gzip.py:295(_add_read_data)
        1    0.000    0.000    0.000    0.000 gzip.py:301(_read_eof)
        2    0.000    0.000    0.000    0.000 gzip.py:315(close)
        2    0.000    0.000    0.000    0.000 gzip.py:334(__del__)
        2    0.000    0.000    0.000    0.000 gzip.py:39(read32)
        2    0.000    0.000    0.000    0.000 gzip.py:60(__init__)
        1    0.000    0.000    0.000    0.000 numeric.py:797(ones)
        1    0.000    0.000    0.000    0.000 openimage.py:54(do_magic)
        1    0.000    0.000    0.010    0.010 openimage.py:67(openimage)
        1    0.000    0.000    0.001    0.001 openimage.py:81(_openimage)
        2    0.000    0.000    0.000    0.000 posixpath.py:89(splitext)
        1    0.000    0.000    0.000    0.000 re.py:178(compile)
        1    0.000    0.000    0.000    0.000 re.py:219(_compile)
        2    0.000    0.000    0.000    0.000 struct.py:77(unpack)
        3    0.000    0.000    0.000    0.000 {built-in method decompress}
        1    0.000    0.000    0.000    0.000 {built-in method groups}
        1    0.000    0.000    0.000    0.000 {built-in method match}
        2    0.000    0.000    0.000    0.000 {getattr}
        4    0.000    0.000    0.000    0.000 {hasattr}
       11    0.000    0.000    0.000    0.000 {len}
        9    0.000    0.000    0.000    0.000 {method 'astype' of 'numpy.ndarray' objects}
        2    0.000    0.000    0.000    0.000 {method 'close' of 'file' objects}
        1    0.000    0.000    0.000    0.000 {method 'disable' of '_lsprof.Profiler' objects}
        1    0.000    0.000    0.000    0.000 {method 'fill' of 'numpy.ndarray' objects}
       12    0.000    0.000    0.000    0.000 {method 'find' of 'str' objects}
        1    0.000    0.000    0.000    0.000 {method 'get' of 'dict' objects}
        1    0.000    0.000    0.000    0.000 {method 'join' of 'str' objects}
        2    0.000    0.000    0.000    0.000 {method 'keys' of 'dict' objects}
       31    0.000    0.000    0.000    0.000 {method 'read' of 'file' objects}
        4    0.000    0.000    0.000    0.000 {method 'rfind' of 'str' objects}
        6    0.000    0.000    0.000    0.000 {method 'seek' of 'file' objects}
        4    0.000    0.000    0.000    0.000 {method 'tell' of 'file' objects}
        1    0.000    0.000    0.000    0.000 {method 'tostring' of 'numpy.ndarray' objects}
        2    0.000    0.000    0.000    0.000 {method 'unpack' of 'Struct' objects}
        3    0.000    0.000    0.000    0.000 {min}
        1    0.000    0.000    0.000    0.000 {numpy.core.multiarray.array}
        1    0.000    0.000    0.000    0.000 {numpy.core.multiarray.empty}
        2    0.000    0.000    0.000    0.000 {numpy.core.multiarray.fromstring}
        1    0.005    0.005    0.005    0.005 {numpy.core.multiarray.where}
        1    0.000    0.000    0.000    0.000 {numpy.core.multiarray.zeros}
        2    0.000    0.000    0.000    0.000 {open}
        4    0.000    0.000    0.000    0.000 {ord}
        1    0.000    0.000    0.000    0.000 {range}
        5    0.000    0.000    0.000    0.000 {zlib.crc32}
        2    0.000    0.000    0.000    0.000 {zlib.decompressobj}


0.0100 0.0000 0.0100                   4.001 testimages/fit2d_click.edf
Thu Oct 30 12:14:40 2008    stats

         119 function calls in 0.013 CPU seconds

   Ordered by: standard name

   ncalls  tottime  percall  cumtime  percall filename:lineno(function)
        1    0.000    0.000    0.013    0.013 <string>:1(<module>)
        2    0.000    0.000    0.000    0.000 __init__.py:1158(getEffectiveLevel)
        1    0.000    0.000    0.000    0.000 __init__.py:121(numstem)
        1    0.000    0.000    0.000    0.000 __init__.py:1313(info)
        1    0.000    0.000    0.000    0.000 __init__.py:1321(debug)
        1    0.000    0.000    0.000    0.000 __init__.py:62(getnum)
        1    0.000    0.000    0.000    0.000 __init__.py:959(debug)
        1    0.000    0.000    0.000    0.000 __init__.py:973(info)
        1    0.000    0.000    0.000    0.000 edfimage.py:153(swap_needed)
        1    0.000    0.000    0.000    0.000 edfimage.py:55(_readheader)
        1    0.000    0.000    0.012    0.012 edfimage.py:87(read)
        2    0.000    0.000    0.000    0.000 fabioimage.py:187(resetvals)
        2    0.000    0.000    0.001    0.000 fabioimage.py:259(_open)
        2    0.000    0.000    0.000    0.000 fabioimage.py:39(__init__)
        1    0.000    0.000    0.000    0.000 fromnumeric.py:83(reshape)
        1    0.000    0.000    0.000    0.000 openimage.py:54(do_magic)
        1    0.000    0.000    0.013    0.013 openimage.py:67(openimage)
        1    0.000    0.000    0.001    0.001 openimage.py:81(_openimage)
        4    0.000    0.000    0.000    0.000 posixpath.py:89(splitext)
        1    0.000    0.000    0.000    0.000 re.py:178(compile)
        1    0.000    0.000    0.000    0.000 re.py:219(_compile)
        2    0.000    0.000    0.000    0.000 {apply}
        1    0.000    0.000    0.000    0.000 {built-in method groups}
        1    0.000    0.000    0.000    0.000 {built-in method match}
        2    0.000    0.000    0.000    0.000 {getattr}
        4    0.000    0.000    0.000    0.000 {hasattr}
        9    0.000    0.000    0.000    0.000 {len}
        7    0.000    0.000    0.000    0.000 {method 'append' of 'list' objects}
        1    0.000    0.000    0.000    0.000 {method 'close' of 'file' objects}
        1    0.000    0.000    0.000    0.000 {method 'disable' of '_lsprof.Profiler' objects}
        8    0.000    0.000    0.000    0.000 {method 'find' of 'str' objects}
        1    0.000    0.000    0.000    0.000 {method 'get' of 'dict' objects}
        2    0.000    0.000    0.000    0.000 {method 'has_key' of 'dict' objects}
        2    0.000    0.000    0.000    0.000 {method 'join' of 'str' objects}
        2    0.000    0.000    0.000    0.000 {method 'keys' of 'dict' objects}
       12    0.000    0.000    0.000    0.000 {method 'lstrip' of 'str' objects}
        4    0.008    0.002    0.008    0.002 {method 'read' of 'file' objects}
        8    0.000    0.000    0.000    0.000 {method 'rfind' of 'str' objects}
       12    0.000    0.000    0.000    0.000 {method 'rstrip' of 'str' objects}
        7    0.000    0.000    0.000    0.000 {method 'split' of 'str' objects}
        1    0.000    0.000    0.000    0.000 {method 'tostring' of 'numpy.ndarray' objects}
        1    0.000    0.000    0.000    0.000 {numpy.core.multiarray.array}
        1    0.004    0.004    0.004    0.004 {numpy.core.multiarray.fromstring}
        2    0.000    0.000    0.000    0.000 {open}


0.0000 0.0000 0.0200 0.0646 0.0200     4.001 testimages/fit2d_click.edf.bz2
Thu Oct 30 12:14:40 2008    stats

         119 function calls in 0.027 CPU seconds

   Ordered by: standard name

   ncalls  tottime  percall  cumtime  percall filename:lineno(function)
        1    0.000    0.000    0.027    0.027 <string>:1(<module>)
        2    0.000    0.000    0.000    0.000 __init__.py:1158(getEffectiveLevel)
        1    0.000    0.000    0.000    0.000 __init__.py:121(numstem)
        1    0.000    0.000    0.000    0.000 __init__.py:1313(info)
        1    0.000    0.000    0.000    0.000 __init__.py:1321(debug)
        1    0.000    0.000    0.000    0.000 __init__.py:62(getnum)
        1    0.000    0.000    0.000    0.000 __init__.py:959(debug)
        1    0.000    0.000    0.000    0.000 __init__.py:973(info)
        1    0.000    0.000    0.000    0.000 edfimage.py:153(swap_needed)
        1    0.000    0.000    0.001    0.001 edfimage.py:55(_readheader)
        1    0.000    0.000    0.025    0.025 edfimage.py:87(read)
        2    0.000    0.000    0.000    0.000 fabioimage.py:187(resetvals)
        2    0.000    0.000    0.001    0.000 fabioimage.py:259(_open)
        2    0.001    0.000    0.001    0.000 fabioimage.py:288(_compressed_stream)
        2    0.000    0.000    0.000    0.000 fabioimage.py:39(__init__)
        1    0.000    0.000    0.000    0.000 fromnumeric.py:83(reshape)
        1    0.000    0.000    0.000    0.000 openimage.py:54(do_magic)
        1    0.000    0.000    0.027    0.027 openimage.py:67(openimage)
        1    0.000    0.000    0.002    0.002 openimage.py:81(_openimage)
        4    0.000    0.000    0.000    0.000 posixpath.py:89(splitext)
        1    0.000    0.000    0.000    0.000 re.py:178(compile)
        1    0.000    0.000    0.000    0.000 re.py:219(_compile)
        2    0.000    0.000    0.000    0.000 {apply}
        1    0.000    0.000    0.000    0.000 {built-in method groups}
        1    0.000    0.000    0.000    0.000 {built-in method match}
        2    0.000    0.000    0.000    0.000 {getattr}
        4    0.000    0.000    0.000    0.000 {hasattr}
        9    0.000    0.000    0.000    0.000 {len}
        7    0.000    0.000    0.000    0.000 {method 'append' of 'list' objects}
        1    0.000    0.000    0.000    0.000 {method 'close' of 'bz2.BZ2File' objects}
        1    0.000    0.000    0.000    0.000 {method 'disable' of '_lsprof.Profiler' objects}
        8    0.000    0.000    0.000    0.000 {method 'find' of 'str' objects}
        1    0.000    0.000    0.000    0.000 {method 'get' of 'dict' objects}
        2    0.000    0.000    0.000    0.000 {method 'has_key' of 'dict' objects}
        2    0.000    0.000    0.000    0.000 {method 'join' of 'str' objects}
        2    0.000    0.000    0.000    0.000 {method 'keys' of 'dict' objects}
       12    0.000    0.000    0.000    0.000 {method 'lstrip' of 'str' objects}
        4    0.022    0.005    0.022    0.005 {method 'read' of 'bz2.BZ2File' objects}
        8    0.000    0.000    0.000    0.000 {method 'rfind' of 'str' objects}
       12    0.000    0.000    0.000    0.000 {method 'rstrip' of 'str' objects}
        7    0.000    0.000    0.000    0.000 {method 'split' of 'str' objects}
        1    0.000    0.000    0.000    0.000 {method 'tostring' of 'numpy.ndarray' objects}
        1    0.000    0.000    0.000    0.000 {numpy.core.multiarray.array}
        1    0.004    0.004    0.004    0.004 {numpy.core.multiarray.fromstring}


0.0000 0.0000 0.0500 0.0864 0.0300     4.001 testimages/fit2d_click.edf.gz
Thu Oct 30 12:14:40 2008    stats

         242 function calls in 0.053 CPU seconds

   Ordered by: standard name

   ncalls  tottime  percall  cumtime  percall filename:lineno(function)
        1    0.000    0.000    0.053    0.053 <string>:1(<module>)
        2    0.000    0.000    0.000    0.000 __init__.py:1158(getEffectiveLevel)
        1    0.000    0.000    0.000    0.000 __init__.py:121(numstem)
        1    0.000    0.000    0.000    0.000 __init__.py:1313(info)
        1    0.000    0.000    0.000    0.000 __init__.py:1321(debug)
        1    0.000    0.000    0.000    0.000 __init__.py:62(getnum)
        1    0.000    0.000    0.000    0.000 __init__.py:959(debug)
        1    0.000    0.000    0.000    0.000 __init__.py:973(info)
        1    0.000    0.000    0.000    0.000 edfimage.py:153(swap_needed)
        1    0.000    0.000    0.007    0.007 edfimage.py:55(_readheader)
        1    0.000    0.000    0.046    0.046 edfimage.py:87(read)
        2    0.000    0.000    0.000    0.000 fabioimage.py:187(resetvals)
        2    0.000    0.000    0.001    0.000 fabioimage.py:259(_open)
        2    0.000    0.000    0.001    0.000 fabioimage.py:288(_compressed_stream)
        2    0.000    0.000    0.000    0.000 fabioimage.py:39(__init__)
        1    0.000    0.000    0.000    0.000 fromnumeric.py:83(reshape)
        2    0.000    0.000    0.000    0.000 gzip.py:157(_init_read)
        2    0.000    0.000    0.000    0.000 gzip.py:161(_read_gzip_header)
        3    0.000    0.000    0.000    0.000 gzip.py:18(U32)
        4    0.004    0.001    0.047    0.012 gzip.py:208(read)
        6    0.000    0.000    0.043    0.007 gzip.py:245(_read)
        1    0.000    0.000    0.000    0.000 gzip.py:27(LOWU32)
        5    0.014    0.003    0.022    0.004 gzip.py:295(_add_read_data)
        1    0.000    0.000    0.000    0.000 gzip.py:301(_read_eof)
        2    0.000    0.000    0.000    0.000 gzip.py:315(close)
        2    0.000    0.000    0.000    0.000 gzip.py:334(__del__)
        2    0.000    0.000    0.000    0.000 gzip.py:39(read32)
        2    0.000    0.000    0.001    0.000 gzip.py:60(__init__)
        1    0.000    0.000    0.000    0.000 openimage.py:54(do_magic)
        1    0.000    0.000    0.053    0.053 openimage.py:67(openimage)
        1    0.000    0.000    0.007    0.007 openimage.py:81(_openimage)
        2    0.000    0.000    0.000    0.000 posixpath.py:89(splitext)
        1    0.000    0.000    0.000    0.000 re.py:178(compile)
        1    0.000    0.000    0.000    0.000 re.py:219(_compile)
        2    0.000    0.000    0.000    0.000 struct.py:77(unpack)
        2    0.000    0.000    0.000    0.000 {apply}
        5    0.021    0.004    0.021    0.004 {built-in method decompress}
        1    0.000    0.000    0.000    0.000 {built-in method groups}
        1    0.000    0.000    0.000    0.000 {built-in method match}
        2    0.000    0.000    0.000    0.000 {getattr}
        4    0.000    0.000    0.000    0.000 {hasattr}
       20    0.000    0.000    0.000    0.000 {len}
        7    0.000    0.000    0.000    0.000 {method 'append' of 'list' objects}
        2    0.000    0.000    0.000    0.000 {method 'close' of 'file' objects}
        1    0.000    0.000    0.000    0.000 {method 'disable' of '_lsprof.Profiler' objects}
        8    0.000    0.000    0.000    0.000 {method 'find' of 'str' objects}
        1    0.000    0.000    0.000    0.000 {method 'get' of 'dict' objects}
        2    0.000    0.000    0.000    0.000 {method 'has_key' of 'dict' objects}
        2    0.000    0.000    0.000    0.000 {method 'join' of 'str' objects}
        2    0.000    0.000    0.000    0.000 {method 'keys' of 'dict' objects}
       12    0.000    0.000    0.000    0.000 {method 'lstrip' of 'str' objects}
       47    0.000    0.000    0.000    0.000 {method 'read' of 'file' objects}
        4    0.000    0.000    0.000    0.000 {method 'rfind' of 'str' objects}
       12    0.000    0.000    0.000    0.000 {method 'rstrip' of 'str' objects}
        7    0.000    0.000    0.000    0.000 {method 'seek' of 'file' objects}
        7    0.000    0.000    0.000    0.000 {method 'split' of 'str' objects}
        6    0.000    0.000    0.000    0.000 {method 'tell' of 'file' objects}
        1    0.000    0.000    0.000    0.000 {method 'tostring' of 'numpy.ndarray' objects}
        2    0.000    0.000    0.000    0.000 {method 'unpack' of 'Struct' objects}
        5    0.000    0.000    0.000    0.000 {min}
        1    0.000    0.000    0.000    0.000 {numpy.core.multiarray.array}
        1    0.004    0.004    0.004    0.004 {numpy.core.multiarray.fromstring}
        2    0.001    0.000    0.001    0.000 {open}
        4    0.000    0.000    0.000    0.000 {ord}
        7    0.008    0.001    0.008    0.001 {zlib.crc32}
        2    0.000    0.000    0.000    0.000 {zlib.decompressobj}


0.0000 0.0000 0.1400                   0.126 testimages/fit2d_click.msk
Thu Oct 30 12:14:41 2008    stats

         82 function calls in 0.125 CPU seconds

   Ordered by: standard name

   ncalls  tottime  percall  cumtime  percall filename:lineno(function)
        1    0.000    0.000    0.125    0.125 <string>:1(<module>)
        1    0.000    0.000    0.000    0.000 __init__.py:121(numstem)
        1    0.000    0.000    0.000    0.000 __init__.py:62(getnum)
        2    0.000    0.000    0.001    0.000 fabioimage.py:259(_open)
        2    0.000    0.000    0.000    0.000 fabioimage.py:39(__init__)
        1    0.000    0.000    0.000    0.000 fit2dmaskimage.py:19(_readheader)
        1    0.013    0.013    0.125    0.125 fit2dmaskimage.py:36(read)
        2    0.000    0.000    0.000    0.000 fromnumeric.py:83(reshape)
        1    0.000    0.000    0.000    0.000 numeric.py:797(ones)
        1    0.000    0.000    0.000    0.000 openimage.py:54(do_magic)
        1    0.000    0.000    0.125    0.125 openimage.py:67(openimage)
        1    0.000    0.000    0.001    0.001 openimage.py:81(_openimage)
        4    0.000    0.000    0.000    0.000 posixpath.py:89(splitext)
        1    0.000    0.000    0.000    0.000 re.py:178(compile)
        1    0.000    0.000    0.000    0.000 re.py:219(_compile)
        1    0.000    0.000    0.000    0.000 {built-in method groups}
        1    0.000    0.000    0.000    0.000 {built-in method match}
        2    0.000    0.000    0.000    0.000 {getattr}
        4    0.000    0.000    0.000    0.000 {hasattr}
        4    0.000    0.000    0.000    0.000 {len}
        9    0.014    0.002    0.014    0.002 {method 'astype' of 'numpy.ndarray' objects}
        1    0.000    0.000    0.000    0.000 {method 'close' of 'file' objects}
        1    0.000    0.000    0.000    0.000 {method 'disable' of '_lsprof.Profiler' objects}
        1    0.000    0.000    0.000    0.000 {method 'fill' of 'numpy.ndarray' objects}
       12    0.000    0.000    0.000    0.000 {method 'find' of 'str' objects}
        1    0.000    0.000    0.000    0.000 {method 'get' of 'dict' objects}
        1    0.000    0.000    0.000    0.000 {method 'join' of 'str' objects}
        2    0.000    0.000    0.000    0.000 {method 'keys' of 'dict' objects}
        3    0.000    0.000    0.000    0.000 {method 'read' of 'file' objects}
        8    0.000    0.000    0.000    0.000 {method 'rfind' of 'str' objects}
        1    0.000    0.000    0.000    0.000 {method 'tostring' of 'numpy.ndarray' objects}
        1    0.000    0.000    0.000    0.000 {numpy.core.multiarray.array}
        1    0.000    0.000    0.000    0.000 {numpy.core.multiarray.empty}
        2    0.000    0.000    0.000    0.000 {numpy.core.multiarray.fromstring}
        1    0.097    0.097    0.097    0.097 {numpy.core.multiarray.where}
        1    0.000    0.000    0.000    0.000 {numpy.core.multiarray.zeros}
        2    0.001    0.000    0.001    0.000 {open}
        1    0.000    0.000    0.000    0.000 {range}


0.0000 0.0000 0.1300 0.0389 0.0000     0.126 testimages/fit2d_click.msk.bz2
Thu Oct 30 12:14:41 2008    stats

         82 function calls in 0.135 CPU seconds

   Ordered by: standard name

   ncalls  tottime  percall  cumtime  percall filename:lineno(function)
        1    0.000    0.000    0.135    0.135 <string>:1(<module>)
        1    0.000    0.000    0.000    0.000 __init__.py:121(numstem)
        1    0.000    0.000    0.000    0.000 __init__.py:62(getnum)
        2    0.000    0.000    0.001    0.000 fabioimage.py:259(_open)
        2    0.000    0.000    0.000    0.000 fabioimage.py:288(_compressed_stream)
        2    0.000    0.000    0.000    0.000 fabioimage.py:39(__init__)
        1    0.000    0.000    0.000    0.000 fit2dmaskimage.py:19(_readheader)
        1    0.012    0.012    0.134    0.134 fit2dmaskimage.py:36(read)
        2    0.000    0.000    0.000    0.000 fromnumeric.py:83(reshape)
        1    0.000    0.000    0.000    0.000 numeric.py:797(ones)
        1    0.000    0.000    0.000    0.000 openimage.py:54(do_magic)
        1    0.000    0.000    0.135    0.135 openimage.py:67(openimage)
        1    0.000    0.000    0.001    0.001 openimage.py:81(_openimage)
        4    0.000    0.000    0.000    0.000 posixpath.py:89(splitext)
        1    0.000    0.000    0.000    0.000 re.py:178(compile)
        1    0.000    0.000    0.000    0.000 re.py:219(_compile)
        1    0.000    0.000    0.000    0.000 {built-in method groups}
        1    0.000    0.000    0.000    0.000 {built-in method match}
        2    0.000    0.000    0.000    0.000 {getattr}
        4    0.000    0.000    0.000    0.000 {hasattr}
        4    0.000    0.000    0.000    0.000 {len}
        9    0.014    0.002    0.014    0.002 {method 'astype' of 'numpy.ndarray' objects}
        1    0.000    0.000    0.000    0.000 {method 'close' of 'bz2.BZ2File' objects}
        1    0.000    0.000    0.000    0.000 {method 'disable' of '_lsprof.Profiler' objects}
        1    0.000    0.000    0.000    0.000 {method 'fill' of 'numpy.ndarray' objects}
       12    0.000    0.000    0.000    0.000 {method 'find' of 'str' objects}
        1    0.000    0.000    0.000    0.000 {method 'get' of 'dict' objects}
        1    0.000    0.000    0.000    0.000 {method 'join' of 'str' objects}
        2    0.000    0.000    0.000    0.000 {method 'keys' of 'dict' objects}
        3    0.001    0.000    0.001    0.000 {method 'read' of 'bz2.BZ2File' objects}
        8    0.000    0.000    0.000    0.000 {method 'rfind' of 'str' objects}
        1    0.000    0.000    0.000    0.000 {method 'tostring' of 'numpy.ndarray' objects}
        1    0.000    0.000    0.000    0.000 {numpy.core.multiarray.array}
        1    0.000    0.000    0.000    0.000 {numpy.core.multiarray.empty}
        2    0.000    0.000    0.000    0.000 {numpy.core.multiarray.fromstring}
        1    0.106    0.106    0.106    0.106 {numpy.core.multiarray.where}
        1    0.001    0.001    0.001    0.001 {numpy.core.multiarray.zeros}
        1    0.000    0.000    0.000    0.000 {range}


0.0000 0.0000 0.1200 0.0346 0.0000     0.126 testimages/fit2d_click.msk.gz
Thu Oct 30 12:14:41 2008    stats

         193 function calls in 0.134 CPU seconds

   Ordered by: standard name

   ncalls  tottime  percall  cumtime  percall filename:lineno(function)
        1    0.000    0.000    0.134    0.134 <string>:1(<module>)
        1    0.000    0.000    0.000    0.000 __init__.py:121(numstem)
        1    0.000    0.000    0.000    0.000 __init__.py:62(getnum)
        2    0.000    0.000    0.001    0.000 fabioimage.py:259(_open)
        2    0.000    0.000    0.000    0.000 fabioimage.py:288(_compressed_stream)
        2    0.000    0.000    0.000    0.000 fabioimage.py:39(__init__)
        1    0.000    0.000    0.001    0.001 fit2dmaskimage.py:19(_readheader)
        1    0.012    0.012    0.132    0.132 fit2dmaskimage.py:36(read)
        2    0.000    0.000    0.000    0.000 fromnumeric.py:83(reshape)
        2    0.000    0.000    0.000    0.000 gzip.py:157(_init_read)
        2    0.000    0.000    0.000    0.000 gzip.py:161(_read_gzip_header)
        6    0.000    0.000    0.000    0.000 gzip.py:18(U32)
        3    0.000    0.000    0.002    0.001 gzip.py:208(read)
        2    0.000    0.000    0.002    0.001 gzip.py:245(_read)
        2    0.000    0.000    0.000    0.000 gzip.py:27(LOWU32)
        2    0.000    0.000    0.000    0.000 gzip.py:295(_add_read_data)
        2    0.000    0.000    0.000    0.000 gzip.py:301(_read_eof)
        2    0.000    0.000    0.000    0.000 gzip.py:315(close)
        2    0.000    0.000    0.000    0.000 gzip.py:334(__del__)
        4    0.000    0.000    0.000    0.000 gzip.py:39(read32)
        2    0.000    0.000    0.000    0.000 gzip.py:60(__init__)
        1    0.000    0.000    0.000    0.000 numeric.py:797(ones)
        1    0.000    0.000    0.000    0.000 openimage.py:54(do_magic)
        1    0.000    0.000    0.134    0.134 openimage.py:67(openimage)
        1    0.000    0.000    0.002    0.002 openimage.py:81(_openimage)
        2    0.000    0.000    0.000    0.000 posixpath.py:89(splitext)
        1    0.000    0.000    0.000    0.000 re.py:178(compile)
        1    0.000    0.000    0.000    0.000 re.py:219(_compile)
        4    0.000    0.000    0.000    0.000 struct.py:77(unpack)
        2    0.001    0.001    0.001    0.001 {built-in method decompress}
        1    0.000    0.000    0.000    0.000 {built-in method groups}
        1    0.000    0.000    0.000    0.000 {built-in method match}
        2    0.000    0.000    0.000    0.000 {getattr}
        4    0.000    0.000    0.000    0.000 {hasattr}
       10    0.000    0.000    0.000    0.000 {len}
        9    0.013    0.001    0.013    0.001 {method 'astype' of 'numpy.ndarray' objects}
        2    0.000    0.000    0.000    0.000 {method 'close' of 'file' objects}
        1    0.000    0.000    0.000    0.000 {method 'disable' of '_lsprof.Profiler' objects}
        1    0.000    0.000    0.000    0.000 {method 'fill' of 'numpy.ndarray' objects}
       12    0.000    0.000    0.000    0.000 {method 'find' of 'str' objects}
        1    0.000    0.000    0.000    0.000 {method 'get' of 'dict' objects}
        1    0.000    0.000    0.000    0.000 {method 'join' of 'str' objects}
        2    0.000    0.000    0.000    0.000 {method 'keys' of 'dict' objects}
       46    0.000    0.000    0.000    0.000 {method 'read' of 'file' objects}
        4    0.000    0.000    0.000    0.000 {method 'rfind' of 'str' objects}
        8    0.000    0.000    0.000    0.000 {method 'seek' of 'file' objects}
        4    0.000    0.000    0.000    0.000 {method 'tell' of 'file' objects}
        1    0.000    0.000    0.000    0.000 {method 'tostring' of 'numpy.ndarray' objects}
        4    0.000    0.000    0.000    0.000 {method 'unpack' of 'Struct' objects}
        2    0.000    0.000    0.000    0.000 {min}
        1    0.000    0.000    0.000    0.000 {numpy.core.multiarray.array}
        1    0.000    0.000    0.000    0.000 {numpy.core.multiarray.empty}
        2    0.000    0.000    0.000    0.000 {numpy.core.multiarray.fromstring}
        1    0.104    0.104    0.104    0.104 {numpy.core.multiarray.where}
        1    0.001    0.001    0.001    0.001 {numpy.core.multiarray.zeros}
        2    0.000    0.000    0.000    0.000 {open}
        4    0.000    0.000    0.000    0.000 {ord}
        1    0.000    0.000    0.000    0.000 {range}
        4    0.000    0.000    0.000    0.000 {zlib.crc32}
        2    0.000    0.000    0.000    0.000 {zlib.decompressobj}


0.0800 0.0700 0.1600                  36.001 testimages/mb_LP_1_001.edf
Thu Oct 30 12:14:42 2008    stats

         119 function calls in 0.164 CPU seconds

   Ordered by: standard name

   ncalls  tottime  percall  cumtime  percall filename:lineno(function)
        1    0.006    0.006    0.164    0.164 <string>:1(<module>)
        2    0.000    0.000    0.000    0.000 __init__.py:1158(getEffectiveLevel)
        1    0.000    0.000    0.000    0.000 __init__.py:121(numstem)
        1    0.000    0.000    0.000    0.000 __init__.py:1313(info)
        1    0.000    0.000    0.000    0.000 __init__.py:1321(debug)
        1    0.000    0.000    0.000    0.000 __init__.py:62(getnum)
        1    0.000    0.000    0.000    0.000 __init__.py:959(debug)
        1    0.000    0.000    0.000    0.000 __init__.py:973(info)
        1    0.000    0.000    0.000    0.000 edfimage.py:153(swap_needed)
        1    0.000    0.000    0.000    0.000 edfimage.py:55(_readheader)
        1    0.000    0.000    0.151    0.151 edfimage.py:87(read)
        2    0.000    0.000    0.000    0.000 fabioimage.py:187(resetvals)
        2    0.000    0.000    0.001    0.000 fabioimage.py:259(_open)
        2    0.000    0.000    0.000    0.000 fabioimage.py:39(__init__)
        1    0.000    0.000    0.000    0.000 fromnumeric.py:83(reshape)
        1    0.000    0.000    0.000    0.000 openimage.py:54(do_magic)
        1    0.006    0.006    0.158    0.158 openimage.py:67(openimage)
        1    0.000    0.000    0.001    0.001 openimage.py:81(_openimage)
        4    0.000    0.000    0.000    0.000 posixpath.py:89(splitext)
        1    0.000    0.000    0.000    0.000 re.py:178(compile)
        1    0.000    0.000    0.000    0.000 re.py:219(_compile)
        2    0.000    0.000    0.000    0.000 {apply}
        1    0.000    0.000    0.000    0.000 {built-in method groups}
        1    0.000    0.000    0.000    0.000 {built-in method match}
        2    0.000    0.000    0.000    0.000 {getattr}
        4    0.000    0.000    0.000    0.000 {hasattr}
        9    0.000    0.000    0.000    0.000 {len}
        7    0.000    0.000    0.000    0.000 {method 'append' of 'list' objects}
        1    0.000    0.000    0.000    0.000 {method 'close' of 'file' objects}
        1    0.000    0.000    0.000    0.000 {method 'disable' of '_lsprof.Profiler' objects}
        8    0.000    0.000    0.000    0.000 {method 'find' of 'str' objects}
        1    0.000    0.000    0.000    0.000 {method 'get' of 'dict' objects}
        2    0.000    0.000    0.000    0.000 {method 'has_key' of 'dict' objects}
        2    0.000    0.000    0.000    0.000 {method 'join' of 'str' objects}
        2    0.000    0.000    0.000    0.000 {method 'keys' of 'dict' objects}
       12    0.000    0.000    0.000    0.000 {method 'lstrip' of 'str' objects}
        4    0.072    0.018    0.072    0.018 {method 'read' of 'file' objects}
        8    0.000    0.000    0.000    0.000 {method 'rfind' of 'str' objects}
       12    0.000    0.000    0.000    0.000 {method 'rstrip' of 'str' objects}
        7    0.000    0.000    0.000    0.000 {method 'split' of 'str' objects}
        1    0.000    0.000    0.000    0.000 {method 'tostring' of 'numpy.ndarray' objects}
        1    0.000    0.000    0.000    0.000 {numpy.core.multiarray.array}
        1    0.079    0.079    0.079    0.079 {numpy.core.multiarray.fromstring}
        2    0.000    0.000    0.000    0.000 {open}


0.0400 0.0400 0.1600                  18.000 testimages/mb_LP_1_001.img
Thu Oct 30 12:14:42 2008    stats

         183 function calls in 0.158 CPU seconds

   Ordered by: standard name

   ncalls  tottime  percall  cumtime  percall filename:lineno(function)
        1    0.003    0.003    0.158    0.158 <string>:1(<module>)
        1    0.000    0.000    0.000    0.000 __init__.py:1158(getEffectiveLevel)
        1    0.000    0.000    0.000    0.000 __init__.py:121(numstem)
        1    0.000    0.000    0.000    0.000 __init__.py:1313(info)
        1    0.000    0.000    0.000    0.000 __init__.py:62(getnum)
        1    0.000    0.000    0.000    0.000 __init__.py:973(info)
        1    0.004    0.004    0.152    0.152 adscimage.py:25(read)
        1    0.000    0.000    0.023    0.023 adscimage.py:71(_readheader)
        1    0.000    0.000    0.000    0.000 fabioimage.py:187(resetvals)
        2    0.000    0.000    0.001    0.000 fabioimage.py:259(_open)
        2    0.000    0.000    0.000    0.000 fabioimage.py:39(__init__)
        1    0.000    0.000    0.000    0.000 fromnumeric.py:83(reshape)
        1    0.000    0.000    0.000    0.000 openimage.py:54(do_magic)
        1    0.002    0.002    0.155    0.155 openimage.py:67(openimage)
        1    0.000    0.000    0.001    0.001 openimage.py:81(_openimage)
        4    0.000    0.000    0.000    0.000 posixpath.py:89(splitext)
        1    0.000    0.000    0.000    0.000 re.py:178(compile)
        1    0.000    0.000    0.000    0.000 re.py:219(_compile)
        1    0.000    0.000    0.000    0.000 {apply}
        1    0.000    0.000    0.000    0.000 {built-in method groups}
        1    0.000    0.000    0.000    0.000 {built-in method match}
        2    0.000    0.000    0.000    0.000 {getattr}
        4    0.000    0.000    0.000    0.000 {hasattr}
       22    0.000    0.000    0.000    0.000 {len}
       17    0.000    0.000    0.000    0.000 {method 'append' of 'list' objects}
        1    0.058    0.058    0.058    0.058 {method 'byteswap' of 'numpy.ndarray' objects}
        1    0.000    0.000    0.000    0.000 {method 'close' of 'file' objects}
        1    0.000    0.000    0.000    0.000 {method 'disable' of '_lsprof.Profiler' objects}
        4    0.000    0.000    0.000    0.000 {method 'find' of 'str' objects}
        1    0.000    0.000    0.000    0.000 {method 'get' of 'dict' objects}
        1    0.000    0.000    0.000    0.000 {method 'join' of 'str' objects}
        2    0.000    0.000    0.000    0.000 {method 'keys' of 'dict' objects}
        2    0.034    0.017    0.034    0.017 {method 'read' of 'file' objects}
       19    0.022    0.001    0.022    0.001 {method 'readline' of 'file' objects}
        8    0.000    0.000    0.000    0.000 {method 'rfind' of 'str' objects}
        1    0.000    0.000    0.000    0.000 {method 'seek' of 'file' objects}
       17    0.000    0.000    0.000    0.000 {method 'split' of 'str' objects}
       51    0.000    0.000    0.000    0.000 {method 'strip' of 'str' objects}
        1    0.034    0.034    0.034    0.034 {numpy.core.multiarray.fromstring}
        2    0.001    0.000    0.001    0.000 {open}


0.0100 0.0100 3.0700 2.2536 2.1600    18.000 testimages/mb_LP_1_001.img.bz2
Thu Oct 30 12:14:53 2008    stats

         183 function calls in 3.079 CPU seconds

   Ordered by: standard name

   ncalls  tottime  percall  cumtime  percall filename:lineno(function)
        1    0.003    0.003    3.079    3.079 <string>:1(<module>)
        1    0.000    0.000    0.000    0.000 __init__.py:1158(getEffectiveLevel)
        1    0.000    0.000    0.000    0.000 __init__.py:121(numstem)
        1    0.000    0.000    0.000    0.000 __init__.py:1313(info)
        1    0.000    0.000    0.000    0.000 __init__.py:62(getnum)
        1    0.000    0.000    0.000    0.000 __init__.py:973(info)
        1    0.003    0.003    3.033    3.033 adscimage.py:25(read)
        1    0.000    0.000    0.782    0.782 adscimage.py:71(_readheader)
        1    0.000    0.000    0.000    0.000 fabioimage.py:187(resetvals)
        2    0.000    0.000    0.001    0.000 fabioimage.py:259(_open)
        2    0.001    0.000    0.001    0.000 fabioimage.py:288(_compressed_stream)
        2    0.000    0.000    0.000    0.000 fabioimage.py:39(__init__)
        1    0.000    0.000    0.000    0.000 fromnumeric.py:83(reshape)
        1    0.000    0.000    0.000    0.000 openimage.py:54(do_magic)
        1    0.004    0.004    3.076    3.076 openimage.py:67(openimage)
        1    0.000    0.000    0.039    0.039 openimage.py:81(_openimage)
        4    0.000    0.000    0.000    0.000 posixpath.py:89(splitext)
        1    0.000    0.000    0.000    0.000 re.py:178(compile)
        1    0.000    0.000    0.000    0.000 re.py:219(_compile)
        1    0.000    0.000    0.000    0.000 {apply}
        1    0.000    0.000    0.000    0.000 {built-in method groups}
        1    0.000    0.000    0.000    0.000 {built-in method match}
        2    0.000    0.000    0.000    0.000 {getattr}
        4    0.000    0.000    0.000    0.000 {hasattr}
       22    0.000    0.000    0.000    0.000 {len}
       17    0.000    0.000    0.000    0.000 {method 'append' of 'list' objects}
        1    0.062    0.062    0.062    0.062 {method 'byteswap' of 'numpy.ndarray' objects}
        1    0.000    0.000    0.000    0.000 {method 'close' of 'bz2.BZ2File' objects}
        1    0.000    0.000    0.000    0.000 {method 'disable' of '_lsprof.Profiler' objects}
        4    0.000    0.000    0.000    0.000 {method 'find' of 'str' objects}
        1    0.000    0.000    0.000    0.000 {method 'get' of 'dict' objects}
        1    0.000    0.000    0.000    0.000 {method 'join' of 'str' objects}
        2    0.000    0.000    0.000    0.000 {method 'keys' of 'dict' objects}
        2    2.149    1.075    2.149    1.075 {method 'read' of 'bz2.BZ2File' objects}
       19    0.782    0.041    0.782    0.041 {method 'readline' of 'bz2.BZ2File' objects}
        8    0.000    0.000    0.000    0.000 {method 'rfind' of 'str' objects}
        1    0.039    0.039    0.039    0.039 {method 'seek' of 'bz2.BZ2File' objects}
       17    0.000    0.000    0.000    0.000 {method 'split' of 'str' objects}
       51    0.000    0.000    0.000    0.000 {method 'strip' of 'str' objects}
        1    0.036    0.036    0.036    0.036 {numpy.core.multiarray.fromstring}


0.0100 0.0100 0.5100 0.4089 0.2700    18.000 testimages/mb_LP_1_001.img.gz
Thu Oct 30 12:14:55 2008    stats

         1123 function calls in 0.519 CPU seconds

   Ordered by: standard name

   ncalls  tottime  percall  cumtime  percall filename:lineno(function)
        1    0.003    0.003    0.519    0.519 <string>:1(<module>)
        1    0.000    0.000    0.000    0.000 __init__.py:1158(getEffectiveLevel)
        1    0.000    0.000    0.000    0.000 __init__.py:121(numstem)
        1    0.000    0.000    0.000    0.000 __init__.py:1313(info)
        1    0.000    0.000    0.000    0.000 __init__.py:62(getnum)
        1    0.000    0.000    0.000    0.000 __init__.py:973(info)
        1    0.003    0.003    0.512    0.512 adscimage.py:25(read)
        1    0.000    0.000    0.129    0.129 adscimage.py:71(_readheader)
        1    0.000    0.000    0.000    0.000 fabioimage.py:187(resetvals)
        3    0.000    0.000    0.002    0.001 fabioimage.py:259(_open)
        3    0.000    0.000    0.001    0.000 fabioimage.py:288(_compressed_stream)
        2    0.000    0.000    0.000    0.000 fabioimage.py:39(__init__)
        1    0.000    0.000    0.000    0.000 fromnumeric.py:83(reshape)
        3    0.000    0.000    0.000    0.000 gzip.py:157(_init_read)
        3    0.000    0.000    0.000    0.000 gzip.py:161(_read_gzip_header)
        3    0.000    0.000    0.000    0.000 gzip.py:18(U32)
       37    0.009    0.000    0.392    0.011 gzip.py:208(read)
       19    0.004    0.000    0.004    0.000 gzip.py:240(_unread)
       75    0.001    0.000    0.383    0.005 gzip.py:245(_read)
        1    0.000    0.000    0.000    0.000 gzip.py:27(LOWU32)
       74    0.087    0.001    0.126    0.002 gzip.py:295(_add_read_data)
        1    0.000    0.000    0.000    0.000 gzip.py:301(_read_eof)
        3    0.000    0.000    0.000    0.000 gzip.py:315(close)
        3    0.000    0.000    0.000    0.000 gzip.py:334(__del__)
        2    0.000    0.000    0.000    0.000 gzip.py:39(read32)
       19    0.003    0.000    0.129    0.007 gzip.py:391(readline)
        3    0.000    0.000    0.001    0.000 gzip.py:60(__init__)
        1    0.000    0.000    0.000    0.000 openimage.py:54(do_magic)
        1    0.003    0.003    0.516    0.516 openimage.py:67(openimage)
        1    0.000    0.000    0.001    0.001 openimage.py:81(_openimage)
        3    0.000    0.000    0.000    0.000 posixpath.py:89(splitext)
        1    0.000    0.000    0.000    0.000 re.py:178(compile)
        1    0.000    0.000    0.000    0.000 re.py:219(_compile)
        2    0.000    0.000    0.000    0.000 struct.py:77(unpack)
        1    0.000    0.000    0.000    0.000 {apply}
       74    0.243    0.003    0.243    0.003 {built-in method decompress}
        1    0.000    0.000    0.000    0.000 {built-in method groups}
        1    0.000    0.000    0.000    0.000 {built-in method match}
        2    0.000    0.000    0.000    0.000 {getattr}
        5    0.000    0.000    0.000    0.000 {hasattr}
      239    0.000    0.000    0.000    0.000 {len}
       51    0.000    0.000    0.000    0.000 {method 'append' of 'list' objects}
        1    0.062    0.062    0.062    0.062 {method 'byteswap' of 'numpy.ndarray' objects}
        3    0.000    0.000    0.000    0.000 {method 'close' of 'file' objects}
        1    0.000    0.000    0.000    0.000 {method 'disable' of '_lsprof.Profiler' objects}
       38    0.005    0.000    0.005    0.000 {method 'find' of 'str' objects}
        1    0.000    0.000    0.000    0.000 {method 'get' of 'dict' objects}
       20    0.005    0.000    0.005    0.000 {method 'join' of 'str' objects}
        2    0.000    0.000    0.000    0.000 {method 'keys' of 'dict' objects}
      136    0.012    0.000    0.012    0.000 {method 'read' of 'file' objects}
        6    0.000    0.000    0.000    0.000 {method 'rfind' of 'str' objects}
        9    0.000    0.000    0.000    0.000 {method 'seek' of 'file' objects}
       17    0.000    0.000    0.000    0.000 {method 'split' of 'str' objects}
       51    0.000    0.000    0.000    0.000 {method 'strip' of 'str' objects}
        8    0.000    0.000    0.000    0.000 {method 'tell' of 'file' objects}
        2    0.000    0.000    0.000    0.000 {method 'unpack' of 'Struct' objects}
       90    0.000    0.000    0.000    0.000 {min}
        1    0.036    0.036    0.036    0.036 {numpy.core.multiarray.fromstring}
        3    0.001    0.000    0.001    0.000 {open}
        6    0.000    0.000    0.000    0.000 {ord}
       77    0.039    0.001    0.039    0.001 {zlib.crc32}
        3    0.000    0.000    0.000    0.000 {zlib.decompressobj}


0.0200 0.0000 0.2000                   8.067 testimages/oPPA_5grains_0001.tif
Thu Oct 30 12:14:56 2008    stats

         11340 function calls in 0.234 CPU seconds

   Ordered by: standard name

   ncalls  tottime  percall  cumtime  percall filename:lineno(function)
        1    0.005    0.005    0.236    0.236 <string>:1(<module>)
        1    0.000    0.000    0.000    0.000 ArgImagePlugin.py:401(_accept)
        1    0.000    0.000    0.000    0.000 BmpImagePlugin.py:55(_accept)
        1    0.000    0.000    0.000    0.000 BufrStubImagePlugin.py:28(_accept)
        1    0.000    0.000    0.000    0.000 CurImagePlugin.py:37(_accept)
        1    0.000    0.000    0.000    0.000 DcxImagePlugin.py:32(i32)
        1    0.000    0.000    0.000    0.000 DcxImagePlugin.py:35(_accept)
        1    0.000    0.000    0.000    0.000 EpsImagePlugin.py:118(_accept)
        1    0.000    0.000    0.000    0.000 EpsImagePlugin.py:29(i32)
        1    0.000    0.000    0.000    0.000 FitsStubImagePlugin.py:28(_accept)
        1    0.000    0.000    0.000    0.000 FliImagePlugin.py:25(i16)
        1    0.000    0.000    0.000    0.000 FliImagePlugin.py:34(_accept)
        1    0.000    0.000    0.000    0.000 FpxImagePlugin.py:46(_accept)
        2    0.000    0.000    0.000    0.000 GbrImagePlugin.py:18(i32)
        1    0.000    0.000    0.000    0.000 GbrImagePlugin.py:21(_accept)
        1    0.000    0.000    0.000    0.000 GifImagePlugin.py:47(_accept)
        1    0.000    0.000    0.000    0.000 GribStubImagePlugin.py:28(_accept)
        1    0.000    0.000    0.000    0.000 Hdf5StubImagePlugin.py:28(_accept)
        1    0.000    0.000    0.000    0.000 IcnsImagePlugin.py:204(<lambda>)
        1    0.000    0.000    0.000    0.000 IcoImagePlugin.py:37(_accept)
        1    0.000    0.000    0.000    0.000 ImImagePlugin.py:110(_open)
        1    0.000    0.000    0.008    0.008 Image.py:1879(open)
        1    0.000    0.000    0.000    0.000 Image.py:280(preinit)
      512    0.002    0.000    0.006    0.000 Image.py:361(_getdecoder)
        1    0.000    0.000    0.000    0.000 Image.py:377(_getencoder)
        5    0.000    0.000    0.000    0.000 Image.py:439(__init__)
        1    0.000    0.000    0.000    0.000 Image.py:448(_new)
        4    0.000    0.000    0.000    0.000 Image.py:484(__getattr__)
        1    0.001    0.001    0.062    0.062 Image.py:503(tostring)
        3    0.000    0.000    0.000    0.000 Image.py:587(load)
        1    0.000    0.000    0.121    0.121 Image.py:638(convert)
        5    0.000    0.000    0.000    0.000 Image.py:82(isStringType)
      513    0.001    0.000    0.001    0.000 Image.py:91(isTupleType)
        1    0.005    0.005    0.098    0.098 ImageFile.py:115(load)
        1    0.000    0.000    0.001    0.001 ImageFile.py:219(load_prepare)
        1    0.000    0.000    0.000    0.000 ImageFile.py:228(load_end)
      511    0.001    0.000    0.001    0.000 ImageFile.py:49(_tilesort)
        4    0.000    0.000    0.000    0.000 ImageFile.py:508(_safe_read)
        4    0.000    0.000    0.008    0.002 ImageFile.py:63(__init__)
        1    0.000    0.000    0.000    0.000 ImtImagePlugin.py:37(_open)
        1    0.000    0.000    0.000    0.000 IptcImagePlugin.py:110(_open)
        1    0.000    0.000    0.000    0.000 IptcImagePlugin.py:62(field)
        1    0.000    0.000    0.000    0.000 JpegImagePlugin.py:231(_accept)
        1    0.000    0.000    0.000    0.000 McIdasImagePlugin.py:28(i32)
        1    0.000    0.000    0.000    0.000 McIdasImagePlugin.py:31(_accept)
        1    0.000    0.000    0.000    0.000 PcxImagePlugin.py:35(_accept)
        1    0.000    0.000    0.000    0.000 PngImagePlugin.py:261(_accept)
        1    0.000    0.000    0.000    0.000 PpmImagePlugin.py:40(_accept)
        1    0.000    0.000    0.000    0.000 TiffImagePlugin.py:157(_accept)
        1    0.000    0.000    0.000    0.000 TiffImagePlugin.py:168(__init__)
        2    0.000    0.000    0.000    0.000 TiffImagePlugin.py:180(reset)
       14    0.000    0.000    0.004    0.000 TiffImagePlugin.py:199(__getitem__)
        2    0.000    0.000    0.000    0.000 TiffImagePlugin.py:209(get)
       11    0.000    0.000    0.000    0.000 TiffImagePlugin.py:215(getscalar)
        2    0.000    0.000    0.000    0.000 TiffImagePlugin.py:230(has_key)
        8    0.000    0.000    0.000    0.000 TiffImagePlugin.py:255(load_short)
        1    0.001    0.001    0.004    0.004 TiffImagePlugin.py:262(load_long)
        2    0.000    0.000    0.000    0.000 TiffImagePlugin.py:269(load_rational)
        1    0.000    0.000    0.000    0.000 TiffImagePlugin.py:295(load)
        1    0.000    0.000    0.008    0.008 TiffImagePlugin.py:445(_open)
        1    0.000    0.000    0.008    0.008 TiffImagePlugin.py:477(_seek)
        1    0.000    0.000    0.000    0.000 TiffImagePlugin.py:497(_decoder)
        1    0.002    0.002    0.007    0.007 TiffImagePlugin.py:521(_setup)
       37    0.000    0.000    0.000    0.000 TiffImagePlugin.py:64(il16)
      536    0.002    0.000    0.003    0.000 TiffImagePlugin.py:66(il32)
        1    0.000    0.000    0.000    0.000 __init__.py:121(numstem)
        1    0.000    0.000    0.000    0.000 __init__.py:139(deconstruct_filename)
        1    0.000    0.000    0.000    0.000 __init__.py:77(__init__)
        1    0.000    0.000    0.000    0.000 fabioimage.py:187(resetvals)
        2    0.000    0.000    0.001    0.000 fabioimage.py:259(_open)
        2    0.000    0.000    0.000    0.000 fabioimage.py:39(__init__)
        1    0.000    0.000    0.000    0.000 fromnumeric.py:83(reshape)
        1    0.000    0.000    0.000    0.000 openimage.py:54(do_magic)
        1    0.000    0.000    0.231    0.231 openimage.py:67(openimage)
        1    0.000    0.000    0.001    0.001 openimage.py:81(_openimage)
        2    0.000    0.000    0.000    0.000 posixpath.py:74(split)
        4    0.000    0.000    0.000    0.000 posixpath.py:89(splitext)
        1    0.000    0.000    0.000    0.000 re.py:178(compile)
        1    0.000    0.000    0.000    0.000 re.py:219(_compile)
        1    0.000    0.000    0.030    0.030 string.py:306(join)
        1    0.000    0.000    0.000    0.000 tifimage.py:34(_readheader)
        1    0.007    0.007    0.230    0.230 tifimage.py:53(read)
        1    0.001    0.001    0.001    0.001 {PIL._imaging.new}
      513    0.001    0.000    0.001    0.000 {apply}
        1    0.022    0.022    0.022    0.022 {built-in method convert}
      512    0.054    0.000    0.054    0.000 {built-in method decode}
      256    0.030    0.000    0.030    0.000 {built-in method encode}
        1    0.000    0.000    0.000    0.000 {built-in method groups}
        3    0.000    0.000    0.000    0.000 {built-in method match}
        2    0.000    0.000    0.000    0.000 {built-in method pixel_access}
        1    0.000    0.000    0.000    0.000 {built-in method setimage}
        3    0.000    0.000    0.000    0.000 {chr}
      511    0.000    0.000    0.000    0.000 {cmp}
      515    0.001    0.000    0.001    0.000 {getattr}
        5    0.000    0.000    0.000    0.000 {hasattr}
      523    0.001    0.000    0.001    0.000 {isinstance}
      557    0.000    0.000    0.000    0.000 {len}
        1    0.000    0.000    0.000    0.000 {max}
     1290    0.001    0.000    0.001    0.000 {method 'append' of 'list' objects}
        1    0.000    0.000    0.000    0.000 {method 'copy' of 'dict' objects}
        1    0.000    0.000    0.000    0.000 {method 'disable' of '_lsprof.Profiler' objects}
       12    0.000    0.000    0.000    0.000 {method 'find' of 'str' objects}
        1    0.000    0.000    0.000    0.000 {method 'get' of 'dict' objects}
        5    0.000    0.000    0.000    0.000 {method 'has_key' of 'dict' objects}
        3    0.030    0.010    0.030    0.010 {method 'join' of 'str' objects}
        3    0.000    0.000    0.000    0.000 {method 'keys' of 'dict' objects}
      541    0.023    0.000    0.023    0.000 {method 'read' of 'file' objects}
        2    0.000    0.000    0.000    0.000 {method 'readline' of 'file' objects}
       10    0.000    0.000    0.000    0.000 {method 'rfind' of 'str' objects}
        1    0.000    0.000    0.000    0.000 {method 'rstrip' of 'str' objects}
      528    0.007    0.000    0.007    0.000 {method 'seek' of 'file' objects}
        1    0.000    0.000    0.002    0.002 {method 'sort' of 'list' objects}
        1    0.000    0.000    0.000    0.000 {method 'split' of 'str' objects}
        5    0.000    0.000    0.000    0.000 {method 'tell' of 'file' objects}
     1024    0.001    0.000    0.001    0.000 {min}
        2    0.032    0.016    0.032    0.016 {numpy.core.multiarray.fromstring}
        2    0.000    0.000    0.000    0.000 {open}
     2244    0.001    0.000    0.001    0.000 {ord}
       12    0.000    0.000    0.000    0.000 {range}


0.0000 0.0000 0.7100 0.4409 0.4700     8.067 testimages/oPPA_5grains_0001.tif.bz2
Thu Oct 30 12:14:58 2008    stats

         11342 function calls in 0.722 CPU seconds

   Ordered by: standard name

   ncalls  tottime  percall  cumtime  percall filename:lineno(function)
        1    0.005    0.005    0.723    0.723 <string>:1(<module>)
        1    0.000    0.000    0.000    0.000 ArgImagePlugin.py:401(_accept)
        1    0.000    0.000    0.000    0.000 BmpImagePlugin.py:55(_accept)
        1    0.000    0.000    0.000    0.000 BufrStubImagePlugin.py:28(_accept)
        1    0.000    0.000    0.000    0.000 CurImagePlugin.py:37(_accept)
        1    0.000    0.000    0.000    0.000 DcxImagePlugin.py:32(i32)
        1    0.000    0.000    0.000    0.000 DcxImagePlugin.py:35(_accept)
        1    0.000    0.000    0.000    0.000 EpsImagePlugin.py:118(_accept)
        1    0.000    0.000    0.000    0.000 EpsImagePlugin.py:29(i32)
        1    0.000    0.000    0.000    0.000 FitsStubImagePlugin.py:28(_accept)
        1    0.000    0.000    0.000    0.000 FliImagePlugin.py:25(i16)
        1    0.000    0.000    0.000    0.000 FliImagePlugin.py:34(_accept)
        1    0.000    0.000    0.000    0.000 FpxImagePlugin.py:46(_accept)
        2    0.000    0.000    0.000    0.000 GbrImagePlugin.py:18(i32)
        1    0.000    0.000    0.000    0.000 GbrImagePlugin.py:21(_accept)
        1    0.000    0.000    0.000    0.000 GifImagePlugin.py:47(_accept)
        1    0.000    0.000    0.000    0.000 GribStubImagePlugin.py:28(_accept)
        1    0.000    0.000    0.000    0.000 Hdf5StubImagePlugin.py:28(_accept)
        1    0.000    0.000    0.000    0.000 IcnsImagePlugin.py:204(<lambda>)
        1    0.000    0.000    0.000    0.000 IcoImagePlugin.py:37(_accept)
        1    0.000    0.000    0.000    0.000 ImImagePlugin.py:110(_open)
        1    0.000    0.000    0.009    0.009 Image.py:1879(open)
        1    0.000    0.000    0.000    0.000 Image.py:280(preinit)
      512    0.002    0.000    0.005    0.000 Image.py:361(_getdecoder)
        1    0.000    0.000    0.000    0.000 Image.py:377(_getencoder)
        5    0.000    0.000    0.000    0.000 Image.py:439(__init__)
        1    0.000    0.000    0.000    0.000 Image.py:448(_new)
        4    0.000    0.000    0.000    0.000 Image.py:484(__getattr__)
        1    0.001    0.001    0.063    0.063 Image.py:503(tostring)
        3    0.000    0.000    0.000    0.000 Image.py:587(load)
        1    0.000    0.000    0.104    0.104 Image.py:638(convert)
        5    0.000    0.000    0.000    0.000 Image.py:82(isStringType)
      513    0.001    0.000    0.001    0.000 Image.py:91(isTupleType)
        1    0.005    0.005    0.080    0.080 ImageFile.py:115(load)
        1    0.000    0.000    0.001    0.001 ImageFile.py:219(load_prepare)
        1    0.000    0.000    0.000    0.000 ImageFile.py:228(load_end)
      511    0.001    0.000    0.001    0.000 ImageFile.py:49(_tilesort)
        4    0.000    0.000    0.000    0.000 ImageFile.py:508(_safe_read)
        4    0.000    0.000    0.008    0.002 ImageFile.py:63(__init__)
        1    0.000    0.000    0.000    0.000 ImtImagePlugin.py:37(_open)
        1    0.000    0.000    0.000    0.000 IptcImagePlugin.py:110(_open)
        1    0.000    0.000    0.000    0.000 IptcImagePlugin.py:62(field)
        1    0.000    0.000    0.000    0.000 JpegImagePlugin.py:231(_accept)
        1    0.000    0.000    0.000    0.000 McIdasImagePlugin.py:28(i32)
        1    0.000    0.000    0.000    0.000 McIdasImagePlugin.py:31(_accept)
        1    0.000    0.000    0.000    0.000 PcxImagePlugin.py:35(_accept)
        1    0.000    0.000    0.000    0.000 PngImagePlugin.py:261(_accept)
        1    0.000    0.000    0.000    0.000 PpmImagePlugin.py:40(_accept)
        1    0.000    0.000    0.000    0.000 TiffImagePlugin.py:157(_accept)
        1    0.000    0.000    0.000    0.000 TiffImagePlugin.py:168(__init__)
        2    0.000    0.000    0.000    0.000 TiffImagePlugin.py:180(reset)
       14    0.000    0.000    0.004    0.000 TiffImagePlugin.py:199(__getitem__)
        2    0.000    0.000    0.000    0.000 TiffImagePlugin.py:209(get)
       11    0.000    0.000    0.000    0.000 TiffImagePlugin.py:215(getscalar)
        2    0.000    0.000    0.000    0.000 TiffImagePlugin.py:230(has_key)
        8    0.000    0.000    0.000    0.000 TiffImagePlugin.py:255(load_short)
        1    0.001    0.001    0.004    0.004 TiffImagePlugin.py:262(load_long)
        2    0.000    0.000    0.000    0.000 TiffImagePlugin.py:269(load_rational)
        1    0.000    0.000    0.000    0.000 TiffImagePlugin.py:295(load)
        1    0.000    0.000    0.008    0.008 TiffImagePlugin.py:445(_open)
        1    0.000    0.000    0.008    0.008 TiffImagePlugin.py:477(_seek)
        1    0.000    0.000    0.000    0.000 TiffImagePlugin.py:497(_decoder)
        1    0.002    0.002    0.008    0.008 TiffImagePlugin.py:521(_setup)
       37    0.000    0.000    0.000    0.000 TiffImagePlugin.py:64(il16)
      536    0.002    0.000    0.003    0.000 TiffImagePlugin.py:66(il32)
        1    0.000    0.000    0.000    0.000 __init__.py:121(numstem)
        1    0.000    0.000    0.000    0.000 __init__.py:139(deconstruct_filename)
        1    0.000    0.000    0.000    0.000 __init__.py:77(__init__)
        1    0.000    0.000    0.000    0.000 fabioimage.py:187(resetvals)
        2    0.000    0.000    0.487    0.244 fabioimage.py:259(_open)
        2    0.001    0.000    0.487    0.243 fabioimage.py:288(_compressed_stream)
        2    0.000    0.000    0.000    0.000 fabioimage.py:39(__init__)
        1    0.000    0.000    0.000    0.000 fromnumeric.py:83(reshape)
        1    0.000    0.000    0.000    0.000 openimage.py:54(do_magic)
        1    0.001    0.001    0.718    0.718 openimage.py:67(openimage)
        1    0.000    0.000    0.013    0.013 openimage.py:81(_openimage)
        2    0.000    0.000    0.000    0.000 posixpath.py:74(split)
        4    0.000    0.000    0.000    0.000 posixpath.py:89(splitext)
        1    0.000    0.000    0.000    0.000 re.py:178(compile)
        1    0.000    0.000    0.000    0.000 re.py:219(_compile)
        1    0.000    0.000    0.030    0.030 string.py:306(join)
        1    0.000    0.000    0.000    0.000 tifimage.py:34(_readheader)
        1    0.007    0.007    0.703    0.703 tifimage.py:53(read)
        1    0.001    0.001    0.001    0.001 {PIL._imaging.new}
      513    0.001    0.000    0.001    0.000 {apply}
        1    0.024    0.024    0.024    0.024 {built-in method convert}
      512    0.054    0.000    0.054    0.000 {built-in method decode}
      256    0.033    0.000    0.033    0.000 {built-in method encode}
        1    0.000    0.000    0.000    0.000 {built-in method groups}
        3    0.000    0.000    0.000    0.000 {built-in method match}
        2    0.000    0.000    0.000    0.000 {built-in method pixel_access}
        1    0.000    0.000    0.000    0.000 {built-in method setimage}
        1    0.000    0.000    0.000    0.000 {cStringIO.StringIO}
        3    0.000    0.000    0.000    0.000 {chr}
      511    0.000    0.000    0.000    0.000 {cmp}
      515    0.001    0.000    0.001    0.000 {getattr}
        5    0.000    0.000    0.000    0.000 {hasattr}
      523    0.001    0.000    0.001    0.000 {isinstance}
      557    0.000    0.000    0.000    0.000 {len}
        1    0.000    0.000    0.000    0.000 {max}
     1290    0.001    0.000    0.001    0.000 {method 'append' of 'list' objects}
        1    0.000    0.000    0.000    0.000 {method 'copy' of 'dict' objects}
        1    0.000    0.000    0.000    0.000 {method 'disable' of '_lsprof.Profiler' objects}
       12    0.000    0.000    0.000    0.000 {method 'find' of 'str' objects}
        1    0.000    0.000    0.000    0.000 {method 'get' of 'dict' objects}
        5    0.000    0.000    0.000    0.000 {method 'has_key' of 'dict' objects}
        3    0.030    0.010    0.030    0.010 {method 'join' of 'str' objects}
        3    0.000    0.000    0.000    0.000 {method 'keys' of 'dict' objects}
        2    0.499    0.249    0.499    0.249 {method 'read' of 'bz2.BZ2File' objects}
      540    0.012    0.000    0.012    0.000 {method 'read' of 'cStringIO.StringI' objects}
        2    0.000    0.000    0.000    0.000 {method 'readline' of 'cStringIO.StringI' objects}
       10    0.000    0.000    0.000    0.000 {method 'rfind' of 'str' objects}
        1    0.000    0.000    0.000    0.000 {method 'rstrip' of 'str' objects}
      528    0.000    0.000    0.000    0.000 {method 'seek' of 'cStringIO.StringI' objects}
        1    0.000    0.000    0.002    0.002 {method 'sort' of 'list' objects}
        1    0.000    0.000    0.000    0.000 {method 'split' of 'str' objects}
        5    0.000    0.000    0.000    0.000 {method 'tell' of 'cStringIO.StringI' objects}
     1024    0.001    0.000    0.001    0.000 {min}
        2    0.033    0.017    0.033    0.017 {numpy.core.multiarray.fromstring}
     2244    0.001    0.000    0.001    0.000 {ord}
       12    0.000    0.000    0.000    0.000 {range}


0.0000 0.0000 0.2700 0.1194 0.0500     8.067 testimages/oPPA_5grains_0001.tif.gz
Thu Oct 30 12:14:59 2008    stats

         11494 function calls in 0.276 CPU seconds

   Ordered by: standard name

   ncalls  tottime  percall  cumtime  percall filename:lineno(function)
        1    0.004    0.004    0.277    0.277 <string>:1(<module>)
        1    0.000    0.000    0.000    0.000 ArgImagePlugin.py:401(_accept)
        1    0.000    0.000    0.000    0.000 BmpImagePlugin.py:55(_accept)
        1    0.000    0.000    0.000    0.000 BufrStubImagePlugin.py:28(_accept)
        1    0.000    0.000    0.000    0.000 CurImagePlugin.py:37(_accept)
        1    0.000    0.000    0.000    0.000 DcxImagePlugin.py:32(i32)
        1    0.000    0.000    0.000    0.000 DcxImagePlugin.py:35(_accept)
        1    0.000    0.000    0.000    0.000 EpsImagePlugin.py:118(_accept)
        1    0.000    0.000    0.000    0.000 EpsImagePlugin.py:29(i32)
        1    0.000    0.000    0.000    0.000 FitsStubImagePlugin.py:28(_accept)
        1    0.000    0.000    0.000    0.000 FliImagePlugin.py:25(i16)
        1    0.000    0.000    0.000    0.000 FliImagePlugin.py:34(_accept)
        1    0.000    0.000    0.000    0.000 FpxImagePlugin.py:46(_accept)
        2    0.000    0.000    0.000    0.000 GbrImagePlugin.py:18(i32)
        1    0.000    0.000    0.000    0.000 GbrImagePlugin.py:21(_accept)
        1    0.000    0.000    0.000    0.000 GifImagePlugin.py:47(_accept)
        1    0.000    0.000    0.000    0.000 GribStubImagePlugin.py:28(_accept)
        1    0.000    0.000    0.000    0.000 Hdf5StubImagePlugin.py:28(_accept)
        1    0.000    0.000    0.000    0.000 IcnsImagePlugin.py:204(<lambda>)
        1    0.000    0.000    0.000    0.000 IcoImagePlugin.py:37(_accept)
        1    0.000    0.000    0.000    0.000 ImImagePlugin.py:110(_open)
        1    0.000    0.000    0.009    0.009 Image.py:1879(open)
        1    0.000    0.000    0.000    0.000 Image.py:280(preinit)
      512    0.002    0.000    0.005    0.000 Image.py:361(_getdecoder)
        1    0.000    0.000    0.000    0.000 Image.py:377(_getencoder)
        5    0.000    0.000    0.000    0.000 Image.py:439(__init__)
        1    0.000    0.000    0.000    0.000 Image.py:448(_new)
        4    0.000    0.000    0.000    0.000 Image.py:484(__getattr__)
        1    0.001    0.001    0.066    0.066 Image.py:503(tostring)
        3    0.000    0.000    0.000    0.000 Image.py:587(load)
        1    0.000    0.000    0.100    0.100 Image.py:638(convert)
        5    0.000    0.000    0.000    0.000 Image.py:82(isStringType)
      513    0.001    0.000    0.001    0.000 Image.py:91(isTupleType)
        1    0.005    0.005    0.079    0.079 ImageFile.py:115(load)
        1    0.000    0.000    0.001    0.001 ImageFile.py:219(load_prepare)
        1    0.000    0.000    0.000    0.000 ImageFile.py:228(load_end)
      511    0.001    0.000    0.001    0.000 ImageFile.py:49(_tilesort)
        4    0.000    0.000    0.000    0.000 ImageFile.py:508(_safe_read)
        4    0.000    0.000    0.008    0.002 ImageFile.py:63(__init__)
        1    0.000    0.000    0.000    0.000 ImtImagePlugin.py:37(_open)
        1    0.000    0.000    0.000    0.000 IptcImagePlugin.py:110(_open)
        1    0.000    0.000    0.000    0.000 IptcImagePlugin.py:62(field)
        1    0.000    0.000    0.000    0.000 JpegImagePlugin.py:231(_accept)
        1    0.000    0.000    0.000    0.000 McIdasImagePlugin.py:28(i32)
        1    0.000    0.000    0.000    0.000 McIdasImagePlugin.py:31(_accept)
        1    0.000    0.000    0.000    0.000 PcxImagePlugin.py:35(_accept)
        1    0.000    0.000    0.000    0.000 PngImagePlugin.py:261(_accept)
        1    0.000    0.000    0.000    0.000 PpmImagePlugin.py:40(_accept)
        1    0.000    0.000    0.000    0.000 TiffImagePlugin.py:157(_accept)
        1    0.000    0.000    0.000    0.000 TiffImagePlugin.py:168(__init__)
        2    0.000    0.000    0.000    0.000 TiffImagePlugin.py:180(reset)
       14    0.000    0.000    0.004    0.000 TiffImagePlugin.py:199(__getitem__)
        2    0.000    0.000    0.000    0.000 TiffImagePlugin.py:209(get)
       11    0.000    0.000    0.000    0.000 TiffImagePlugin.py:215(getscalar)
        2    0.000    0.000    0.000    0.000 TiffImagePlugin.py:230(has_key)
        8    0.000    0.000    0.000    0.000 TiffImagePlugin.py:255(load_short)
        1    0.001    0.001    0.004    0.004 TiffImagePlugin.py:262(load_long)
        2    0.000    0.000    0.000    0.000 TiffImagePlugin.py:269(load_rational)
        1    0.000    0.000    0.000    0.000 TiffImagePlugin.py:295(load)
        1    0.000    0.000    0.008    0.008 TiffImagePlugin.py:445(_open)
        1    0.000    0.000    0.008    0.008 TiffImagePlugin.py:477(_seek)
        1    0.000    0.000    0.000    0.000 TiffImagePlugin.py:497(_decoder)
        1    0.002    0.002    0.007    0.007 TiffImagePlugin.py:521(_setup)
       37    0.000    0.000    0.000    0.000 TiffImagePlugin.py:64(il16)
      536    0.002    0.000    0.003    0.000 TiffImagePlugin.py:66(il32)
        1    0.000    0.000    0.000    0.000 __init__.py:121(numstem)
        1    0.000    0.000    0.000    0.000 __init__.py:139(deconstruct_filename)
        1    0.000    0.000    0.000    0.000 __init__.py:77(__init__)
        1    0.000    0.000    0.000    0.000 fabioimage.py:187(resetvals)
        2    0.000    0.000    0.055    0.027 fabioimage.py:259(_open)
        2    0.000    0.000    0.055    0.027 fabioimage.py:288(_compressed_stream)
        2    0.000    0.000    0.000    0.000 fabioimage.py:39(__init__)
        1    0.000    0.000    0.000    0.000 fromnumeric.py:83(reshape)
        2    0.000    0.000    0.000    0.000 gzip.py:157(_init_read)
        2    0.000    0.000    0.000    0.000 gzip.py:161(_read_gzip_header)
        3    0.000    0.000    0.000    0.000 gzip.py:18(U32)
        2    0.000    0.000    0.055    0.028 gzip.py:208(read)
        8    0.000    0.000    0.055    0.007 gzip.py:245(_read)
        1    0.000    0.000    0.000    0.000 gzip.py:27(LOWU32)
        7    0.026    0.004    0.040    0.006 gzip.py:295(_add_read_data)
        1    0.000    0.000    0.000    0.000 gzip.py:301(_read_eof)
        2    0.000    0.000    0.000    0.000 gzip.py:315(close)
        2    0.000    0.000    0.000    0.000 gzip.py:334(__del__)
        2    0.000    0.000    0.000    0.000 gzip.py:39(read32)
        2    0.000    0.000    0.001    0.000 gzip.py:60(__init__)
        1    0.000    0.000    0.000    0.000 openimage.py:54(do_magic)
        1    0.001    0.001    0.273    0.273 openimage.py:67(openimage)
        1    0.000    0.000    0.002    0.002 openimage.py:81(_openimage)
        2    0.000    0.000    0.000    0.000 posixpath.py:74(split)
        2    0.000    0.000    0.000    0.000 posixpath.py:89(splitext)
        1    0.000    0.000    0.000    0.000 re.py:178(compile)
        1    0.000    0.000    0.000    0.000 re.py:219(_compile)
        1    0.000    0.000    0.032    0.032 string.py:306(join)
        2    0.000    0.000    0.000    0.000 struct.py:77(unpack)
        1    0.000    0.000    0.000    0.000 tifimage.py:34(_readheader)
        1    0.007    0.007    0.270    0.270 tifimage.py:53(read)
        1    0.001    0.001    0.001    0.001 {PIL._imaging.new}
      513    0.001    0.000    0.001    0.000 {apply}
        1    0.021    0.021    0.021    0.021 {built-in method convert}
      512    0.052    0.000    0.052    0.000 {built-in method decode}
        7    0.014    0.002    0.014    0.002 {built-in method decompress}
      256    0.033    0.000    0.033    0.000 {built-in method encode}
        1    0.000    0.000    0.000    0.000 {built-in method groups}
        3    0.000    0.000    0.000    0.000 {built-in method match}
        2    0.000    0.000    0.000    0.000 {built-in method pixel_access}
        1    0.000    0.000    0.000    0.000 {built-in method setimage}
        1    0.000    0.000    0.000    0.000 {cStringIO.StringIO}
        3    0.000    0.000    0.000    0.000 {chr}
      511    0.000    0.000    0.000    0.000 {cmp}
      515    0.001    0.000    0.001    0.000 {getattr}
        5    0.000    0.000    0.000    0.000 {hasattr}
      523    0.001    0.000    0.001    0.000 {isinstance}
      572    0.000    0.000    0.000    0.000 {len}
        1    0.000    0.000    0.000    0.000 {max}
     1290    0.001    0.000    0.001    0.000 {method 'append' of 'list' objects}
        2    0.000    0.000    0.000    0.000 {method 'close' of 'file' objects}
        1    0.000    0.000    0.000    0.000 {method 'copy' of 'dict' objects}
        1    0.000    0.000    0.000    0.000 {method 'disable' of '_lsprof.Profiler' objects}
       12    0.000    0.000    0.000    0.000 {method 'find' of 'str' objects}
        1    0.000    0.000    0.000    0.000 {method 'get' of 'dict' objects}
        5    0.000    0.000    0.000    0.000 {method 'has_key' of 'dict' objects}
        3    0.032    0.011    0.032    0.011 {method 'join' of 'str' objects}
        3    0.000    0.000    0.000    0.000 {method 'keys' of 'dict' objects}
      540    0.012    0.000    0.012    0.000 {method 'read' of 'cStringIO.StringI' objects}
       61    0.000    0.000    0.000    0.000 {method 'read' of 'file' objects}
        2    0.000    0.000    0.000    0.000 {method 'readline' of 'cStringIO.StringI' objects}
        6    0.000    0.000    0.000    0.000 {method 'rfind' of 'str' objects}
        1    0.000    0.000    0.000    0.000 {method 'rstrip' of 'str' objects}
      528    0.000    0.000    0.000    0.000 {method 'seek' of 'cStringIO.StringI' objects}
        7    0.000    0.000    0.000    0.000 {method 'seek' of 'file' objects}
        1    0.000    0.000    0.002    0.002 {method 'sort' of 'list' objects}
        1    0.000    0.000    0.000    0.000 {method 'split' of 'str' objects}
        5    0.000    0.000    0.000    0.000 {method 'tell' of 'cStringIO.StringI' objects}
        6    0.000    0.000    0.000    0.000 {method 'tell' of 'file' objects}
        2    0.000    0.000    0.000    0.000 {method 'unpack' of 'Struct' objects}
     1031    0.001    0.000    0.001    0.000 {min}
        2    0.033    0.017    0.033    0.017 {numpy.core.multiarray.fromstring}
        2    0.001    0.000    0.001    0.000 {open}
     2248    0.001    0.000    0.001    0.000 {ord}
       12    0.000    0.000    0.000    0.000 {range}
        9    0.013    0.001    0.013    0.001 {zlib.crc32}
        2    0.000    0.000    0.000    0.000 {zlib.decompressobj}


0.0100 0.0000 0.0400                   2.004 testimages/somedata_0001.mccd
Thu Oct 30 12:15:00 2008    stats

         3424 function calls in 0.032 CPU seconds

   Ordered by: standard name

   ncalls  tottime  percall  cumtime  percall filename:lineno(function)
        1    0.000    0.000    0.032    0.032 <string>:1(<module>)
        1    0.000    0.000    0.000    0.000 ArgImagePlugin.py:401(_accept)
        1    0.000    0.000    0.000    0.000 BmpImagePlugin.py:55(_accept)
        1    0.000    0.000    0.000    0.000 BufrStubImagePlugin.py:28(_accept)
        1    0.000    0.000    0.000    0.000 CurImagePlugin.py:37(_accept)
        1    0.000    0.000    0.000    0.000 DcxImagePlugin.py:32(i32)
        1    0.000    0.000    0.000    0.000 DcxImagePlugin.py:35(_accept)
        1    0.000    0.000    0.000    0.000 EpsImagePlugin.py:118(_accept)
        1    0.000    0.000    0.000    0.000 EpsImagePlugin.py:29(i32)
        1    0.000    0.000    0.000    0.000 FitsStubImagePlugin.py:28(_accept)
        1    0.000    0.000    0.000    0.000 FliImagePlugin.py:25(i16)
        1    0.000    0.000    0.000    0.000 FliImagePlugin.py:34(_accept)
        1    0.000    0.000    0.000    0.000 FpxImagePlugin.py:46(_accept)
        2    0.000    0.000    0.000    0.000 GbrImagePlugin.py:18(i32)
        1    0.000    0.000    0.000    0.000 GbrImagePlugin.py:21(_accept)
        1    0.000    0.000    0.000    0.000 GifImagePlugin.py:47(_accept)
        1    0.000    0.000    0.000    0.000 GribStubImagePlugin.py:28(_accept)
        1    0.000    0.000    0.000    0.000 Hdf5StubImagePlugin.py:28(_accept)
        1    0.000    0.000    0.000    0.000 IcnsImagePlugin.py:204(<lambda>)
        1    0.000    0.000    0.000    0.000 IcoImagePlugin.py:37(_accept)
        1    0.000    0.000    0.000    0.000 ImImagePlugin.py:110(_open)
        1    0.000    0.000    0.001    0.001 Image.py:1879(open)
        1    0.000    0.000    0.000    0.000 Image.py:280(preinit)
        1    0.000    0.000    0.000    0.000 Image.py:361(_getdecoder)
        1    0.000    0.000    0.000    0.000 Image.py:377(_getencoder)
        5    0.000    0.000    0.000    0.000 Image.py:439(__init__)
        1    0.000    0.000    0.000    0.000 Image.py:448(_new)
        4    0.000    0.000    0.000    0.000 Image.py:484(__getattr__)
        1    0.000    0.000    0.010    0.010 Image.py:503(tostring)
        3    0.000    0.000    0.000    0.000 Image.py:587(load)
        1    0.000    0.000    0.008    0.008 Image.py:638(convert)
        5    0.000    0.000    0.000    0.000 Image.py:82(isStringType)
        2    0.000    0.000    0.000    0.000 Image.py:91(isTupleType)
        1    0.000    0.000    0.004    0.004 ImageFile.py:115(load)
        1    0.000    0.000    0.000    0.000 ImageFile.py:219(load_prepare)
        1    0.000    0.000    0.000    0.000 ImageFile.py:228(load_end)
        2    0.000    0.000    0.000    0.000 ImageFile.py:508(_safe_read)
        4    0.000    0.000    0.001    0.000 ImageFile.py:63(__init__)
        1    0.000    0.000    0.000    0.000 ImtImagePlugin.py:37(_open)
        1    0.000    0.000    0.000    0.000 IptcImagePlugin.py:110(_open)
        1    0.000    0.000    0.000    0.000 IptcImagePlugin.py:62(field)
        1    0.000    0.000    0.000    0.000 JpegImagePlugin.py:231(_accept)
        1    0.000    0.000    0.000    0.000 McIdasImagePlugin.py:28(i32)
        1    0.000    0.000    0.000    0.000 McIdasImagePlugin.py:31(_accept)
        1    0.000    0.000    0.000    0.000 PcxImagePlugin.py:35(_accept)
        1    0.000    0.000    0.000    0.000 PngImagePlugin.py:261(_accept)
        1    0.000    0.000    0.000    0.000 PpmImagePlugin.py:40(_accept)
        1    0.000    0.000    0.000    0.000 TiffImagePlugin.py:157(_accept)
        1    0.000    0.000    0.000    0.000 TiffImagePlugin.py:168(__init__)
        2    0.000    0.000    0.000    0.000 TiffImagePlugin.py:180(reset)
       14    0.000    0.000    0.000    0.000 TiffImagePlugin.py:199(__getitem__)
        2    0.000    0.000    0.000    0.000 TiffImagePlugin.py:209(get)
       11    0.000    0.000    0.000    0.000 TiffImagePlugin.py:215(getscalar)
        2    0.000    0.000    0.000    0.000 TiffImagePlugin.py:230(has_key)
        4    0.000    0.000    0.000    0.000 TiffImagePlugin.py:255(load_short)
        4    0.000    0.000    0.000    0.000 TiffImagePlugin.py:262(load_long)
        2    0.000    0.000    0.000    0.000 TiffImagePlugin.py:269(load_rational)
        1    0.000    0.000    0.000    0.000 TiffImagePlugin.py:295(load)
        1    0.000    0.000    0.001    0.001 TiffImagePlugin.py:445(_open)
        1    0.000    0.000    0.001    0.001 TiffImagePlugin.py:477(_seek)
        1    0.000    0.000    0.000    0.000 TiffImagePlugin.py:497(_decoder)
        1    0.000    0.000    0.000    0.000 TiffImagePlugin.py:521(_setup)
       31    0.000    0.000    0.000    0.000 TiffImagePlugin.py:64(il16)
       25    0.000    0.000    0.000    0.000 TiffImagePlugin.py:66(il32)
        1    0.000    0.000    0.000    0.000 __init__.py:121(numstem)
        1    0.000    0.000    0.000    0.000 __init__.py:139(deconstruct_filename)
        1    0.000    0.000    0.000    0.000 __init__.py:77(__init__)
        1    0.000    0.000    0.000    0.000 fabioimage.py:187(resetvals)
        2    0.000    0.000    0.001    0.000 fabioimage.py:259(_open)
        2    0.000    0.000    0.000    0.000 fabioimage.py:39(__init__)
        1    0.000    0.000    0.000    0.000 fromnumeric.py:83(reshape)
        1    0.006    0.006    0.007    0.007 marccdimage.py:264(interpret_header)
        1    0.000    0.000    0.007    0.007 marccdimage.py:292(_readheader)
        1    0.000    0.000    0.000    0.000 openimage.py:54(do_magic)
        1    0.000    0.000    0.032    0.032 openimage.py:67(openimage)
        1    0.000    0.000    0.001    0.001 openimage.py:81(_openimage)
        2    0.000    0.000    0.000    0.000 posixpath.py:74(split)
        4    0.000    0.000    0.000    0.000 posixpath.py:89(splitext)
        1    0.000    0.000    0.000    0.000 re.py:178(compile)
        1    0.000    0.000    0.000    0.000 re.py:219(_compile)
        1    0.000    0.000    0.006    0.006 string.py:306(join)
        1    0.000    0.000    0.000    0.000 struct.py:77(unpack)
        1    0.000    0.000    0.032    0.032 tifimage.py:53(read)
        1    0.000    0.000    0.000    0.000 {PIL._imaging.new}
        2    0.000    0.000    0.000    0.000 {apply}
        1    0.004    0.004    0.004    0.004 {built-in method convert}
       32    0.001    0.000    0.001    0.000 {built-in method decode}
       64    0.004    0.000    0.004    0.000 {built-in method encode}
        1    0.000    0.000    0.000    0.000 {built-in method groups}
        1    0.000    0.000    0.000    0.000 {built-in method match}
        2    0.000    0.000    0.000    0.000 {built-in method pixel_access}
        1    0.000    0.000    0.000    0.000 {built-in method setimage}
        4    0.000    0.000    0.000    0.000 {getattr}
        5    0.000    0.000    0.000    0.000 {hasattr}
       12    0.000    0.000    0.000    0.000 {isinstance}
       40    0.000    0.000    0.000    0.000 {len}
        1    0.000    0.000    0.000    0.000 {max}
      229    0.000    0.000    0.000    0.000 {method 'append' of 'list' objects}
        1    0.000    0.000    0.000    0.000 {method 'copy' of 'dict' objects}
        1    0.000    0.000    0.000    0.000 {method 'disable' of '_lsprof.Profiler' objects}
       12    0.000    0.000    0.000    0.000 {method 'find' of 'str' objects}
        1    0.000    0.000    0.000    0.000 {method 'get' of 'dict' objects}
     2523    0.001    0.000    0.001    0.000 {method 'has_key' of 'dict' objects}
        3    0.006    0.002    0.006    0.002 {method 'join' of 'str' objects}
        3    0.000    0.000    0.000    0.000 {method 'keys' of 'dict' objects}
       56    0.002    0.000    0.002    0.000 {method 'read' of 'file' objects}
       10    0.000    0.000    0.000    0.000 {method 'rfind' of 'str' objects}
        1    0.000    0.000    0.000    0.000 {method 'rstrip' of 'str' objects}
       12    0.000    0.000    0.000    0.000 {method 'seek' of 'file' objects}
        1    0.000    0.000    0.000    0.000 {method 'sort' of 'list' objects}
        1    0.000    0.000    0.000    0.000 {method 'split' of 'str' objects}
        3    0.000    0.000    0.000    0.000 {method 'tell' of 'file' objects}
        1    0.000    0.000    0.000    0.000 {method 'unpack' of 'Struct' objects}
        2    0.000    0.000    0.000    0.000 {min}
        1    0.005    0.005    0.005    0.005 {numpy.core.multiarray.fromstring}
        2    0.000    0.000    0.000    0.000 {open}
      188    0.000    0.000    0.000    0.000 {ord}
       11    0.000    0.000    0.000    0.000 {range}


0.0000 0.0000 0.2900 0.2321 0.2200     2.004 testimages/somedata_0001.mccd.bz2
Thu Oct 30 12:15:01 2008    stats

         3426 function calls in 0.300 CPU seconds

   Ordered by: standard name

   ncalls  tottime  percall  cumtime  percall filename:lineno(function)
        1    0.000    0.000    0.300    0.300 <string>:1(<module>)
        1    0.000    0.000    0.000    0.000 ArgImagePlugin.py:401(_accept)
        1    0.000    0.000    0.000    0.000 BmpImagePlugin.py:55(_accept)
        1    0.000    0.000    0.000    0.000 BufrStubImagePlugin.py:28(_accept)
        1    0.000    0.000    0.000    0.000 CurImagePlugin.py:37(_accept)
        1    0.000    0.000    0.000    0.000 DcxImagePlugin.py:32(i32)
        1    0.000    0.000    0.000    0.000 DcxImagePlugin.py:35(_accept)
        1    0.000    0.000    0.000    0.000 EpsImagePlugin.py:118(_accept)
        1    0.000    0.000    0.000    0.000 EpsImagePlugin.py:29(i32)
        1    0.000    0.000    0.000    0.000 FitsStubImagePlugin.py:28(_accept)
        1    0.000    0.000    0.000    0.000 FliImagePlugin.py:25(i16)
        1    0.000    0.000    0.000    0.000 FliImagePlugin.py:34(_accept)
        1    0.000    0.000    0.000    0.000 FpxImagePlugin.py:46(_accept)
        2    0.000    0.000    0.000    0.000 GbrImagePlugin.py:18(i32)
        1    0.000    0.000    0.000    0.000 GbrImagePlugin.py:21(_accept)
        1    0.000    0.000    0.000    0.000 GifImagePlugin.py:47(_accept)
        1    0.000    0.000    0.000    0.000 GribStubImagePlugin.py:28(_accept)
        1    0.000    0.000    0.000    0.000 Hdf5StubImagePlugin.py:28(_accept)
        1    0.000    0.000    0.000    0.000 IcnsImagePlugin.py:204(<lambda>)
        1    0.000    0.000    0.000    0.000 IcoImagePlugin.py:37(_accept)
        1    0.000    0.000    0.000    0.000 ImImagePlugin.py:110(_open)
        1    0.000    0.000    0.002    0.002 Image.py:1879(open)
        1    0.000    0.000    0.000    0.000 Image.py:280(preinit)
        1    0.000    0.000    0.000    0.000 Image.py:361(_getdecoder)
        1    0.000    0.000    0.000    0.000 Image.py:377(_getencoder)
        5    0.000    0.000    0.000    0.000 Image.py:439(__init__)
        1    0.000    0.000    0.000    0.000 Image.py:448(_new)
        4    0.000    0.000    0.000    0.000 Image.py:484(__getattr__)
        1    0.000    0.000    0.013    0.013 Image.py:503(tostring)
        3    0.000    0.000    0.000    0.000 Image.py:587(load)
        1    0.000    0.000    0.007    0.007 Image.py:638(convert)
        5    0.000    0.000    0.000    0.000 Image.py:82(isStringType)
        2    0.000    0.000    0.000    0.000 Image.py:91(isTupleType)
        1    0.000    0.000    0.003    0.003 ImageFile.py:115(load)
        1    0.000    0.000    0.000    0.000 ImageFile.py:219(load_prepare)
        1    0.000    0.000    0.000    0.000 ImageFile.py:228(load_end)
        2    0.000    0.000    0.000    0.000 ImageFile.py:508(_safe_read)
        4    0.000    0.000    0.001    0.000 ImageFile.py:63(__init__)
        1    0.000    0.000    0.000    0.000 ImtImagePlugin.py:37(_open)
        1    0.000    0.000    0.000    0.000 IptcImagePlugin.py:110(_open)
        1    0.000    0.000    0.000    0.000 IptcImagePlugin.py:62(field)
        1    0.000    0.000    0.000    0.000 JpegImagePlugin.py:231(_accept)
        1    0.000    0.000    0.000    0.000 McIdasImagePlugin.py:28(i32)
        1    0.000    0.000    0.000    0.000 McIdasImagePlugin.py:31(_accept)
        1    0.000    0.000    0.000    0.000 PcxImagePlugin.py:35(_accept)
        1    0.000    0.000    0.000    0.000 PngImagePlugin.py:261(_accept)
        1    0.000    0.000    0.000    0.000 PpmImagePlugin.py:40(_accept)
        1    0.000    0.000    0.000    0.000 TiffImagePlugin.py:157(_accept)
        1    0.000    0.000    0.000    0.000 TiffImagePlugin.py:168(__init__)
        2    0.000    0.000    0.000    0.000 TiffImagePlugin.py:180(reset)
       14    0.000    0.000    0.000    0.000 TiffImagePlugin.py:199(__getitem__)
        2    0.000    0.000    0.000    0.000 TiffImagePlugin.py:209(get)
       11    0.000    0.000    0.000    0.000 TiffImagePlugin.py:215(getscalar)
        2    0.000    0.000    0.000    0.000 TiffImagePlugin.py:230(has_key)
        4    0.000    0.000    0.000    0.000 TiffImagePlugin.py:255(load_short)
        4    0.000    0.000    0.000    0.000 TiffImagePlugin.py:262(load_long)
        2    0.000    0.000    0.000    0.000 TiffImagePlugin.py:269(load_rational)
        1    0.000    0.000    0.000    0.000 TiffImagePlugin.py:295(load)
        1    0.000    0.000    0.001    0.001 TiffImagePlugin.py:445(_open)
        1    0.000    0.000    0.001    0.001 TiffImagePlugin.py:477(_seek)
        1    0.000    0.000    0.000    0.000 TiffImagePlugin.py:497(_decoder)
        1    0.000    0.000    0.000    0.000 TiffImagePlugin.py:521(_setup)
       31    0.000    0.000    0.000    0.000 TiffImagePlugin.py:64(il16)
       25    0.000    0.000    0.000    0.000 TiffImagePlugin.py:66(il32)
        1    0.000    0.000    0.000    0.000 __init__.py:121(numstem)
        1    0.000    0.000    0.000    0.000 __init__.py:139(deconstruct_filename)
        1    0.000    0.000    0.000    0.000 __init__.py:77(__init__)
        1    0.000    0.000    0.000    0.000 fabioimage.py:187(resetvals)
        2    0.000    0.000    0.214    0.107 fabioimage.py:259(_open)
        2    0.001    0.000    0.213    0.107 fabioimage.py:288(_compressed_stream)
        2    0.000    0.000    0.000    0.000 fabioimage.py:39(__init__)
        1    0.000    0.000    0.000    0.000 fromnumeric.py:83(reshape)
        1    0.006    0.006    0.007    0.007 marccdimage.py:264(interpret_header)
        1    0.000    0.000    0.007    0.007 marccdimage.py:292(_readheader)
        1    0.000    0.000    0.000    0.000 openimage.py:54(do_magic)
        1    0.000    0.000    0.300    0.300 openimage.py:67(openimage)
        1    0.000    0.000    0.050    0.050 openimage.py:81(_openimage)
        2    0.000    0.000    0.000    0.000 posixpath.py:74(split)
        4    0.000    0.000    0.000    0.000 posixpath.py:89(splitext)
        1    0.000    0.000    0.000    0.000 re.py:178(compile)
        1    0.000    0.000    0.000    0.000 re.py:219(_compile)
        1    0.000    0.000    0.007    0.007 string.py:306(join)
        1    0.000    0.000    0.000    0.000 struct.py:77(unpack)
        1    0.000    0.000    0.250    0.250 tifimage.py:53(read)
        1    0.000    0.000    0.000    0.000 {PIL._imaging.new}
        2    0.000    0.000    0.000    0.000 {apply}
        1    0.004    0.004    0.004    0.004 {built-in method convert}
       32    0.001    0.000    0.001    0.000 {built-in method decode}
       64    0.005    0.000    0.005    0.000 {built-in method encode}
        1    0.000    0.000    0.000    0.000 {built-in method groups}
        1    0.000    0.000    0.000    0.000 {built-in method match}
        2    0.000    0.000    0.000    0.000 {built-in method pixel_access}
        1    0.000    0.000    0.000    0.000 {built-in method setimage}
        1    0.000    0.000    0.000    0.000 {cStringIO.StringIO}
        4    0.000    0.000    0.000    0.000 {getattr}
        5    0.000    0.000    0.000    0.000 {hasattr}
       12    0.000    0.000    0.000    0.000 {isinstance}
       40    0.000    0.000    0.000    0.000 {len}
        1    0.000    0.000    0.000    0.000 {max}
      229    0.000    0.000    0.000    0.000 {method 'append' of 'list' objects}
        1    0.000    0.000    0.000    0.000 {method 'copy' of 'dict' objects}
        1    0.000    0.000    0.000    0.000 {method 'disable' of '_lsprof.Profiler' objects}
       12    0.000    0.000    0.000    0.000 {method 'find' of 'str' objects}
        1    0.000    0.000    0.000    0.000 {method 'get' of 'dict' objects}
     2523    0.001    0.000    0.001    0.000 {method 'has_key' of 'dict' objects}
        3    0.007    0.002    0.007    0.002 {method 'join' of 'str' objects}
        3    0.000    0.000    0.000    0.000 {method 'keys' of 'dict' objects}
        2    0.261    0.131    0.261    0.131 {method 'read' of 'bz2.BZ2File' objects}
       55    0.001    0.000    0.001    0.000 {method 'read' of 'cStringIO.StringI' objects}
       10    0.000    0.000    0.000    0.000 {method 'rfind' of 'str' objects}
        1    0.000    0.000    0.000    0.000 {method 'rstrip' of 'str' objects}
       12    0.000    0.000    0.000    0.000 {method 'seek' of 'cStringIO.StringI' objects}
        1    0.000    0.000    0.000    0.000 {method 'sort' of 'list' objects}
        1    0.000    0.000    0.000    0.000 {method 'split' of 'str' objects}
        3    0.000    0.000    0.000    0.000 {method 'tell' of 'cStringIO.StringI' objects}
        1    0.000    0.000    0.000    0.000 {method 'unpack' of 'Struct' objects}
        2    0.000    0.000    0.000    0.000 {min}
        1    0.007    0.007    0.007    0.007 {numpy.core.multiarray.fromstring}
      188    0.000    0.000    0.000    0.000 {ord}
       11    0.000    0.000    0.000    0.000 {range}


0.0000 0.0000 0.0600 0.0715 0.0300     2.004 testimages/somedata_0001.mccd.gz
Thu Oct 30 12:15:01 2008    stats

         3604 function calls in 0.073 CPU seconds

   Ordered by: standard name

   ncalls  tottime  percall  cumtime  percall filename:lineno(function)
        1    0.000    0.000    0.073    0.073 <string>:1(<module>)
        1    0.000    0.000    0.000    0.000 ArgImagePlugin.py:401(_accept)
        1    0.000    0.000    0.000    0.000 BmpImagePlugin.py:55(_accept)
        1    0.000    0.000    0.000    0.000 BufrStubImagePlugin.py:28(_accept)
        1    0.000    0.000    0.000    0.000 CurImagePlugin.py:37(_accept)
        1    0.000    0.000    0.000    0.000 DcxImagePlugin.py:32(i32)
        1    0.000    0.000    0.000    0.000 DcxImagePlugin.py:35(_accept)
        1    0.000    0.000    0.000    0.000 EpsImagePlugin.py:118(_accept)
        1    0.000    0.000    0.000    0.000 EpsImagePlugin.py:29(i32)
        1    0.000    0.000    0.000    0.000 FitsStubImagePlugin.py:28(_accept)
        1    0.000    0.000    0.000    0.000 FliImagePlugin.py:25(i16)
        1    0.000    0.000    0.000    0.000 FliImagePlugin.py:34(_accept)
        1    0.000    0.000    0.000    0.000 FpxImagePlugin.py:46(_accept)
        2    0.000    0.000    0.000    0.000 GbrImagePlugin.py:18(i32)
        1    0.000    0.000    0.000    0.000 GbrImagePlugin.py:21(_accept)
        1    0.000    0.000    0.000    0.000 GifImagePlugin.py:47(_accept)
        1    0.000    0.000    0.000    0.000 GribStubImagePlugin.py:28(_accept)
        1    0.000    0.000    0.000    0.000 Hdf5StubImagePlugin.py:28(_accept)
        1    0.000    0.000    0.000    0.000 IcnsImagePlugin.py:204(<lambda>)
        1    0.000    0.000    0.000    0.000 IcoImagePlugin.py:37(_accept)
        1    0.000    0.000    0.000    0.000 ImImagePlugin.py:110(_open)
        1    0.000    0.000    0.002    0.002 Image.py:1879(open)
        1    0.000    0.000    0.000    0.000 Image.py:280(preinit)
        1    0.000    0.000    0.000    0.000 Image.py:361(_getdecoder)
        1    0.000    0.000    0.000    0.000 Image.py:377(_getencoder)
        5    0.000    0.000    0.000    0.000 Image.py:439(__init__)
        1    0.000    0.000    0.000    0.000 Image.py:448(_new)
        4    0.000    0.000    0.000    0.000 Image.py:484(__getattr__)
        1    0.000    0.000    0.013    0.013 Image.py:503(tostring)
        3    0.000    0.000    0.000    0.000 Image.py:587(load)
        1    0.000    0.000    0.012    0.012 Image.py:638(convert)
        5    0.000    0.000    0.000    0.000 Image.py:82(isStringType)
        2    0.000    0.000    0.000    0.000 Image.py:91(isTupleType)
        1    0.000    0.000    0.005    0.005 ImageFile.py:115(load)
        1    0.000    0.000    0.001    0.001 ImageFile.py:219(load_prepare)
        1    0.000    0.000    0.000    0.000 ImageFile.py:228(load_end)
        2    0.000    0.000    0.000    0.000 ImageFile.py:508(_safe_read)
        4    0.000    0.000    0.001    0.000 ImageFile.py:63(__init__)
        1    0.000    0.000    0.000    0.000 ImtImagePlugin.py:37(_open)
        1    0.000    0.000    0.000    0.000 IptcImagePlugin.py:110(_open)
        1    0.000    0.000    0.000    0.000 IptcImagePlugin.py:62(field)
        1    0.000    0.000    0.000    0.000 JpegImagePlugin.py:231(_accept)
        1    0.000    0.000    0.000    0.000 McIdasImagePlugin.py:28(i32)
        1    0.000    0.000    0.000    0.000 McIdasImagePlugin.py:31(_accept)
        1    0.000    0.000    0.000    0.000 PcxImagePlugin.py:35(_accept)
        1    0.000    0.000    0.000    0.000 PngImagePlugin.py:261(_accept)
        1    0.000    0.000    0.000    0.000 PpmImagePlugin.py:40(_accept)
        1    0.000    0.000    0.000    0.000 TiffImagePlugin.py:157(_accept)
        1    0.000    0.000    0.000    0.000 TiffImagePlugin.py:168(__init__)
        2    0.000    0.000    0.000    0.000 TiffImagePlugin.py:180(reset)
       14    0.000    0.000    0.000    0.000 TiffImagePlugin.py:199(__getitem__)
        2    0.000    0.000    0.000    0.000 TiffImagePlugin.py:209(get)
       11    0.000    0.000    0.000    0.000 TiffImagePlugin.py:215(getscalar)
        2    0.000    0.000    0.000    0.000 TiffImagePlugin.py:230(has_key)
        4    0.000    0.000    0.000    0.000 TiffImagePlugin.py:255(load_short)
        4    0.000    0.000    0.000    0.000 TiffImagePlugin.py:262(load_long)
        2    0.000    0.000    0.000    0.000 TiffImagePlugin.py:269(load_rational)
        1    0.000    0.000    0.000    0.000 TiffImagePlugin.py:295(load)
        1    0.000    0.000    0.001    0.001 TiffImagePlugin.py:445(_open)
        1    0.000    0.000    0.001    0.001 TiffImagePlugin.py:477(_seek)
        1    0.000    0.000    0.000    0.000 TiffImagePlugin.py:497(_decoder)
        1    0.000    0.000    0.000    0.000 TiffImagePlugin.py:521(_setup)
       31    0.000    0.000    0.000    0.000 TiffImagePlugin.py:64(il16)
       25    0.000    0.000    0.000    0.000 TiffImagePlugin.py:66(il32)
        1    0.000    0.000    0.000    0.000 __init__.py:121(numstem)
        1    0.000    0.000    0.000    0.000 __init__.py:139(deconstruct_filename)
        1    0.000    0.000    0.000    0.000 __init__.py:77(__init__)
        1    0.000    0.000    0.000    0.000 fabioimage.py:187(resetvals)
        2    0.000    0.000    0.032    0.016 fabioimage.py:259(_open)
        2    0.000    0.000    0.032    0.016 fabioimage.py:288(_compressed_stream)
        2    0.000    0.000    0.000    0.000 fabioimage.py:39(__init__)
        1    0.000    0.000    0.000    0.000 fromnumeric.py:83(reshape)
        2    0.000    0.000    0.000    0.000 gzip.py:157(_init_read)
        2    0.000    0.000    0.000    0.000 gzip.py:161(_read_gzip_header)
        3    0.000    0.000    0.000    0.000 gzip.py:18(U32)
        2    0.000    0.000    0.032    0.016 gzip.py:208(read)
       12    0.000    0.000    0.031    0.003 gzip.py:245(_read)
        1    0.000    0.000    0.000    0.000 gzip.py:27(LOWU32)
       11    0.007    0.001    0.010    0.001 gzip.py:295(_add_read_data)
        1    0.000    0.000    0.000    0.000 gzip.py:301(_read_eof)
        2    0.000    0.000    0.000    0.000 gzip.py:315(close)
        2    0.000    0.000    0.000    0.000 gzip.py:334(__del__)
        2    0.000    0.000    0.000    0.000 gzip.py:39(read32)
        2    0.000    0.000    0.001    0.000 gzip.py:60(__init__)
        1    0.006    0.006    0.007    0.007 marccdimage.py:264(interpret_header)
        1    0.000    0.000    0.007    0.007 marccdimage.py:292(_readheader)
        1    0.000    0.000    0.000    0.000 openimage.py:54(do_magic)
        1    0.000    0.000    0.073    0.073 openimage.py:67(openimage)
        1    0.000    0.000    0.001    0.001 openimage.py:81(_openimage)
        2    0.000    0.000    0.000    0.000 posixpath.py:74(split)
        2    0.000    0.000    0.000    0.000 posixpath.py:89(splitext)
        1    0.000    0.000    0.000    0.000 re.py:178(compile)
        1    0.000    0.000    0.000    0.000 re.py:219(_compile)
        1    0.000    0.000    0.006    0.006 string.py:306(join)
        3    0.000    0.000    0.000    0.000 struct.py:77(unpack)
        1    0.000    0.000    0.072    0.072 tifimage.py:53(read)
        1    0.001    0.001    0.001    0.001 {PIL._imaging.new}
        2    0.000    0.000    0.000    0.000 {apply}
        1    0.007    0.007    0.007    0.007 {built-in method convert}
       32    0.002    0.000    0.002    0.000 {built-in method decode}
       11    0.019    0.002    0.019    0.002 {built-in method decompress}
       64    0.006    0.000    0.006    0.000 {built-in method encode}
        1    0.000    0.000    0.000    0.000 {built-in method groups}
        1    0.000    0.000    0.000    0.000 {built-in method match}
        2    0.000    0.000    0.000    0.000 {built-in method pixel_access}
        1    0.000    0.000    0.000    0.000 {built-in method setimage}
        1    0.000    0.000    0.000    0.000 {cStringIO.StringIO}
        4    0.000    0.000    0.000    0.000 {getattr}
        5    0.000    0.000    0.000    0.000 {hasattr}
       12    0.000    0.000    0.000    0.000 {isinstance}
       63    0.000    0.000    0.000    0.000 {len}
        1    0.000    0.000    0.000    0.000 {max}
      229    0.000    0.000    0.000    0.000 {method 'append' of 'list' objects}
        2    0.000    0.000    0.000    0.000 {method 'close' of 'file' objects}
        1    0.000    0.000    0.000    0.000 {method 'copy' of 'dict' objects}
        1    0.000    0.000    0.000    0.000 {method 'disable' of '_lsprof.Profiler' objects}
       12    0.000    0.000    0.000    0.000 {method 'find' of 'str' objects}
        1    0.000    0.000    0.000    0.000 {method 'get' of 'dict' objects}
     2523    0.001    0.000    0.001    0.000 {method 'has_key' of 'dict' objects}
        3    0.006    0.002    0.006    0.002 {method 'join' of 'str' objects}
        3    0.000    0.000    0.000    0.000 {method 'keys' of 'dict' objects}
       55    0.002    0.000    0.002    0.000 {method 'read' of 'cStringIO.StringI' objects}
       59    0.001    0.000    0.001    0.000 {method 'read' of 'file' objects}
        6    0.000    0.000    0.000    0.000 {method 'rfind' of 'str' objects}
        1    0.000    0.000    0.000    0.000 {method 'rstrip' of 'str' objects}
       12    0.000    0.000    0.000    0.000 {method 'seek' of 'cStringIO.StringI' objects}
        7    0.000    0.000    0.000    0.000 {method 'seek' of 'file' objects}
        1    0.000    0.000    0.000    0.000 {method 'sort' of 'list' objects}
        1    0.000    0.000    0.000    0.000 {method 'split' of 'str' objects}
        3    0.000    0.000    0.000    0.000 {method 'tell' of 'cStringIO.StringI' objects}
        6    0.000    0.000    0.000    0.000 {method 'tell' of 'file' objects}
        3    0.000    0.000    0.000    0.000 {method 'unpack' of 'Struct' objects}
       13    0.000    0.000    0.000    0.000 {min}
        1    0.006    0.006    0.006    0.006 {numpy.core.multiarray.fromstring}
        2    0.001    0.000    0.001    0.000 {open}
      192    0.000    0.000    0.000    0.000 {ord}
       11    0.000    0.000    0.000    0.000 {range}
       13    0.003    0.000    0.003    0.000 {zlib.crc32}
        2    0.000    0.000    0.000    0.000 {zlib.decompressobj}


0.0000 0.0000 0.0000                   0.023 testimages/testmap1_0002.tif
Thu Oct 30 12:15:01 2008    stats

         616 function calls in 0.003 CPU seconds

   Ordered by: standard name

   ncalls  tottime  percall  cumtime  percall filename:lineno(function)
        1    0.000    0.000    0.003    0.003 <string>:1(<module>)
        1    0.000    0.000    0.000    0.000 ArgImagePlugin.py:401(_accept)
        1    0.000    0.000    0.000    0.000 BmpImagePlugin.py:55(_accept)
        1    0.000    0.000    0.000    0.000 BufrStubImagePlugin.py:28(_accept)
        1    0.000    0.000    0.000    0.000 CurImagePlugin.py:37(_accept)
        1    0.000    0.000    0.000    0.000 DcxImagePlugin.py:32(i32)
        1    0.000    0.000    0.000    0.000 DcxImagePlugin.py:35(_accept)
        1    0.000    0.000    0.000    0.000 EpsImagePlugin.py:118(_accept)
        1    0.000    0.000    0.000    0.000 EpsImagePlugin.py:29(i32)
        1    0.000    0.000    0.000    0.000 FitsStubImagePlugin.py:28(_accept)
        1    0.000    0.000    0.000    0.000 FliImagePlugin.py:25(i16)
        1    0.000    0.000    0.000    0.000 FliImagePlugin.py:34(_accept)
        1    0.000    0.000    0.000    0.000 FpxImagePlugin.py:46(_accept)
        2    0.000    0.000    0.000    0.000 GbrImagePlugin.py:18(i32)
        1    0.000    0.000    0.000    0.000 GbrImagePlugin.py:21(_accept)
        1    0.000    0.000    0.000    0.000 GifImagePlugin.py:47(_accept)
        1    0.000    0.000    0.000    0.000 GribStubImagePlugin.py:28(_accept)
        1    0.000    0.000    0.000    0.000 Hdf5StubImagePlugin.py:28(_accept)
        1    0.000    0.000    0.000    0.000 IcnsImagePlugin.py:204(<lambda>)
        1    0.000    0.000    0.000    0.000 IcoImagePlugin.py:37(_accept)
        1    0.000    0.000    0.000    0.000 ImImagePlugin.py:110(_open)
        1    0.000    0.000    0.001    0.001 Image.py:1879(open)
        1    0.000    0.000    0.000    0.000 Image.py:280(preinit)
        2    0.000    0.000    0.000    0.000 Image.py:361(_getdecoder)
        1    0.000    0.000    0.000    0.000 Image.py:377(_getencoder)
        5    0.000    0.000    0.000    0.000 Image.py:439(__init__)
        1    0.000    0.000    0.000    0.000 Image.py:448(_new)
        4    0.000    0.000    0.000    0.000 Image.py:484(__getattr__)
        1    0.000    0.000    0.000    0.000 Image.py:503(tostring)
        3    0.000    0.000    0.000    0.000 Image.py:587(load)
        1    0.000    0.000    0.000    0.000 Image.py:638(convert)
        5    0.000    0.000    0.000    0.000 Image.py:82(isStringType)
        3    0.000    0.000    0.000    0.000 Image.py:91(isTupleType)
        1    0.000    0.000    0.000    0.000 ImageFile.py:115(load)
        1    0.000    0.000    0.000    0.000 ImageFile.py:219(load_prepare)
        1    0.000    0.000    0.000    0.000 ImageFile.py:228(load_end)
        1    0.000    0.000    0.000    0.000 ImageFile.py:49(_tilesort)
        4    0.000    0.000    0.000    0.000 ImageFile.py:508(_safe_read)
        4    0.000    0.000    0.001    0.000 ImageFile.py:63(__init__)
        1    0.000    0.000    0.000    0.000 ImtImagePlugin.py:37(_open)
        1    0.000    0.000    0.000    0.000 IptcImagePlugin.py:110(_open)
        1    0.000    0.000    0.000    0.000 IptcImagePlugin.py:62(field)
        1    0.000    0.000    0.000    0.000 JpegImagePlugin.py:231(_accept)
        1    0.000    0.000    0.000    0.000 McIdasImagePlugin.py:28(i32)
        1    0.000    0.000    0.000    0.000 McIdasImagePlugin.py:31(_accept)
        1    0.000    0.000    0.000    0.000 PcxImagePlugin.py:35(_accept)
        1    0.000    0.000    0.000    0.000 PngImagePlugin.py:261(_accept)
        1    0.000    0.000    0.000    0.000 PpmImagePlugin.py:40(_accept)
        1    0.000    0.000    0.000    0.000 TiffImagePlugin.py:157(_accept)
        1    0.000    0.000    0.000    0.000 TiffImagePlugin.py:168(__init__)
        2    0.000    0.000    0.000    0.000 TiffImagePlugin.py:180(reset)
       14    0.000    0.000    0.000    0.000 TiffImagePlugin.py:199(__getitem__)
        2    0.000    0.000    0.000    0.000 TiffImagePlugin.py:209(get)
       11    0.000    0.000    0.000    0.000 TiffImagePlugin.py:215(getscalar)
        2    0.000    0.000    0.000    0.000 TiffImagePlugin.py:230(has_key)
        8    0.000    0.000    0.000    0.000 TiffImagePlugin.py:255(load_short)
        1    0.000    0.000    0.000    0.000 TiffImagePlugin.py:262(load_long)
        2    0.000    0.000    0.000    0.000 TiffImagePlugin.py:269(load_rational)
        1    0.000    0.000    0.000    0.000 TiffImagePlugin.py:295(load)
        1    0.000    0.000    0.001    0.001 TiffImagePlugin.py:445(_open)
        1    0.000    0.000    0.001    0.001 TiffImagePlugin.py:477(_seek)
        1    0.000    0.000    0.000    0.000 TiffImagePlugin.py:497(_decoder)
        1    0.000    0.000    0.000    0.000 TiffImagePlugin.py:521(_setup)
       37    0.000    0.000    0.000    0.000 TiffImagePlugin.py:64(il16)
       26    0.000    0.000    0.000    0.000 TiffImagePlugin.py:66(il32)
        1    0.000    0.000    0.000    0.000 __init__.py:121(numstem)
        1    0.000    0.000    0.000    0.000 __init__.py:139(deconstruct_filename)
        1    0.000    0.000    0.000    0.000 __init__.py:77(__init__)
        1    0.000    0.000    0.000    0.000 fabioimage.py:187(resetvals)
        2    0.000    0.000    0.001    0.000 fabioimage.py:259(_open)
        2    0.000    0.000    0.000    0.000 fabioimage.py:39(__init__)
        1    0.000    0.000    0.000    0.000 fromnumeric.py:83(reshape)
        1    0.000    0.000    0.000    0.000 openimage.py:54(do_magic)
        1    0.000    0.000    0.003    0.003 openimage.py:67(openimage)
        1    0.000    0.000    0.001    0.001 openimage.py:81(_openimage)
        2    0.000    0.000    0.000    0.000 posixpath.py:74(split)
        4    0.000    0.000    0.000    0.000 posixpath.py:89(splitext)
        1    0.000    0.000    0.000    0.000 re.py:178(compile)
        1    0.000    0.000    0.000    0.000 re.py:219(_compile)
        1    0.000    0.000    0.000    0.000 string.py:306(join)
        1    0.000    0.000    0.000    0.000 tifimage.py:34(_readheader)
        1    0.000    0.000    0.002    0.002 tifimage.py:53(read)
        1    0.000    0.000    0.000    0.000 {PIL._imaging.new}
        3    0.000    0.000    0.000    0.000 {apply}
        1    0.000    0.000    0.000    0.000 {built-in method convert}
        2    0.000    0.000    0.000    0.000 {built-in method decode}
        1    0.000    0.000    0.000    0.000 {built-in method encode}
        1    0.000    0.000    0.000    0.000 {built-in method groups}
        1    0.000    0.000    0.000    0.000 {built-in method match}
        2    0.000    0.000    0.000    0.000 {built-in method pixel_access}
        1    0.000    0.000    0.000    0.000 {built-in method setimage}
        1    0.000    0.000    0.000    0.000 {cmp}
        5    0.000    0.000    0.000    0.000 {getattr}
        5    0.000    0.000    0.000    0.000 {hasattr}
       13    0.000    0.000    0.000    0.000 {isinstance}
       44    0.000    0.000    0.000    0.000 {len}
        1    0.000    0.000    0.000    0.000 {max}
       15    0.000    0.000    0.000    0.000 {method 'append' of 'list' objects}
        1    0.000    0.000    0.000    0.000 {method 'copy' of 'dict' objects}
        1    0.000    0.000    0.000    0.000 {method 'disable' of '_lsprof.Profiler' objects}
       12    0.000    0.000    0.000    0.000 {method 'find' of 'str' objects}
        1    0.000    0.000    0.000    0.000 {method 'get' of 'dict' objects}
        5    0.000    0.000    0.000    0.000 {method 'has_key' of 'dict' objects}
        3    0.000    0.000    0.000    0.000 {method 'join' of 'str' objects}
        3    0.000    0.000    0.000    0.000 {method 'keys' of 'dict' objects}
       29    0.000    0.000    0.000    0.000 {method 'read' of 'file' objects}
       10    0.000    0.000    0.000    0.000 {method 'rfind' of 'str' objects}
        1    0.000    0.000    0.000    0.000 {method 'rstrip' of 'str' objects}
       16    0.000    0.000    0.000    0.000 {method 'seek' of 'file' objects}
        1    0.000    0.000    0.000    0.000 {method 'sort' of 'list' objects}
        1    0.000    0.000    0.000    0.000 {method 'split' of 'str' objects}
        5    0.000    0.000    0.000    0.000 {method 'tell' of 'file' objects}
        4    0.000    0.000    0.000    0.000 {min}
        2    0.000    0.000    0.000    0.000 {numpy.core.multiarray.fromstring}
        2    0.001    0.000    0.001    0.000 {open}
      204    0.000    0.000    0.000    0.000 {ord}
       12    0.000    0.000    0.000    0.000 {range}


0.0000 0.0000 0.0000 0.0360 0.0000     0.023 testimages/testmap1_0002.tif.bz2
Thu Oct 30 12:15:01 2008    stats

         618 function calls in 0.004 CPU seconds

   Ordered by: standard name

   ncalls  tottime  percall  cumtime  percall filename:lineno(function)
        1    0.000    0.000    0.004    0.004 <string>:1(<module>)
        1    0.000    0.000    0.000    0.000 ArgImagePlugin.py:401(_accept)
        1    0.000    0.000    0.000    0.000 BmpImagePlugin.py:55(_accept)
        1    0.000    0.000    0.000    0.000 BufrStubImagePlugin.py:28(_accept)
        1    0.000    0.000    0.000    0.000 CurImagePlugin.py:37(_accept)
        1    0.000    0.000    0.000    0.000 DcxImagePlugin.py:32(i32)
        1    0.000    0.000    0.000    0.000 DcxImagePlugin.py:35(_accept)
        1    0.000    0.000    0.000    0.000 EpsImagePlugin.py:118(_accept)
        1    0.000    0.000    0.000    0.000 EpsImagePlugin.py:29(i32)
        1    0.000    0.000    0.000    0.000 FitsStubImagePlugin.py:28(_accept)
        1    0.000    0.000    0.000    0.000 FliImagePlugin.py:25(i16)
        1    0.000    0.000    0.000    0.000 FliImagePlugin.py:34(_accept)
        1    0.000    0.000    0.000    0.000 FpxImagePlugin.py:46(_accept)
        2    0.000    0.000    0.000    0.000 GbrImagePlugin.py:18(i32)
        1    0.000    0.000    0.000    0.000 GbrImagePlugin.py:21(_accept)
        1    0.000    0.000    0.000    0.000 GifImagePlugin.py:47(_accept)
        1    0.000    0.000    0.000    0.000 GribStubImagePlugin.py:28(_accept)
        1    0.000    0.000    0.000    0.000 Hdf5StubImagePlugin.py:28(_accept)
        1    0.000    0.000    0.000    0.000 IcnsImagePlugin.py:204(<lambda>)
        1    0.000    0.000    0.000    0.000 IcoImagePlugin.py:37(_accept)
        1    0.000    0.000    0.000    0.000 ImImagePlugin.py:110(_open)
        1    0.000    0.000    0.002    0.002 Image.py:1879(open)
        1    0.000    0.000    0.000    0.000 Image.py:280(preinit)
        2    0.000    0.000    0.000    0.000 Image.py:361(_getdecoder)
        1    0.000    0.000    0.000    0.000 Image.py:377(_getencoder)
        5    0.000    0.000    0.000    0.000 Image.py:439(__init__)
        1    0.000    0.000    0.000    0.000 Image.py:448(_new)
        4    0.000    0.000    0.000    0.000 Image.py:484(__getattr__)
        1    0.000    0.000    0.000    0.000 Image.py:503(tostring)
        3    0.000    0.000    0.000    0.000 Image.py:587(load)
        1    0.000    0.000    0.000    0.000 Image.py:638(convert)
        5    0.000    0.000    0.000    0.000 Image.py:82(isStringType)
        3    0.000    0.000    0.000    0.000 Image.py:91(isTupleType)
        1    0.000    0.000    0.000    0.000 ImageFile.py:115(load)
        1    0.000    0.000    0.000    0.000 ImageFile.py:219(load_prepare)
        1    0.000    0.000    0.000    0.000 ImageFile.py:228(load_end)
        1    0.000    0.000    0.000    0.000 ImageFile.py:49(_tilesort)
        4    0.000    0.000    0.000    0.000 ImageFile.py:508(_safe_read)
        4    0.000    0.000    0.001    0.000 ImageFile.py:63(__init__)
        1    0.000    0.000    0.000    0.000 ImtImagePlugin.py:37(_open)
        1    0.000    0.000    0.000    0.000 IptcImagePlugin.py:110(_open)
        1    0.000    0.000    0.000    0.000 IptcImagePlugin.py:62(field)
        1    0.000    0.000    0.000    0.000 JpegImagePlugin.py:231(_accept)
        1    0.000    0.000    0.000    0.000 McIdasImagePlugin.py:28(i32)
        1    0.000    0.000    0.000    0.000 McIdasImagePlugin.py:31(_accept)
        1    0.000    0.000    0.000    0.000 PcxImagePlugin.py:35(_accept)
        1    0.000    0.000    0.000    0.000 PngImagePlugin.py:261(_accept)
        1    0.000    0.000    0.000    0.000 PpmImagePlugin.py:40(_accept)
        1    0.000    0.000    0.000    0.000 TiffImagePlugin.py:157(_accept)
        1    0.000    0.000    0.000    0.000 TiffImagePlugin.py:168(__init__)
        2    0.000    0.000    0.000    0.000 TiffImagePlugin.py:180(reset)
       14    0.000    0.000    0.000    0.000 TiffImagePlugin.py:199(__getitem__)
        2    0.000    0.000    0.000    0.000 TiffImagePlugin.py:209(get)
       11    0.000    0.000    0.000    0.000 TiffImagePlugin.py:215(getscalar)
        2    0.000    0.000    0.000    0.000 TiffImagePlugin.py:230(has_key)
        8    0.000    0.000    0.000    0.000 TiffImagePlugin.py:255(load_short)
        1    0.000    0.000    0.000    0.000 TiffImagePlugin.py:262(load_long)
        2    0.000    0.000    0.000    0.000 TiffImagePlugin.py:269(load_rational)
        1    0.000    0.000    0.000    0.000 TiffImagePlugin.py:295(load)
        1    0.000    0.000    0.001    0.001 TiffImagePlugin.py:445(_open)
        1    0.000    0.000    0.001    0.001 TiffImagePlugin.py:477(_seek)
        1    0.000    0.000    0.000    0.000 TiffImagePlugin.py:497(_decoder)
        1    0.000    0.000    0.000    0.000 TiffImagePlugin.py:521(_setup)
       37    0.000    0.000    0.000    0.000 TiffImagePlugin.py:64(il16)
       26    0.000    0.000    0.000    0.000 TiffImagePlugin.py:66(il32)
        1    0.000    0.000    0.000    0.000 __init__.py:121(numstem)
        1    0.000    0.000    0.000    0.000 __init__.py:139(deconstruct_filename)
        1    0.000    0.000    0.000    0.000 __init__.py:77(__init__)
        1    0.000    0.000    0.000    0.000 fabioimage.py:187(resetvals)
        2    0.000    0.000    0.001    0.001 fabioimage.py:259(_open)
        2    0.001    0.000    0.001    0.000 fabioimage.py:288(_compressed_stream)
        2    0.000    0.000    0.000    0.000 fabioimage.py:39(__init__)
        1    0.000    0.000    0.000    0.000 fromnumeric.py:83(reshape)
        1    0.000    0.000    0.000    0.000 openimage.py:54(do_magic)
        1    0.000    0.000    0.004    0.004 openimage.py:67(openimage)
        1    0.000    0.000    0.001    0.001 openimage.py:81(_openimage)
        2    0.000    0.000    0.000    0.000 posixpath.py:74(split)
        4    0.000    0.000    0.000    0.000 posixpath.py:89(splitext)
        1    0.000    0.000    0.000    0.000 re.py:178(compile)
        1    0.000    0.000    0.000    0.000 re.py:219(_compile)
        1    0.000    0.000    0.000    0.000 string.py:306(join)
        1    0.000    0.000    0.000    0.000 tifimage.py:34(_readheader)
        1    0.000    0.000    0.003    0.003 tifimage.py:53(read)
        1    0.000    0.000    0.000    0.000 {PIL._imaging.new}
        3    0.000    0.000    0.000    0.000 {apply}
        1    0.000    0.000    0.000    0.000 {built-in method convert}
        2    0.000    0.000    0.000    0.000 {built-in method decode}
        1    0.000    0.000    0.000    0.000 {built-in method encode}
        1    0.000    0.000    0.000    0.000 {built-in method groups}
        1    0.000    0.000    0.000    0.000 {built-in method match}
        2    0.000    0.000    0.000    0.000 {built-in method pixel_access}
        1    0.000    0.000    0.000    0.000 {built-in method setimage}
        1    0.000    0.000    0.000    0.000 {cStringIO.StringIO}
        1    0.000    0.000    0.000    0.000 {cmp}
        5    0.000    0.000    0.000    0.000 {getattr}
        5    0.000    0.000    0.000    0.000 {hasattr}
       13    0.000    0.000    0.000    0.000 {isinstance}
       44    0.000    0.000    0.000    0.000 {len}
        1    0.000    0.000    0.000    0.000 {max}
       15    0.000    0.000    0.000    0.000 {method 'append' of 'list' objects}
        1    0.000    0.000    0.000    0.000 {method 'copy' of 'dict' objects}
        1    0.000    0.000    0.000    0.000 {method 'disable' of '_lsprof.Profiler' objects}
       12    0.000    0.000    0.000    0.000 {method 'find' of 'str' objects}
        1    0.000    0.000    0.000    0.000 {method 'get' of 'dict' objects}
        5    0.000    0.000    0.000    0.000 {method 'has_key' of 'dict' objects}
        3    0.000    0.000    0.000    0.000 {method 'join' of 'str' objects}
        3    0.000    0.000    0.000    0.000 {method 'keys' of 'dict' objects}
        2    0.000    0.000    0.000    0.000 {method 'read' of 'bz2.BZ2File' objects}
       28    0.000    0.000    0.000    0.000 {method 'read' of 'cStringIO.StringI' objects}
       10    0.000    0.000    0.000    0.000 {method 'rfind' of 'str' objects}
        1    0.000    0.000    0.000    0.000 {method 'rstrip' of 'str' objects}
       16    0.000    0.000    0.000    0.000 {method 'seek' of 'cStringIO.StringI' objects}
        1    0.000    0.000    0.000    0.000 {method 'sort' of 'list' objects}
        1    0.000    0.000    0.000    0.000 {method 'split' of 'str' objects}
        5    0.000    0.000    0.000    0.000 {method 'tell' of 'cStringIO.StringI' objects}
        4    0.000    0.000    0.000    0.000 {min}
        2    0.000    0.000    0.000    0.000 {numpy.core.multiarray.fromstring}
      204    0.000    0.000    0.000    0.000 {ord}
       12    0.000    0.000    0.000    0.000 {range}


0.0000 0.0000 0.0000 0.0343 0.0000     0.023 testimages/testmap1_0002.tif.gz
Thu Oct 30 12:15:02 2008    stats

         738 function calls in 0.005 CPU seconds

   Ordered by: standard name

   ncalls  tottime  percall  cumtime  percall filename:lineno(function)
        1    0.000    0.000    0.005    0.005 <string>:1(<module>)
        1    0.000    0.000    0.000    0.000 ArgImagePlugin.py:401(_accept)
        1    0.000    0.000    0.000    0.000 BmpImagePlugin.py:55(_accept)
        1    0.000    0.000    0.000    0.000 BufrStubImagePlugin.py:28(_accept)
        1    0.000    0.000    0.000    0.000 CurImagePlugin.py:37(_accept)
        1    0.000    0.000    0.000    0.000 DcxImagePlugin.py:32(i32)
        1    0.000    0.000    0.000    0.000 DcxImagePlugin.py:35(_accept)
        1    0.000    0.000    0.000    0.000 EpsImagePlugin.py:118(_accept)
        1    0.000    0.000    0.000    0.000 EpsImagePlugin.py:29(i32)
        1    0.000    0.000    0.000    0.000 FitsStubImagePlugin.py:28(_accept)
        1    0.000    0.000    0.000    0.000 FliImagePlugin.py:25(i16)
        1    0.000    0.000    0.000    0.000 FliImagePlugin.py:34(_accept)
        1    0.000    0.000    0.000    0.000 FpxImagePlugin.py:46(_accept)
        2    0.000    0.000    0.000    0.000 GbrImagePlugin.py:18(i32)
        1    0.000    0.000    0.000    0.000 GbrImagePlugin.py:21(_accept)
        1    0.000    0.000    0.000    0.000 GifImagePlugin.py:47(_accept)
        1    0.000    0.000    0.000    0.000 GribStubImagePlugin.py:28(_accept)
        1    0.000    0.000    0.000    0.000 Hdf5StubImagePlugin.py:28(_accept)
        1    0.000    0.000    0.000    0.000 IcnsImagePlugin.py:204(<lambda>)
        1    0.000    0.000    0.000    0.000 IcoImagePlugin.py:37(_accept)
        1    0.000    0.000    0.000    0.000 ImImagePlugin.py:110(_open)
        1    0.000    0.000    0.002    0.002 Image.py:1879(open)
        1    0.000    0.000    0.000    0.000 Image.py:280(preinit)
        2    0.000    0.000    0.000    0.000 Image.py:361(_getdecoder)
        1    0.000    0.000    0.000    0.000 Image.py:377(_getencoder)
        5    0.000    0.000    0.000    0.000 Image.py:439(__init__)
        1    0.000    0.000    0.000    0.000 Image.py:448(_new)
        4    0.000    0.000    0.000    0.000 Image.py:484(__getattr__)
        1    0.000    0.000    0.000    0.000 Image.py:503(tostring)
        3    0.000    0.000    0.000    0.000 Image.py:587(load)
        1    0.000    0.000    0.000    0.000 Image.py:638(convert)
        5    0.000    0.000    0.000    0.000 Image.py:82(isStringType)
        3    0.000    0.000    0.000    0.000 Image.py:91(isTupleType)
        1    0.000    0.000    0.000    0.000 ImageFile.py:115(load)
        1    0.000    0.000    0.000    0.000 ImageFile.py:219(load_prepare)
        1    0.000    0.000    0.000    0.000 ImageFile.py:228(load_end)
        1    0.000    0.000    0.000    0.000 ImageFile.py:49(_tilesort)
        4    0.000    0.000    0.000    0.000 ImageFile.py:508(_safe_read)
        4    0.000    0.000    0.001    0.000 ImageFile.py:63(__init__)
        1    0.000    0.000    0.000    0.000 ImtImagePlugin.py:37(_open)
        1    0.000    0.000    0.000    0.000 IptcImagePlugin.py:110(_open)
        1    0.000    0.000    0.000    0.000 IptcImagePlugin.py:62(field)
        1    0.000    0.000    0.000    0.000 JpegImagePlugin.py:231(_accept)
        1    0.000    0.000    0.000    0.000 McIdasImagePlugin.py:28(i32)
        1    0.000    0.000    0.000    0.000 McIdasImagePlugin.py:31(_accept)
        1    0.000    0.000    0.000    0.000 PcxImagePlugin.py:35(_accept)
        1    0.000    0.000    0.000    0.000 PngImagePlugin.py:261(_accept)
        1    0.000    0.000    0.000    0.000 PpmImagePlugin.py:40(_accept)
        1    0.000    0.000    0.000    0.000 TiffImagePlugin.py:157(_accept)
        1    0.000    0.000    0.000    0.000 TiffImagePlugin.py:168(__init__)
        2    0.000    0.000    0.000    0.000 TiffImagePlugin.py:180(reset)
       14    0.000    0.000    0.000    0.000 TiffImagePlugin.py:199(__getitem__)
        2    0.000    0.000    0.000    0.000 TiffImagePlugin.py:209(get)
       11    0.000    0.000    0.000    0.000 TiffImagePlugin.py:215(getscalar)
        2    0.000    0.000    0.000    0.000 TiffImagePlugin.py:230(has_key)
        8    0.000    0.000    0.000    0.000 TiffImagePlugin.py:255(load_short)
        1    0.000    0.000    0.000    0.000 TiffImagePlugin.py:262(load_long)
        2    0.000    0.000    0.000    0.000 TiffImagePlugin.py:269(load_rational)
        1    0.000    0.000    0.000    0.000 TiffImagePlugin.py:295(load)
        1    0.000    0.000    0.001    0.001 TiffImagePlugin.py:445(_open)
        1    0.000    0.000    0.001    0.001 TiffImagePlugin.py:477(_seek)
        1    0.000    0.000    0.000    0.000 TiffImagePlugin.py:497(_decoder)
        1    0.000    0.000    0.000    0.000 TiffImagePlugin.py:521(_setup)
       37    0.000    0.000    0.000    0.000 TiffImagePlugin.py:64(il16)
       26    0.000    0.000    0.000    0.000 TiffImagePlugin.py:66(il32)
        1    0.000    0.000    0.000    0.000 __init__.py:121(numstem)
        1    0.000    0.000    0.000    0.000 __init__.py:139(deconstruct_filename)
        1    0.000    0.000    0.000    0.000 __init__.py:77(__init__)
        1    0.000    0.000    0.000    0.000 fabioimage.py:187(resetvals)
        2    0.000    0.000    0.002    0.001 fabioimage.py:259(_open)
        2    0.000    0.000    0.002    0.001 fabioimage.py:288(_compressed_stream)
        2    0.000    0.000    0.000    0.000 fabioimage.py:39(__init__)
        1    0.000    0.000    0.000    0.000 fromnumeric.py:83(reshape)
        2    0.000    0.000    0.000    0.000 gzip.py:157(_init_read)
        2    0.000    0.000    0.000    0.000 gzip.py:161(_read_gzip_header)
        6    0.000    0.000    0.000    0.000 gzip.py:18(U32)
        2    0.000    0.000    0.001    0.000 gzip.py:208(read)
        3    0.000    0.000    0.001    0.000 gzip.py:245(_read)
        2    0.000    0.000    0.000    0.000 gzip.py:27(LOWU32)
        2    0.000    0.000    0.000    0.000 gzip.py:295(_add_read_data)
        2    0.000    0.000    0.000    0.000 gzip.py:301(_read_eof)
        2    0.000    0.000    0.000    0.000 gzip.py:315(close)
        2    0.000    0.000    0.000    0.000 gzip.py:334(__del__)
        4    0.000    0.000    0.000    0.000 gzip.py:39(read32)
        2    0.000    0.000    0.001    0.001 gzip.py:60(__init__)
        1    0.000    0.000    0.000    0.000 openimage.py:54(do_magic)
        1    0.000    0.000    0.005    0.005 openimage.py:67(openimage)
        1    0.000    0.000    0.001    0.001 openimage.py:81(_openimage)
        2    0.000    0.000    0.000    0.000 posixpath.py:74(split)
        2    0.000    0.000    0.000    0.000 posixpath.py:89(splitext)
        1    0.000    0.000    0.000    0.000 re.py:178(compile)
        1    0.000    0.000    0.000    0.000 re.py:219(_compile)
        1    0.000    0.000    0.000    0.000 string.py:306(join)
        4    0.000    0.000    0.000    0.000 struct.py:77(unpack)
        1    0.000    0.000    0.000    0.000 tifimage.py:34(_readheader)
        1    0.000    0.000    0.004    0.004 tifimage.py:53(read)
        1    0.000    0.000    0.000    0.000 {PIL._imaging.new}
        3    0.000    0.000    0.000    0.000 {apply}
        1    0.000    0.000    0.000    0.000 {built-in method convert}
        2    0.000    0.000    0.000    0.000 {built-in method decode}
        2    0.000    0.000    0.000    0.000 {built-in method decompress}
        1    0.000    0.000    0.000    0.000 {built-in method encode}
        1    0.000    0.000    0.000    0.000 {built-in method groups}
        1    0.000    0.000    0.000    0.000 {built-in method match}
        2    0.000    0.000    0.000    0.000 {built-in method pixel_access}
        1    0.000    0.000    0.000    0.000 {built-in method setimage}
        1    0.000    0.000    0.000    0.000 {cStringIO.StringIO}
        1    0.000    0.000    0.000    0.000 {cmp}
        5    0.000    0.000    0.000    0.000 {getattr}
        5    0.000    0.000    0.000    0.000 {hasattr}
       13    0.000    0.000    0.000    0.000 {isinstance}
       50    0.000    0.000    0.000    0.000 {len}
        1    0.000    0.000    0.000    0.000 {max}
       15    0.000    0.000    0.000    0.000 {method 'append' of 'list' objects}
        2    0.000    0.000    0.000    0.000 {method 'close' of 'file' objects}
        1    0.000    0.000    0.000    0.000 {method 'copy' of 'dict' objects}
        1    0.000    0.000    0.000    0.000 {method 'disable' of '_lsprof.Profiler' objects}
       12    0.000    0.000    0.000    0.000 {method 'find' of 'str' objects}
        1    0.000    0.000    0.000    0.000 {method 'get' of 'dict' objects}
        5    0.000    0.000    0.000    0.000 {method 'has_key' of 'dict' objects}
        3    0.000    0.000    0.000    0.000 {method 'join' of 'str' objects}
        3    0.000    0.000    0.000    0.000 {method 'keys' of 'dict' objects}
       28    0.000    0.000    0.000    0.000 {method 'read' of 'cStringIO.StringI' objects}
       50    0.000    0.000    0.000    0.000 {method 'read' of 'file' objects}
        6    0.000    0.000    0.000    0.000 {method 'rfind' of 'str' objects}
        1    0.000    0.000    0.000    0.000 {method 'rstrip' of 'str' objects}
       16    0.000    0.000    0.000    0.000 {method 'seek' of 'cStringIO.StringI' objects}
        9    0.000    0.000    0.000    0.000 {method 'seek' of 'file' objects}
        1    0.000    0.000    0.000    0.000 {method 'sort' of 'list' objects}
        1    0.000    0.000    0.000    0.000 {method 'split' of 'str' objects}
        5    0.000    0.000    0.000    0.000 {method 'tell' of 'cStringIO.StringI' objects}
        6    0.000    0.000    0.000    0.000 {method 'tell' of 'file' objects}
        4    0.000    0.000    0.000    0.000 {method 'unpack' of 'Struct' objects}
        6    0.000    0.000    0.000    0.000 {min}
        2    0.000    0.000    0.000    0.000 {numpy.core.multiarray.fromstring}
        2    0.001    0.001    0.001    0.001 {open}
      208    0.000    0.000    0.000    0.000 {ord}
       12    0.000    0.000    0.000    0.000 {range}
        4    0.000    0.000    0.000    0.000 {zlib.crc32}
        2    0.000    0.000    0.000    0.000 {zlib.decompressobj}


