Commit Graph

2669 Commits

Author SHA1 Message Date
ee3fc2e42a warning that deadtime correction estimate is not yet implemented. I am not even sure this would be a good feature. 2026-03-02 10:49:45 +01:00
3727190efa full implementation of the deadtime correction from file for PRunAsymmetryRRF. 2026-03-02 10:49:34 +01:00
16f88b17e4 full implementation of the deadtime correction from file. 2026-03-02 10:47:52 +01:00
e432a26b4c added a warning if deadtime correction cannot be carried out (missing parameters, etc.) 2026-03-02 10:47:40 +01:00
36168dc3a1 add DeadTimeCorrection to PRunAsymmetry - no ADDRUN handling yet. 2026-03-02 10:47:28 +01:00
85eba63ed9 PRunSingleHistoRRF: add DeadTimeCorrection, and improve ADDRUN readability 2026-03-02 10:47:15 +01:00
7d102a2604 move DeadTimeCorrection to PRunBase. Make ADDRUN part in PrepareData more readable. 2026-03-02 10:46:39 +01:00
811b47cf41 add an ADDRUN example. 2026-03-02 10:42:36 +01:00
e1de3f9900 added musrview png ref test via ctest 2026-03-02 10:42:25 +01:00
5c28e7b2ed add ctest integration tests for musrfit maxLH/chisq validation
Add a Python-based test script that runs musrfit -c on each example
msr-file, extracts the maxLH or chisq value, and checks it against
a reference value with a relative tolerance of 1e-4. Covers all 13
example msr-files (single histogram and asymmetry fits).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 10:42:14 +01:00
b255dad6a2 filter out '\r' and '\n' from command string (macOS issue). 2026-02-13 14:05:14 +01:00
db69044747 fix git-revision.h generation: output to build tree and add missing dependencies
Generate git-revision.h into CMAKE_BINARY_DIR/src/ (which is in the
include path) instead of the source tree. Remove the header from
add_executable() source lists, and add missing add_dependencies on
git_revision for all Qt5/Qt6 targets.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-13 14:05:02 +01:00
cb171d9800 generate git-revision.h at build time instead of configure time
Replace execute_process with add_custom_target so the git revision
check runs on every build, not just on cmake configure.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-13 14:01:17 +01:00
8f5b48f013 proper TDirectory handling for the histos. 2026-02-13 14:00:59 +01:00
7e4b136561 fixed missing TDirectory handling of RunSummary in dump_header.cpp 2026-02-13 14:00:48 +01:00
0eb90caf9a 2nd spot for cmake version check for policy setting. 2026-02-13 14:00:30 +01:00
adcd0ea39f cmake version check for policy setting. 2026-02-13 14:00:11 +01:00
9a48487220 updated the copyright info. 2026-02-13 13:59:49 +01:00
b00fb31dc3 set cmake Boost find policy. 2026-02-13 13:56:34 +01:00
8152c97f14 version update of the doxygen config file. 2026-02-13 13:56:09 +01:00
69f60c6877 further playing with the Prefs dialog. 2026-01-21 12:26:20 +01:00
8b7e44ef39 further playing with the Prefs dialog. 2026-01-21 12:26:11 +01:00
8843b46460 further playing with the Prefs dialog. 2026-01-21 12:26:02 +01:00
9f9e3d4f7f increased size of prefs dialog, since it seems too small for the newest qt6 version, especially on macOS. 2026-01-21 12:25:53 +01:00
957d95d352 more detailed NeXus support message. 2026-01-20 08:26:31 +01:00
1e60d92814 spirit classic/qi -> x3. Increase musrfit and library version to 1.9.10/1.7.0. 2026-01-16 10:01:33 +01:00
d5ec51c9bd for tests/spirit: replace 'nil' by 'leer' since 'nil' leads to conflict with macOS. 2026-01-16 10:01:21 +01:00
70da2f83ea replace 'nil' by 'leer' since 'nil' leads to conflict with macOS. 2026-01-16 10:01:07 +01:00
25205875de add missing header files for install for cmake. 2026-01-16 10:00:56 +01:00
19362bd088 add missing header file PFunctionsAst.h 2026-01-16 10:00:47 +01:00
4cd4b7878f modernize musrfit function handling using spirit x3 instead of spirit classic now. 2026-01-16 10:00:36 +01:00
046ab98144 migrated spirit qi grammar to x3 of mupp variable handling. 2026-01-16 10:00:24 +01:00
a040f8b576 added doxygen docu to spirit X3 under tests. 2026-01-16 10:00:10 +01:00
33f9fd5845 test spirit parser moved from classic to X3. 2026-01-16 09:59:57 +01:00
32d9970659 adopted from AFS to NFS. 2026-01-16 09:59:45 +01:00
b3ee2000ed perform Fourier phase checks only if a Fourier block is present and not set to power spectra. 2025-12-22 16:10:56 +01:00
6155438676 add missing #include<cmath> to make some compilers happy (qt5 part). 2025-11-27 16:15:18 +01:00
c27e4e1a33 adopt PFitter to ROOT v6-38-00 and make sure it is backwards compatible. 2025-11-27 15:58:54 +01:00
f26adc47fd add missing #include<cmath> to make some compilers happy. 2025-11-27 15:58:40 +01:00
f7d40f23f1 improve the doxygen docu of the BMWtools. 2025-11-26 18:27:54 +01:00
a283347321 improve the doxygen documentation of the plotter-part of mupp. 2025-11-26 18:24:07 +01:00
d1d1e98a13 improve the doxygen documentation of the var-part of mupp. 2025-11-26 18:23:54 +01:00
d12b5b23bf improve the doxygen docu of PVarDialog.* (musredit_qt6). 2025-11-26 18:23:39 +01:00
eddb6e4d2d improve the doxygen docu of PmuppScript.* (musredit_qt6). 2025-11-26 18:23:30 +01:00
4c7cf616a8 improve the doxygen docu of PmuppGui.* (musredit_qt6). 2025-11-26 18:23:18 +01:00
70fad101fb improve the doxygen docu of PmuppAdmin.* (musredit_qt6). 2025-11-26 18:23:08 +01:00
af14905fc2 improve the doxygen docu of mupp.* Pmupp.* (musredit_qt6). 2025-11-26 18:22:51 +01:00
c06aa17a07 improve the doxygen docu of PTextEdit.* (musredit_qt6). 2025-11-26 18:22:39 +01:00
42e47c8e24 improve the doxygen docu of PSubTextEdit.* (musredit_qt6). 2025-11-26 18:22:26 +01:00
0bec371ed7 improve the doxygen docu of PReplaceDialog.* (musredit_qt6). 2025-11-26 18:22:14 +01:00