federico gasparoli
federico gasparoli
I definitely agree with that! I created the `px_size spinbox` at the beginning only to test the sample explorer widget. So I think we can remove that and for now...
Hi @hiroalchem, if you want to use `napari-micromanager`, you can acquire a time-lapse using the `Muti-D Acquisition` tab (image below). After loading your Micro-Manager configuration and setting the channels you...
@ianhi I did already continue developing the GUI in that direction but I wanted to close/merge the PR that are currently open before opening a new one (however the "Z...
@MasafumiTsuboi Hi! Can you please post here the content of your micromanager configuration file? In general, the `channel widget` works only if you have some channel cfg already defined in...
Hi @CedricEsp, if you want you can check this PR #180 where I'm adding mda capabilities to the sample explorer. At the moment, the only change that has to be...
@CedricEsp also remember to install in your environment this branch from the `useq-schema` or the `multiD_explorer` won't work: `pip install git+https://github.com/fdrgsp/useq-schema@expose_name_in_MDAEvent`.
Hey @CedricEsp, how does your `AutoFocus` engine look like?
@CedricEsp sorry, I"m trying to understand...where do you use this? ``` with open(path+"param.json", "r") as file: param = json.load(file) # ROIs where created manually by using the points layer in...
@ianhi To make the `update_pixel_size` method in the core working properly I think we need to: - modify `_camera_widget.py`: from: ```self.px_size_spinbox.setMinimum(1.0)``` to : ``` self.px_size_spinbox.setMinimum(0.0) self.px_size_spinbox.setValue(0.0) ``` - update `test_objective_device_and_px_size`:...
@ianhi I have also started working on the group/presets but for the same reason as in #78 I'm waiting to open a PR.