lasp/src/lasp
Anne de Jong 5a7ae3eb33
continuous-integration/drone/push Build is passing Details
Bugfix: do not open a measurement for writing on constructor of measurement
2023-02-01 22:41:54 +01:00
..
device Fixed Doxygen warnings on not properly documented methods 2023-01-20 15:59:08 +01:00
dsp Bugfix: do not open a measurement for writing on constructor of measurement 2023-02-01 22:41:54 +01:00
filter Expanded Octave and ThirdOctave filter banks to lower frequencies 2023-01-27 14:26:44 +01:00
plot Output of a sine wave now works. Pfff 2022-07-20 14:58:48 +02:00
pybind11 Add: ClipHandler 2023-01-27 14:56:46 +01:00
tools Smoothing matrix stored in memory instead of file 2023-01-19 16:58:26 +01:00
CMakeLists.txt Added 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. 2022-10-12 15:02:42 +02:00
__init__.py Documentation updates. 2023-01-20 14:22:48 +01:00
lasp_atomic.py Some bugfixes and useful function additions 2022-09-28 09:41:02 +02:00
lasp_common.py Added more specific default calibration values 2023-01-04 12:09:05 +01:00
lasp_config.h.in Added 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. 2022-10-05 11:27:46 +02:00
lasp_config.py Switched 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. 2022-09-03 20:59:14 +02:00
lasp_cpp.cpp Documentation updates. 2023-01-20 14:22:48 +01:00
lasp_daqconfigs.py Add: DaqConfigurations.loadRaw() and saveRaw() for easy accessing of DAQ configuration data 2022-10-24 12:05:59 +02:00
lasp_imptube.py Output of a sine wave now works. Pfff 2022-07-20 14:58:48 +02:00
lasp_logging.py Output of a sine wave now works. Pfff 2022-07-20 14:58:48 +02:00
lasp_measurement.py Bugfix: do not open a measurement for writing on constructor of measurement 2023-02-01 22:41:54 +01:00
lasp_octavefilter.py Some bugfixes 2022-11-14 11:11:03 +01:00
lasp_playback.py Output of a sine wave now works. Pfff 2022-07-20 14:58:48 +02:00
lasp_record.py Splitted UlDAQ code in header and cpp file to make a more logical separation between declaration and implementation. BUGFIX: lasp_record did not return True in self.finish(), resulting in a stream stop. 2023-01-04 14:21:39 +01:00
lasp_reverb.py DaqConfiguration(s) back in place. Time to couple some stuff to ACME 2022-08-01 17:26:22 +02:00
lasp_slm.py Added offset_t option to SLM(); removed trailing spaces 2022-11-10 11:39:44 +01:00
lasp_weighcal.py Output of a sine wave now works. Pfff 2022-07-20 14:58:48 +02:00