Merge pull request #225 from engelsen/Update-of-generic-gui-handling
Update of generic gui handling
GitHub <noreply@github.com> | Sep 30 2019, 12:17 |
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
5578726c323a | SAFedorov | Removed 'enable_gui' argument from the constructors of instrument classes | Sep 30 2019 | |||
151808b8e14f | SAFedorov | A update of GuiZiRingdown that prevents memory leaks in MATLAB R2019b | Sep 30 2019 | |||
858a7d7ba8ce | SAFedorov | Improved the performance of plotting in Zurich Instruments guis | Sep 30 2019 | |||
e8b6c04e24fc | SAFedorov | Compatibility update of GuiLakeshore | Sep 27 2019 | |||
50d01d302281 | SAFedorov | Compatibility updates of instrument classes plus improvements of error messages | Sep 27 2019 | |||
2ceb81e7a85c | SAFedorov | Debuggings and small updates | Sep 27 2019 | |||
06744151635d | SAFedorov | Updated instrument manager - general usablity improvements | Sep 26 2019 | |||
facc623732b1 | SAFedorov | Made program and instrument descriptor classes to be handle classes | Sep 26 2019 | |||
1e4f4ca31ff3 | SAFedorov | Various debugging of instrument classes and compatibility updates for Matlab… | Sep 25 2019 | |||
c07e7da4b5fa | SAFedorov | Update the display of analysis routines in DataAcquisitionMenu | Sep 25 2019 | |||
a1657a46897f | SAFedorov | delete saveParams and loadFit methods from MyFit | Sep 25 2019 | |||
b370a438055a | SAFedorov | Subclassed Myg0Cal from MyGuiCont and changed the default value of beta to 0… | Sep 25 2019 | |||
35dfc258695a | SAFedorov | deleted "unused" utility functions and an old testfit() function | Sep 24 2019 | |||
d6981ee2fffa | SAFedorov | Update the downsampling method of MyTrace - now it returns a copy of the trace… | Sep 24 2019 | |||
86613780ea80 | SAFedorov | Subclassed MyExponentialFit from MyFitParamScaling | Sep 24 2019 | |||
ddfc1e3685f5 | SAFedorov | Moved remaining initial parameter estimation functions within the fit classes… | Sep 24 2019 | |||
eb4c5c42ade7 | SAFedorov | Updated fits. Removed MyFitRefCursors class due to the inability to resolve the… | Sep 24 2019 | |||
e9aa74746392 | SAFedorov | Update createGui.m | Sep 24 2019 | |||
9fa0d928a030 | SAFedorov | Update MyCursor.m | Sep 24 2019 | |||
a1479d60554f | SAFedorov | Added the centering of range cursors in MyFit | Sep 24 2019 | |||
270406b77e6e | SAFedorov | 1) Create MyFitParamScaling and MyFitRefCursors 2) reduce the default visa… | Sep 24 2019 | |||
c7149ad73216 | SAFedorov | Nominally fixed the auto saving of traces in MyZiRingdown | Sep 24 2019 | |||
af2fd608b1b8 | SAFedorov | Removed persistent variables from MyZiRingdown, and ZI GUIs | Sep 24 2019 | |||
8bfc0834192c | SAFedorov | Update Setup.mlapp | Sep 24 2019 | |||
8fac2b60f862 | SAFedorov | Renamed MyNewportUsbComm to MyNewpUsbComm for the consistency of naming | Sep 24 2019 | |||
5e69a8060fe7 | SAFedorov | Convert the Pfeiffer gauge control class | Sep 24 2019 | |||
b068f259ae9c | SAFedorov | Convert the classes for Newport diode laser controllers | Sep 24 2019 | |||
62520c1accd5 | SAFedorov | Updated MyPm (now MyThorlabsPm) and fixed scope classes | Sep 24 2019 | |||
b91748a78486 | SAFedorov | Added an automated assignment of the default GUI name in MyGuiCont based on the… | Sep 24 2019 | |||
ab21505d59f1 | SAFedorov | Converted MyNa for the new Gui storage convention and renamed it to MyAgilentNa | Sep 24 2019 | |||
07791ba6502b | SAFedorov | Delete the cursorbar package | Sep 24 2019 | |||
0d164282ce27 | SAFedorov | Delete the old DAQ (aka General Plot) | Sep 24 2019 | |||
df3e2c39d9a6 | SAFedorov | Updated Zurich Instruments Lock-in classes and fixed a minor typo in some of… | Sep 24 2019 | |||
6061b8362c6e | SAFedorov | Updated and renamed the instrument classes for Textronix devices | Sep 23 2019 | |||
4a6d8c7fd09e | SAFedorov | Update runLogViewer.m | Sep 23 2019 | |||
455a695a37a6 | SAFedorov | Update loggers to use the new GUI storage convention | Sep 23 2019 | |||
4b1e96ce0b50 | SAFedorov | Moved MyLogger and its gui to a common folder | Sep 23 2019 | |||
087c39e0cf22 | SAFedorov | Added the information about running apps to Collector metadata and debugged the… | Sep 23 2019 | |||
ea98d25e7255 | SAFedorov | Removed the field for GUI specification from InstrumentManager | Sep 23 2019 | |||
d660059109bc | SAFedorov | Introduce set method for Gui in MyGuiCont | Sep 23 2019 | |||
10f7a97797e9 | SAFedorov | Updated the color scheme handling in MyDaq and DaqMenu | Sep 23 2019 | |||
427f0834c3d0 | SAFedorov | Fixed idn method of MyHfWs which did not assign identification string | Sep 23 2019 | |||
d1f7bad038d7 | SAFedorov | Improved findFigure() so that it does not throw errors when applied to empty… | Sep 20 2019 | |||
7163efd1e5aa | SAFedorov | Updated the dummy instrument classes for the new mode of GUI handling | Sep 20 2019 | |||
e5d84d8bcb1e | SAFedorov | Discontinued the storage of instrument GUIs in the Collector, now guis are… | Sep 20 2019 | |||
43b11840308a | SAFedorov | Create MyGuiCont.m | Sep 20 2019 | |||
779ab309c409 | SAFedorov | Update MyCommCont - 1) remove the constructor method 2) Introduced the deletion… | Sep 20 2019 | |||
8384479a8ed5 | SAFedorov | 1) In MyTrace made the checks of types of some variables implicit 2) Fixed a… | Sep 20 2019 | |||
46db823fbbec | SAFedorov | Daq updates for Matlab 2019b and an trace loading routine 2) Improved the… | Sep 19 2019 |