Commit Graph

23 Commits

Author SHA1 Message Date
Anne de Jong 287b0cfe83 Big change to new stream configuration. Possibility to include output channels back to input 2020-08-03 20:17:52 +02:00
Anne de Jong b17178c4a7 Better implementation of 'Measurement.fromWaveFile, using scipy, which is able to handle wave files with floating point data 2020-07-23 16:12:54 +02:00
Anne de Jong c30960b1a3 Added method to import measurement data from a wave file 2020-07-09 09:45:08 +02:00
Anne de Jong 82ec7faa45 Bugfix for float32 data type. Neoformat comment markup 2020-04-29 15:00:00 +02:00
Anne de Jong 8e0b173fdf Audio thread does not interfere with Python GIL anymore. Instead, GIL-acquiring stuff runs on different thread which communicates using queues. Small API change in callback to Python, no streamtime is given anymore, and buffers for input and output CAN be none. 2020-04-03 11:12:49 +02:00
Anne de Jong 92ca0aa795 Bugfixes 2020-02-26 14:20:33 +01:00
Anne de Jong 173bf10273 Added code for monitor channel in stream and in recording. Updated comments. Lowered
tracing of siggen.
2020-02-25 14:35:49 +01:00
Anne de Jong 1748daab4c Put overflow detector a bit higher 2020-01-09 14:04:42 +01:00
Anne de Jong 703fbf5031 Rudimentary overflow checker implemented 2020-01-09 11:20:25 +01:00
Anne de Jong 9715f3e844 Popped old stash 2019-12-08 14:34:28 +01:00
Anne de Jong 1f1922272d Lots of code and comments improvements 2019-10-27 14:19:26 +01:00
Anne de Jong f7b596fee8 Some markup improvements and comments. 2019-01-05 12:13:05 +01:00
Anne de Jong 505add6ae1 Added loads of comments and readability improvements. 2018-12-29 15:34:24 +01:00
Anne de Jong 43e11b53ba Bugfixs *IMPORTANT* in lasp_measurement. 2018-10-01 15:12:45 +02:00
Anne de Jong c152bf65f3 Improved bar colors. Ticks on y axis in float on bars. Legend positions in bars. Moved asceefigs repo into lasp.tools. 2018-10-01 14:25:09 +02:00
Anne de Jong f82ff68b70 Textual result output in Eq. level computation. Bugfix in bar colors when adding more bars than number of colors in color list. 2018-09-13 15:34:11 +02:00
Anne de Jong 889a1898f5 Tracer level in dmat_to_ndarray lower. set only one input channel default in default_device. Bugfix nogil on data read in daqdevice. Lots of improved comments. Real time power spectra functionality working again 2018-08-01 20:36:58 +02:00
Anne de Jong 473de073a6 Bugfix in Measurement.exportAsWave, throughput of sensitivity value into final measurement object in Recording class, added lasp_record and lasp_playback scripts. 2018-07-31 13:09:42 +02:00
Anne de Jong a8c71f7aa0 Sensitivity applied in measurement praw() function, removed from WeighCal class. CalFile standard set to None, as we use MM210 from now on. Bugfix in measurement sensitivity setter. Started cleaning up of real time power spectra widget. 2018-07-31 11:23:24 +02:00
Anne de Jong 64821f8c6f In between state of connecting DAQ Devices 2018-07-28 14:46:52 +02:00
Anne de Jong e95b02ae9a Lots of things improved. Forgot to count, became big commit, excuse myself 2018-07-17 11:52:02 +02:00
Anne de Jong 3357a0ded6 Split up GUI in different Widgets, added revtime, added figure list possibilities, added Qt Resources, added About panel, added lots of comments, export and import of measurements 2018-05-02 16:29:53 +02:00
Anne de Jong 2842fb5714 Added lots of comments to some C-code. Moved some Python code to lasp_
common.py. Added lasp_measurement, lasp_slm, lasp_weighcal. Lots of bugfixes,
renamed fir_design to filter_design, cleaned up frequency weighting filter code.
2018-04-23 09:29:21 +02:00