Skip to content

Commit

Permalink
Merge branch 'main' into mda-progress
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Mar 4, 2024
2 parents 23a8f26 + 5a91d84 commit f030aff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/mda_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,15 @@
"""

import useq
from pymmcore_plus import CMMCorePlus
from qtpy.QtWidgets import QApplication

from pymmcore_widgets import MDAWidget

app = QApplication([])

CMMCorePlus.instance().loadSystemConfiguration()

wdg = MDAWidget()
wdg.channels.setChannelGroups({"Channel": ["DAPI", "FITC"]})
wdg.time_plan.setValue(useq.TIntervalLoops(interval=0.5, loops=11))
Expand Down

0 comments on commit f030aff

Please sign in to comment.