Commit Graph

2360 Commits

Author SHA1 Message Date
30c17e5431 suppress warning missing deadtime correction if not relevant. 2026-03-03 08:58:21 +01:00
8619865dde fix linker errors: add HDF5 C++ lib and FFTW3 include paths
- Add ${HDF5_LIBRARIES} to PMusr link dependencies so HDF5 C++ symbols
  (H5::DataType, H5::PredType, etc.) used in PRunDataHandler.cpp resolve.
- Add ${FFTW3_INCLUDE} to musrRootValidation and write_musrRoot_runHeader
  include paths; both pull in PMusr.h which transitively includes fftw3.h.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-03 08:58:11 +01:00
8cb7da2e2a adopted to new hdf4/5 approach of NeXus. 2026-03-02 13:46:47 +01:00
c0ad630740 add musrfitConfig.cmake, etc. for musrfit. 2026-03-02 11:07:56 +01:00
cce7366799 fixed an index by one offset issue. 2026-03-02 11:06:33 +01:00
9ec28171c8 make sure that the requested pointer is not a nullptr. 2026-03-02 11:06:24 +01:00
b1bce70d63 fix Boost_INCLUDE_DIR -> Boost_INCLUDE_DIRS 2026-03-02 11:06:04 +01:00
403aa07993 adopted ChangeLog. Fixed a minor issue in PTextEdit. Adopted ctests for the new NeXus handling. 2026-03-02 11:00:44 +01:00
17fcaa7c69 adopted the PNeXus lib such that the class naming scheme is self-consistent. 2026-03-02 10:55:43 +01:00
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
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
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
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