58a79084b1
added per run block chisq output
2011-07-25 07:35:29 +00:00
d9f1f1235e
added expected chisq calculation for single histogram fits (MUSR-194)
2011-07-09 16:26:42 +00:00
90ed9df1b6
some more work, including the PSI-BIN write routines which are officially not released yet.
2011-02-07 06:02:56 +00:00
826ad1efa9
a more fexible handling of filename list and run list in any2many (see MUSR-166). Still far from production
2011-01-13 12:10:30 +00:00
a406219826
some more work on any2may. Still not meant for production
2011-01-11 06:24:02 +00:00
452018bedf
added any2many, an attempt to write the universial musr-data-file converter. Still some work needed. Added the possibility to show the t0 saved in the data file.
2010-12-23 13:16:57 +00:00
fb8523d8bf
Minor changes to the global input file generation
2010-06-10 12:01:40 +00:00
52d91435c1
Added some minor extensions to PMsrHandler and PMsrRunBlock
2010-06-08 21:35:19 +00:00
dbd9350522
Added a new method PWriteMsrFile to the PMsrHandler
...
The purpose of this method is to be able to write heavily modified msr-files using all the msr-handler support.
The further existing method PWriteMsrLogFile can only handle small changes to the msr-file (like changing parameter values or fixing the formatting),
however, it is e.g. not possible to add parameters or run blocks that have not existed before since during the mlog-file writing the original
msr-file is streamed again and then only things are handled which are present in the msr-file.
For writing the output the new method does _not_ read in the originally handled msr-file again!
Only the information stored in the internal data structures are used to recreate a full msr-file (including all changes that might have been made).
Since comments in the original msr-file are not stored internally these are lost.
At the moment it is however possible to add single lines of comments in the FITPARAMETER, THEORY, FUNCTIONS und between different RUN blocks.
This feature could easily be added also to the other blocks, if needed.
For now I skipped all checks for missing tags in the RUN blocks.
Nothing is tested, therefore:
THIS METHOD NEEDS TO BE REVIEWED AND TESTED BEFORE IT CAN BE USED SERIOUSLY!
2010-06-06 18:08:44 +00:00
5d124b3d79
added more docu
2010-05-31 08:25:57 +00:00
959c792a68
added more docu and cleaned up code a bit
2010-05-26 19:31:13 +00:00
a8043ce89c
massive cleanup
2010-05-12 13:10:22 +00:00
f2bd5b124f
first implementation of histogram grouping. Probably still some more testing needed.
2010-02-08 14:01:41 +00:00
673c5b4f41
Improved issue described in MuSR-121 (wrong run numbers in plot block). Started with the implementation of MuSR-120 (adding histos; no adding implemented yet).
2010-01-28 08:16:40 +00:00
41c5d45d8b
replace RRF Asymmetry Fit dummy, by Mu Minus Single Histo Fit dummy
2010-01-12 16:00:12 +00:00
e0c893503f
first implementation of a RRF. So far, for single histo only.
2009-12-23 13:43:23 +00:00
c2b898a246
improved handling for musrt0
2009-11-11 12:42:55 +00:00
43ec66ad7c
added estimate of t0 for the case it is not present, neither in the msr-file nor in the data-file (see MUSR-73).
2009-11-06 06:16:31 +00:00
588747bd13
some more work towards a full encapsulation
2009-11-05 06:42:33 +00:00
208e6b97c2
some more work towards a full encapsulation
2009-11-04 21:09:54 +00:00
15ddd28644
some more work towards a full encapsulation
2009-11-04 11:42:51 +00:00
73b70defaa
some more work on the encapsulation
2009-11-03 08:28:27 +00:00
90807030f1
started with the next step of encapsulation, will take a while
2009-11-02 08:40:47 +00:00
33222b675c
started with the encapsulation of the data structure which should reduce the number of crashes and help to reduce memory leaks
2009-10-07 12:26:41 +00:00
e38d0793ba
a first implementation for the triumf mud-format. Start migrating towards real CERN ROOT notation int->Int_t, etc.
2009-09-30 13:21:49 +00:00
9ac709451c
merge in Bastian M. Wojek's cpp-version of msr2data. This should help to step towards a real platform independent musrfit package.
2009-08-31 11:19:03 +00:00
f287ef666c
added skeleton for some additional PLOT block commands. No functionality yet.
2009-05-28 08:49:42 +00:00
2012c537e8
some improvements for non-musr type handling
2009-05-04 11:52:34 +00:00
8e4ee09aee
added to possibilty to use a parameter rather than a number in the phase Fourier block: now all what is needed. Elimated debug flag from the Makefiles
2009-04-24 15:07:54 +00:00
41264e9eee
some more work towards musrt0. Furthermore improved data structure
2009-03-31 07:15:43 +00:00
3eaa9e433f
implemented ADDRUN feature which adds runs on the fly. Still very experimental and not thoroughly tested.
2009-03-12 15:59:19 +00:00
acb5eda314
added info if fit does not converge
2009-02-26 07:49:43 +00:00
ce9f98c37d
next step towards Fourier
2008-12-23 16:24:26 +00:00
4a832f6fe8
various little extensions to handle Fourier
2008-12-22 10:26:42 +00:00
d29375c912
a small step further towards Fourier transform. PFourier most probably not functional yet.
2008-12-16 08:04:38 +00:00
3af125eac7
started with the implementation of a Fourier transform
2008-12-15 12:27:49 +00:00
4f1ade3ca7
implemented single side parameter boundary handling for MINUIT2
2008-09-23 06:51:43 +00:00
4f66c78e4a
removed all isnan's and nan(NAN)'s since it was a bad idea to use them in the first place
2008-09-01 11:05:53 +00:00
5362814727
a step further towards difference plots
2008-08-21 14:14:32 +00:00
2a65b0cad7
on the way to handle db-files ...
2008-08-07 08:02:52 +00:00
e04a34ad72
added labels to plots
2008-06-25 14:32:51 +00:00
4d715825f3
first implementation of NonMusr stuff
2008-06-20 05:59:46 +00:00
180ced9223
shift map and function offset from 1e3/2e3 to 1e4/2e4. Fixed parameter pad problem with truncated numbers
2008-06-10 05:13:19 +00:00
09278f2baa
some new stuff, some bug fixing
2008-04-29 19:20:16 +00:00
a0532c3b44
more to noMuSR data handling
2008-04-18 15:24:07 +00:00
beba182172
added asymmetry plot
2008-04-17 09:12:54 +00:00
e5fa134ad8
added a first legend
2008-04-17 06:00:51 +00:00
a5d079d0a1
slightly more general handling of data. Needed to implement musrview, ...
2008-04-07 10:57:42 +00:00
c463cb2530
some changes related to the bin data plotting
2008-04-05 19:14:00 +00:00
f4f6fcb058
some more steps toward musrview
2008-04-04 14:29:56 +00:00