6758655eaaBugfix in changing measurement channelConfig afterwards. Was not correctly fixed, as to store the enum index corresponding to the quantityJ.A. de Jong - Redu-Sone B.V., ASCEE V.O.F2022-10-20 12:28:46 +0200
b29f004f23Made PPM meter range-aware. Improved PPM-code. Made RtAps sensitivity-aware. Improved code to get ranges for each channel from Daq objectJ.A. de Jong - Redu-Sone B.V., ASCEE V.O.F2022-10-17 19:37:31 +0200
bebd270b44Bugfix: reset() was called after inCallback() when adding new handler to StreamMgr. Bugfix: start() was doubly called for RtAPS. Once from Python and once from C++ in constructor. Renamed some scoped_lock to Lck. Added some commentsJ.A. de Jong - Redu-Sone B.V., ASCEE V.O.F2022-10-16 21:26:06 +0200
ec689621b5Added Armadillo backend for Fft's. This one seems to work properly. Added some tests code for daq and StreamMgr in C++. Fixed a stray of a debug dmat somewhere in lasp_daqdata.J.A. de Jong - Redu-Sone B.V., ASCEE V.O.F2022-10-12 15:02:42 +0200
4764a52de8Improved code for cubes. RtAps is not working. Don't know why. TimeBuffer code has better readability. Bugfix in output from Column to Numpy. GIL release for AvPowerSpectra::compute via Pybind.J.A. de Jong - Redu-Sone B.V., ASCEE V.O.F2022-10-11 14:50:44 +0200
e4ab05d36aRemoved carma usage. This bugs as it changes the default allocator for armadillo, which does not work properly when native C++ threads do not register themselves as a thread for Python. We implemented the required convertors between Python and Armadillo ourselves. This also fixes the problem of Carma not being officially Python3.10 proof.J.A. de Jong - Redu-Sone B.V., ASCEE V.O.F2022-10-11 09:43:36 +0200
fae906884eTextual improvements. Formatting (Neoformat) improvements. Let DataTypeDescriptor be a reference (to a global const std map in Daq class. Improved naming of certain functions. Better DaqData implementation, now we make sure memory alignment is good at all times. Switched functions arguments in DaqData constructor to comply with all other cases of first frame, then channel. Better naming of stream in RtAudio. Better handling of faulty function calling in RtAudio start(). Bugfix in RtAudio, did call right Daq::dtypeDescr() function --> result was that only first channel was copied to all channels. Added extra check in StreamMgr. Removed unnecessary TypedDaqData class. Use a safe queue in threaded in data handler. We can now remove the Boost code for that.J.A. de Jong - Redu-Sone B.V., ASCEE V.O.F2022-10-10 19:17:38 +0200
e7f80ce741Could not find Python on Requiem. Added include_directories. Fixed bug of old Armadillo placeThijs Hekman2022-10-07 09:34:32 +0200
f7a49dc4ffAdded real time spectra: RtAps. All seem to work. Bugfix with SiQtys storage. Added extra lock guards for constructor and destructors of InDataHandlers (otherwise race conditions occur). Changed time_constant integer to fs_tau in AvPowerSpectra.J.A. de Jong - Redu-Sone B.V., ASCEE V.O.F2022-10-06 21:13:21 +0200
12d6826140Removed some compile warnings when compiling sub-projects. Removed warnings related to unknown pragmas in case of compiling without OpenMP support. Fixed some test problemsJ.A. de Jong - Redu-Sone B.V., ASCEE V.O.F2022-10-05 13:39:45 +0200
31ead60469Added RtAudio and UlDAQ as subprojects that are compiled in. Fixed proper connection of UlDAQ. Set default sensitity to 1.0 for a new DaqChannel. Segfault bug fixed in DaqData::copyToRaw. Scan in background for devices when StreamMgr() is initialized. Fixed bug in storing of DaqConfigs to lasp_shelve. Set RtAudio to 5.2.0.J.A. de Jong - Redu-Sone B.V., ASCEE V.O.F2022-10-05 11:27:46 +0200
5f1a207104Added Peak Programme Meter, added functionality to clone SeriesBiquads without copying state. Improved recording callback mechanism. Added reset() function for IndataHandlers, which send a pointer to DAQ instance.J.A. de Jong - Redu-Sone B.V., ASCEE V.O.F2022-10-04 09:27:27 +0200
bb26fc6bccAdded suggested SLM down sampling factor, improved quite a lot of documentation. Measurement object can now work with old, as well as new measurement files.J.A. de Jong - Redu-Sone B.V., ASCEE V.O.F2022-10-01 19:59:35 +0200
288e7c8dc5Input stream and output stream both running. Added lockfree boost dependency to git modules, removed carma build as it is not required and every time again downloads Armadillo. Added functions to enable / disable all channels at once. Fixed a bug with RtAudio input streams. Fixed a bug in StreamMgr leading to segfaults (how to: use std::move ;)).J.A. de Jong - Redu-Sone B.V., ASCEE V.O.F2022-09-27 17:20:45 +0200
b200b465f6Code cleanup. RescanDaqdevices changed API. DaqApi string returns only apiname. Added comments, added Doxygen groups, exported FFT wisdom load / store to Python. SLM stores reference level squared. Added comments on SLM Lpeak, Leq and Lmax, a lot of using rte = std::runtime_error, added Window string conversion, Pybind11 enum no longer exports values, added cpp_enum to convert Qty to an enumerated value in C++ code. Removed class and methods to fill comboboxes. Does not belong in LASP, but in ACME instead. DeviceInfo has operator string().J.A. de Jong - Redu-Sone B.V., ASCEE V.O.F2022-09-22 10:18:38 +0200
70891ceaf4Switched to OpenMP for parallellizing for loops. Bugfixes in PowerSpectra() class. Added tests to check Parsevall hold. Improved lots of comments. Added module groups. Use CMake to specify code version number. Device info should be obtained from StreamMgr in Python code.J.A. de Jong - Redu-Sone B.V., ASCEE V.O.F2022-09-03 20:59:14 +0200
c75f0dddc5Split up indatahandler with python callback in part and part that calls the Python function. Threading is now handled using a thread pool. Some bugfixesJ.A. de Jong - Redu-Sone B.V., ASCEE V.O.F2022-08-14 21:00:22 +0200
3160aacc07Replaced github STL-Threadsafe with boost::lockfree. Added PyIndataHandle to glue Python callbacks to new data. First work on getting recording back to work.J.A. de Jong - Redu-Sone B.V., ASCEE V.O.F2022-07-29 09:32:26 +0200
13b0243721Import 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 leakJ.A. de Jong - Redu-Sone B.V., ASCEE V.O.F2022-02-02 12:38:29 +0100