Skip to content

Commit

Permalink
Update MM version (#80)
Browse files Browse the repository at this point in the history
* upgrade MM version

* revert 2a1de00
  • Loading branch information
ieivanov authored Aug 9, 2023
1 parent 0d170ff commit 438ab08
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion mantis/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "0.1.0"
__mm_version__ = "2023-08-03"
__mm_version__ = "2023-08-07"
4 changes: 0 additions & 4 deletions mantis/acquisition/microscope_operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,6 @@ def set_roi(mmc, roi: tuple):

mmc.set_roi(*roi)

# patch until https://github.com/micro-manager/mmCoreAndDevices/pull/362 is
# merged
mmc.initialize_circular_buffer()


def get_position_list(mmStudio, z_stage_name):
mm_pos_list = mmStudio.get_position_list_manager().get_position_list()
Expand Down
3 changes: 0 additions & 3 deletions mantis/acquisition/settings/demo_acquisition_settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ lf_slice_settings:
use_sequencing: True

lf_microscope_settings:
# patch until https://github.com/micro-manager/mmCoreAndDevices/pull/362 is
# merged
roi: [0, 0, 1224, 1024]
config_group_settings:
- ['LightPath', 'Camera-left']
device_property_settings:
Expand Down

0 comments on commit 438ab08

Please sign in to comment.