pvcamacq.m
来自「SDFGASFASFASFAS EDGSGA DGSFGSA」· M 代码 · 共 26 行
M
26 行
% PVCAMACQ - acquire image sequence from PVCAM device
%
% DATA = PVCAMACQ(HCAM, NI, ROI, EXPTIME, EXPMODE) acquires an image
% sequence of NI images over the CCD region(s) specified by the structure
% array ROI from the camera specified by HCAM. The exposure time is
% specified by EXPTIME; the units depend on the PARAM_EXP_RES and the
% PARAM_EXP_RES_INDEX settings. The exposure mode ('timed', 'trigger',
% 'strobe', 'bulb' or 'flash') is provided by EXPMODE. The structure
% array ROI must have the following scalar fields:
%
% s1 = first serial register
% s2 = last serial register
% sbin = serial binning factor
% p1 = first parallel register
% p2 = last parallel register
% pbin = parallel binning factor
%
% The length of the structure array ROI determines the number of CCD
% regions that will be imaged. If successful, DATA will be a vector
% (unsigned 16-bit integer) containing the data from the image sequence.
% The calling routine must reshape this vector based upon ROIs and images
% in the sequence. If unsuccessful, DATA = [].
% 2/19/03 SCM
% mex DLL code
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?