1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2024-09-20 05:25:37 +01:00
Commit Graph

186 Commits

Author SHA1 Message Date
f9fcf25012 IO: stricter control of data names 2015-10-07 19:03:19 +01:00
e31b8f0dcb Merge pull request #2 from mspraggs/master
Fixed a couple of HDF5 bugs
2015-10-07 18:44:55 +01:00
Matt Spraggs
134f8245ff Hdf5File: Added some code to sanitize group names
Currently you can pass in relative paths with slashes in, and this
upsets HDF5's createGroup function.
2015-10-01 22:39:22 +01:00
Matt Spraggs
9c52fa104b Hdf5File.cpp: fixed bug in determination of first group name 2015-10-01 21:38:17 +01:00
5e3247697d first implementation of HDF5 format 2015-10-01 00:13:34 +01:00
c672c33189 histogram class and associated plotting functions 2015-09-28 18:18:54 +01:00
918e1c7ce8 MathInterpreter: include pi as a constant, fix in function call 2015-09-28 18:18:13 +01:00
ccce7b11c0 Plot: use of new mkdir function from LatCore 2015-09-28 16:32:37 +01:00
2b0d75c012 ASCII data: lexer compatibility fix 2015-09-08 11:34:40 +01:00
af3023038b Minuit minimiser: interface to choose algorithm 2015-08-07 16:10:03 +02:00
6202ed4518 Plot: more ways to plot data 2015-07-07 18:50:36 +01:00
cebf2334fa XY datatypes: tools to get residuals or partial residuals from a fit 2015-07-07 18:50:03 +01:00
59bb3fb78c Functions: more binding utilities 2015-07-07 18:49:22 +01:00
57d4bfb4f8 Fit: various fixes in indexing for error-on-variable chi^2 2015-06-26 20:34:48 +01:00
1adf182caf fake sample utility fix 2015-06-26 20:34:18 +01:00
1f21f7fb81 Plot: head command object 2015-06-26 20:33:57 +01:00
897dae5b2f compatibility fix: __unused changed to __dumb 2015-06-15 15:20:29 +02:00
cb45b34ddc code cleaning and GCC compatibility 2015-06-15 14:59:10 +02:00
3e6b0edce1 copyright update 2015-06-11 14:04:54 +01:00
bd770cebb5 code cleaning 2015-06-11 14:03:41 +01:00
49bca8e686 two new sample utils 2015-06-11 14:03:24 +01:00
389a52374c portability fixes 2015-05-23 14:44:43 +01:00
7f2c8b6742 Plot: now handling gunplot through a forked process to allow interactivity (default terminal is now 'qt') 2015-05-13 17:38:47 +01:00
a9bb53bc1b StatArray: correlation matrix calculation 2015-05-13 17:35:10 +01:00
b7a5dd51de Mat: header name fix 2015-03-20 16:18:23 +00:00
adc709d40f more example Makefile.am fix 2015-03-20 16:14:35 +00:00
0db8f5e6bb configure.ac fix 2015-03-20 16:11:02 +00:00
ef2fac398d more portable gslcblas detection 2015-03-20 16:08:34 +00:00
a5ea7633ba example Makefile.am fix 2015-03-20 16:06:15 +00:00
f2a47c3697 File: default mode switched to write 2015-03-20 16:05:59 +00:00
b90d410e6b StatArray: ambiguity removed in mean function 2015-03-20 16:05:11 +00:00
d93f75dac6 DoubleFunction: memory fixes 2015-02-26 18:50:56 +00:00
465499626b overhaul of the function class 2015-02-24 17:00:19 +00:00
b061e9093f less warnings in third-party code 2015-02-24 16:59:22 +00:00
0ae0abc297 ignore debug build directory 2015-02-24 16:58:00 +00:00
232c9b7948 LatCore compatibility 2015-02-24 16:57:15 +00:00
2ff01209f9 build script update 2015-02-13 15:26:36 +00:00
cbb67c992f Dataset: integral conversion fixes 2015-02-13 15:26:23 +00:00
60a010b592 Plot: horizontal lines and axis labels 2015-02-13 15:26:00 +00:00
80ec189b91 MinuitMinimizer: various fixes related to limits 2015-01-28 17:22:12 +00:00
da8f394398 Function: function call fix 2015-01-28 17:21:07 +00:00
c1b8597ecc AsciiFile: double precision writing 2015-01-28 17:20:51 +00:00
9c6dedd3d6 Model: binding functions 2015-01-28 17:19:57 +00:00
c0d717bcb6 Derivative: function is now just a pointer 2015-01-28 17:19:33 +00:00
ee8be4f004 FitInterface: unnecessary resizing in copy function 2015-01-28 17:17:28 +00:00
dd43786189 fix in discrete random generator return type 2015-01-28 17:16:05 +00:00
0e1ef33954 integral factorial function 2015-01-28 17:15:26 +00:00
3f812ee514 namespace macro refactoring to avoid conflicts 2015-01-28 17:15:05 +00:00
583fd05edf missing file in Makefile.am 2015-01-28 17:09:22 +00:00
8b1cd8f43a allow '/' in data name 2014-10-21 17:36:46 +01:00