Commit Graph

  • 8673e5acdb catch error in f-test Dominik Demuth 2023-05-19 16:00:04 +0200
  • 66a0e40a23 display correct start parameter Dominik Demuth 2023-05-19 15:48:32 +0200
  • a1ab6335c5 remove remnants of fitresult redesign; closes #68 Dominik Demuth 2023-05-19 13:25:56 +0200
  • 09a2b61160 read text files as BDS and DSC Dominik Demuth 2023-05-19 13:02:58 +0200
  • 681b49a22f Merge branch 'read_fc' Dominik Demuth 2023-05-19 11:37:42 +0200
  • 3dcd44c3ee restore optionality to figure saving Dominik Demuth 2023-05-19 11:37:24 +0200
  • 6e9dd4d45f use gnuplot as lightweight plotter Dominik Demuth 2023-05-19 11:33:02 +0200
  • 888d86d9fe remove typo in AppImageBuilder.yml Dominik Demuth 2023-05-18 20:50:39 +0200
  • 67d60949b5 plot fit and residual together with bigger fit Dominik Demuth 2023-05-18 20:43:45 +0200
  • fcaf43b3eb fixed problem with setting color from context menu Dominik Demuth 2023-05-18 18:51:02 +0200
  • 49101565a3 fixed problem with setting color from context menu Dominik Demuth 2023-05-17 19:41:44 +0200
  • 255d7c7862 Update 'src/nmreval/io/dsc.py' Dominik Demuth 2023-05-17 15:39:36 +0000
  • 12dacb73b3 add QMessageBox to display existing backup files Dominik Demuth 2023-05-16 20:05:55 +0200
  • b127cc15e2 dsc: only use low temperature to baseline correct calibration without enthalpy Dominik Demuth 2023-05-16 19:22:50 +0200
  • bc215ce32b some stuff done Dominik Demuth 2023-05-16 17:45:39 +0200
  • 996b0b2ae2 tnm function with numpy arrays Dominik Demuth 2023-05-14 20:05:10 +0200
  • 753cd06dd1 pick position remembers selected destination graph; closes #62 Dominik Demuth 2023-05-14 18:16:23 +0200
  • 45d319834b fitresult window is reused and remembers fitplot range/log; closes #65 add color to sub-functions in fit result window Fitresult window shows one set at a time, more space for plot; closes #66 Dominik Demuth 2023-05-12 20:13:56 +0200
  • 11ed3c16eb add tnmh stuff Dominik Demuth 2023-05-13 19:23:15 +0200
  • edf858da29 hacky solution to have correct tuda colors in agr file; closes #63 Dominik Demuth 2023-05-11 20:12:32 +0200
  • e10b85b904 more correct lines preview in asciireader Dominik Demuth 2023-05-11 18:28:03 +0200
  • 267554b252 check for empty line moved to avoid error Dominik Demuth 2023-05-11 18:00:29 +0200
  • 233cdd9f80 add gnuplot to requirements for plots of FC reading Dominik Demuth 2023-05-10 17:09:11 +0200
  • 15c959fd71 save fit parameter adds name to file as extra comment; possible solution for #59 Dominik Demuth 2023-05-08 19:54:55 +0200
  • 1378cf6ac7 Fitresult accepts label argument as set name Dominik Demuth 2023-05-08 18:48:08 +0200
  • a964e02612 correct baseline and slopes for calibration measurements at high DSC rates Dominik Demuth 2023-05-08 18:20:04 +0200
  • a72e4ba833 add logging to fit exception to retain more info; all references to current graph are either None or id Dominik Demuth 2023-05-03 19:04:48 +0200
  • 75ec462efd add logging to fit exception to retain more info and find problem with #56; all references to current graph are either None or id, should close #57 Dominik Demuth 2023-05-03 19:04:25 +0200
  • adcd98fc31 dsc baseline uses consistent offset for correction; closes #53 Dominik Demuth 2023-05-02 17:35:28 +0200
  • d8cc99cea4 dsc (#55) Dominik Demuth 2023-04-30 18:21:16 +0000
  • 7671a56b6f merge cfunc -> main Dominik Demuth 2023-04-30 14:59:58 +0200
  • 8086dd5276 finalized c functions Dominik Demuth 2023-04-29 20:40:32 +0200
  • 9479364a64 delete item after the iteration to find its index; closes #52 Dominik Demuth 2023-04-27 19:08:14 +0200
  • def2a99ed8 datawidget.py: raise AttributeError manually if item is graph, was not always raised; maybe problem of #52 Dominik Demuth 2023-04-27 12:13:20 +0200
  • 35e89176be datawidget.py: raise AttributeError manually if item is graph, was not always raised; maybe problem of #52 csv_broken Dominik Demuth 2023-04-27 12:13:20 +0200
  • ac4a4d3b8e DSC: remove non-finite values due mismatch in beginnings of sample and empty Dominik Demuth 2023-04-24 19:24:23 +0200
  • dd1c26e285 more work on loggaussian Dominik Demuth 2023-04-23 19:55:53 +0200
  • eba7869c4d data list in QEvalDialog uses current names instead of stored Dominik Demuth 2023-04-19 19:43:04 +0200
  • efd5b34b13 create .local/bin folder for AppImage if not existent Dominik Demuth 2023-04-19 18:33:11 +0200
  • 2d472bd44e lower epsabs for integration of energy barrier spec dens Dominik Demuth 2023-04-19 18:24:29 +0200
  • 2042148d0f C function for energy distribution spectral density Dominik Demuth 2023-04-17 20:17:54 +0200
  • 4a9d50e8a4 refactor Log-Gaussian susceptibility Dominik Demuth 2023-04-17 17:43:18 +0200
  • 56b588293d add loggausian to c func and move lookup of c library Dominik Demuth 2023-04-17 17:31:34 +0200
  • 59625c1581 more_bugs (#51) Dominik Demuth 2023-04-16 15:40:58 +0000
  • bb3d5ac58b remoce matplotlib import Dominik Demuth 2023-04-16 14:33:05 +0200
  • 48861c3f80 remove spurious print Dominik Demuth 2023-04-16 14:20:40 +0200
  • 8e2ebfc765 Merge branch 'more_bugs' Dominik Demuth 2023-04-16 14:17:36 +0200
  • 924b58beda move iteration of deleting sets inside undo, fixes #36 Dominik Demuth 2023-04-15 15:41:37 +0200
  • bd8a4f16ea UpperManagement.deleteDate emits list of sets, indexes in datawidget are now only updated once Dominik Demuth 2023-04-15 15:40:49 +0200
  • e41c42d573 move iteration of deleting sets inside undo Dominik Demuth 2023-04-15 14:55:14 +0200
  • c94231f9d9 add block to graphwindow to stop rescale/legend uupdates Dominik Demuth 2023-04-15 14:54:25 +0200
  • 99bb196e5c basic FC reading is working for different script version Dominik Demuth 2023-04-14 19:17:05 +0200
  • e5563d55d5 set graphs in fc reader Dominik Demuth 2023-04-14 17:58:14 +0200
  • abe6ca42c7 added build date of appimage as version; closes #48 Dominik Demuth 2023-04-13 20:03:39 +0200
  • 40961a89df correct path in makefile Dominik Demuth 2023-04-13 19:38:58 +0200
  • 29518b9ea0 newer FC scripts are working, now older ones fail Dominik Demuth 2023-04-12 20:42:33 +0200
  • 3793f67951 rate and time in exponential function was switched Dominik Demuth 2023-04-12 20:01:27 +0200
  • 0251dea563 uncheck fits in data_table Dominik Demuth 2023-04-12 17:28:12 +0200
  • bc034cf4f4 set region flag correctly Dominik Demuth 2023-04-12 17:27:05 +0200
  • 3e513a1231 update makefile Dominik Demuth 2023-04-11 19:06:35 +0200
  • ead30d127a add C function for FFHS integration Dominik Demuth 2023-04-10 19:33:23 +0200
  • 3b79c571fb eval expression reuses ListWidgetItems of datasets; closes #31 Dominik Demuth 2023-04-09 20:20:37 +0200
  • ee8ea4f2c5 remove epsilons from integration, now 50% faster Dominik Demuth 2023-04-09 18:08:32 +0200
  • 2c0cdfbd68 add constant to ffhs Dominik Demuth 2023-04-09 17:33:11 +0200
  • 767fa5f6fb timer needs to be child of window Dominik Demuth 2023-04-09 17:21:40 +0200
  • 02f8a3bb31 fitting (#43) Dominik Demuth 2023-04-08 18:37:07 +0000
  • ffecc9c873 remove duplicates of keys in deletion; may help with #36 Dominik Demuth 2023-04-08 17:16:05 +0200
  • 0ec0021727 appimage-starter (#42) Dominik Demuth 2023-04-08 13:28:13 +0000
  • 6b71de8265 bug-fixer (#40) Dominik Demuth 2023-04-07 13:45:28 +0000
  • 43285b4bd5 added first version of a backup system (#37) Dominik Demuth 2023-04-05 17:50:06 +0000
  • 2fbaa94109 catch strange behavior of strptime in get_zsync Dominik Demuth 2023-04-04 16:43:14 +0000
  • ebf3e9635d Update 'src/gui_qt/lib/utils.py' Dominik Demuth 2023-04-04 15:49:09 +0000
  • 79befb50f1 Update 'src/gui_qt/lib/utils.py' Dominik Demuth 2023-04-04 15:41:21 +0000
  • 0adb530dc2 Update 'src/gui_qt/lib/utils.py' Dominik Demuth 2023-04-04 15:34:09 +0000
  • d7fd8395e5 update zsync location Dominik Demuth 2023-04-02 19:44:01 +0200
  • 75f9bc84f8 remove typo; remove unnecessary package Dominik Demuth 2023-04-02 19:23:04 +0200
  • 1c98676bee Merge pull request 'show sub-functions in fitresult; closes #26' (#28) from fitting into master Dominik Demuth 2023-04-02 15:42:05 +0000
  • 8a35a5e6cb show sub-functions in fitresult; closes #26 Dominik Demuth 2023-04-02 17:40:23 +0200
  • 0d00ea2638 export drawings to agr drawing Dominik Demuth 2023-04-02 16:46:23 +0200
  • 8d2bfacaca display drawings of graphs Dominik Demuth 2023-04-01 20:25:44 +0200
  • c31f52cefe multi-points drawing Dominik Demuth 2023-04-01 18:58:16 +0200
  • 2d42a8cd46 ellipses done Dominik Demuth 2023-04-01 18:23:49 +0200
  • 3ddc81dbfa rectangles done Dominik Demuth 2023-04-01 17:21:12 +0200
  • df9b302f9d Merge pull request 'replace semicolon and commas with spaces in csv; closes #23' (#24) from csv_broken into master Dominik Demuth 2023-03-24 10:05:43 +0000
  • 4e0ff4eddd replace semicolon and commas with spaces in csv; closes #23 Dominik Demuth 2023-03-24 11:03:50 +0100
  • de9464ef9f Update 'src/gui_qt/lib/utils.py' Dominik Demuth 2023-03-17 13:16:24 +0000
  • 466a63990d Update 'src/gui_qt/lib/utils.py' Dominik Demuth 2023-03-17 13:15:44 +0000
  • 8690cb222e ignore errors due to wrong encoding in agr files (#22) Dominik Demuth 2023-03-16 18:49:44 +0000
  • 9681d09ed4 edit existing lines Dominik Demuth 2023-03-13 20:14:04 +0100
  • 62f3839b20 move to listwidget Dominik Demuth 2023-03-13 17:59:12 +0100
  • 28c15ff565 extrapolate_fit (#21) Dominik Demuth 2023-03-12 19:37:10 +0000
  • 1601f1455c use same value in widget and multimodel to count parameter Dominik Demuth 2023-03-01 19:26:12 +0100
  • b73d6f08b8 asciireader.py avoid IndexError if file has no header Dominik Demuth 2023-02-25 19:16:14 +0100
  • b31dec4c7b move to combobox + list instead of tree Dominik Demuth 2023-02-24 17:39:45 +0100
  • bd4b88102a graph title is displayed when maximized Dominik Demuth 2023-02-22 18:57:39 +0100
  • a17a4e0c01 add graph title Dominik Demuth 2023-02-21 18:55:41 +0100
  • 5577adabec AppImage path was incorrect in upload script. fixes #17 Markus Rosenstihl 2023-02-07 07:57:56 +0100
  • 57ecff478b silence curl in upload script Markus Rosenstihl 2023-02-07 01:03:05 +0100
  • 2229b2905a fixes #16 Markus Rosenstihl 2023-02-07 00:47:27 +0100
  • 60c93f6bc9 changed the repository path Markus Rosenstihl 2023-02-06 20:38:04 +0100