Commit Graph

  • f956c111c2 regex for numeric value for data from text files; closes #127 Dominik Demuth 2023-11-05 17:11:28 +0100
  • cb2bc78a2a work on edit signals Dominik Demuth 2023-11-05 15:22:28 +0100
  • 9e9751cd9d add log to edit signal Dominik Demuth 2023-11-05 15:20:40 +0100
  • 5a8ef8c9c7 change wording for delete previous fit in fitresult Dominik Demuth 2023-11-05 15:17:59 +0100
  • 45f5eb9bef Update src/gui_qt/data/container.py Dominik Demuth 2023-11-02 13:05:18 +0000
  • 5116622e42 fixed fit parameter ignore boundary problems; fixes #128 Dominik Demuth 2023-11-01 18:33:52 +0100
  • 661ab81d7e fix edit dialog for spectra Dominik Demuth 2023-10-31 19:12:02 +0100
  • 185dd160f1 fix import of agr with missing legends Dominik Demuth 2023-10-30 19:34:18 +0100
  • 7fe564a61e more interactive edit Dominik Demuth 2023-10-25 20:04:49 +0200
  • 6339bdc2cc escape backslashes in fit function equation Dominik Demuth 2023-10-17 18:16:31 +0200
  • 37a6d789bb increase precision in log-gaussian integration Dominik Demuth 2023-10-02 12:31:40 +0200
  • cde794cb0d parabola on a log-scale added Dominik Demuth 2023-09-28 17:55:25 +0200
  • 2a69147ed4 remove slot reference in parameter.get_state; fixes #125 Dominik Demuth 2023-09-28 15:43:55 +0200
  • 902a35b71a check if Default.agr knows what a graph is; helps with #124 Dominik Demuth 2023-09-27 18:06:53 +0200
  • 6f76349932 Merge branch 'fit_bounds' Dominik Demuth 2023-09-27 15:39:23 +0200
  • f9bb466cb3 fix data look-up for multiple fit models Dominik Demuth 2023-09-27 15:38:55 +0200
  • a97c31325f 1/p bounds in ui Dominik Demuth 2023-09-27 15:32:19 +0200
  • 207ee5bffd 1/p bounds added Dominik Demuth 2023-09-27 13:55:37 +0200
  • 0046d04683 improve performance building data tree Dominik Demuth 2023-09-19 17:22:59 +0200
  • 9463ed1e6c improve performance for show/hide graphs Dominik Demuth 2023-09-19 17:05:06 +0200
  • ea62a05bd3 improve performance for show/hide graphs Dominik Demuth 2023-09-19 16:32:54 +0200
  • c5706084bf fixing merge problems Dominik Demuth 2023-09-19 12:48:12 +0200
  • 04037d6b4d Merge branch 'fit_constraints' Dominik Demuth 2023-09-19 12:39:32 +0200
  • dedb130163 make final fit parameter values Dominik Demuth 2023-09-19 12:35:24 +0200
  • 6ecc4a4126 make final fit parameter values Dominik Demuth 2023-09-19 12:34:44 +0200
  • 067857eda2 minor fixes Dominik Demuth 2023-09-19 12:22:33 +0200
  • 41d90bb15f minor fixes Dominik Demuth 2023-09-19 11:33:52 +0200
  • 8d994bb9b4 fixed preview Dominik Demuth 2023-09-18 17:39:31 +0200
  • 2cbc7e8d75 more detailed error message in fit preparation Dominik Demuth 2023-09-18 16:08:42 +0200
  • 1d22f22901 Parameter in preview Dominik Demuth 2023-09-18 15:30:06 +0200
  • bd1a227e4c use Parameter when collecting fit values Dominik Demuth 2023-09-18 13:52:10 +0200
  • 03d172bade use Parameter when collecting fit values Dominik Demuth 2023-09-18 11:43:28 +0200
  • e51a02d277 improvement of t1 calc Dominik Demuth 2023-09-16 17:42:59 +0200
  • 3af5cb0301 add todos Dominik Demuth 2023-09-16 14:16:45 +0200
  • 22f317da8d remove wonky path variable from graph export to use last directory instead; closes #121 Dominik Demuth 2023-09-13 17:25:53 +0200
  • 24b56cbd2a calc_relaxation: create copy of x to avoid unintended overwrite Dominik Demuth 2023-09-13 17:16:57 +0200
  • 5fd52a1a44 Update src/nmreval/distributions/loggaussian.py Dominik Demuth 2023-09-12 07:07:36 +0000
  • d8e5de6b7a T1+T2 calculation now always iterates over all args that can be from data Dominik Demuth 2023-09-11 19:50:58 +0200
  • 869901596b Merge branch 'main' into fit_constraints Dominik Demuth 2023-09-11 18:18:30 +0200
  • e4dbaf2b91 work on ui Dominik Demuth 2023-09-11 18:09:08 +0200
  • dee1271fe1 add action to context menu to replace single set fit parameter with general fit parameter Dominik Demuth 2023-09-08 18:59:14 +0200
  • b8bab2af7b fixed LG+CC spectral density calculation for omega=0; closes #118 Dominik Demuth 2023-09-08 17:54:27 +0200
  • a406908a69 catch errors in fit preparation Dominik Demuth 2023-09-07 19:52:53 +0200
  • 5e55f06723 add completer to general fit linedit Dominik Demuth 2023-09-07 19:30:10 +0200
  • e2e52cebde fixed overwrite of weight option for deltay, resulted in invalid weights; closes #117 Dominik Demuth 2023-09-07 17:48:49 +0200
  • 53c58b2bbb disable validators Dominik Demuth 2023-09-06 17:45:57 +0200
  • 4e865cd0c6 Update src/gui_qt/nmr/t1_from_tau.py Dominik Demuth 2023-09-06 10:20:22 +0000
  • 311157a01a fix parameter setting after fitting multiple models Dominik Demuth 2023-09-03 20:17:07 +0200
  • f0ee2073ad fixed wrong order for nested fit functions; swapped exchange rates in Peschier model Dominik Demuth 2023-08-31 19:34:13 +0200
  • d2e63a5ee3 refactor odr Dominik Demuth 2023-08-29 19:44:09 +0200
  • 5a153585ee write error for global fits Dominik Demuth 2023-08-29 19:11:56 +0200
  • d17d0f251e work on linked models Dominik Demuth 2023-08-26 20:08:13 +0200
  • 0b8f4932b2 seems mostly to be working Dominik Demuth 2023-08-25 18:46:36 +0200
  • 5d43ccb05d fit with global parameter Dominik Demuth 2023-08-24 16:19:09 +0200
  • 88a32ea7fd multiple single fits working Dominik Demuth 2023-08-15 18:44:08 +0200
  • 7febe55929 order of fits correspond order in graph, fit result window has correct order, see #109 Dominik Demuth 2023-08-07 18:42:10 +0200
  • 783fe505ba better check for valid class and argument names in fit function creation Dominik Demuth 2023-08-06 16:41:22 +0200
  • 2fed4bb0bf fit creation dialog uses option name for kwargs Dominik Demuth 2023-08-05 17:53:24 +0200
  • ec8fafcc9c correct type for linenumbers in codeeditor Dominik Demuth 2023-08-05 15:31:17 +0200
  • 7762758958 save original expression Dominik Demuth 2023-08-04 17:58:48 +0200
  • 258922772e change debian source Dominik Demuth 2023-08-02 19:58:02 +0200
  • e612c607e2 Merge remote-tracking branch 'origin/master' Dominik Demuth 2023-08-01 19:59:16 +0200
  • b27d9b55ff subclass every PlotWidget because logtickvalues Dominik Demuth 2023-08-01 19:47:55 +0200
  • 3475650899 signal b/w change in graph was not connected Dominik Demuth 2023-08-01 18:06:33 +0200
  • 0eca306ebe assert that log scale is finite Dominik Demuth 2023-08-01 18:00:23 +0200
  • d7eaff5f0b functioning apply button for tau calculation, part of #109 Dominik Demuth 2023-08-01 06:54:35 +0000
  • a5216b1eed constrain legend rect to be fully inside viewbox; simplest solution to fix #113 Dominik Demuth 2023-07-31 20:17:31 +0200
  • cf1565f7d3 use symbol for length 1 data in shift/scale; fixes #112 Dominik Demuth 2023-07-31 11:48:57 +0000
  • c601e77cec fit with expression works with single fit Dominik Demuth 2023-07-30 19:34:59 +0200
  • 63f4f82228 remove spurious print Dominik Demuth 2023-07-30 18:10:14 +0200
  • bae7ee2db6 list of active sets uses actual order instead order they were displayed; closes #111 Dominik Demuth 2023-07-30 16:18:18 +0200
  • dde7b7006d overwrite logTickValues of AaxisItem to avoid to many minor ticks; maybe closes #110 Dominik Demuth 2023-07-29 21:25:22 +0200
  • 141e9f810a convert removes agr controls Dominik Demuth 2023-07-29 18:47:57 +0200
  • b6136bc8ce subclass QTableWidget for change multiple checkstates Dominik Demuth 2023-07-29 18:47:15 +0200
  • 7762e299e4 manually setting graph limits when log-scaling to reduce memory usages; Dominik Demuth 2023-07-29 17:06:05 +0200
  • ca130eaa14 eval parameter Dominik Demuth 2023-07-27 18:58:22 +0200
  • 2b2c6e932d set lower bound of FC and BDS KWW to 0.1 Dominik Demuth 2023-07-25 17:31:42 +0200
  • 402994e09b remove parameter limit; closes #106 Dominik Demuth 2023-07-25 17:23:25 +0200
  • 7a50028202 add namespace to parameter Dominik Demuth 2023-07-24 20:12:55 +0200
  • becc1a15a9 move shift/scale to container; closes #102 Dominik Demuth 2023-07-24 17:38:55 +0200
  • 13e6112c99 overwrite error in interpolation; avoid mismatch in length Dominik Demuth 2023-07-24 11:08:42 +0000
  • 1ff462c4b1 remove duplicate call of t1 calculate and t1 interpolation Dominik Demuth 2023-07-21 19:53:08 +0200
  • 0cf5d7eef9 remove log(y) weight option from fit Dominik Demuth 2023-07-20 07:27:33 +0000
  • 609f135855 correcter preview for text files with mixed delimiters Dominik Demuth 2023-07-19 19:09:42 +0200
  • 5db6a9f2c5 add HN model with independent slopes Dominik Demuth 2023-07-19 18:36:13 +0200
  • 3149a3f958 setRegion of RegionItem with option to account for log mode Dominik Demuth 2023-07-17 19:19:38 +0200
  • 3321d85203 set integration limits via keyboard; closes #50 Dominik Demuth 2023-07-13 19:51:19 +0200
  • 76cd4acfb0 add flag for partial fits; closes #83 Dominik Demuth 2023-07-12 20:48:28 +0200
  • 33afc2ca94 active graph is unchanged after pick position is applied; closes #89 Dominik Demuth 2023-07-12 19:05:17 +0200
  • ac039c1b6d higher zValues for borders of RegionItem to move overlapping RegionItems Dominik Demuth 2023-07-12 18:31:29 +0200
  • ef21d7c7f2 use time for interpolation pf empty dsc reference to avoid infs Dominik Demuth 2023-07-11 20:31:21 +0200
  • 3ed7368bb0 fix even savgol window length manuallz Dominik Demuth 2023-07-11 18:06:17 +0200
  • fbf4246c7e bugfix eval expression; closes #83 Dominik Demuth 2023-07-09 19:44:33 +0200
  • 91afe8224f numerical values of data as tooltip; closes #90 Dominik Demuth 2023-07-08 19:55:20 +0200
  • ead9751541 tg dialog clean-up Dominik Demuth 2023-07-06 20:05:10 +0200
  • 1d9b641f0a closing Tg dialog is no longer export Dominik Demuth 2023-07-05 20:06:56 +0200
  • 46ca50845b Merge branch 'dsc' Dominik Demuth 2023-07-05 20:02:52 +0200
  • a310a78fb9 added tnmh; some bugfixes Dominik Demuth 2023-07-05 19:51:06 +0200
  • 9756bf958b close #86; Dominik Demuth 2023-07-05 18:11:58 +0200
  • 8de4a0cbd3 interim save Dominik Demuth 2023-07-05 17:35:31 +0200