fc68aed573
make msr-file comment consistent with the docu (for ifll and ifgk).
2019-01-22 14:04:02 +01:00
8014920903
Docu update
...
Added information about the not yet documented functions for internal fields with Gaussian/Lorentzian broadening.
2019-01-21 14:48:43 +01:00
55c298630a
update version information.
2019-01-21 14:48:23 +01:00
7ace2e7d35
Make so far undocumented functions ifgk and ifll public and at the same time properly normalize them.
2019-01-21 14:48:07 +01:00
64fc455831
Add Default Search Paths via musredit preferences if previously no search paths were present
...
So far it was not possible to add Default Search Paths to musrfit via musredit if somebody delete all the predefined search paths. This bug is now fixed.
2018-12-17 17:38:40 +01:00
2c65609f84
AddT0 offset bug
...
Up to now there has been an addT0 offset bug which resulted to the following situation.
Since the offset was wrong by '1', for the first addt0 the t0 of the file was used
instead of the one given in the msr-file. If these t0's are substantially different, the
adding of the runs was quite off, resulting in strong distortions at very early times.
Pant Amba Datt pointed towards this bug which is fixed now.
2018-12-11 14:12:48 +01:00
a5748f0359
Fourier relative phase: bug fix
...
The reference phase for real Fourier was accidentely counted twice.
2018-11-29 11:00:24 +01:00
91c33fdbd1
musredit help system if neither QWebEngine nor QWebKit is found.
...
If neither QWebEngine nor QWebKit is found, do not generate an build
error anymore. Instead just show a default window stating that
the help system is not available due to missing Qt web libs.
2018-11-29 08:50:12 +01:00
d874bcfeab
BNMR lib installation problems
...
Adopted the build system for the BNMR libs such that the generated files are found and can be installed. The BNMR lib mantainers (ZS, JK) are responsible for the functionality though.
2018-11-27 12:41:39 +01:00
d2ed54dedf
updated docu
2018-11-13 09:20:55 +01:00
cabb957b8a
changed example to reference phase in the Fourier block.
2018-11-13 09:20:37 +01:00
1e8b79ec1d
set reference phase index in the case of a phase vector
2018-11-13 09:20:14 +01:00
0d917564c5
allow to define the phase parameter lists in the Fourier block with a reference phase parameter. This means all the other phase parameters are then relative to this reference phase parameter. This is often used when analysing LEM data.
2018-11-13 09:19:48 +01:00
35fd671166
fixed wrong include path in the cmake infrastructure.
2018-11-05 10:11:40 +01:00
515bf278d5
make sure that enough relevant digits of the parameters are exported to the db/dat-file.
2018-10-26 14:30:33 +02:00
f28a0153b4
added missing header.
2018-10-24 11:31:19 +02:00
419f0718f3
increased the export precision. This is a quick and dirty fix only.
2018-10-23 16:02:10 +02:00
06ae0a12ea
fixed start != t0 phase issue
2018-10-18 13:54:05 +02:00
b9e0812699
update of docu
2018-10-16 08:43:44 +02:00
4004e5e9fd
added new Fourier phase feature to this example.
2018-10-15 17:08:43 +02:00
357d46aac4
allow multiple Fourier phase parameters for phase shifted real Fourier. Autophasing still missing.
2018-10-15 16:12:49 +02:00
e9e39bb8a6
get rid of cmake warnings in connection with automoc and autouic
2018-10-11 12:48:13 +02:00
nemu
660053c52a
make sure that BOOST is found even if installed in any non-standard path.
...
Conflicts:
src/CMakeLists.txt
src/classes/CMakeLists.txt
2018-08-27 15:59:50 +02:00
987713c416
update of the docu. Added the beta-NMR docu written by Jonas Krieger.
2018-08-23 13:03:32 +02:00
db70d474dc
added some more necessary paths.
2018-08-17 21:00:00 +02:00
dc437c9f25
fix of an accidentally carried out wrong cleanup.
2018-08-17 16:16:08 +02:00
JAK
927eb75a90
cmake should now also work on MacOS.
2018-08-17 16:04:11 +02:00
JAK
7dd79560d1
Removed class MLRes from libBNMR. It wasn`t implemented.
2018-08-17 16:04:07 +02:00
JAK
a159f573b6
Updated docu in LineProfile.pdf.
2018-08-17 16:01:02 +02:00
JAK
8a7a9b7380
Updated docu in LineProfile.pdf.
2018-08-17 16:01:02 +02:00
JAK
d9c4505e8e
The line shape width is now the correct FWHM.
2018-08-17 16:01:02 +02:00
5aa7bec5d6
Added CMake files for libLineProfile.
2018-08-17 16:01:02 +02:00
JAK
266b18ae33
Added libLineProfile and integrated it into automake.
2018-08-17 16:01:02 +02:00
Jonas A. Krieger
685aca6c9a
Speed up of SExpRlx by a factor of ~5 by using static TF1s. Might not be thread save.
2018-08-17 16:00:55 +02:00
Jonas A. Krieger
57931f0487
Cleaned up libBNMR a bit.
2018-08-17 15:57:16 +02:00
4cd0ec2e7f
README edited online with Bitbucket. Proper link to the new documentation.
2018-07-27 20:45:21 +02:00
8e1d3a5b68
README.md edited online with Bitbucket. Proper link to the new documentation.
2018-07-27 20:45:02 +02:00
40191f7b44
allow the exponent for the temperature evolution for lambda to be set. If not given, the two fluid exponent 4 will be chosen.
2018-07-11 13:41:36 +02:00
412754078c
switched from QTextEdit to QPlainTextEdit for efficiency reasons. Furthermore it allows to limit the block size.
2018-07-10 16:24:07 +02:00
740d64f6a5
change labels when toggling between scale and absolute value.
2018-07-04 17:05:40 +02:00
7f432cc58e
adopted the technical docu, according to the new sphinx user docu.
...
Conflicts:
doc/musrfit_dox.cfg
2018-07-04 12:48:17 +02:00
2b64ddb405
adopted docu install to the new sphinx docu system.
2018-07-04 07:53:45 +02:00
1c24cd659d
switch the docu system from foswiki to sphinx.
2018-07-03 18:52:00 +02:00
7c9b871792
proper MUSR version set.
2018-07-03 11:03:14 +02:00
10b23b11bb
added recent files to mupp.
2018-07-03 09:37:18 +02:00
61b3eafa0b
make sure that multiple instances of mupp can run simultaneously.
2018-07-02 18:56:32 +02:00
360d4ec7ae
a more coherent error message handling.
2018-07-02 15:17:33 +02:00
c3368baddd
adopted to the directory tree.
2018-07-02 15:17:17 +02:00
ca5cd4138a
make sure that all runs have the same number of parameters.
2018-07-02 15:17:00 +02:00
feae053bbc
added MODULE to root_generate_dictionary in order to get the proper name scheme.
2018-06-28 13:26:40 +02:00