Ian Hunt-Isaak

Results 529 comments of Ian Hunt-Isaak

also you can't get the secret device adapters, only the public ones :(

part of why I want https://github.com/micro-manager/mmCoreAndDevices/issues/87

It's a bit tricky because the build system there is pretty tightly coupled to the micro-manager build system. You can see about that here: https://github.com/micro-manager/mmCoreAndDevices/pull/86 and in particualr: https://github.com/micro-manager/mmCoreAndDevices/pull/86#issuecomment-1033224144 and...

Although for CI at least all we really need is the DemoCamera `.so` file which for binder at least has been done and you can distribute like so: https://github.com/imjoy-team/micro-manager-imjoy/blob/42f982c8f360a6ba6a0c9f3d453ec81c2a7e48a5/postBuild So...

or maybe there could be a new python package of `micromanager-device-adapters` that just compiles the device adapters (using the configure route) and then distributes them as data files? So the...

A quick example that doesn't write to the OME spec, but does write to a zarr store: ```python import zarr class MDA_zarr_store: def __init__(self, core, store_name, img_shape=(512, 512), dtype=np.uint16): """...

> I think it'd be nice if we could think of an API that has the core object calling the writer (rather than passing control of the core to the...

> Friendly ping @ianhi, I suspect you're more familiar than me on this matter. Sorry all, i've been off github and literally in the lab basement getting the final datasets...

Hi @Isuruvh can you explain why you added this? As it stands it seems very generic (i.e. not even using the actual repo)

> For code blocks without syntax highlighting, you'd typically use text Maybe a better change here is to add something to that effect to the documentation. If using "text" is...