Ryan Tang rtang
  • Joined on 2022-05-03
rtang pushed to master at rtang/FSUDAQ_Qt6 2024-08-29 15:47:17 -04:00
2abdc83549 added analyzer/README.md, move the isWorking from the custom analyzer to Analyzer, so user don't need to worry
rtang pushed to master at rtang/FSUDAQ_Qt6 2024-08-29 14:45:19 -04:00
b3ace2cc84 [MAJOR] Analayzer::UpdateHistograms moved to a worker that in a thread, only tested with CoincidentAnalyzer, need to change others
rtang pushed to master at rtang/FSUDAQ_Qt6 2024-08-28 17:58:20 -04:00
a5914f8ff8 restructure the workers
rtang pushed to master at rtang/FSUDAQ_Qt6 2024-08-28 17:22:48 -04:00
a08297d5cc Move updateScalar into a ScalarWorker, which live in a new Thread
rtang pushed to master at rtang/FSUDAQ_Qt6 2024-08-28 16:53:32 -04:00
fbd98067da remove some printf, remove Rebin button in SingleSpatra class
rtang pushed to master at rtang/FSUDAQ_Qt6 2024-08-28 16:45:29 -04:00
0a751eaab1 [Major] remove histogram timing thread, make a new worker, move to a thread to fill histograms
rtang pushed to master at rtang/FSUDAQ_Qt6 2024-08-28 14:17:50 -04:00
55210083fc in Aux/test.cpp, compare CAEN_DGTZ_GetDPPEvents for decode data
rtang pushed to master at rtang/FSUDAQ_Qt6 2024-08-27 18:13:07 -04:00
76f8f22204 default PSD program set baseline to be 16 samples
rtang pushed to master at rtang/FSUDAQ_Qt6 2024-08-27 12:48:05 -04:00
ffb009e6da bug fix on Data::CopyBuffer()
rtang pushed to master at rtang/FSUDAQ_Qt6 2024-08-26 15:25:25 -04:00
a32a1e0e71 bug fix, remove trailling space for influx inputs
rtang pushed to master at rtang/FSUDAQ_Qt6 2024-08-26 13:59:10 -04:00
dbfb9f96bf add SetDataBase in Analysis, so all analyzsis class can use
rtang pushed to master at rtang/FSUDAQ_Qt6 2024-08-23 18:39:30 -04:00
ef8dca5430 remove printf in NeutronGamma::UpdateHistograms
rtang pushed to master at rtang/FSUDAQ_Qt6 2024-08-23 18:27:03 -04:00
f3fea48bf6 bug fix on filling Historgram 1D
rtang pushed to master at rtang/FSUDAQ_Qt6 2024-08-23 16:24:23 -04:00
823adf67eb disable digitizer panel button when ACQ started
rtang pushed to master at rtang/FSUDAQ_Qt6 2024-08-22 15:56:27 -04:00
bf989d2c72 allow open digitizer panel when ACQ started
rtang pushed to master at rtang/FSUDAQ_Qt6 2024-08-22 13:03:49 -04:00
fa2b1012dd Digiti Panel is not disable when ACQ started, but the value does not change
rtang pushed to master at rtang/FSUDAQ_Qt6 2024-08-22 12:42:17 -04:00
1cb60d1aa4 bugfix NeutronGamma; if scalarThred running + Analyzer created -> start updateHistograms thread
rtang pushed to master at rtang/FSUDAQ_Qt6 2024-08-21 14:51:05 -04:00
82de3763a9 delete the timing thread in Analyzer
rtang pushed to master at rtang/FSUDAQ_Qt6 2024-08-21 13:40:18 -04:00
e780345557 edit README.md
rtang pushed to master at rtang/FSUDAQ_Qt6 2024-08-20 14:59:27 -04:00
6a9f254289 DigiSetting PSD bug fix, add NeutronGamma analyzer