Diffusion Instrument Control (master)
Recent Commits
Recent Commits
Commit | Author | Details | Committed | ||||
---|---|---|---|---|---|---|---|
30e74d9ebbb3 | SAFedorov | Compatibility update for Matlab 2020a | Jul 27 2020 | ||||
5a9c6b6f6799 | SAFedorov | MyDaq - 1) fixed a bug in the operation of "Aquisition instrument" button 2)… | Mar 15 2020 | ||||
d08136084c75 | SAFedorov | Removed software mode from GuiLogger | Feb 11 2020 | ||||
5ceeca9fc596 | SAFedorov | Introduced a way to close instrument GUIs without deleting the object | Feb 5 2020 | ||||
dd7e96698d15 | SAFedorov | Small improvements in the logger GUI | Feb 5 2020 | ||||
368fbaa1fed3 | SAFedorov | Uptimized the plotting function of MyLog and update the callback for loading an… | Feb 2 2020 | ||||
7907e309d6fb | SAFedorov | Introduced createRead/WriteFcn in MyScpiInstrument that replace anonymous… | Jan 30 2020 | ||||
ec192dbf51a0 | SAFedorov | Fixed a bug with unrecognized exponential formatting when setting the setpoint… | Jan 30 2020 | ||||
67fbb905ba3a | SAFedorov/GitHub | Merge pull request #235 from engelsen/DaqMenu-edits | Jan 29 2020 | ||||
cc82e2b47ac1 | SAFedorov | Update plotTimeLabels method of MyLog - now the plotted labels are updated… | Jan 28 2020 | ||||
715c64feae11 | SAFedorov | Fixes: MyLog - hide time labels from the legend, MyDaq - can now start even if… | Jan 27 2020 | ||||
81efbf0b269e | SAFedorov | Update Tlb6700 and newport usb driver classes, mostly error code… | Jan 27 2020 | ||||
5e5616523726 | SAFedorov | Removed switching openGL to software mode on startup of the collector and… | Jan 27 2020 | ||||
37e314ed64e5 | SAFedorov/GitHub | Update README.md | Jan 27 2020 | ||||
235b33d748c8 | SAFedorov | Clean up the content of "local" folder | Jan 27 2020 |
README.md
README.md
Instrument-control
The repository contains various MATLAB objects for controlling instruments (from command line and from GUIs), recording and saving data traces with metadata, and for interactive data analysis.
For more detailed information please refer to the project Wiki
Dependencies
The software is tested with MATLAB 2019b. Additional toolboxes required:
- Most instrument classes use Instrument Control Toolbox
- MyFit classes need Curve Fitting Toolbox and Signal Processing Toolbox
- The control class for HighFiness wavelengthmeters needs MATLAB Support for MinGW-w64 C/C++ Compiler
c4science · Help