资 源 简 介
Prairie Technologies MATLAB Toolbox
This is a small collection of MATLAB functions that allow simple interfacing with confocal microscopes made by Prairie Technologies.
File Descriptions:
import_PrairieTif()
Import tif images taken from a Prairie Confocal Laser Scanning Microscope into MATLAB with axis convention xyczt. This code was tested only on one system, so if it does not work on your images please submit the error and example images.
prairieView_Com()
This script allows direct low level communication with Prairie View via a TCP connection. This is used for automation: directing the microscope to stage positions, loading different settings, and acquiring images. When Prairie view is open it automatically monitors port 1236 for commands. Commands are simple text messages; please see Prairie scripting API for syntax.
prairieView_ExportCoordFile()