picasso icon indicating copy to clipboard operation
picasso copied to clipboard

Processing file bigger than 4GB on Picasso Localize

Open gwisna opened this issue 3 years ago • 7 comments

  • Picasso version: 0.2.7
  • Python version: 3.8
  • Operating System: Windows 10 enterprise

Description

I need to process the localization for file bigger than 4GB, is there a way to process it with Picasso localize? I do not want to crop my movie that contains 90000 frames.

I look forward for some solution that I can try.

gwisna avatar May 14 '21 19:05 gwisna

Hi, in priniciple there should be no file size limit. Did you experience any error with your file?

straussmaximilian avatar Jun 25 '21 16:06 straussmaximilian

Is this a TIFF file or RAW file? The original TIFF format only supports files up to 4 GB. If you have a TIFF file larger than that, it is in the new "BigTiff" format which is not yet supported by the main Picasso (at least, it wasn't when I last checked 2 years ago). I have made a fork that implements support for BigTiff format and reads TIFF files larger than 4 GB without issues. I wanted to submit a PR into the main branch, but I just haven't had time to polish it yet. You can find here: https://github.com/scholer/picasso/tree/bigtiff

Alternatively, you can also convert your large TIFF file to .RAW format and load that with Picasso instead.

scholer avatar Aug 08 '21 10:08 scholer

Hi, is there any plan to implement the file reader to support "BigTiff" any time soon? I have been generated a lot of (huge) datasets and it would be a lifesaver if I don't have to convert the .tif file to .raw (which also eats up my storage space very fast as now I am doubling the size of each dataset). Thanks!

Antimonyleo avatar Dec 16 '22 01:12 Antimonyleo

Hi, is there any plan to implement the file reader to support "BigTiff" any time soon? I have been generated a lot of (huge) datasets and it would be a lifesaver if I don't have to convert the .tif file to .raw (which also eats up my storage space very fast as now I am doubling the size of each dataset). Thanks!

We are planning to include this file format too, however, this will come in further releases. Bests, Rafal

rafalkowalewski1 avatar Dec 17 '22 12:12 rafalkowalewski1

Hello, Using micro-manager 1.4 to record data, the image is split into 4Gb .ome.tif files but Picasso Localize will still open all the frames. Maybe it is useful to you if you cannot use .raw conversion for any reason. Best, Tom

IrrelevantNameTom avatar Apr 27 '23 15:04 IrrelevantNameTom

@rafalkowalewski1 I would also appreciate bigTiff support. We have files about 4.4 GB in size and the error is: image

@IrrelevantNameTom Do you know what the naming of the files has to be, for picasso to load all the frames?

ajasja avatar May 29 '24 15:05 ajasja

Ok, figured it out image

(and one only has to open the first file)

ajasja avatar May 29 '24 15:05 ajasja