Commit Graph

1735 Commits

Author SHA1 Message Date
e76399634f improved attribute handling for NeXus IDF 1 2011-12-22 13:51:04 +00:00
7e2ea62ac3 more work towards NeXus exchange 2011-12-22 10:27:01 +00:00
60a11bffa5 more work on the conversion routines, NeXus, etc. 2011-12-16 15:22:35 +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
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
2e41140242 crash in non-interactive mode of musrt0 when data file doesn't exist (MUSR-133) 2011-09-21 07:09:36 +00:00
5fede09cd1 improved parsing 2011-09-20 15:25:08 +00:00
bbbab12a1a some improvement on new PSI-ROOT header 2011-09-19 14:51:15 +00:00
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
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
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
fc31214dec added run duration 2011-09-08 15:18:18 +00:00
628b15fb96 Added to the documentation that the data range determines the fit range in case the specified fit range exceeds the data range 2011-09-02 17:14:06 +00:00
64410ed105 Added a corresponding XML uninstall script to the Makefile 2011-09-01 09:42:41 +00:00
83578df2ce Tell the user that QtWebKit or QtXml have not been found (even though parts of Qt4 might be present) 2011-08-31 15:07:10 +00:00
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
928e067f36 some more work on PSI-ROOT 2011-08-31 13:19:07 +00:00
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
84467eae96 Pass the compiler information from the configure script to the musredit/musrgui configuration 2011-08-29 10:32:47 +00:00
b74a98c71c Fix a small bug in the musrfit configure script 2011-08-28 13:28:05 +00:00
a3bfa4e70b Minor documentation update 2011-08-28 10:00:40 +00:00
d201408728 Fixed a small dash incompatibility; there might be more bashisms out there---more testing is needed. 2011-08-27 12:47:37 +00:00
ac421a6f2c Small fix to get the editor installation directory correctly 2011-08-27 11:27:56 +00:00
34cf836455 Tried to improve the qmake detection 2011-08-27 10:49:42 +00:00
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
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
03b9fe1e71 added minimal NeXus IDF 2 support. 2011-08-23 17:22:29 +00:00
b67a19d406 changed label 'Power Fourier' to 'Ampl. Fourier' 2011-08-11 06:51:28 +00:00
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
68183eea63 Updated the musrfit documentation concerning the changes in the doc/ directory 2011-08-07 15:11:06 +00:00
6536835197 Make the configuration of musrfit a prerequisite for installing musredit/musrgui 2011-08-06 20:23:30 +00:00
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
254d849079 First step in reorganizing the installation of the musrfit documentation (further commits will follow) 2011-08-06 09:51:21 +00:00
4490f103f3 Finally (hopefully) fixed the run-list-file interface of musrgui/musredit to msr2data (MUSR-202) 2011-08-03 09:16:47 +00:00
09c810b461 Added the online documentation of musrfit to the repository. 2011-08-01 13:30:41 +00:00