Commit Graph

2203 Commits

Author SHA1 Message Date
suter_a a7b540cfdb update of the copyright info. 2021-03-29 08:30:43 +02:00
suter_a ae57d5b57c refresh of the setup docu. 2021-03-09 09:51:49 +01:00
suter_a 5f19c3b795 modernized the msr input file. 2021-03-09 09:50:13 +01:00
suter_a 02926a6cc5 by changing the behaviour of the global parts of the class PUserFcnBase from pure virtual default NeedGlobalPart=false, the code can be simplified in many places. 2021-03-09 09:49:57 +01:00
suter_a d8e4a33ceb xml schema more flexible about the order of 'histos' and 'RunHeader' 2021-02-26 09:20:02 +01:00
suter_a e5bf74e4ee fix of a typo. 2021-02-26 09:19:50 +01:00
suter_a aa6f2493d0 fixed wrong casting originating from a copy/paste error. 2021-02-26 09:19:39 +01:00
suter_a fb18c4a7cc Merge branch 'dks6' of https://git.psi.ch/nemu/musrfit into dks6 2021-02-17 14:05:54 +01:00
suter_a d94d06d2c2 better version for icons under macosx. 2021-02-16 20:55:17 +01:00
suter_a 307e8c62dd Merge branch 'dks6' of https://git.psi.ch/nemu/musrfit into dks6 2021-02-14 22:08:12 +01:00
suter_a e80346c472 add macOS BigSur icon to musredit. 2021-02-14 22:06:09 +01:00
suter_a cdc35e1684 add new method GetTypeOfPath to TMusrRunHeader. It allows deduce the type of a given path-name. 2021-02-09 10:52:51 +01:00
suter_a f2334f39f8 Merge branch 'dks6' of https://git.psi.ch/nemu/musrfit into dks6 2021-01-29 15:24:43 +01:00
suter_a a04ec67096 fix typo. Increase minimal root version from rpm. 2021-01-29 15:16:31 +01:00
suter_a 5509d05915 update of the docu. 2021-01-29 15:15:38 +01:00
suter_a a97308020d some bug fixing in the cmake chain concerning the new Qt6 stuff. 2021-01-29 15:13:16 +01:00
suter_a b2a371a9f0 remove comment. 2021-01-29 15:12:57 +01:00
suter_a 01957630e8 add first Qt6 version of musredit, mupp, etc. 2021-01-29 15:12:30 +01:00
suter_a acb1b1542a make sure that CUDA is present before pushing CUDA specific compiler flags. 2021-01-12 14:37:00 +01:00
suter_a 5134a0cc00 Merge branch 'dks6' of https://git.psi.ch/nemu/musrfit into dks6 2021-01-12 12:38:31 +01:00
suter_a f9f64109c1 added the missing DKS flags after removing FindDKS.cmake 2021-01-12 12:33:51 +01:00
suter_a ab05e9c577 Merge branch 'dks6' of https://git.psi.ch/nemu/musrfit into dks6 2020-12-28 19:40:31 +01:00
suter_a cd53c5a574 add proper p-wave (line,point) superfluid density calculation -- adopted to DKS. 2020-12-28 19:27:21 +01:00
suter_a aa08b40696 restrict some compiler flags to the correct platforms. 2020-12-28 18:26:45 +01:00
suter_a b8d899f67f add proper compiler flags for DKS/CUDA. 2020-12-28 18:25:31 +01:00
suter_a 7d4ed40fb0 remove obsolate FindDKS.cmake. 2020-12-28 18:24:30 +01:00
suter_a 1f18b4531a fix minor '=' vs '==' bug. 2020-12-26 11:54:18 +01:00
suter_a a9a61f5518 adjust to Qt 5.14.x; remove compiler warnings. 2020-12-26 10:36:07 +01:00
suter_a 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
suter_a e5404d1370 remove redundant check from musredit/fileSaveAs 2020-12-26 10:34:34 +01:00
suter_a 2d877326ae add missing compiler switches for DKS_OPENCL and DKS_CUDA needed for macOS. 2020-12-18 21:35:45 +01:00
suter_a 0bdcaf3497 DKS improvements on macOS Big Sur. 2020-12-16 20:14:28 +01:00
suter_a 6a40e1c687 remove redundant check from musredit/fileSaveAs 2020-09-10 15:26:15 +02:00
suter_a aaa551be2b musredit: if save cannot write file, popup an error message dialog. 2020-09-10 15:07:37 +02:00
suter_a ee755747e1 added a missing check in Fourier difference handling. 2020-09-01 15:11:35 +02:00
suter_a 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
suter_a ae105bacb4 moved fTriggerColor toggle state to the proper position. 2020-07-28 09:09:05 +02:00
suter_a 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
suter_a 8dc52a269b add DKS system variable check. 2020-07-12 11:35:50 +02:00
suter_a 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
suter_a cbf3fcbb4a add another startup check which makes sure that musrfit is found by musredit. 2020-07-11 20:04:44 +02:00
suter_a d3186e07e4 replaced obsolete QXmlDefaultHandler by QXmlStreamReader in musrWiz. 2020-06-20 11:00:26 +02:00
suter_a c559529dc3 make more function available to mupp (sinh, .., asin, .., and sqrt) 2020-06-20 11:00:12 +02:00
suter_a c70e92659d replaced obsolete QXmlDefaultHandler by QXmlStreamReader in PChangeDefaultPathsDialog. 2020-06-20 10:59:25 +02:00
suter_a 5e9e075133 replaced obsolete QXmlDefaultHandler by QXmlStreamReader in mupp 2020-06-20 10:59:09 +02:00
suter_a a2d7c58a97 replaced obsolete QXmlDefaultHandler by QXmlStreamReader in musredit. 2020-06-20 10:58:56 +02:00
suter_a 4d04f45699 resolve merge conflict: update of the docu 2020-06-18 10:26:07 +02:00
suter_a 2c0f16a317 adopted for meta info in functions needed for DKS. 2020-06-18 08:51:14 +02:00
suter_a 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
suter_a 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