|
5d1b88a883
|
Merge branch 'stable' into develop
|
2022-05-25 10:38:59 +02:00 |
|
|
95c1a194fa
|
Removed bug of double free corruption that was an attempt to fix memory leak
|
2022-05-17 14:58:12 +02:00 |
|
|
16390352dc
|
Removed stupid handleMessages from streammanager.
|
2022-05-17 13:53:07 +02:00 |
|
|
200ee69e2a
|
Renamed shelve to shelf, added some comments.
|
2022-03-22 11:11:44 +01:00 |
|
|
d51d3f7d37
|
Some sanity checks. Removed activateSiggen and deactivateSiggen fucntionality, as it has no use.
|
2022-02-02 14:07:21 +01:00 |
|
|
5e26f4a026
|
Lowered trace output of siggen
|
2022-02-02 14:05:39 +01:00 |
|
|
c3b1c1ec4a
|
Merge branch 'develop' of ssh://code.ascee.nl:12001/ASCEE/lasp into develop
|
2022-02-02 12:38:34 +01:00 |
|
|
13b0243721
|
Import array is moved to the Cython thread, and memory is put in a capsule, also on Linux. I don't know why, but it seemed to fix the memory leak
|
2022-02-02 12:38:29 +01:00 |
|
|
4f1249512f
|
Enabled 100th octave smoothing
|
2022-01-28 16:20:33 +01:00 |
|
|
e0f74121fe
|
Added force option to overwrite measurements when created from Numpy array
|
2022-01-28 14:14:01 +01:00 |
|
|
cf0b4cf283
|
Added export of compile commands. Stop make on first error
|
2022-01-28 14:11:58 +01:00 |
|
|
4339ecdbc0
|
Probable fix of memory leak
|
2022-01-13 13:59:35 +01:00 |
|
|
8fee46a41f
|
Bugfix in using lasp_lib code in the C++ code of device in debug mode
|
2022-01-02 21:24:08 +01:00 |
|
|
b570b4ba18
|
One definition in CMakeLists.txt not required
|
2021-12-27 12:08:53 +01:00 |
|
|
9e6a6b8c93
|
Bugfixes for LASP_DEBUG definition to variable value. Not made correctly, resulting in release mode of code not working
|
2021-12-20 14:21:03 +01:00 |
|
|
6f5a3c2ea1
|
Bugfix in overall value of results
|
2021-11-13 14:27:57 +01:00 |
|
|
7b00e3b2bd
|
Better output of SLM for plotting as a line
|
2021-11-11 21:29:08 +01:00 |
|
|
accde58b5b
|
Set CMake minumum version to 3.12, for PythonLibs finding
|
2021-11-01 11:47:12 +01:00 |
|
|
e30fd84dac
|
Bugfix in input high pass filter
|
2021-10-23 14:43:24 +02:00 |
|
|
3a6ffd130c
|
Implemented a high-pass filter for input data
|
2021-10-23 14:35:15 +02:00 |
|
|
c016636add
|
Merge branch 'master' into develop
|
2021-10-23 14:27:41 +02:00 |
|
|
4649232767
|
Merge branch 'develop' of ssh://code.ascee.nl:12001/ASCEE/lasp into develop
|
2021-10-22 13:36:57 +02:00 |
|
|
9c8c546566
|
Restored FFT scaling to power/bin instead of PSD
|
2021-10-22 13:36:23 +02:00 |
|
|
9694173a65
|
Bugfix in fft, set Blas vendor to openblas
|
2021-10-19 11:30:39 +02:00 |
|
|
6bc6e4b922
|
Merge branch 'develop' of ssh://code.ascee.nl:12001/ASCEE/lasp into develop
|
2021-10-18 10:25:04 +02:00 |
|
|
ea0edd2817
|
fixed bug in new smoothing algorithm
|
2021-10-18 10:24:42 +02:00 |
|
|
71c91112cb
|
Merge branch 'develop' of ssh://code.ascee.nl:12001/ASCEE/lasp into develop
|
2021-10-18 10:16:42 +02:00 |
|
|
9aaa63512c
|
ignore last data point in smoothing, at Nyquist frequency
|
2021-10-18 10:16:21 +02:00 |
|
|
640de6afb7
|
Merge branch 'develop' of ssh://code.ascee.nl:12001/ASCEE/lasp into develop
|
2021-10-18 10:06:45 +02:00 |
|
|
cfd60f2826
|
fixed bug in new octave smoothing
|
2021-10-18 10:02:23 +02:00 |
|
|
388cde38be
|
Merge branch 'master' into develop
|
2021-10-18 09:45:40 +02:00 |
|
|
a1bcae508b
|
Added mute option to siggen
|
2021-10-18 09:18:39 +02:00 |
|
|
b51e9d4b82
|
minor fixes
|
2021-10-18 09:17:36 +02:00 |
|
|
82fc38a990
|
Fixed a bug in the new smoothing algorithm
|
2021-10-18 08:23:42 +02:00 |
|
|
60afface35
|
Fixed #90, and set default sample rate back to 48k
|
2021-10-17 14:50:38 +02:00 |
|
|
b3476ba62f
|
Bug #94: Better error message for monitoring output
|
2021-10-17 14:17:06 +02:00 |
|
|
2b88a9eb52
|
Bugfix in fft.c, forgot some defines
|
2021-10-17 14:00:16 +02:00 |
|
|
921c1b067f
|
Terminate processes when the pipes are broken, or the queues are raising exceptions. Helps with cleaning up orphaned processes when the software crashes.
|
2021-10-16 13:29:42 +02:00 |
|
|
417c1bd3d8
|
Removed error in smoothing function
|
2021-10-15 16:02:26 +02:00 |
|
|
8912cb145c
|
Updated octave smoothing function; completely different approach
|
2021-10-15 15:33:25 +02:00 |
|
|
6f782f237e
|
Bugfix: wrong #define statements, resulting in no Audio APIs at all
|
2021-10-04 20:54:36 +02:00 |
|
|
5a82367a45
|
Sanitized list of DT9837A sample rates, #105
|
2021-10-04 16:44:28 +02:00 |
|
|
e958b8361a
|
Forgot to add 32-64 bits definitions to include in wrappers.pyx. Now fixed. Removed constrained on h5py version. This might result in new instabilities, but we expect it to be more fixed.
|
2021-10-04 15:53:22 +02:00 |
|
|
81d3779f9f
|
Small comment change
|
2021-10-04 10:11:22 +02:00 |
|
|
9983ca6096
|
Throughput of flag LASP_PARALLEL. If not set, some downstream code will be broken as JobQueues will not go empty for this case. For all code in the library, a serial implementation works off the not present job queue
|
2021-09-15 21:10:27 +02:00 |
|
|
b159f4d144
|
Major cleanup of build code (CMake related). First steps towards C++ and C-compiler safety. Also first steps made to get single precision back to working
|
2021-09-14 20:05:42 +02:00 |
|
|
a6906bb620
|
Some extra comments
|
2021-09-11 15:54:00 +02:00 |
|
|
c98b10b83a
|
Fixed scaling issue in FFT
|
2021-08-13 11:40:25 +02:00 |
|
|
4c0f399505
|
Added comments and maybe some minor repairs.
|
2021-08-09 09:51:51 +02:00 |
|
|
c03979991d
|
Bugfix in lasp_measurement
|
2021-06-17 10:44:08 +02:00 |
|