-
Notifications
You must be signed in to change notification settings - Fork 5
Controlling the laser
BakingTray controls the laser so that acquisition can be automatically halted if modelock is lost. There are laser control classes for MaiTai and Chameleon lasers. The laser can be controlled via the the "Laser" button in the main GUI.
Sometimes initial connection to the laser fails.
If this happens try the following.
Firstly, attempt to open the laser shutter because sometimes the laser is in fact connected:
hBT.laser.openShutter
If that fails (it returns 0
) then you will need to try disconnecting and reconnecting to the laser with hBT.renewLaserConnection
. You can also try this manually:
delete(hBT.laser)
hBT.laser = maitai('COM1'); % assuming you have a MaiTai on COM1
hBT.laser.parent = hBT;
Installation: Getting Started
Hardware requirements
Setting up: Overview
Verifying hardware operation
Starting BakingTray
Setting up ScanImage
Settings Files
Achieving high stitching accuracy
Installation: Calibration
Basic calibrating procedures
Calibrating the stages
Fine-tuning positioning accuracy
Further User Instructions
FAQ
Problems & Solutions