readlif
readlif copied to clipboard
Fast Leica LIF file reader written in python
Hello, do you know if there are timestamps in the metadata anywhere? Many thanks for the help.
I have a file (which I can send you ) that is a mix of 8,16 and 32 bit image. In the file loaded below image 0 is 8bit, image...
I know that readlif has the access to .lif file. When I try to use numpy to process the readout of .lif file, I find it is different from the...
I came across this mention here where [this package states it does not support FlipX, FlipY, & SwapXY](https://github.com/nimne/readlif/blob/master/README.md?plain=1#L31). I've been working on [improving the LIF reader for another package](https://github.com/AllenCellModeling/aicsimageio/pull/480) which...
I have a question concerning image scaling calculated starting in reader.py line 617. On lines 628 and 632, the math is currently as follows: $[scale] = \frac{ [NumberOfElements] - 1}{[Length]}$...
Some images in Fast FLIM experiments are stored as 32-bit floats, add support for these images.
Hi @nimne , I was just using your `readlif` library and I was wondering if there is a way for retrieving a 3D stack from a .lif file in a...
Hi! I am trying to extract the exact date and time for each acquisition. The xml file does not contain it, nor the information dict. Can you help me?
Are there plans to cut a new release now that #52 is merged? Also, is @Arcadia-Science also maintaining the https://github.com/conda-forge/readlif-feedstock for deployment on conda-forge?
Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.26.4 to 20.26.6. Release notes Sourced from virtualenv's releases. 20.26.6 What's Changed release 20.26.5 by @gaborbernat in pypa/virtualenv#2766 Fix #2768: Quote template strings in activation scripts by...