suter_a
6e30e7e71f
add reading routine for the dat-files as generate from msr2data. Use case: special 'non muSR fit' type.
2023-02-17 10:02:02 +01:00
suter_a
de5763d5cc
start adding CSV like data reading routine with the FileFormat label DAT.
2023-02-17 10:01:35 +01:00
suter_a
f7bc2aab87
fixed wrong function declaration in the docu, not the code.
2023-01-30 09:50:00 +01:00
suter_a
4d2262d557
fixed typo.
2023-01-30 09:49:44 +01:00
suter_a
f42306e42b
fix of an old copy/paste error!
2023-01-10 16:18:44 +01:00
suter_a
b328657191
add OS tag for packages.
2023-01-10 16:18:29 +01:00
suter_a
a356534e6a
updated the copyright info.
2023-01-05 11:04:42 +01:00
suter_a
6e55bf0f5e
improved dat file read routine for mupp for the case columns are added after RUN.
2023-01-05 10:47:12 +01:00
suter_a
aa450aa6f6
updated the ChangeLog.
2023-01-05 10:46:22 +01:00
suter_a
a6c78de3ea
make them OpenMP aware for macOS.
2022-12-13 12:17:19 +01:00
suter_a
5cce1af16c
update of the docu.
2022-12-12 16:35:36 +01:00
suter_a
3e534d11f7
add feature that mupp_plotter can show/hide lines between the data points.
2022-12-04 10:50:55 +01:00
suter_a
62c3600fb7
added some more technical docu to PMsr2Data.
2022-12-04 10:50:35 +01:00
suter_a
20ca48ac88
added cumulative frequency output.
2022-12-04 10:50:22 +01:00
suter_a
58ab025095
add a rgeHandler tester which allows quickly to test rge-file related handling.
2022-11-25 10:22:19 +01:00
suter_a
8a8046d28a
add energy_vect tag which allows a more compact startup xml-file if the rge-files are equally spaced in energy.
2022-11-25 10:22:05 +01:00
suter_a
0dd34fbdf0
updated CMakeLists.txt to get more version info.
2022-11-25 10:21:27 +01:00
suter_a
b481d2c560
adopted to the newer Qt versions.
2022-11-25 10:17:09 +01:00
suter_a
69ed3037de
adopted to the newer boost versions.
2022-11-25 10:16:56 +01:00
suter_a
e32aa61643
replaced sprintf -> snprintf throughout.
2022-11-25 10:16:20 +01:00
suter_a
eb63f5862b
adopted from qt5 to qt6.
2022-09-06 20:54:52 +02:00
suter_a
e6ad904fee
improved export parameter list behavior. Allow multiple deliminators: ',', ';', ' '
2022-09-02 14:42:51 +02:00
suter_a
531d238fa3
fixed typo.
2022-09-02 14:42:37 +02:00
suter_a
b6532ffe39
improved msr<->mlog swap dialog.
2022-09-02 13:55:34 +02:00
suter_a
8f682aceca
make sure that the minimum height of musrStep is not larger than the available screen resolution height.
2022-09-02 13:26:49 +02:00
suter_a
d0923d75b9
fixed bug in msr2data global+ according to issue #33 reported on bitbucket.
2022-08-09 08:21:53 +02:00
suter_a
807b3e9323
lift cmake requirement to 3.17.
2022-07-06 14:54:44 +02:00
suter_a
8f4e2e6785
removed obsolete filed.
2022-07-06 14:53:25 +02:00
suter_a
c36552708e
more work towards a modern cmake. As a first example reworked FFTW3 binding.
2022-07-06 14:52:24 +02:00
suter_a
9cf5b5b49c
improvement dealing with rpath on macOS.
2022-07-06 14:50:13 +02:00
suter_a
3bde35910c
fixed typo.
2022-06-01 13:46:34 +02:00
suter_a
1dd195b837
use PFindRun facility now. Cleaned up various little things.
2022-06-01 13:12:32 +02:00
suter_a
d977a8cd1a
move on to modernize towards modern c++.
2022-05-31 13:05:37 +02:00
suter_a
357e5d6069
update of the docu.
2022-05-29 15:56:24 +02:00
suter_a
c0e43a46e4
update ChangeLog
2022-05-29 15:45:29 +02:00
suter_a
843ad88498
adopted to new PSI-BIN lib. Added facility for finding runs via musrfit_startup.xml templates.
2022-05-29 15:44:24 +02:00
suter_a
40007650f6
refactor PSI-BIN lib. Fix a couple of bugs and start to adopt to more modern c++.
2022-05-29 15:37:02 +02:00
suter_a
b72ec88783
add search facility for runs via musrfit_startup.xml template entries.
2022-05-29 15:36:51 +02:00
suter_a
953cb32ded
fixed a typo, and tell the user if the file format info is not provided MusrRoot is assumed.
2022-05-29 15:36:41 +02:00
Andreas Suter
fea7b535b6
use proper return value (int) rather than bool.
2022-04-29 08:59:37 +02:00
suter_a
e679546d60
replace the run-list handling through the already existing handler class PStringNumberList.
2022-04-27 16:49:15 +02:00
suter_a
d50659831d
fixed several copy/paste errors which prevented sometimes averaging and instead crashed.
2022-04-25 15:33:57 +02:00
suter_a
990cdf582d
NeXus: replaced deprecated NXgetnextattr by NXgetnextattra.
2022-04-12 15:13:28 +02:00
suter_a
0e68888948
improved formated string handling to make compilers happy.
2022-04-12 15:13:19 +02:00
suter_a
980ed79fc4
do not ignore the return value of system(cmd) anymore.
2022-04-12 15:13:08 +02:00
suter_a
1007044215
added necessary include directory info for boost, for PRgeHandler.
2022-04-12 15:12:57 +02:00
suter_a
19c1875442
fixed a typo.
2022-03-14 10:20:33 +01:00
ext-mcfadd_r
5066373659
use the Particle Data Group's recommended value for the muon lifetime
2022-01-11 11:51:43 +01:00
ext-mcfadd_r
0c4b33b056
fix the discontinuity encountered at large t when sigma+/- is large
...
- Though the discontinuity encountered in the previous version is small (because of the large Gaussain damping terms), it introduced considerable numeric instability when fitting. Consequently, simply zeroing the already heavily damped is sensible and yeilds smooth behaviour of the function.
- Also ensure that the return value for the odd frequency component is always finite.
2022-01-11 08:45:01 +01:00
ext-mcfadd_r
aacad8e7ad
improvements to PTheory::SkewedGauss
...
- Divide the function evaluation into even/odd frequency components. Some additional "helper" terms have been added to aid in this.
- Use a better value to check for floating-point overflow in the evaluation of ROOT::conf_hyperg and return std::numeric_limits<Double_t>::max() when necessary. This extends the function's range of validity to arbitrary time (whereas the previous implementation would fail loudly for large sigma+/-).
- Format the src with clang-format.
2022-01-11 08:44:50 +01:00