suter_a
dae2c8ada8
add another NeXus HDF4 IDF V1 example.
2026-07-15 10:33:34 +02:00
suter_a and Claude Sonnet 4.6
b90d0d9e8b
Fix macOS 26 CLING runtime dictionary errors caused by Homebrew/SDK header conflicts
...
macOS 26 (Darwin 25.5.0) introduced stricter Clang module map rules in
DarwinFoundation1.modulemap: the '_c_standard_library_obsolete' module
now requires the 'found_incompatible_headers__check_search_paths' feature,
which CLING's runtime interpreter does not set. When fftw3.h (from
/opt/homebrew/include) was parsed by CLING via the inlined PStartupHandler
dictionary payload, it triggered this module map error, causing all
PStartupHandler signal/slot connections to fail.
Two fixes:
- PMusr.h: guard '#include "fftw3.h"' with '#ifndef __CLING__'. No fftw
types appear in PMusr.h class definitions, so CLING does not need it
for reflection. This is the primary runtime fix.
- CMakeLists.txt (src/classes and all src/external libs): replace
'-I${FFTW3_INCLUDE}', '-I${Boost_INCLUDE_DIRS}', '-I${GSL_INCLUDE_DIRS}',
and '-I${ROOT_INCLUDE_DIRS}' with '-isystem' in all root_generate_dictionary
OPTIONS blocks, and change 'include_directories(${FFTW3_INCLUDE})' to
'include_directories(SYSTEM ...)'. Internal project paths (MUSRFIT_INC,
BMW_TOOLS_INC, NONLOCAL_INC, CMAKE_CURRENT_SOURCE_DIR, etc.) keep '-I'.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-07-15 10:29:43 +02:00
suter_a and Claude Opus 4.7
c958417fa3
mupp: simplify the python example to a single <python> block.
...
Use the new coll[]/collErr[] interface so sigmaSC-vs-temp-py.txt computes both
SigmaSC_10 and SigmaSC_150 in one block instead of one block per collection.
Collection 0 is addressed by index (coll[0]) and collection 1 by name
(coll['...Tscan.db']) to show both addressing modes. Output is unchanged.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-05-29 15:12:34 +02:00
suter_a
9ff5d179f1
add a python mupp script file.
2026-05-29 15:12:15 +02:00
krieger_j and suter_a
0b779aa53f
fixed relative paths to new data location.
2026-05-01 13:11:33 +02:00
krieger_j and suter_a
daefad5ab3
data and template files for the tutorials. State: as used in the 2026 Muon Spectroscopy School.
2026-05-01 13:11:23 +02:00
suter_a
a87ab6ade0
add missing NeXus file.
2026-03-02 13:47:27 +01:00
suter_a
8cb7da2e2a
adopted to new hdf4/5 approach of NeXus.
2026-03-02 13:46:47 +01:00
suter_a
85fe4a1d59
updated the local user-docu.
2026-03-02 11:03:44 +01:00
suter_a
403aa07993
adopted ChangeLog. Fixed a minor issue in PTextEdit. Adopted ctests for the new NeXus handling.
2026-03-02 11:00:44 +01:00
suter_a
811b47cf41
add an ADDRUN example.
2026-03-02 10:42:36 +01:00
suter_a
9a48487220
updated the copyright info.
2026-02-13 13:59:49 +01:00
suter_a
8152c97f14
version update of the doxygen config file.
2026-02-13 13:56:09 +01:00
suter_a
0f7024d9ee
make the technical docu more complete by adding musrStep and musrWiz.
2025-11-26 18:17:30 +01:00
suter_a
097ce35472
added necessary FOURIER block.
2025-10-03 16:19:36 +02:00
suter_a
c66af64e96
updated of the offline docu.
2025-06-10 14:36:50 +02:00
suter_a
44821cb8cd
updated the copyright info.
2025-01-30 12:00:49 +01:00
suter_a
532b6f42ff
make sure that for non-muSR data errors are not = 0. Will set it to 1, and issue a warning. This prevents chisq to crash.
2024-10-14 14:38:05 +02:00
suter_a
01582b5a44
updated the docu.
2024-06-24 09:45:31 +02:00
suter_a
a9d84b87e1
remove more accidently added file.
2024-06-08 16:41:51 +02:00
suter_a
fa37bae855
update of the docu.
2024-06-08 16:29:05 +02:00
suter_a
d6cc0f3c0e
moved mupp examples form the mupp source destination to doc/examples.
2024-04-26 16:05:00 +02:00
suter_a
04181ad1e0
update of the documentation.
2024-04-23 11:00:54 +02:00
suter_a
17339e191d
updated copyright info.
2024-02-07 15:29:08 +01:00
suter_a
4c222a4c1b
adopted the technical doxygen files to the current state.
2023-11-10 15:22:03 +01:00
suter_a
a2ba9b588d
updated the docu. Newly added: brief description of the supported file formats.
2023-09-02 13:20:49 +02:00
suter_a
45a8b0a836
updated docu.
2023-02-17 15:13:01 +01:00
suter_a
55169040dd
changed to more meaningful labelling.
2023-02-17 15:04:19 +01:00
suter_a
c696ac1305
cleanup and cosmetics.
2023-02-17 10:15:00 +01:00
Maria Martins and suter_a
9fefa5b136
example files for depthProfile
2023-02-17 10:14:37 +01:00
martins_m and suter_a
2db36b2e3d
implementation of depth step fits
2023-02-17 10:06:06 +01:00
suter_a
4d2262d557
fixed typo.
2023-01-30 09:49:44 +01:00
suter_a
a356534e6a
updated the copyright info.
2023-01-05 11:04:42 +01:00
suter_a
5cce1af16c
update of the docu.
2022-12-12 16:35:36 +01:00
suter_a
357e5d6069
update of the docu.
2022-05-29 15:56:24 +02:00
suter_a
dd02b07c56
update of doku for the dks6 branch.
2021-10-06 15:24:00 +02:00
suter_a
1341cfb8fe
add option to musrfit that the user can choose from the command line the number of threads to be used for OpenMP. Updated the docu accordingly.
2021-10-06 15:16:00 +02:00
suter_a
6f917db41f
update docu version information.
2021-06-17 10:33:11 +02:00
suter_a
0329cf559f
add README files for the DummyUsrFcn with an example.
2021-04-19 16:14:10 +02:00
suter_a
eb74b1ec53
update of the docu.
2021-04-19 16:09:57 +02:00
suter_a
57885ad4c2
update of the docu.
2021-04-09 16:04:57 +02:00
suter_a
a821890ef5
changed the user function for nonlocal fitting to the new rge-handler. This breaks the backwards compatibility!
2021-04-06 14:39:56 +02:00
suter_a
a7b540cfdb
update of the copyright info.
2021-03-29 08:30:43 +02:00
suter_a
ae57d5b57c
refresh of the setup docu.
2021-03-09 09:51:49 +01:00
suter_a
5f19c3b795
modernized the msr input file.
2021-03-09 09:50:13 +01:00
suter_a
5509d05915
update of the docu.
2021-01-29 15:15:38 +01:00
suter_a
3b5060c061
musrview gets the new feature: calculate theory points only at data points.
...
Conflicts:
doc/html/searchindex.js
doc/html/setup-dks.html
src/classes/PMusrCanvas.cpp
src/include/PMusrCanvas.h
src/musrview.cpp
2020-08-29 11:49:49 +02:00
suter_a
ccb87e8b7a
A single asymmetry plot allows to toggle the color of the theory function line by the key 't'.
2020-07-27 19:23:28 +02:00
suter_a
4d04f45699
resolve merge conflict: update of the docu
2020-06-18 10:26:07 +02:00
suter_a
b5fb5b8b4a
updated the docu and adopted the ChangLog
2020-05-26 07:17:21 +02:00