27 Commits

Author SHA1 Message Date
a356534e6a updated the copyright info. 2023-01-05 11:04:42 +01:00
a7b540cfdb update of the copyright info. 2021-03-29 08:30:43 +02:00
32bac0e197 Functions can now not only operate on parameters and maps but also on meta information
obtained from the data files. Currently the following meta information can be accessed
if available:
field in (G): B or b
energy in (keV): En or en
temperature in (K): since some data files contain a vector of temperature, they have
                    to be accessed with an index, like T0 or t0, etc.
2020-06-18 08:16:43 +02:00
b6dba8965b update of the copyright info. 2020-04-30 17:46:10 +02:00
c64c74dbf8 modernized code to C++11 and newer.
This allows to analyze the code by external code analyzers. Since a lot is adopted,
the version is changed to 1.4.3

Conflicts:
	src/classes/PFitter.cpp
	src/classes/PFourier.cpp
	src/classes/PMsrHandler.cpp
	src/classes/PMusrCanvas.cpp
	src/classes/PRunAsymmetry.cpp
	src/classes/PRunAsymmetryRRF.cpp
	src/classes/PRunListCollection.cpp
	src/classes/PRunSingleHisto.cpp
	src/classes/PRunSingleHistoRRF.cpp
	src/classes/PStartupHandler.cpp
	src/include/PFourier.h
	src/include/PRunListCollection.h
	src/musrFT.cpp
2019-04-24 17:44:58 +02:00
8e399fa04e first steps towards asymmetry RRF fit. 2016-01-15 17:16:07 +01:00
bbb8550f96 since we moved to git, I cleaned up the svn prop's from the sources and added a GIT_REVISION through git-revision.h 2014-02-12 12:43:32 +01:00
392cd0b4b3 (1) changed normalization of maximum likelihood. (2) ascii export from canvas adds initial space for empty column for easier parsing. (3) fix of some typos 2013-11-08 11:55:43 +00:00
22c7702cfe docu updated 2013-01-15 12:25:48 +00:00
17d7ef4b99 improved Fourier transform. For details see the ChangeLog 2012-11-19 13:27:37 +00:00
138e7ba369 first implementation of MusrRoot. Cleaner handling of Red/Green mode data. General cleanup 2012-03-22 07:00:34 +00:00
Bastian M. Wojek
2c514a881c Tried to fix the ASCII export from musrview in the case of a Fourier-power-difference (some more tests needed); additionally minor changes to the BMWlibs 2011-04-10 16:27:36 +00:00
Bastian M. Wojek
dc86404f88 Fixed formatting issue in the FUNCTIONS block (MUSR-171) 2011-03-19 14:01:05 +00:00
nemu
959c792a68 added more docu and cleaned up code a bit 2010-05-26 19:31:13 +00:00
nemu
901f12b5c5 preventing more nan's by replacing func(a) -> func(|a|) for func: sqrt(), ln(), log() 2010-03-09 10:13:24 +00:00
nemu
fe55074160 slight improvement to avoid nan's when using pow() 2010-03-08 14:36:28 +00:00
nemu
842463dc23 added power capability [pow(base,exp)] to functions 2010-03-08 10:43:46 +00:00
Bastian M. Wojek
a63319fc70 Added the possibility to use sqrt() in the FUNCTION block - it could be removed again when finally pow() will be implemented 2010-03-06 23:53:53 +00:00
nemu
9b94dff860 some minor improvements towards fixing the boost::spirit problem for newer distributions. Needs a thorough checking on a newer linux distribution, i.e. at home 2010-01-14 13:11:07 +00:00
nemu
20fa6f88fb added sign form parX for the FUNCTION block. 2009-12-17 06:47:56 +00:00
nemu
2a03bb7f61 changed variables to comply with the ROOT standards. Error messages now sent to stderr rather than stdout 2009-10-30 08:29:27 +00:00
nemu
999b82008b fixed some typo in the musrfit and musrview help. Added some more digits to gamma_mu 2008-11-13 06:23:03 +00:00
nemu
8ba07a692a added a NPP, PPC switch and performed some clean-up 2008-09-22 06:24:52 +00:00
nemu
7e646d360a sensible handling of map==0 2008-05-16 08:31:52 +00:00
nemu
18a45afea1 fixed a bug in the FUNCTIONS parsing. Now the AST is generated correctly also for (sin(par1)), etc. Also added gamma_mu in FUNCTIONS 2008-02-18 07:43:57 +00:00
nemu
b0a23afead improved (hopefully) string back parsing and furthermore added the constant Pi for functions. 2008-02-08 07:32:55 +00:00
nemu
c6cc508aaf newly added. Not for productive used yetsvn diff | grep Index: 2008-01-08 08:31:58 +00:00