|
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 |
|
|
76f39229f4
|
added new internal field functions.
|
2014-02-07 17:03:06 +01:00 |
|
|
2818739ec6
|
upgrade of cuba to version 3.2. Merge in from BMW.
|
2013-12-20 09:58:23 +00:00 |
|
|
f51152c4a3
|
config level fix for Mac OS X 10.9 (Mavericks). Optimize Noakes-Kalvius formulae. Update of docu.
|
2013-12-16 07:54:46 +00:00 |
|
|
03cf723199
|
fixed bug in msr2data for global runlist, where the pos-error instead of the value has been written to the DB file.
|
2013-11-29 09:04:49 +00:00 |
|
|
da36e561b2
|
suppress automatic N0 estimate for single histo in case of chisq-only calculation
|
2013-11-20 11:58:15 +00:00 |
|
|
e2712ce3f7
|
changed normalization of log max likelihood
|
2013-11-12 08:36:30 +00:00 |
|
|
3443820e83
|
add a stretched Kubo-Toyabe function to the PTheory class, including an update of the docu. Motivated by Z. Salman, which also provided a patch, which needed some improvements.
|
2013-09-10 09:03:21 +00:00 |
|
|
0caabc62df
|
minor bug fix
|
2013-02-14 10:01:03 +00:00 |
|
|
310eedf190
|
add N0 estimate to single histogram fit. Some improvements in musredit (see ChangLog)
|
2013-02-14 09:16:27 +00:00 |
|
|
4e554aaf84
|
fixed any2many bug concerning input file lists as described in MUSR-247. Rewrote the template browser.
|
2013-01-21 11:43:11 +00:00 |
|
|
b737649b50
|
newly added: a library related to spin valve physics
|
2013-01-15 06:41:12 +00:00 |
|
|
459a36fa79
|
added some information about elapsed fitting times. Corrected some outdated online helps.
|
2013-01-07 11:54:28 +00:00 |
|
|
55eeeeb740
|
fixed a shortcoming of the outdated TLemRunHeader class which could lead to a crash of any2many (see MUSR-246)
|
2012-12-18 13:01:22 +00:00 |
|
|
3fe4875267
|
if multiple SAVE are present in the COMMAND block, append MINUIT2.OUTPUT file. Added docu for PRINT_LEVEL (MUSR-244).
|
2012-12-11 09:56:17 +00:00 |
|
|
e9a195d962
|
fixes issue with too many t0's in the msr-file (see MUSR-238).
|
2012-11-19 15:34:20 +00:00 |
|
|
17d7ef4b99
|
improved Fourier transform. For details see the ChangeLog
|
2012-11-19 13:27:37 +00:00 |
|
|
11d710bce3
|
when converting to WKM, take the beamline tag to decide which exact WKM flavour should be written.
|
2012-11-09 11:56:10 +00:00 |
|
|
e5dd674b44
|
changed to out formating of the fitting parameters such that enough relevant digits are written
|
2012-11-06 06:52:33 +00:00 |
|
|
e1585a807e
|
fixed missing read call in PMsr2Data
|
2012-10-29 13:46:55 +00:00 |
|
|
6c8ce66e1d
|
(i) add PRINT_LEVEL to the command block (0='nothing' to
3='everything'). This allows to tune the Minuit2 output. (ii) added the
possibilty to give the fit range in bins. For details see the docu.
|
2012-10-25 14:44:16 +00:00 |
|
|
e9e6c9b2e3
|
add header information for printing
|
2012-09-24 12:50:29 +00:00 |
|
|
6c0fdb6ab8
|
fixed wrong chisq output in musrview if expected chisq ispresent
|
2012-09-24 11:02:06 +00:00 |
|
|
be9457281d
|
prevent dynamic LF to allocate too much memory
|
2012-08-28 11:23:59 +00:00 |
|
|
aa2e6cead0
|
changed timeout handling for musrfit
|
2012-06-29 13:54:12 +00:00 |
|
|
c713a367d6
|
added Noakes-Kalvius function
|
2012-05-31 09:02:05 +00:00 |
|
|
d2e28d33ec
|
fixed bug in RRF single histo. Update docu
|
2012-05-30 06:01:04 +00:00 |
|
nemu
|
daea7545a6
|
added muSR data run header information dump to musrgui
|
2012-05-25 14:40:41 +00:00 |
|
|
ec385b1d3a
|
added muSR data run header information dump to musredit
|
2012-05-25 13:32:28 +00:00 |
|
|
bf1d8cc96d
|
added spin rotation angle to the LEM MusrRoot file
|
2012-05-22 13:51:56 +00:00 |
|
|
765d1a3faf
|
Fix of: When changing from ROOT-NPP -> ROOT-PPC now, due to the change to MusrRoot, the forward histogram index should be changed automatically. However, this only works for the first RUN block but not for the rest. Furthermore updated some outdated error messages.
|
2012-05-18 09:05:47 +00:00 |
|
|
1d6f8082f0
|
newly added dump_header, which dumps the header information of a muSR data file. Furthermore some minor cleanup took place.
|
2012-05-12 14:08:27 +00:00 |
|
|
f04dd5a283
|
prevent any2many from overwriting an input file. At the some additional bug fixing of any2many has be carried out.
|
2012-05-10 14:43:48 +00:00 |
|
|
72c29c6250
|
updating docu
|
2012-05-08 05:28:03 +00:00 |
|
|
99c24a146d
|
added negative muon fitting support. Fixed at the same time bugs related to logx/logy plotting. Allow now comments after functions in the FUNCTION block.
|
2012-04-24 10:52:20 +00:00 |
|
|
7368884482
|
added timeout facility for musrfit, musrview, musrt0. Adopted musredit/musrgui accordingly.
|
2012-04-15 08:39:30 +00:00 |
|
|
5db90af1dc
|
added a validator program (musrRootValidation) for MusrRoot files.
|
2012-03-28 07:48:36 +00:00 |
|
|
138e7ba369
|
first implementation of MusrRoot. Cleaner handling of Red/Green mode data. General cleanup
|
2012-03-22 07:00:34 +00:00 |
|
|
d2e6eacad2
|
fixed a bug in PRunAsymmetry::PrepareData relevant when combining addrun's and grouping (MUSR-209). Removed some obsolate out-commented parts from PRunSingleHisto
|
2012-01-05 15:50:00 +00:00 |
|
|
7f65a27d1e
|
changed Qt parts of configure.ac in order to be compatible with BSD MacOS X
|
2011-12-23 06:19:43 +00:00 |
|
|
7e2ea62ac3
|
more work towards NeXus exchange
|
2011-12-22 10:27:01 +00:00 |
|
|
8f5b5609bc
|
some more work towards a proper NeXus muon data format support.
|
2011-12-15 12:25:28 +00:00 |
|
|
379345496b
|
if the background is estimated from an interval rather than fitted, it will be added as a comment to the background interval tag. (MUSR-192)
|
2011-11-15 08:46:00 +00:00 |
|
|
a63ed33de7
|
proper phase correction for Re/Im Fourier transform (MUSR-206)
|
2011-11-14 20:24:27 +00:00 |
|
|
a41c518ecc
|
Nonlocal: optimized the number of calculations for B(z)
|
2011-11-08 06:43:41 +00:00 |
|
|
d9a83c6c19
|
when release or restore is called (command block commands), the
corresponding parameter error is set to 2% of its parameter value (MUSR-188).
At the same time removed a left-over unused variable.
|
2011-10-17 08:26:12 +00:00 |
|
|
57d68e7133
|
better handling of all the various normalization issues, expecially fixed the wrong normalization when using "SCALE_N0_BKG FALSE" together with view_packing (MUSR-184)
|
2011-10-14 05:18:52 +00:00 |
|
nemu
|
2e41140242
|
crash in non-interactive mode of musrt0 when data file doesn't exist (MUSR-133)
|
2011-09-21 07:09:36 +00:00 |
|
nemu
|
ad14d62117
|
forward/backward accept now not only c0 c1 c2 ... cn, but also c0-cn cm-cp, or c0 c1-cn cm cx-cy, etc. (MUSR-201, improvement whish)
|
2011-09-09 11:30:13 +00:00 |
|
nemu
|
7cedf2eb14
|
FIXED wrong asymmetry fit plotting if data range is not provided (MUSR-203). Added units to run duration in TPsiRunHeader
|
2011-09-09 06:37:22 +00:00 |
|