Kevin M. Dean

Results 87 comments of Kevin M. Dean

No problem. RedHat Enterprise OS. GPU. Depends what is available on the cluster, but typically a v100 or better: ![image](https://user-images.githubusercontent.com/42547789/170316001-2fc7431a-0cf5-4faa-bb2a-cd4bbeec1eb8.png) Launching napari from a script. ``` #!/bin/bash module load python/3.8.x-anaconda...

If the viewer is switched to the 3d mode, and then the file is loaded: ``` TypeError Traceback (most recent call last) File ~/.conda/envs/napari-env/lib/python3.9/site-packages/OpenGL/latebind.py:43, in LateBind.__call__(self=, *args=(GL_TEXTURE_3D, 0, GL_LUMINANCE, 2048,...

I also wanted to check what hardware vispy was aware of by printing vispy.sys_info() ``` (napari-env) [kdean@NucleusC052 ~]$ python Python 3.9.12 | packaged by conda-forge | (main, Mar 24 2022,...

Out of curiosity, what GPU do you have on your laptop? I have a hard time believing it is more powerful than the GPU I have in a dedicated server....

Hello @changeling, I never did get past this error. It's been months since I tried though. Thanks in advance. Best, Kevin

@annie-xd-wang, according to @SJShep, your commit did fix the issue he was having. I added one more piece of code to initialize what the proper readout directions are Photometric's light-sheet...

Yeah, we can do another zoom meeting to go over this @SJShep

Ideally should be a focus out event only, or perhaps when the user presses `enter` or `tab`. ![image](https://github.com/TheDeanLab/navigate/assets/42547789/d6e08aa7-614d-44fc-bc29-837ef57260ca)

Looking through `metadata.py` and I am not seeing the `additional_metadata` that you reference. Any chance you could provide a bit more information? For reference, I was looking at the OME-TIFF...

Assigning @Johnhaug223 to this as his first task. Should be decently localized, and therefore not too challenging. Any things to watch out for would be valuable. The only thing that...