Zachary Baker
Zachary Baker
- asked by @fdrgsp [pymmcore-plus.log](https://github.com/user-attachments/files/19134365/pymmcore-plus.log)
[ExpressiveConfig14.txt](https://github.com/user-attachments/files/19134375/ExpressiveConfig14.txt)
also, enabling ZStage-Use Sequencing in MDA-micromanager does make it instant, but it's not actually taking an image at each z-layer, it takes 50 images, then makes one 50um move at...
Thank you! That PR definitely sped up the single channel stack significantly, around 2x. I tried profiling with py-spy (using PID) after installing the PR and I'm not sure if...
@tlambert03 Sure, here are the results. I'm not sure why the camera failed, I tried turning it on and off but it didn't help. [bench.txt](https://github.com/user-attachments/files/19254057/bench.txt)
And running mmc.setConfig("Confocal", "CF CY5") The log was: PS C:\Users\Crest\Desktop\incoming> mmcore logs -n 50 2025-03-17T09:52:50.454985 tid10872 [IFO,dev:89 North Laser Diode Illuminator] RECEIVED: SET:638=0 2025-03-17T09:52:50.454996 tid10872 [IFO,dev:89 North Laser Diode Illuminator]...
I've been busy with some other projects this week, but I'm planning on writing some acquisition scripts / acquisition engine / more testing this week. One more thing I was...
Thanks @tlambert03, that sounds good. I'm trying to set up a custom acquisition engine, but I'm struggling a bit. The goals I have in mind are: 1. Use my own...
I'm also having some problems with displaying images as they come in -- it works for the first image in an MDASequence, but after that will give the error: Exception...
Hi @tlambert03 , I don't mean to bother you, but I found another issue. I was timing some calls this morning, and noticed that this call: self._mmc.setProperty('Camera-1', 'Exposure', int(event.exposure)) takes...