Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

\This page provides an overview of the status and inner workings of the TES Readout development and eventual implementation.

...

Number of products

Number of samples

12345
1000.0610.0740.0910.108 
2000.1130.1450.1760.210 
3000.1500.1900.2410.296 
4000.2000.2660.3290.397 
5000.2390.3210.4020.486 
6000.2790.3780.4760.576 
7000.3180.4350.5490.667 
Decision tree0.0920.1170.1380.1610.203

 

Latest code :

Latest integration iteration (Working copy)

11/7/2018 The current code is functional and creates random data, selects a case and runs the inner products on a self-renewing stream. It currently integrates Eigen u_int arrays in ring buffers with Eigen float arrays for filters  with the switch case strategy to distinguish between the 6 filter cases. However it suffers from slower than expected performance which has been partially fixed and the other part is still being tracked down. It seems to be slow loop behavior however the instruction causing the loop to hang is eluding me...

 

Original codes before combinations.

Code with Eigen (Audrey)

Code with switch case (Clemens)

...