Antonio Politi

Results 17 comments of Antonio Politi

Hello, are there any news on implementing a nopix opening in bioformat? Generally improving the reading in of multi-file data? Currently metamorph 18720 images (multi-position+time-lapse in total 294 GB) takes...

This issue may be similar to https://github.com/ome/bioformats/issues/3164

Unfortunately, I do not know if the issue is new or not as we just started to regularly do time-lapses now. The version of the NIS-elements we are using is...

Dear @quantixed, I try to make Nikon aware about this problem since several months. My impression is that it is a problem on their side or that Nikon should get...

These are great news. Thanks for taking care of it. I am sure also the other issue will be solved eventually

Hi Robert, I think the mamba recipe also misses the napari-czifile2 (I thought it is the same as conda?)

The two install are definitely very different. I have a Windows10 miniconda install. Just performed the test today 26.07.2022, 9.25 AM ### conda create `conda create --name devbio-napari-env-conda python=3.9 devbio-napari...

mamba (0.24.0) and conda (4.13.0) do not give me any error. I am able to install missing packages using `mamba install ... -c conda-forge` In the report of what is...

conda and mamba are in the base environment. But why do they use a different distribution? I would think that they should both use the latest. I will try to...

From base environment (mamba installed with `conda install mamba`) `conda create --name devbio-napari-env-conda-0.5.9 python=3.9 devbio-napari=0.5.9 -c conda-forge` [devbio-napari-env-conda-0.5.9.log](https://github.com/haesleinhuepf/devbio-napari/files/9196523/devbio-napari-env-conda-0.5.9.log) 384 packages installed `mamba create --name devbio-napari-env-mamba-0.5.9 python=3.9 devbio-napari=0.5.9 -c conda-forge` [devbio-napari-env-mamba-0.5.9.log](https://github.com/haesleinhuepf/devbio-napari/files/9196527/devbio-napari-env-mamba-0.5.9.log)...