83c4bff123
improved error messages for NeXus file reading. Especially for the case of HDF4/HDF5 <-> NeXus version issues.
2020-04-11 21:21:33 +02:00
90db9144fe
fixes issue #24 reported on bitbucket.
2020-04-10 11:30:34 +02:00
e705ba5d9a
remove unused variable.
2020-04-10 11:27:42 +02:00
38ffcb3104
allow to plot normalize data in mupp
2020-04-05 08:28:35 +02:00
54fee067df
little extension which allows to normalize plots. Only dialogs added so far, no functionality yet.
2020-04-04 20:26:29 +02:00
2035ae5ede
Merge branch 'root6' of https://git.psi.ch/nemu/musrfit into root6
2020-02-16 17:20:23 +01:00
520ff84941
vortex film GL test: starting point.
2020-02-16 17:18:42 +01:00
de04b3f036
eventHandler test cleanup. Furthermore move make -> cmake.
2020-02-15 16:31:41 +01:00
785b32e945
proper cleanup.
2020-02-10 08:57:35 +01:00
fe7a1b7920
first full implementation of the sector command.
2020-02-03 20:54:23 +01:00
1fb1753d82
more work on the SECTOR command. CalcNoOfFitBins() needed to be changed from protected to public.
2020-02-02 17:12:08 +01:00
ed0bfd516b
started to implement a chisq/maxLH sector command. Currently only the skeleton is in place.
2020-01-31 16:39:52 +01:00
55b681acc1
replaced decrepitated OS system check under Qt. The new version works for Qt >= 5.4 which should cover everything still alive.
2019-11-22 18:15:09 +01:00
af5a6e37d1
slightly improved call-up of mupp from musredit. If cancelling the db-dialog mupp will quit, but only at startup.
2019-11-09 09:27:42 +01:00
921b8bbab4
fixed a bug in the global+ option of msr2data if a global section is present.
2019-11-08 12:23:27 +01:00
503336e685
also allow to add an offset.
2019-10-24 13:02:34 +02:00
2650c7d12b
allow to change the power N for 2^N elements.
2019-10-24 12:39:11 +02:00
b3d9345def
Merge https://gitlab.psi.ch/nemu/musrfit into root6
2019-10-24 07:49:13 +02:00
9add9f2561
added a bare fftw3 test in order to make sure fftw3 works on a new platform.
2019-10-23 19:54:54 +02:00
b29d85dd4c
fix for the case that a global section is present.
2019-09-23 13:53:19 +02:00
a37dc401d9
added missing include file when installing.
2019-09-12 10:50:33 +02:00
75958d0bce
Fix a bug to allow passing lifetimecorrection flag into global fit files generated by msr2data.
2019-08-30 11:27:41 +02:00
2d2f7ae2ba
Update MSR.pm to use the GLOBAL block.
2019-08-30 11:19:00 +02:00
708b6a6f9e
if mupp is starting without db/dat file list, open the file dialog automatically.
2019-07-26 11:29:15 +02:00
73db4a7c0e
fix of a typo
2019-07-01 23:10:01 +02:00
e8982410b0
adopted to the enforced changes by root 6.18.00.
2019-07-01 21:56:50 +02:00
34b432b185
Non-muSR data export from musrview
...
Add the theory export part again which was lost after restructuring.
2019-06-03 14:14:20 +02:00
2e2c249e33
Fixed bug in runMuSimulation.C
2019-05-23 11:13:36 +02:00
e89c9b5b2a
Moved beta-NMR msr example files to doc/examples/
2019-05-15 16:31:02 +02:00
cc1c914d93
Merge branch 'beta-NMR' into root6
2019-05-15 09:00:47 +02:00
3ae47bf5cb
Correct typo
2019-05-14 11:35:02 +02:00
5e67b3c962
Remove unused code.
2019-05-14 09:52:13 +02:00
50314c56e3
properly check the number of t0 parameters in the msr-file.
2019-05-11 13:15:43 +02:00
ce9c095f1f
Fixed crash in example msr files for fitting two betaNMR helecities together.
2019-05-10 17:16:48 +02:00
b42abb2056
Minor changes to example beta-NMR msr files
2019-05-07 13:48:47 +02:00
5d558833b0
Correct time resolution for betaNMR runs.
2019-05-06 14:33:22 +02:00
924c297906
Debugging core dump issues
2019-05-03 17:10:07 +02:00
553b1de240
Merge remote-tracking branch 'origin/master' into beta-NMR
2019-05-02 17:08:22 +02:00
Zaher Salman
acc251ffbe
Merged muonspin/musrfit:root6 into master
2019-05-02 17:05:39 +02:00
2065904bec
some minor ubuntu tweak concerning themes.
2019-05-02 15:04:55 +02:00
f320230b30
make sure that the icon theme is properly loaded when the prefs are reloaded.
2019-05-02 11:02:06 +02:00
3256dde54e
More flexible dark scheme handling
...
It works now as follows:
1) try to get theme information from the system, and if present us it.
2) if no theme information of the system is present, take the one from
the musredit_startup.xml.
Now it is possible to switch the icon theme for the menu and toolbar
separately.
2019-05-02 10:44:04 +02:00
6498e0b0bc
Preparing for merge with master
2019-05-01 12:56:33 +02:00
1ef1e6f42e
updated default musredit_startup.xml file info.
2019-05-01 10:57:50 +02:00
375031b46b
Merge remote-tracking branch 'origin/master' into beta-NMR
2019-05-01 10:40:32 +02:00
20153c6ffc
more work for dark theme under macOS.
2019-05-01 09:01:27 +02:00
bd3ade3136
improved icon scaling.
2019-04-30 14:20:38 +02:00
f51f3e2038
make toolbar icons switchable plain/dark.
2019-04-30 09:40:36 +02:00
Zaher Salman
08ee7991a5
Merged muonspin/musrfit:root6 into master
2019-04-29 09:29:15 +02:00
a5526d7f76
Merge branch 'root6' of https://git.psi.ch/nemu/musrfit into root6
2019-04-26 20:35:32 +02:00