readlif
readlif copied to clipboard
Fast Leica LIF file reader written in python
Hi Nick, First of all, thank you for all the work you have done on this awesome package, I love it! I use it every day for my image analysis,...
Hi, i have a .lif file with 10 different measurements, which consists off 33 images (each one referring to one different wavenumber). Now I would like to gather all these...
Hello, I've been using this package for a while to extract images from .lif generated by a Leica microscope with a monochrome camera. Thank you very much for the work...
Hi Nick, Thank you for creating this! I'm not a trained programmer and I apologize if I'm simply misusing your package. Here's my issue: Create a basic object and load...
XT scan
Hi, Would it be possible to implement reading xt scan? Thanks. Petro
In addition to the currently supported dimensions, data may be recorded with varying detection and excitation wavelengths. These are denoted by DimID 5 and 9 in the xml metadata. It...
Following on Issue #44, I believe that the problem is that the hacky way of guessing whether Channels is the second dimension or not is summing over all the bytes...
Hello. I'm using readlif, and it looks like a wonderful library. However since I started uploading 4 channel images I have had problems. The problem is that when I do...
I try to access the Series Name of the images. I can view the Series name via ImageJ  The [documentation](https://readlif.readthedocs.io/en/latest/) recommends this code: ``` for image in new.get_iter_image():...
Hello, I am using readlif on .lif files from Confocal laser scanning fluorescence microscope (Leica Microsystems SP5). Although I am getting most of the images as same as from LAS,...