- 18 May, 2022 2 commits
-
-
Erik von Reis authored
Also update testpoint.c to include its own header file
-
Erik von Reis authored
-
- 17 May, 2022 2 commits
-
-
Erik von Reis authored
-
Erik von Reis authored
this brings in a patch from the conda recipe. I'm trying to make a clean conda recipe.
-
- 09 May, 2022 2 commits
-
-
Erik von Reis authored
DTT now detects which version of awg interface is in use and picks the right one. Closes #291. Closes #291 See merge request !11
-
Erik von Reis authored
-
- 05 May, 2022 7 commits
-
-
Erik von Reis authored
-
Erik von Reis authored
-
Erik von Reis authored
Version 4 has only two test point interfaces: one for excitations and one for everything else Version 3 has 4, divided between LSC and ASC test points. DTT now detects how many interfaces are available and chooses the interface version accordingly.
-
Erik von Reis authored
Adds the python foton unit tests to ctest. See merge request cds/dtt!10
-
Patrick Thomas authored
-
Patrick Thomas authored
-
Erik von Reis authored
Python unit tests for foton. See merge request cds/dtt!9
-
- 04 May, 2022 4 commits
-
-
Patrick Thomas authored
-
Patrick Thomas authored
This is to be integrated into ctest to replace foton_test.py.
-
Erik von Reis authored
solves problem of references params being saved with lower precision than the same params from results traces
-
Erik von Reis authored
Also improves precision saved to xml
-
- 15 Apr, 2022 2 commits
-
-
Erik von Reis authored
-
Erik von Reis authored
Would cause double free in case of failure to clear a testpoint
-
- 14 Apr, 2022 1 commit
-
-
Erik von Reis authored
-
- 12 Apr, 2022 3 commits
-
-
Erik von Reis authored
-
Erik von Reis authored
Foton reference traces were shifting backward in time when step response button was pushed. This was due to the response calculations using the current time as an offset whenever the step response button was pushed.
-
Erik von Reis authored
-
- 06 Apr, 2022 3 commits
-
-
Erik von Reis authored
-
Erik von Reis authored
-
Erik von Reis authored
Update with gds files from advligorts See merge request cds/dtt!8
-
- 05 Apr, 2022 4 commits
-
-
Erik von Reis authored
-
Erik von Reis authored
-
Erik von Reis authored
-
Erik von Reis authored
compiles. Diag shows all test points.
-
- 10 Feb, 2022 2 commits
-
-
Erik von Reis authored
-
Erik von Reis authored
-
- 09 Feb, 2022 3 commits
-
-
Erik von Reis authored
-
Erik von Reis authored
-
Erik von Reis authored
Replace NDS2 data handling with a stage series of threads. See merge request cds/dtt!7
-
- 08 Feb, 2022 2 commits
-
-
Erik von Reis authored
-
Erik von Reis authored
Some bad locking in dataChannel::updateStorage was fixed. Channel lookup in nds2input memoized for an individual connection. No sense in searching the channel list for each block. Speed limited by sync read in test thread and updateStorage. Execution time of these functions appears linear on the number of averages in the test. Lots of for loops looping threw storage. Unnecessary re-sorting of everything and so on.
-
- 07 Feb, 2022 2 commits
-
-
Erik von Reis authored
-
Erik von Reis authored
-
- 06 Feb, 2022 1 commit
-
-
Erik von Reis authored
Data is passed in stages through threadsafe queues. This relieves a bottle neck in NDS2Client data handling where data was not requested until buffer pointers were incremented. Also, conversion of data to single precision floats is now separated from channel callbacks and NDS2Client data reading. Some changes made to improve abort times.
-