Talley Lambert

Results 870 comments of Talley Lambert

(side note: since you work on acquire... I do have some experiments refactoring all this code to try to be able to swap in acquire-zarr for tensorstore, borrowing the general...

> The approach acquire takes is to assume data is coming in the correct order and then append it as t,c,z or whatever subset is relevant. right... but with `Iterable[MDAEvent]`...

this is where I was starting: https://github.com/tlambert03/ome-writers basic example at https://github.com/tlambert03/ome-writers/blob/main/x.py ABC at https://github.com/tlambert03/ome-writers/blob/main/src/ome_writers/_stream_base.py aqz implementation at https://github.com/tlambert03/ome-writers/blob/main/src/ome_writers/_acquire_zarr.py

> First off, Apologies for hijacking an issue that wasn't meant for this problem. no worries! the general topic of writers is something that very much needs more eyes. While...

side-note: if you ever get annoyed by having to return everything back from snake case to camel case, I could conceivably add a `__getattr__` convenience to `CMMCorePlus` ..., but it...

As a broader point: the _general_ problem of missing events is something we come across often. if I'm not mistaken, micro-manager itself doesn't appear to be designed with events and...

> I don't get XYStagePositionChanged events when moving this stage in from the StageWidget: i guess this is the key here. When it "works" on the java side, how exactly...

just chatted with @marktsuchida about this. he expressed support for something like option 1 implemented in CMMCore.

expectations duly tempered :)

@wl-stepp, in parallel to #295 (which I see as working towards a more proper solution), there's no reason we can't just do the same workaround/patch that MMStudio's widget does and...