daa2ea1347
make sure that git repo info is only added if the musrfit project source is indeed a git repo, and not e.g. a download.
2021-07-12 15:34:07 +02:00
8cce005fd5
add info on how musrfit is compiled Debug or Release.
2021-05-21 07:44:50 +02:00
38b289b99f
add ROOT version information for better diagnostics.
2021-04-09 09:33:08 +02:00
e6e951e8f4
update the copyright info.
2021-03-29 08:22:38 +02:00
66f3b48e2a
musrview gets the new feature: calculate theory points only at data points.
2020-08-29 11:15:02 +02:00
10271dab9a
update of the copyright info.
2020-04-29 09:05:40 +02:00
785b32e945
proper cleanup.
2020-02-10 08:57:35 +01:00
96d9ba5f88
added some more specifc error codes.
2019-04-25 20:23:40 +02:00
795cd75b1e
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
2019-04-16 15:34:49 +02:00
97beb80c4b
Dynamic Search Path for ROOT Dictionary
...
Added by default the dynamic search path '/usr/local/lib' to ROOT.
This is needed to find the necessary dictionaries for musrfit,
musrview, musrt0. Furthermore, added an option '--show-dynamic-path'
to these programs which allow the user to dump the currently used
dynamic search paths. This is potentially handy for diagnostics.
2019-02-05 09:51:30 +01:00
86e1544c0e
adopted the technical docu, according to the new sphinx user docu.
2018-07-04 12:43:26 +02:00
1f73e808b5
improved the close canvas mechanism (from the global to the object level)
2017-11-30 22:02:25 +01:00
fca13283e1
changed generation of git-revision.h which allows to keep it up-to-date. Aditionally git-branch info has been added.
2017-02-22 09:42:07 +01:00
ceb7aa6818
changed from legacy rootcint to the new rootcling ROOT dictionary generator.
2017-02-08 09:47:35 +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
7be8b4c2ea
add a switch to musrview that it plots initially the Fouier data rather than the time domain data.
2015-02-20 12:22:24 +01:00
0e6ceecf24
changed the data export handling from musrview. It is now more main line and follows the implementation of musrFT. At the same time removed an autodated comment in PFourierCanvas.h.
2015-02-16 17:23:39 +01:00
2d2594c903
first almost feature complete version of musrFT
2015-02-13 16:56:19 +01:00
acb5a1af09
Remove redundant and optimize code for saving data to ascii in batch mode.
2015-01-27 11:17:06 +01:00
55fb9df820
Turn on batch mode for --ascii option.
2015-01-26 16:56:36 +01:00
8035bafec4
Added option to save data from canvas a quit for non-interactive mode (web).
2015-01-23 17:17:08 +01:00
da6fa2f544
changed timeout check
2014-06-30 14:56:29 +02: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
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
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
7368884482
added timeout facility for musrfit, musrview, musrt0. Adopted musredit/musrgui accordingly.
2012-04-15 08:39:30 +00:00
138e7ba369
first implementation of MusrRoot. Cleaner handling of Red/Green mode data. General cleanup
2012-03-22 07:00:34 +00:00
caa3fdfc12
* Define a function for the XML-reading workaround in order to clean up a bit.
...
For the moment we keep to copies of it -- one for the use within the various
musrfit programs, one that can be used in user functions.
* musrt0 is now again activated in musrgui/musredit by default.
2011-06-23 11:00:09 +00:00
dc48ea9712
* Suggestion how to "solve" the XML-reading problems in certain environments:
...
A workaround has been implemented where it is not tried any more to "directly
parse the file" but rather the file is read into a memory buffer which then
is parsed.
For further information, see MUSR-122.
* Fixed a linking problem when only shared libraries are built on Cygwin
(introduced with the split-off of libPUserFcnBase).
2011-06-16 22:00:33 +00:00
8dc31cad54
Fixed crash of musrview in case the XML startup file is present but cannot be parsed correctly
2011-06-14 17:53:33 +00:00
49619fcffb
added NeXus support. Still a lot of testing will be needed, documentation updated, etc.
2011-04-08 09:24:32 +00:00
34e462e05f
Put in line the time-resolution output of single-histogram and asymmetry data.
...
Now both have a line break at the end--before this has only been true for the asymmetry data.
(If the line break is not needed it should be consistently removed and replaced by a cout.flush()
followed by a line break when musrview is terminated.)
2011-03-03 13:49:22 +00:00
5386342cf4
some more docu
2010-06-04 19:51:20 +00:00
41c5d45d8b
replace RRF Asymmetry Fit dummy, by Mu Minus Single Histo Fit dummy
2010-01-12 16:00:12 +00:00
6f49067095
improved handling for invalid MUSRFITPATH
2010-01-05 10:13:12 +00:00
90807030f1
started with the next step of encapsulation, will take a while
2009-11-02 08:40:47 +00:00
fe71e7b9c8
improved ascii export (MUSR-87,MUSR-92). Produce now two files, one for the data and one for the theory. There are still some issues concerning root ownership which sometimes result in crashes at the exit of the musrview. db export still needs to be done.
2009-10-22 11:07:50 +00:00
33222b675c
started with the encapsulation of the data structure which should reduce the number of crashes and help to reduce memory leaks
2009-10-07 12:26:41 +00:00
8e8081a75b
graphical dump without X
2009-05-06 05:35:26 +00:00
ea0800b4fe
fixed some 'uninitialized' stuff. Add canvas graphic dump feature, and fixed crash described in MUSR-53
2009-04-29 07:20:42 +00:00
addc2f5b91
start to implement graphics dump
2009-04-28 08:16:26 +00:00
b38e8beffc
more flexible handling of startup XML's
2009-03-25 13:05:55 +00:00
3eaa9e433f
implemented ADDRUN feature which adds runs on the fly. Still very experimental and not thoroughly tested.
2009-03-12 15:59:19 +00:00
2fdbe96401
propagate fourier default settings to the application
2008-12-20 13:49:19 +00:00
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
d3476df6b4
improved error handling
2008-10-02 05:44:02 +00:00
8910a8295f
add on last window closed handling
2008-06-30 09:08:31 +00:00
6fe5041b4c
fix of fix
2008-06-23 06:34:49 +00:00
2e61a0f5b6
only handle runs which are needed in the plot
2008-06-13 05:35:21 +00:00
3cda938f0c
better startup list handling
2008-04-30 12:27:01 +00:00