Commit Graph

235 Commits

Author SHA1 Message Date
suter_a b113a94ee9 added the class PStringNumberList which allow to parse a generic encoded list of numbers. Used this class to improve PMsrHandler, and improved the runList feature of msr2data. For details see the documentation of msr2data. 2015-08-16 11:43:57 +02:00
Thomas Prokscha fab7acfedc added a group histo selector in any2many for MusrRoot when exporting to a too limited file format as PSI-BIN. 2015-05-29 15:11:04 +02:00
suter_a 8cc07318eb some more bug fixing for average per data set. 2015-02-26 13:15:29 +01:00
suter_a c938589286 implemented an average-per-data-set option for musrFT. 2015-02-23 16:30:14 +01:00
suter_a a310c36a70 Merge branch 'master' of https://bitbucket.org/zaher-salman/musrfit 2015-02-20 12:32:49 +01:00
suter_a 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
salman 68b071ec2e Fixed compilation problem with fftw3 and added fake automake files to musredit and musrgui. 2015-02-19 17:08:16 +01:00
suter_a ca48941deb bug fixing towards a musrFT feature complete state. 2015-02-17 12:46:30 +01:00
suter_a 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
suter_a e097cc3119 added data export from the GUI menu. 2015-02-16 07:30:57 +01:00
suter_a 2d2594c903 first almost feature complete version of musrFT 2015-02-13 16:56:19 +01:00
suter_a d4ba2f6d81 more work towards a standalone Fourier (mainly for HAL-9500). Add msr-file support. Still some severe flaws. 2015-02-11 15:35:14 +01:00
suter_a f56c2b5fda Merge branch 'master' of ssh://gitorious.psi.ch/nemu/musrfit 2015-02-02 15:54:01 +01:00
suter_a c6900030c7 first partial implementation for a standalone Fourier transform calculator/plotter. Mainly meant for HAL-9500. Much more to come ... 2015-02-02 15:52:51 +01:00
salman acb5a1af09 Remove redundant and optimize code for saving data to ascii in batch mode. 2015-01-27 11:17:06 +01:00
salman be9bfdf091 Added option to save data from canvas a quit for non-interactive mode (web). 2015-01-23 15:58:53 +01:00
suter_a 11ea9f5457 'final' changes towards a to-be-tested GLOBAL block implementation 2014-12-18 15:42:16 +01:00
suter_a e87672f632 try to setup a much cleaner handling for t0's, fgb/lgb, and fit-range 2014-12-17 15:51:26 +01:00
suter_a 88b1981f7c added fAddT0s vector to the base class. 2014-12-17 15:43:50 +01:00
suter_a 56cb9749d2 added addt0 to the GLOBAL block 2014-12-17 15:40:43 +01:00
suter_a f13fa554bf added global section to non-muSR, and mu-minus. Added mu-minus to musrt0. 2014-12-12 12:50:12 +01:00
suter_a 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
suter_a 918f1eb110 more work on the global section 2014-12-09 15:47:13 +01:00
suter_a 3f021c112c start working on the global section. 2014-12-09 10:48:26 +01:00
suter_a eac2673118 added proper data alignment for averaging. 2014-12-06 10:26:35 +01:00
suter_a 5b72d622b5 added average view option and 'Tesla' unit in FOURIER. Updated docu 2014-12-04 10:40:16 +01:00
suter_a 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
suter_a 76f39229f4 added new internal field functions. 2014-02-07 17:03:06 +01:00
suter_a 3443820e83 add a stretched Kubo-Toyabe function to the PTheory class, including an update of the docu. Motivated by Z. Salman, which also provided a patch, which needed some improvements. 2013-09-10 09:03:21 +00:00
suter_a 310eedf190 add N0 estimate to single histogram fit. Some improvements in musredit (see ChangLog) 2013-02-14 09:16:27 +00:00
suter_a 22c7702cfe docu updated 2013-01-15 12:25:48 +00:00
suter_a 459a36fa79 added some information about elapsed fitting times. Corrected some outdated online helps. 2013-01-07 11:54:28 +00:00
suter_a 3fe4875267 if multiple SAVE are present in the COMMAND block, append MINUIT2.OUTPUT file. Added docu for PRINT_LEVEL (MUSR-244). 2012-12-11 09:56:17 +00:00
suter_a 17d7ef4b99 improved Fourier transform. For details see the ChangeLog 2012-11-19 13:27:37 +00:00
suter_a e5dd674b44 changed to out formating of the fitting parameters such that enough relevant digits are written 2012-11-06 06:52:33 +00:00
suter_a 6c8ce66e1d (i) add PRINT_LEVEL to the command block (0='nothing' to
3='everything'). This allows to tune the Minuit2 output. (ii) added the
possibilty to give the fit range in bins. For details see the docu.
2012-10-25 14:44:16 +00:00
suter_a c713a367d6 added Noakes-Kalvius function 2012-05-31 09:02:05 +00:00
suter_a bf1d8cc96d added spin rotation angle to the LEM MusrRoot file 2012-05-22 13:51:56 +00:00
suter_a 1d6f8082f0 newly added dump_header, which dumps the header information of a muSR data file. Furthermore some minor cleanup took place. 2012-05-12 14:08:27 +00:00
suter_a f04dd5a283 prevent any2many from overwriting an input file. At the some additional bug fixing of any2many has be carried out. 2012-05-10 14:43:48 +00:00
suter_a 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
suter_a 7368884482 added timeout facility for musrfit, musrview, musrt0. Adopted musredit/musrgui accordingly. 2012-04-15 08:39:30 +00:00
suter_a 315691741c removed Area since it is the same as 'Beamline Name' 2012-03-22 12:53:45 +00:00
suter_a 138e7ba369 first implementation of MusrRoot. Cleaner handling of Red/Green mode data. General cleanup 2012-03-22 07:00:34 +00:00
suter_a 7e2ea62ac3 more work towards NeXus exchange 2011-12-22 10:27:01 +00:00
suter_a 60a11bffa5 more work on the conversion routines, NeXus, etc. 2011-12-16 15:22:35 +00:00
suter_a 379345496b if the background is estimated from an interval rather than fitted, it will be added as a comment to the background interval tag. (MUSR-192) 2011-11-15 08:46:00 +00:00
suter_a b7418623e5 implemented compact detector grouping in musrview 2011-09-13 06:48:25 +00:00
nemu ad14d62117 forward/backward accept now not only c0 c1 c2 ... cn, but also c0-cn cm-cp, or c0 c1-cn cm cx-cy, etc. (MUSR-201, improvement whish) 2011-09-09 11:30:13 +00:00
nemu 03b9fe1e71 added minimal NeXus IDF 2 support. 2011-08-23 17:22:29 +00:00