Talley Lambert
Talley Lambert
thanks @simonecoppola, pasting the key part of the traceback here: ```pytb Exception in thread Thread-2: Traceback (most recent call last): File "C:\..\.virtualenv\Lib\site-packages\psygnal\_signal.py", line 1196, in _run_emit_loop self._run_emit_loop_inner() File "C:\..\.virtualenv\Lib\site-packages\psygnal\_signal.py", line...
the problem in the log there is related to a pre-existing file that zarr doesn't want to overwrite. You can use the `delete_existing` parameter when instantiating the `TensorStoreHandler()` to avoid...
haven't had time to sit down with this, but i had a thought yesterday that this is all probably entirely explained by these lines in the `exec_sequenced_event` method: https://github.com/pymmcore-plus/pymmcore-plus/blob/1cd0678c889ddf88a0ce43b8831289620317c952/src/pymmcore_plus/mda/_engine.py#L447-L451 in...
> in short: pymmcore-plus currently won't "move on" to the next event until the circular buffer is empty. That's not a "good" design per se actually, after talking with @marktsuchida,...
hey @simonecoppola, I know, it's a bit confusing... I'd love to chat with you about this directly! (I pinged you on zulip). In short: the crux of this issue is...
lots of off-github discussion has happened here. Thanks a bunch to @simonecoppola for some very good sleuthing. I think at the end of the day this largely boils down to...
[openframe_config.txt](https://github.com/user-attachments/files/18732631/openframe_config.txt)
hey @simonecoppola, with the refactoring of sequencing done in #400 and other stuff, do you know if we could still benefit from caching here? Are you still doing something like...
hello, (I moved this issue to pymmcore-plus, since it relates to code here, not in widgets) yeah, the OME data model doesn't naturally hold anything higher than 5D data (where...
interesting. looks like [pymmcore](https://github.com/micro-manager/pymmcore) itself isn't working for you (that's the python bindings for the micro-manager C++ layer, before you even get to the pymmcore-plus napari-micromanager stuff). Can you try...