/* * This script was build with the MMConfig_demo.cfg configuration. * It demonstrates acquiring multiple images with different hardware settings */ mmc.removeImageSynchroAll(); mmc.assignImageSynchro("Shutter"); mmc.assignImageSynchro("Dichroic"); mmc.setAutoShutter(true); mmc.setStateLabel("Dichroic", "400DCLP"); mmc.setExposure(600); gui.snapSingleImage(); mmc.setStateLabel("Dichroic", "Q505LP"); mmc.setExposure(100); mmc.snapImage(); gui.setPixels(mmc.getImage()); gui.refreshImage();