1349 Commits

Author SHA1 Message Date
a41c518ecc Nonlocal: optimized the number of calculations for B(z) 2011-11-08 06:43:41 +00:00
59eed0d84f added a workaround for gcc 4.6 higher, fftw 3.3 or higher and root 5.30.03 or lower. The problem is rootcint which doesn't know __float128 2011-10-26 13:15:42 +00:00
1f0ee0662d adopted to newest Eigen version and at the same time added higher functionality 2011-10-18 08:34:46 +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
cbacba3f2c proper normalization for NOT lifetime corrected signals 2011-10-14 13:23:31 +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
d2f01eac6d keep file name if calling "Save As" dialog 2011-10-07 11:52:08 +00:00
79dd2cf4a9 Added check for correct number of histograms for asymmetry fit. 2011-09-28 13:53:13 +00:00
4ba15e49f8 Corrected regression in parameters export routine. 2011-09-27 08:23:32 +00:00
1650271548 Pass on run number tagging from devel branch to current 2011-09-26 11:16: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
5fede09cd1 improved parsing 2011-09-20 15:25:08 +00:00
nemu
bbbab12a1a some improvement on new PSI-ROOT header 2011-09-19 14:51:15 +00:00
nemu
fce17b8385 complete new concept for PSI-ROOT (XML validation) 2011-09-16 10:20:00 +00:00
b7418623e5 implemented compact detector grouping in musrview 2011-09-13 06:48:25 +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
nemu
fc31214dec added run duration 2011-09-08 15:18:18 +00:00
Bastian M. Wojek
64410ed105 Added a corresponding XML uninstall script to the Makefile 2011-09-01 09:42:41 +00:00
Bastian M. Wojek
e5c673dda2 Ask the user if an installed musrfit_startup.xml should be overwritten if it has changed compared to the distribution's version 2011-08-31 14:43:14 +00:00
nemu
928e067f36 some more work on PSI-ROOT 2011-08-31 13:19:07 +00:00
nemu
956fd23a10 some more work on PSI-ROOT 2011-08-31 12:36:26 +00:00
b4728250d7 Option to use msr2data to create global fit msr file. Still not complete. 2011-08-30 14:31:05 +00:00
Bastian M. Wojek
84467eae96 Pass the compiler information from the configure script to the musredit/musrgui configuration 2011-08-29 10:32:47 +00:00
Bastian M. Wojek
a3bfa4e70b Minor documentation update 2011-08-28 10:00:40 +00:00
Bastian M. Wojek
da9c6cda70 Integrated building and installing the Qt editor into the musrfit installation.
At the moment this is done in the simple way that qmake is called from the configure script.

Since there is not really a straightforward way to look for Qt installations at certain paths,
the automatic determination of the available Qt version is only done through pkg-config.
In case Qt is found at non-standard installation paths, one can either use the configure options
"--with-qt3" or "--with-qt4" to specify the Qt directory or alternatively set the variable
PKG_CONFIG_PATH to some value like
/usr/lib/pkgconfig:/usr/local/lib/pkgconfig:$ROOTSYS/lib/pkgconfig:/opt/qtsdk-2010.02/qt/lib/pkgconfig

During the installation only one editor---either musredit or musrgui---is built and installed.
musredit/Qt4 is generally preferred over musrgui/Qt3.
The only way to install musrgui when also a sufficent Qt4 installation is present is to specify solely
the "--with-qt3" option on the configure level. If additionally the "--with-qt4" option is given, only
musredit will be installed.

Both editors still can be installed as previously---this step is merely to make the installation more
convenient for less-experienced users (hopefully).
2011-08-26 18:11:22 +00:00
nemu
cac1b33085 some more stuff towards PSI-ROOT 2011-08-26 14:44:07 +00:00
db5d877e11 fixed memory leak 2011-08-23 18:27:11 +00:00
nemu
03b9fe1e71 added minimal NeXus IDF 2 support. 2011-08-23 17:22:29 +00:00
nemu
b67a19d406 changed label 'Power Fourier' to 'Ampl. Fourier' 2011-08-11 06:51:28 +00:00
Bastian M. Wojek
9398badf66 Added the '-f' option also to the creation of symbolic links to the user-function libraries under Cygwin 2011-08-09 09:27:14 +00:00
a05a6c86a8 added '-f' when linking under MacOSX 2011-08-08 21:31:58 +00:00
Bastian M. Wojek
6536835197 Make the configuration of musrfit a prerequisite for installing musredit/musrgui 2011-08-06 20:23:30 +00:00
Bastian M. Wojek
d16aef5ef0 Install the musrfit documentation locally and adjust the paths in musredit_startup.xml at configure time 2011-08-06 19:55:16 +00:00
Bastian M. Wojek
254d849079 First step in reorganizing the installation of the musrfit documentation (further commits will follow) 2011-08-06 09:51:21 +00:00
Bastian M. Wojek
4490f103f3 Finally (hopefully) fixed the run-list-file interface of musrgui/musredit to msr2data (MUSR-202) 2011-08-03 09:16:47 +00:00
Bastian M. Wojek
c78c9cc3dd FIXED broken run-list interface to msr2data in musredit/musrgui (MUSR-202) 2011-07-31 09:43:05 +00:00
Bastian M. Wojek
0e14ec3e42 Fixed another small bug in msr2data (non-existing run-list files led to segmentation faults) 2011-07-31 09:22:08 +00:00
Bastian M. Wojek
61fd5fa948 Adjusted msr2data that it works together with the NeXus reading routine which explicitly writes the ring-anode vector 2011-07-31 07:39:52 +00:00
Bastian M. Wojek
bff5b6c043 Fixed some severe problems in the run-number-digit determination of msr2data introduced in late 2010 2011-07-30 22:05:57 +00:00
Bastian M. Wojek
13410aa97c Small fix for msr-file paths with spaces and strange characters 2011-07-30 15:03:39 +00:00
Bastian M. Wojek
a6d10e11e3 Switch from the PSI icon to the musrfit icon on the web page 2011-07-27 15:02:17 +00:00
nemu
58a79084b1 added per run block chisq output 2011-07-25 07:35:29 +00:00
nemu
2a4f5bf78a changed musredit/musrgui msr2data interface such that it is hopefully closer to the command line (MUSR-162, MUSR-173) 2011-07-15 05:43:41 +00:00
nemu
5672c43d2e improved token handling 2011-07-13 14:32:14 +00:00
Bastian M. Wojek
1e115c7bd3 Slightly changed the behavior of msr2data (see ChangeLog for details) 2011-07-13 13:37:28 +00:00
Bastian M. Wojek
fa02394364 Set the initial data and t0 bins in the tutorial test file to 1. 2011-07-12 12:41:46 +00:00
nemu
9c3ec29d85 implemented the dummy ExtractHeaderInformation method 2011-07-12 12:39:24 +00:00
nemu
d0f520a1f4 a musrview exception error when starting with t0's very much off to the positive side in the msr-file (MUSR-199) 2011-07-12 07:17:38 +00:00
nemu
822a0bf0b7 in case first good bin (fgb) is not given, it is now fgb=t0+(10ns/time resolution) (MUSR-190) 2011-07-11 18:42:47 +00:00