fc9c573f2a
some minor improvements proposed by BMW: fix data to graph
2015-09-20 19:06:38 +02:00
3a34d3b8ed
Use seconds time scale for bNMR relaxation data. This is needed to avoid divergence due to large numbers.
2015-04-01 16:14:23 +02:00
d29688952d
for graphical export in the batch mode, menus mustn't be set.
2015-02-20 12:57:40 +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
ca48941deb
bug fixing towards a musrFT feature complete state.
2015-02-17 12:46:30 +01:00
0e6ceecf24
changed the data export handling from musrview. It is now more main line and follows the implementation of musrFT. At the same time removed an autodated comment in PFourierCanvas.h.
2015-02-16 17:23:39 +01:00
2d2594c903
first almost feature complete version of musrFT
2015-02-13 16:56:19 +01:00
acb5a1af09
Remove redundant and optimize code for saving data to ascii in batch mode.
2015-01-27 11:17:06 +01:00
55fb9df820
Turn on batch mode for --ascii option.
2015-01-26 16:56:36 +01:00
be9bfdf091
Added option to save data from canvas a quit for non-interactive mode (web).
2015-01-23 15:58:53 +01:00
f7064a31f9
fixed bug when fit-range is given in bins and the plot option use_fit_ranges
2015-01-05 21:25:34 +01:00
f13fa554bf
added global section to non-muSR, and mu-minus. Added mu-minus to musrt0.
2014-12-12 12:50:12 +01:00
075c259971
transferred lifetimecorrection from RUN block to the PLOT block. More work towards a working GLOBAL block
2014-12-10 16:02:32 +01:00
eac2673118
added proper data alignment for averaging.
2014-12-06 10:26:35 +01:00
5b72d622b5
added average view option and 'Tesla' unit in FOURIER. Updated docu
2014-12-04 10:40:16 +01:00
bbb8550f96
since we moved to git, I cleaned up the svn prop's from the sources and added a GIT_REVISION through git-revision.h
2014-02-12 12:43:32 +01:00
392cd0b4b3
(1) changed normalization of maximum likelihood. (2) ascii export from canvas adds initial space for empty column for easier parsing. (3) fix of some typos
2013-11-08 11:55:43 +00:00
22c7702cfe
docu updated
2013-01-15 12:25:48 +00:00
80e624b8fe
added a style option which allows proper bar representation
2012-11-20 13:31:22 +00:00
17d7ef4b99
improved Fourier transform. For details see the ChangeLog
2012-11-19 13:27:37 +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
nemu
e9f6fcab80
timeout for musrgui and small bug fixing concernig timer handling
2012-04-15 10:42:57 +00:00
7368884482
added timeout facility for musrfit, musrview, musrt0. Adopted musredit/musrgui accordingly.
2012-04-15 08:39:30 +00:00
138e7ba369
first implementation of MusrRoot. Cleaner handling of Red/Green mode data. General cleanup
2012-03-22 07:00:34 +00:00
b7418623e5
implemented compact detector grouping in musrview
2011-09-13 06:48:25 +00:00
nemu
b67a19d406
changed label 'Power Fourier' to 'Ampl. Fourier'
2011-08-11 06:51:28 +00:00
nemu
d0f520a1f4
a musrview exception error when starting with t0's very much off to the positive side in the msr-file (MUSR-199)
2011-07-12 07:17:38 +00:00
nemu
89ea4cb63f
cosmetic in the musrview legend concerning the units
2011-05-05 12:34:32 +00:00
Bastian M. Wojek
2c514a881c
Tried to fix the ASCII export from musrview in the case of a Fourier-power-difference (some more tests needed); additionally minor changes to the BMWlibs
2011-04-10 16:27:36 +00:00
nemu
103283400a
improved parameter representation in musrview (MUSR-167)
2011-02-24 07:44:27 +00:00
nemu
626a7dd9f8
fixes plotting issues described in MUSR-174
2011-02-24 06:14:57 +00:00
nemu
ccd9d6ccfd
added the command SCALE_N0_BKG TRUE | FALSE to the command-block. This can be used to force a single histogram fit to use either 1/ns scaling for N0 and background or 1/bins one.
2011-02-14 19:52:00 +00:00
nemu
f9a310f2fa
Changed two annoying little problems in musrview (PMusrCanvas):
...
(i) It was not always possible to zoom the x-range down below some threshold. The reason was that on overlay histogram frame is needed which is invoked by DrawFrame from the DataTheory Pad. This by default has only 1000 'bins'. If the plotted histogram had more bins (e.g. 16000 bins) zooming was only possible down to the relative ratio (16 for the example). This is fixed now by increasing the 'bins' of the overlay histogram frame.
(ii) When toggling between data view and difference view, the x-range was subtly shrinking.
2011-01-11 20:50:38 +00:00
nemu
62d33112ba
y-axis cosmetics the 2nd, or 3rd, or ... never mind
2010-11-15 06:48:37 +00:00
nemu
6684af651a
cosmetics in the y-labelling
2010-11-12 15:37:18 +00:00
nemu
622f656849
improved y-axis scaling for Fourier. Fix of wrong WARNING for use_fit_ranges
2010-10-28 11:47:29 +00:00
nemu
e191844270
potential fix of event handler crash in non-muSR fit
2010-10-27 19:00:47 +00:00
nemu
38161c9d42
added y-range option to usr_fit_ranges in the PLOT block (MUSR-144)
2010-10-21 05:03:28 +00:00
nemu
4dee2b1b4d
fixed a bug in zooming for 'f'-'f'-'d'
2010-10-11 05:43:38 +00:00
nemu
c3d9a11f63
zoom/unzoom once more. Uncluttered PMusrCanvas which should improve the situation
2010-10-07 14:42:34 +00:00
nemu
937a26d704
second attempt to improve the unzoom option after "improvement" in root-5.27.04.
2010-09-25 13:35:03 +00:00
nemu
36d6455783
adopted unzoom to "improvement" r33665 in root-5.27.04 also for difference Fourier. Fixed unzoom bug in musrt0 (MUSR-77)
2010-09-15 12:21:37 +00:00
nemu
12511fe662
adopted unzoom to "improvement" r33665 in root-5.27.04 also for Fourier
2010-09-15 10:46:46 +00:00
nemu
afe5f2eca0
adopted unzoom to "improvement" r33665 in root-5.27.04
2010-09-15 05:53:59 +00:00
nemu
0d4dc340ad
another attempt to get rid of the bugs reported in MUSR-115 (d-f-d, f-d-f issues in the key event handling of musrview
2010-08-19 13:33:57 +00:00
nemu
91c66651aa
fix of a time window frame bug reported in MUSR-138
2010-08-11 13:12:31 +00:00
Bastian M. Wojek
fb8523d8bf
Minor changes to the global input file generation
2010-06-10 12:01:40 +00:00
nemu
5386342cf4
some more docu
2010-06-04 19:51:20 +00:00
nemu
5d124b3d79
added more docu
2010-05-31 08:25:57 +00:00
nemu
a52ae4c3e1
info part of musrview shows now the grouping, e.g. h:1+5 (single histo), or h:1+5/3+7, etc.
2010-05-10 05:34:00 +00:00