650 Commits

Author SHA1 Message Date
08d67afb78 prevent double free. 2017-08-21 14:31:16 +02:00
49db148c37 added proper destructor. 2017-08-18 07:58:25 +02:00
2d4697c750 fixes a bug in the GPU memory allocation. 2017-08-17 13:29:25 +02:00
d397bf0064 fixed an issue with the month (0/1-problem). 2017-06-09 07:52:24 +02:00
26d78cf482 proper handling for DKS/GPU Fourier transform. 2017-05-31 16:21:53 +02:00
4a1b985506 added the missing DKS Fourier support flag. 2017-05-31 08:51:19 +02:00
bce9326f06 fix logy problem. 2017-05-29 18:02:31 +02:00
2b7a391bbb back-integrate DKS Fourier after DKS upgrade and modularization. Not yet tested other than compilation. 2017-05-29 17:54:57 +02:00
1729055385 merged from root6. Compiles but has issues with DKS linking yet. 2017-05-15 21:30:42 +02:00
ceaf7d0c6a added missing export tags for RRF. 2017-05-08 09:48:14 +02:00
b4aaa2bc15 add some additional output when minos is called. 2017-05-04 15:25:42 +02:00
261691c040 fixed a typo 2017-02-21 14:55:04 +01:00
13106a51c7 added root6 features to dks6 2017-02-21 14:47:33 +01:00
6cae76f1c1 fixed a little annoying bug in the LF none-analytic integral estimate. 2017-02-21 11:39:22 +01:00
07aa67a1a2 fixed a little annoying bug in the LF none-analytic integral estimate. 2017-02-21 11:28:53 +01:00
bcbed139f9 instead of copying musrfit_startup.xml to the appropriate directory, create it at run-time if needed. This has the advantage that each user will automatically create its own file. 2017-02-14 15:06:10 +01:00
e8f692b42c more changes towards musrfit/DKS/root6. 2017-02-08 11:16:27 +01:00
ceb7aa6818 changed from legacy rootcint to the new rootcling ROOT dictionary generator. 2017-02-08 09:47:35 +01:00
18d037fdf2 adopted dks to root6 (branch dks6). Not yet tested. 2017-02-07 16:12:49 +01:00
38c4293d58 resolved merge conflicts with master 2016-12-23 14:16:22 +01:00
8a6b24cc9d Merge branch 'master' into root6 2016-12-22 17:05:36 +01:00
c3c01e5de0 cleaning up left-overs and improved the comments. 2016-12-22 17:04:48 +01:00
02cdef0fa7 small change to make the compiler happy 2016-12-19 12:14:36 +01:00
421fe729f8 resolved merge conflict. 2016-12-19 12:13:35 +01:00
5d80c342e0 cleaned up some inconsistencies in the musrfit_startup.xml options 2016-12-18 10:39:43 +01:00
63516fc499 added a first version of a optimized phase correction for the real Fourier transform 2016-12-18 10:37:50 +01:00
c768c27898 for maxLH it is now possible to get the per-run-block maxLH, and the expected maxLH 2016-12-18 10:36:02 +01:00
b106ac61a1 added phase optimized Re FT for musrview. Still not perfect. 2016-12-07 17:02:18 +01:00
f7834aaead added class PFTPhaseCorrection which allows to calculate the phase optimzied real part of the Fourier transform. musrFT is already using it, for musrview it is still missing. 2016-11-29 11:16:45 +01:00
1e5bfb8216 when activating the cross hair cursor in the musrview canvas, enable the event status bar as well. This allows the user to see exactly where the cursor is. This is for instance helpful for Fourier spectra. 2016-11-28 11:02:03 +01:00
4c24a1e481 prepare the FOURIER block command 'range_for_phase_correction' for the new FT Re-part automatic phase correction algorithm. 2016-11-28 10:13:38 +01:00
333eaea7f1 Merge branch 'master' into root6 2016-08-25 13:38:57 +02:00
6aea6473ab merge dks to master 2016-08-25 08:40:40 +02:00
6585032df0 in musrview it is now possible to enable/disable a crosshair cursor by pressing 'c'. 2016-08-24 15:37:14 +02:00
f93ef114e0 merge master 2016-08-09 14:05:40 +02:00
5c69c21f56 should prevent crash if musrfit_startup.xml is NOT found anywhere. 2016-08-09 12:43:13 +02:00
2f91278871 fixed a minor bug in the background handling. For now change over to un-weighted N0 estimate which seems to be slightly better. This only could mean, that the error estimate if M is NOT optimal. Eventually this needs some deeper investigation. 2016-05-06 18:54:36 +02:00
35198e46da marginal improved error estimate for single histo RRF 2016-05-06 16:58:43 +02:00
8d18ca7905 force to ignore freq < 10 MHz for single histo RRF to find max freq. This is needed for heavily damped high frequency signals. 2016-05-04 17:11:32 +02:00
6c9adda7d2 made start-/endTimeBin class variables. 2016-05-03 11:19:16 +02:00
ac30fd956b merged branch 'master' into 'dks' 2016-04-28 13:42:24 +02:00
cb14afbe07 msr2data gets a new option paramList which allows to select the number of parameters to be exported. 2016-04-28 11:11:06 +02:00
b0bb5f94a5 changed const to variable due compiler issues. 2016-04-27 11:03:21 +02:00
ec27baf3a4 added c/const to the GPU ready functions. 2016-04-27 08:37:15 +02:00
bc881f0c75 moved CPU/GPU information collection from PFitter to musrfit. 2016-04-27 08:11:30 +02:00
nemu
95ac103605 Merge branch 'master' into root6 2016-04-26 12:58:50 +02:00
af7b729a5a start-/endTimeBin are now class members. This reduces the number of recalculations. 2016-04-26 12:39:27 +02:00
da2f0a1049 (i) added mu minus. (ii) single histo is now fed with a proper error vector which covers all allowed background options. 2016-04-25 12:20:24 +02:00
319fb45f97 made startTimeBin and endTimeBin class variables. 2016-04-25 12:18:27 +02:00
71fbce110b added the function string mmsetf for DKS. 2016-04-25 12:16:56 +02:00