We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ea590e commit 8b52136Copy full SHA for 8b52136
code/DAQmx_Scanners/waveformTester.m
@@ -1,13 +1,11 @@
1
classdef waveformTester < handle
2
- % Minimal code needed to acquire data from one channel of a 2-photon microscope
+ % Generate and test various galvo waveforms
3
%
4
% waveformTester
5
6
7
% Description:
8
- % This is a tutorial class to explore the scan waveform. The waveform for the X mirror
9
- % is played out of AO0 and sent to the X scan control card. It's also copied to AI0.
10
- % AI1 gets the galvo position feedback signal. Parameters are set by editing the properties.
+ % This is a tutorial class to explore the scan waveform. Parameters are set by editing the properties.
11
12
13
% Instructions
0 commit comments