...
Table of Contents | ||
---|---|---|
|
New Features in ScanImage 3.7
- Works with latest Matlab (2010b) and DAQmx (9.2.2). Supports X series boards, for the second DAQ board (for Pockels and/or more clock signals)
- No longer uses/requires DAQ Toolbox - instead uses a Matlab class which wraps the NI DAQmx library. This approach is faster and more comprehensive (e.g. allows access to counter/timer features)
- Exports line/frame/pixel clock signals. (This feature is most powerful with new X series boards, where you can get all the clocks)
- Next Triggering feature: allows external trigger (e.g. from behavior apparatus) to stop an acquisition, or to start a new file with advanced number without stopping acquisition
- Continuous file streaming supported for stacks and is now the only mode. A configurable running data buffer is maintained still, for online processing needs.
- Enhanced 'User Functions' capability, with numerous events to which user functions, with optional modulating arguments, can be bound.
- Automatic power adjustment during stack collection, based on configurable/measurable length constant
Upgrading from ScanImage 3.5 or 3.6
- 3.7 has a new model INI file , which is quite thoroughly documented. You should make a new standard.INI file based on this model, following the comments.
It is recommended to create a separate folder(s) for your INI/CFG/USR files under 3.7, to keep them separate from data files for any older version you may also maintain installed.
...