b1ba14ec76
Merge branch 'master' into root6
2016-03-15 09:52:07 +01:00
e0e4a1e17e
added user function for GbG LF
2016-03-14 11:30:06 +01:00
fe4c0ddede
Merge branch 'master' into root6
2016-02-17 13:10:13 +01:00
352ac5db21
install default XML startup files under /home/nemu/.musrfit rather than /bin. Since this is a substantial indentation, the version number has been incremented.
2016-02-17 12:59:03 +01:00
e8b0b002d8
Merge branch 'master' into root6
2016-01-23 09:49:33 +01:00
a35884b86c
merge the devel-rrf branch into the master branch
2016-01-22 15:39:32 +01:00
53a18397c9
merge master into root6
2015-10-27 14:34:33 +01:00
6433585d3b
incorporate musredit_qt5 into the automake framework
2015-10-27 14:24:44 +01:00
suter_a
e10c0281a0
Merge branch 'master' into root6
2015-06-25 12:14:59 +02:00
e78619c33b
another path check for HDF5 with ubuntu 15.04
2015-05-15 14:29:14 +02:00
8a371e1b6e
merging master with root6 branch
2015-02-20 13:51:26 +01:00
a310c36a70
Merge branch 'master' of https://bitbucket.org/zaher-salman/musrfit
2015-02-20 12:32:49 +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
68b071ec2e
Fixed compilation problem with fftw3 and added fake automake files to musredit and musrgui.
2015-02-19 17:08:16 +01:00
1f44fe33c1
libBNMR is now fully integrated into automake
2015-02-04 09:34:05 +01:00
b7bd3c286e
Include libBNMR in standard configuration and automake (still not fully working).
2015-01-29 13:46:26 +01:00
46864e7942
added the additional CXXFLAGS for ROOT6
2015-01-19 08:33:43 +01:00
a467553bd1
adding a branch for ROOT 6.x. This needs some minor adaptations due to the new rootcint/rootclang and the stricter c++11.
2015-01-17 15:31:52 +01:00
11ea9f5457
'final' changes towards a to-be-tested GLOBAL block implementation
2014-12-18 15:42:16 +01:00
5b72d622b5
added average view option and 'Tesla' unit in FOURIER. Updated docu
2014-12-04 10:40:16 +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
b737649b50
newly added: a library related to spin valve physics
2013-01-15 06:41:12 +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
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
3a0715b3ed
fix of a wrong variable
2012-04-02 05:03:04 +00:00
6d374b89e3
improved libxml2 check
2012-03-30 13:52:29 +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
7f65a27d1e
changed Qt parts of configure.ac in order to be compatible with BSD MacOS X
2011-12-23 06:19:43 +00:00
Bastian M. Wojek
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
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
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
b74a98c71c
Fix a small bug in the musrfit configure script
2011-08-28 13:28:05 +00:00
Bastian M. Wojek
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
Bastian M. Wojek
ac421a6f2c
Small fix to get the editor installation directory correctly
2011-08-27 11:27:56 +00:00
Bastian M. Wojek
34cf836455
Tried to improve the qmake detection
2011-08-27 10:49:42 +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
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
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
Bastian M. Wojek
44b156cab7
Small improvements for the musrfit installation process
2011-06-09 12:01:42 +00:00
Bastian M. Wojek
02d5784b68
Commit of some improvements when running under Cygwin
...
* musredit can now be built using Qt 4.5.3 of Cygwin 1.7---however, without online help
* FFTW3 threading in some user functions has been disabled
Obviously, there is a major problem when running musrgui/musredit with Cygwin on Windows7/64bit.
This has not been solved by this commit!
2011-06-07 09:15:24 +00:00
Bastian M. Wojek
0ebf68156a
Synchronized the 'noOfFitBins' calculations for single-histogram and asymmetry fits
2011-05-25 09:48:15 +00:00
Bastian M. Wojek
1b5c1df691
Fixed a bug in the LF calculations and parallelized the chi^2 calculations in single-histogram and asymmetry fits
2011-05-21 14:11:00 +00:00
Bastian M. Wojek
cb995d984d
Commit some code snippets lying around here already for a few years
2011-05-09 13:06:27 +00:00
Bastian M. Wojek
87d366355f
Changed the default search paths for HDF4, HDF5, and NeXus to find libraries installed through Fink or MacPorts on OS X
2011-05-07 11:14:26 +00:00
Bastian M. Wojek
0191375a96
The previous approach did not work...
...
Needed to split off the userFcn part from libPMusr to be able to provide a shared library of it (under Cygwin).
2011-04-13 09:59:33 +00:00
Bastian M. Wojek
1024f5a28f
Removed the user-function dependency on libPMusr
...
It should now be possible to build a static version of musrfit and shared libraries for the user functions.
This is needed on systems which do not support linking static libraries to shared ones (like Cygwin).
These changes still need to be tested on Cygwin, especially with user functions implementing the "global interface".
2011-04-13 08:18:14 +00:00
201808b055
added some additional standard path for HDF4
2011-04-11 09:05:19 +00:00