aa08b40696
restrict some compiler flags to the correct platforms.
2020-12-28 18:26:45 +01:00
b8d899f67f
add proper compiler flags for DKS/CUDA.
2020-12-28 18:25:31 +01:00
7d4ed40fb0
remove obsolate FindDKS.cmake.
2020-12-28 18:24:30 +01:00
1f18b4531a
fix minor '=' vs '==' bug.
2020-12-26 11:54:18 +01:00
a9a61f5518
adjust to Qt 5.14.x; remove compiler warnings.
2020-12-26 10:36:07 +01:00
56917d3fec
The musredit help system is using now the system default web-browser. This simplifies things, especially the qtwebengine package is not needed anymore.
2020-12-26 10:35:20 +01:00
e5404d1370
remove redundant check from musredit/fileSaveAs
2020-12-26 10:34:34 +01:00
2d877326ae
add missing compiler switches for DKS_OPENCL and DKS_CUDA needed for macOS.
2020-12-18 21:35:45 +01:00
0bdcaf3497
DKS improvements on macOS Big Sur.
2020-12-16 20:14:28 +01:00
6a40e1c687
remove redundant check from musredit/fileSaveAs
2020-09-10 15:26:15 +02:00
aaa551be2b
musredit: if save cannot write file, popup an error message dialog.
2020-09-10 15:07:37 +02:00
ee755747e1
added a missing check in Fourier difference handling.
2020-09-01 15:11:35 +02:00
3b5060c061
musrview gets the new feature: calculate theory points only at data points.
...
Conflicts:
doc/html/searchindex.js
doc/html/setup-dks.html
src/classes/PMusrCanvas.cpp
src/include/PMusrCanvas.h
src/musrview.cpp
2020-08-29 11:49:49 +02:00
ae105bacb4
moved fTriggerColor toggle state to the proper position.
2020-07-28 09:09:05 +02:00
ccb87e8b7a
A single asymmetry plot allows to toggle the color of the theory function line by the key 't'.
2020-07-27 19:23:28 +02:00
8dc52a269b
add DKS system variable check.
2020-07-12 11:35:50 +02:00
5c7f28aad2
musredit: check if system variables ROOTSYS and MUSRFITPATH are set, and if not popup a warning.
2020-07-12 11:29:54 +02:00
cbf3fcbb4a
add another startup check which makes sure that musrfit is found by musredit.
2020-07-11 20:04:44 +02:00
d3186e07e4
replaced obsolete QXmlDefaultHandler by QXmlStreamReader in musrWiz.
2020-06-20 11:00:26 +02:00
c559529dc3
make more function available to mupp (sinh, .., asin, .., and sqrt)
2020-06-20 11:00:12 +02:00
c70e92659d
replaced obsolete QXmlDefaultHandler by QXmlStreamReader in PChangeDefaultPathsDialog.
2020-06-20 10:59:25 +02:00
5e9e075133
replaced obsolete QXmlDefaultHandler by QXmlStreamReader in mupp
2020-06-20 10:59:09 +02:00
a2d7c58a97
replaced obsolete QXmlDefaultHandler by QXmlStreamReader in musredit.
2020-06-20 10:58:56 +02:00
4d04f45699
resolve merge conflict: update of the docu
2020-06-18 10:26:07 +02:00
2c0f16a317
adopted for meta info in functions needed for DKS.
2020-06-18 08:51:14 +02:00
32bac0e197
Functions can now not only operate on parameters and maps but also on meta information
...
obtained from the data files. Currently the following meta information can be accessed
if available:
field in (G): B or b
energy in (keV): En or en
temperature in (K): since some data files contain a vector of temperature, they have
to be accessed with an index, like T0 or t0, etc.
2020-06-18 08:16:43 +02:00
8acb5474a9
add field, temperature values from meta-data of the data-files to the runs. This will be needed if functions want to access this information (not yet implemented).
2020-06-18 08:16:28 +02:00
32b4c89dae
add minimum size to musredit help.
2020-06-08 18:59:19 +02:00
f9407ef975
fixed double newline with alpha and beta, accidentally introduced.
2020-05-26 19:55:15 +02:00
b5fb5b8b4a
updated the docu and adopted the ChangLog
2020-05-26 07:17:21 +02:00
d2caf435fb
allow alpha, beta in the RUN block being expressed via a function.
2020-05-26 07:17:02 +02:00
b319d5cab1
make some cmake/boost/compiler combinations happy.
2020-05-19 16:06:57 +02:00
4554296dde
fixed some doxygen bugs in the technical docu.
2020-05-19 16:06:38 +02:00
0fa40bbc73
updated the technical documentation.
2020-05-19 16:06:27 +02:00
0314c1225b
mupp add var: check if a variable for a given collection already exists, and if yes, replace it, otherwise add the new variable.
2020-05-17 16:40:11 +02:00
39e427a0cd
update of the docu.
2020-05-16 09:27:42 +02:00
29291bd0b9
release new version 1.6.0
2020-05-16 09:27:12 +02:00
259423132b
fixed merge conflict in update of the docu.
2020-05-16 09:25:23 +02:00
c7e4664e89
add more comments to the mupp script.
2020-05-16 09:15:24 +02:00
4599718326
fixed a typo.
2020-05-16 09:15:12 +02:00
0dfb181b4d
removed merge conflict
2020-05-16 09:13:59 +02:00
5d10faf63e
add FindHDF4.cmake to musrfit since in more modern linux systems it is not available anymore.
2020-05-16 09:10:34 +02:00
3d901d3eaa
add missing varEdit icons.
2020-05-16 09:10:25 +02:00
61b7a699a3
made the PmuppGui class ready for interactive variable handling.
2020-05-16 09:10:12 +02:00
4fdc69f0fe
fixed a signal emit error. Automatically select the first collection at startup. This way at least one collection is already selected.
2020-05-16 09:09:56 +02:00
efaef9e36a
mupp: worked on the doxygen docu.
2020-05-16 09:09:41 +02:00
c755dec623
work an interactive variable definition in mupp. Up to checking it is already working. Add variable still missing.
2020-05-16 09:09:23 +02:00
51b9126e2b
make the version information more coherent.
2020-05-16 09:09:08 +02:00
0e4ecac152
remove accidental left-over debug info.
2020-05-16 09:08:52 +02:00
69a67628e3
lift the mupp version to 1.0
2020-05-16 09:08:39 +02:00