Skip to content

Denoising of tiff/tif files #211

Open
@annwhoorma

Description

@annwhoorma

I'd like to denoise frames saved as tiff. While I had no problem training a denoiser and using it with mrc files, I did run into issues with tiff, specifically with EMPIAR-10673.

Where I am at:

  • I am confused about this: in this dataset, each frame of each micrograph contains integers (moreover, each pixel of each frame is either 0 or 1), which is not the case for mrc that I am used to. Is it normal for tiff data?
  • Summing even/odd/all frames yields a black image because many final pixels have low values, and then even scaling all values between 0 and 255 doesn't help either.
  • Since topaz doesn't support reading multi-frame tiff files, I found this advice on how to read them. However, they apply binning which leads to downscaling but also allows to see some particles, and binning also helped in my case. But my understanding is that topaz denoise should be trained on raw data, not downscaled or binned.

Do you have any advice on how to prepare tiff multi-frame data for denoiser training?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions