Skip to content

Commit 8b52136

Browse files
authored
minor
1 parent 0ea590e commit 8b52136

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

code/DAQmx_Scanners/waveformTester.m

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
classdef waveformTester < handle
2-
% Minimal code needed to acquire data from one channel of a 2-photon microscope
2+
% Generate and test various galvo waveforms
33
%
44
% waveformTester
55
%
66
%
77
% 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.
8+
% This is a tutorial class to explore the scan waveform. Parameters are set by editing the properties.
119
%
1210
%
1311
% Instructions

0 commit comments

Comments
 (0)