Commit Graph

2516 Commits

Author SHA1 Message Date
7e3eda6699 add necessary docu for the Gaussian Lorentzian approach. 2025-06-03 12:06:41 +02:00
60aeab2239 changed the integral approximation approach for Gaussian/Lorentzian. 2025-06-03 12:06:30 +02:00
8135035899 added ZF, LF geometry, dynamic approximation width/hopp << 1. 2025-06-03 12:06:18 +02:00
f0337afee6 improved GL integration. 2025-06-03 12:06:08 +02:00
e48a4c0081 simplify git-revision.h generation. 2025-06-03 12:05:55 +02:00
8f7f90c293 added missing MACOSX_BUNDLE_GUI_IDENTIFIER for mupp. 2025-06-03 12:05:44 +02:00
7b3e6202bd allow to define Tmax from the cmd line. 2025-06-03 12:05:35 +02:00
93b414f96d add missing header. 2025-06-03 12:05:22 +02:00
71622533d3 first LGKT_LF. Might need to slightly improve Simpson. 2025-06-03 12:05:13 +02:00
2454e01885 proper class for GKT LF. 2025-06-03 11:27:23 +02:00
927cc58b96 add LF Gaussian/Lorentzian testing code. 2025-06-03 11:27:12 +02:00
7fd82353ac start populating nfs4 path rather than afs in the musrfit_startup.xml. 2025-06-03 11:26:24 +02:00
eb064232a9 needed to add an additional header (stdbool.h, libCuba) to make clang happy. 2025-05-03 15:19:16 +02:00
58362084d5 comment outdated typedef in libCuba. 2025-05-03 15:19:04 +02:00
c86b313975 slight improvement on mud.h needed that it doesn't crash on macos15.4 m3pro. 2025-05-03 15:18:54 +02:00
44d3d1e95d updated mud.h (thanks to Donald Arseneau). Makes modern compiler happy again. 2025-05-03 15:18:43 +02:00
dcbde4f7bf add skeleton for MusrRoot which will handle TDirectoryFile rather than TFolder. 2025-05-03 15:18:30 +02:00
1ce5cf408b start implementing TDirectoryFile instead of TFolder, since TFolder is depricated. First I added the necessary parts on the validator. The read/write are still missing. 2025-05-03 15:17:30 +02:00
4d4fb66f27 switched from raw to QScopedPointer pointer in mupp.cpp. 2025-04-02 13:43:06 +02:00
7be188c628 back ported some qt6 recent file handling. 2025-03-31 11:13:27 +02:00
a895903a58 improved recent file handling for macos. 2025-03-31 11:13:13 +02:00
7556a2e243 slight improvement in handling of the recent msr-files. 2025-03-31 11:12:57 +02:00
79255750ce updated the icon switching by adding the missing View2Dat. 2025-03-31 11:12:44 +02:00
444e75ea06 fixed typo and added necessary update for the theme flags. 2025-03-31 11:12:32 +02:00
6c82e88789 improved dark theme handling on mupp for qt5. 2025-03-31 11:12:09 +02:00
71de742840 improved dark theme handling on mupp for qt6. 2025-03-31 11:11:57 +02:00
1eff68886a activate the status bar. 2025-03-31 11:11:37 +02:00
6b43f51631 add a user interface option to export data from a msr-file view (single- or multiple files) - qt6. 2025-03-25 07:57:37 +01:00
bccd069367 add a user interface option to export data from a msr-file view (single- or multiple files). 2025-03-25 07:57:25 +01:00
aa2f2756a4 add necessary increment for unique cropped name for PSI-BIN. 2025-03-19 16:46:44 +01:00
129e4c10dd make sure that for PSI-BIN export the 4 char detector names are unique. 2025-03-19 12:21:36 +01:00
bf75b5ef14 add title to PRawRunDataSet. 2025-03-19 12:21:24 +01:00
c0b1071a27 read 'Sample Orientation' from ROOT file, since it might be needed by any2many. 2025-03-19 12:21:12 +01:00
5b9a66758b make sure that the 'selected' object is present. 2025-02-25 16:15:53 +01:00
d65b04e855 this is a workaround which should prevent that the key event is executed if a text/latex is written into the canvas. 2025-02-25 16:15:40 +01:00
688c319e6f fix of a copy/paste error. 2025-02-17 08:18:12 +01:00
f3d7b9c7ff header of exported data adopted for easier read in with pandas. 2025-02-17 08:17:58 +01:00
44821cb8cd updated the copyright info. 2025-01-30 12:00:49 +01:00
86b5080dee proper handling of comments and descriptions in the RUN block. 2025-01-29 08:17:51 +01:00
6a32ba5766 add switch to enable/disable HDF4 support for NeXus. 2025-01-29 08:17:30 +01:00
c6fda693a3 add a new tag PMUSR_UNSUPPORTED_FEATURE 2025-01-28 12:54:23 +01:00
258f248e99 make sure that 'ASCII', 'DAT', and 'DB' is rejected from musrFT. 2025-01-28 12:52:41 +01:00
8dc871e082 path-run-name in RUN block of the msr-file can now handle spaces. 2025-01-20 16:10:25 +01:00
bfade6f4b8 Explicit passing of MnStrategy during minimizer initialization
This patch fixes compilation errors that arise with recent ROOT versions (e.g., 6.34.02),
which require a ROOT::Minuit2::MnStrategy object to be passed when initializing the
ROOT::Minuit2::MnX (X = Migrad, Simplex, Minimize) minimizers (i.e., instead of the integer
representing the "strategy").
2025-01-10 11:19:25 +01:00
df0c5ec545 slightly re-ordered the default files for mupp in the open dialog. 2024-12-16 07:42:14 +01:00
196135fab5 changed default ROOT color kGreen to kGreen+2. 2024-12-14 15:23:58 +01:00
bb28e7258a adopted for custom button handling qt5. 2024-12-11 14:09:45 +01:00
3e216cb6ea adopted for custom button handling. 2024-12-11 14:09:34 +01:00
32768bfdf4 added missing enum tag. 2024-12-11 14:09:23 +01:00
5d5ebde4c2 make the theme handling in musredit more flexible. At the same time adopted some part to more modern c++. 2024-12-11 14:09:11 +01:00