Skip to content

Commit

Permalink
Merge pull request #215 from mehta-lab/mm-upgrade-09-20
Browse files Browse the repository at this point in the history
Recommend MM 2022-09-20
  • Loading branch information
talonchandler authored Oct 1, 2022
2 parents 546b291 + b371a76 commit cac622d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/microscope-installation-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ should launch napari (may take 15 seconds on a fresh installation) with the recO

## Install and configure `Micromanager`

Install `Micromanager 2.0` nightly build `20220901` (https://micro-manager.org/Micro-Manager_Nightly_Builds).
Install `Micromanager 2.0` nightly build `20220920` (https://micro-manager.org/Micro-Manager_Nightly_Builds).

**Note:** We have tested recOrder with `20220901`, but most features will work with newer builds. We recommend testing a minimal installation with `20220901` before testing with a different nightly build or additional device drivers.
**Note:** We have tested recOrder with `20220920`, but most features will work with newer builds. We recommend testing a minimal installation with `20220920` before testing with a different nightly build or additional device drivers.

Before launching `Micromanager`, download the Meadowlark device adapters and calibration files from the [release page](https://github.com/mehta-lab/recOrder/releases/) and place these three unzipped files into your `Micromanager` folder (likely `C:\Program Files\Micro-Manager` or similar).

Expand Down
2 changes: 1 addition & 1 deletion recOrder/plugin/widget/main_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -1281,7 +1281,7 @@ def connect_to_mm(self):
-------
"""
RECOMMENDED_MM = '20220901'
RECOMMENDED_MM = '20220920'
ZMQ_TARGET_VERSION = '4.2.0'
try:
# Try to open Bridge. Requires micromanager to be open with server running.
Expand Down

0 comments on commit cac622d

Please sign in to comment.