Project

General

Profile

setup for saving as tiff

Added by Jean-Paul Armache over 9 years ago

Hello,

Pardon me if this is an silly question, but I was wondering whether it is valid to look inside dmsem.py to save files from Leginon as .tiff files ?
I ran into this:
http://emg.nysbc.org/projects/leginon/repository/revisions/18590
and I was wondering if this is an issue that has been resolved or I should avoid it ?
If you can save easily as tif files, could you please point me to the particular place I could make this happen ?
Best,

Jean-Paul


Replies (3)

RE: setup for saving as tiff - Added by Anchi Cheng over 9 years ago

I test it unsuccessfully, and have never gone back to debug it. If you want to try, change

if False:

to
if True:

at the lines where you found it.

RE: setup for saving as tiff - Added by Anchi Cheng over 9 years ago

By the way,

I am of the opinion that it is just as good using bzip2 to compress the raw frame mrc stacks and archive as such once you have done with its processing initially and need to reclaim its space.

RE: setup for saving as tiff - Added by Anchi Cheng almost 9 years ago

PS. Found out later that the flag value to set should be 8, not 3 to save TIFF in LZW compression, and 16 to save as TIFF with ZIP compression

    (1-3/3)