Zach Marin
Zach Marin
### I think what is causing the issue is non-unique key values, as pointed out by @dgault. Every function that I reference is in `components.formats-gpl.src.loci.formats.in.LIFReader.java` unless otherwise stated. It looks...
OK, so actually swapping `addSeriesMeta()` for `addSeriesMetaList()` on line 1280 solves it. However, this now has the opposite problem of creating duplicates (one per channel). So this looks good ...
Did they upload an example .lif? Happy to have a look.
I had a similar issue to @ECarboni on OSX. Tried your install instructions @LeeKamentsky and I couldn't get it to work. Output below. ``` Traceback (most recent call last): File...
Submitted PR #173 as a fix for my (misplaced, sorry) issue.
Hi @ThorlabsMCalle! No problem, glad it seems useful. Take your time.
We grab these step sizes whe we set up the camera. They are under the attributes `step_image_width` and `step_image_height` in the `HamamatsuOrca` camera class.
What is the path forward here? Do we want to add a `lead_distance` option for ASI stages that automatically backs it off its starting position by `lead_distance` whenever a ZStack...
Partially addressed by #452.
Inclined to get rid of initial stage positions entirely.