Merge pull request #222 from engelsen/MyFit-edits
My fit edits
GitHub <noreply@github.com> | Sep 10 2019, 17:49 |
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
43748832fc57 | SAFedorov | Introduced new variables for handling trace names in MyNewAnalysisTraceEvent… | Sep 10 2019 | |||
aba173ac015f | SAFedorov | Update MyFit - removed NewFit event and fixed a minor bug in validateData | Sep 10 2019 | |||
6b901fb83c14 | SAFedorov | 1) Edited warning messages in MyAmplModCal 2) Small updates of MyFit and MyDaq | Sep 10 2019 | |||
e9dd12cfe3d0 | SAFedorov | Introduced calibration routine for amplitude noise | Sep 10 2019 | |||
862623183aa9 | SAFedorov | 1) Updated the frequency nois calibration and phase modulation depth… | Sep 10 2019 | |||
e6a65bff3583 | SAFedorov | Introduced amplitude modulation depth calibration routine | Sep 10 2019 | |||
5e62abb29e35 | SAFedorov | 1) Create MyTraceAdder 2) Added a static validation method in MyAnalysisRoutine | Sep 10 2019 | |||
881a0d2fc3cb | SAFedorov | Fix a bug in checkArithmetic method of MyTrace | Sep 10 2019 | |||
328cdcd11a3d | SAFedorov | Create MyTraceAdder.mlapp | Sep 9 2019 | |||
9b49adf57eb6 | SAFedorov | In the frequency noise calibration routine separated the action of calculating… | Sep 9 2019 | |||
3a32eafd3e9f | SAFedorov | Introduced MyFreqNoiseCalc analysis routine, also a few improvements of MyDaq | Sep 9 2019 | |||
2edab306033a | SAFedorov | Separated making labels in a function in MyTrace | Sep 9 2019 | |||
beb4fa57eb8e | SAFedorov | Moved triggerNewAnalysisTrace from MyFit to its superclass, MyAnalysisRoutine | Sep 9 2019 | |||
f582e74442b7 | SAFedorov | Added a new interaction type in MyCursor - setting by clicking in addition to… | Sep 9 2019 | |||
19a7fcc8128c | SAFedorov | Finalize the basic functionality of MyDaq | Sep 6 2019 | |||
f52d2f051588 | SAFedorov | Create splitFilename.m | Sep 6 2019 | |||
b27326549e45 | SAFedorov | Daq - udated menus, layout, introduced session name loading | Sep 6 2019 | |||
79d454781fa3 | SAFedorov | created splitSessionPath function | Sep 6 2019 | |||
295744a1f770 | SAFedorov | Debugged the new g0 calibration routine | Sep 6 2019 | |||
1bcbbbbe8347 | SAFedorov | Update MyDaq, small fixes of MyFit and MyPhaseModCal | Sep 6 2019 | |||
bf30738cb1c6 | SAFedorov | Changed the switching mechanism between programmatic/cursor-based determination… | Sep 6 2019 | |||
a31264257c12 | SAFedorov | Increase the default tolerance in MyFit | Sep 6 2019 | |||
003311f1d119 | SAFedorov | Update setIfChanged to span over arrays | Sep 6 2019 | |||
ff95ebba9e78 | SAFedorov | Delete MyG.m | Sep 5 2019 | |||
55d2a1898b99 | SAFedorov | delete outdated function function setCursorColor | Sep 5 2019 | |||
72b44d20fa84 | SAFedorov | Create the first draft of a new g0 calibration routine | Sep 5 2019 | |||
046c7a02a39e | SAFedorov | 1) New plotting capabilities in MyDaq 2) Introduced a warning window in… | Sep 5 2019 | |||
263b9bdc8b8e | SAFedorov | Deleted old Guide-based GuiBeta and GuiGCal | Sep 4 2019 | |||
10644cbe18be | SAFedorov | Debugged the operation of MyPhaseModCal and its gui | Sep 4 2019 | |||
772d965621d8 | SAFedorov | Create a new phase modulation calibration routine to substitute MyBeta | Sep 4 2019 | |||
f43dbaf89e4b | SAFedorov | Update the integration method of MyTrace | Sep 4 2019 | |||
2fc6d2138bcc | SAFedorov | Made the linear and quadratic fit classes to complyupdated with the superclass | Sep 3 2019 | |||
ba888e0a65c2 | SAFedorov | Updated MyExpenetialFit and split it into new MyExponential and… | Sep 3 2019 | |||
222a9efbe051 | SAFedorov | Introduced a draft of MyPhaseModCal that in the future will replace MyBeta and… | Sep 3 2019 | |||
3840830cae6f | SAFedorov | Introduced an abstract class MyAnalysisRoutine and made MyFit a subclass of it | Sep 3 2019 | |||
7f4e832097b2 | SAFedorov | In MyFit, the event for transferring the fit trace to Daq is renamed to… | Sep 3 2019 | |||
961e66b22350 | SAFedorov | Delete launchFit.m | Sep 3 2019 | |||
915d2597c4c9 | SAFedorov | Updated the handling of data scaling and initial parameters calculation in… | Sep 3 2019 | |||
4c7b9c8ffc61 | SAFedorov | Updated doFitin MyFit so that the method of the base class can be used in… | Sep 3 2019 | |||
fb9a68706d12 | SAFedorov | Removed zscore-scaled variables from MyTrace | Sep 3 2019 | |||
32abf10d961e | SAFedorov | Debugged the operation of MyFit in the case of no user parameters and removed… | Sep 3 2019 | |||
87d87f9c4378 | SAFedorov | Update gui creation: added tooltip annotations for limits and fixed a bug with… | Sep 2 2019 | |||
d3966e384dfc | SAFedorov | Changed the layout of GUI of MyFit | Sep 2 2019 | |||
a533b147d012 | SAFedorov | Added the display of fit name in the window and fixed the deletion of reference… | Sep 2 2019 | |||
296297ae4971 | SAFedorov/GitHub | Merge pull request #221 from engelsen/MyLorenzianFit-edits | Sep 2 2019 | |||
98de8fa21017 | SAFedorov | Create MyOpticalLorentzianFit.m | Sep 2 2019 | |||
10cc367cd454 | SAFedorov | Added default values for user properties in MyFit and changed the color of… | Sep 2 2019 | |||
7069e4f797d8 | SAFedorov | Remove old code and consmetically update comments in MyMechLorentzianFit | Sep 2 2019 | |||
61e217375462 | SAFedorov | Create MyMechLorentzianFit.m | Aug 30 2019 | |||
d06c8a42a124 | SAFedorov | 1) Removed user parameter scaling in MyFit in order to avoid the labeling… | Aug 30 2019 |