830ce66a4c
Remove redundant default constructor and destructor of HDF5File reader class
2025-02-03 18:52:39 +01:00
69e1702493
Clear up warnings
2025-02-03 18:36:57 +01:00
027534cc2f
comments
2025-02-03 18:01:13 +01:00
633f83f9c7
Minor include cleanup
2025-02-03 17:35:50 +01:00
71ca4e9f0f
Generalize HDF5 reader for 3- or 4-dimensional datasets
2025-02-03 17:28:33 +01:00
25854f7736
Init problem fixed, add comments
2024-12-03 16:56:47 +01:00
bc6814ad0b
Initialize image for all threads
2024-12-03 16:23:24 +01:00
adcaf6b3df
Debug getImage()
2024-12-02 15:06:09 +01:00
cfa0b003ba
include <memory>
2024-11-21 16:33:38 +01:00
266ace44a2
Include fmt a CMake dependency
2024-11-08 16:35:04 +01:00
d2dead070c
Revert previous datatype change to int
2024-11-08 12:01:08 +01:00
0583a0703c
Datatype change long long int also for moenchZMqProcess; these datatype changes need to be discussed as they could have fruther impact!
2024-10-29 17:51:09 +01:00
19f4c07642
Datatype change long long int also for multiThreadedInterpolatingDetector; note that this change could have further impact on local code
2024-10-29 17:32:21 +01:00
f3a3fb09bf
Merge branch 'developer' into jf_h5reader
2024-10-11 17:15:33 +02:00
f0fc547c6f
Fix segmentation fault caused by double delete of threads and resolve memory leaks
2024-10-11 17:14:55 +02:00
3150276bfe
Add frame number
2024-10-11 17:12:55 +02:00
e848293916
Dev/zmq stream all ipv6 adn remove rx_zmqip ( #958 )
...
* enable ipv6 in zmq socket
* removed rx_zmqip API and field in gui, changed client updaterxrzip to updateclientzmqip to have the rx_hostname ip if 0.
* updated command line for rx_zmqip to give a warning.
* Replaced 'depreciated' to 'deprecated' everywhere
* switching from * to 0.0.0.0 works for rebinding zmq sockets
* fixed help in command line for rx_zmqip * to 0.0.0.0 and removed cmd in python
* remove publisher zmq socket ip also for moench post processing
* fixed tests
* publisher zmq ip macros to be reused
2024-09-10 15:19:08 +02:00
7b4740ced2
program runs (fixed detector size in jungfrauLGADStrixelsDataQuadH5.h)
2024-09-05 17:03:31 +02:00
anberga
15e8c0d9f1
Moench mess from developer ( #953 )
...
* new moench data structure for offline processing
2024-09-05 15:32:20 +02:00
16bfcc17ce
Fetch json from remote
2024-09-02 18:16:57 +02:00
vhinger182
a9c366890b
add vs code and rhel 8
2024-09-02 12:00:12 +02:00
4ae2edf686
Compiles
2024-08-28 12:10:04 +02:00
69fb5876cb
almost compiles, error: undefined reference to vtable for jungfrauLGADStrixelsDataQuadH5
2024-08-26 18:50:56 +02:00
543b311c06
Merge branch 'developer' into jf_h5reader
2024-08-23 11:44:05 +02:00
669e5f3c7a
intermediate
2024-08-23 11:43:32 +02:00
de33aff077
developer: moench empty data callback ( #936 )
...
* moench (feature to wait for post processing to be done in new sls_detector_acquire_zmq executable)
READOUT_ACTION_ZMQ added to action enums
sls_detector_acquire_zmq added to executables
empty data call back so that client listens to last dummy zmq packet from moench post processor
processor: remove NEWZMQ ifdefs and remove connect for zmq publisher socket
* fix to compile
* cmds generated and parsed
2024-08-13 11:27:06 +02:00
a6a4ea7f21
first draft
2024-08-07 11:05:23 +02:00
76ee52a3ca
edit strixel mapping quad
2024-03-14 15:20:58 +01:00
c0cbccd7d4
minor
2024-02-26 16:41:58 +01:00
783b95b1f3
Merge branch 'developer' into jf_singlemodule
2024-02-01 16:45:46 +01:00
d8e3e38c33
Compile strixel quad in cluster finder
2024-02-01 16:41:57 +01:00
7a03e56f09
Data structures
2024-02-01 16:38:26 +01:00
anberga
aa40128965
Moench v8 ( #892 )
...
* new rct structure for moench03
* new moench data structure for offline processing
* meonch raw data and zmq process files updated to 7.0.3 version
* implemented config file for Zmq file
* raw data and zmq work with config file, but only with one file/interface
* zmq config change
* added config examples for zmq and rawdata
2024-01-12 14:01:06 +01:00
9bc20ab9b4
modify RawDataProcess_filetxt
2023-10-06 12:29:48 +02:00
95b7be6842
modify RawDataProcess
2023-10-06 12:18:33 +02:00
51d34063ac
create single chip data map
2023-10-06 12:08:26 +02:00
2b93ef4565
minor
2023-10-06 11:55:20 +02:00
78cbe8e660
fix jungfrauModuleData empty if statement
2023-08-04 16:12:27 +02:00
0ee54be252
rx_roi for module data
2023-08-04 15:31:30 +02:00
f90a9b7520
Read rx_ROI from json master
2023-08-03 18:25:43 +02:00
c9dfa408db
Fix strixel mapping and interpolation ( #787 )
2023-07-20 16:49:31 +02:00
6d6b6b98df
Fix strixel mapping and interpolation
2023-07-20 11:12:13 +02:00
4c6be26846
Jf rawdataprocess txtfile ( #732 )
...
* Fix ROI mapping
* Formatting
* Minor edit
* intial draft of cmake for jungfrau executables Makefile.rawdataprocess
* added the cmake file
* missed Makefile
* added libfmt
* Fix some compiler warnings
* Fix some compiler warnings
* Create filename usining fmt::format
* Rewrite command line parsing with std::string and fmt::format
* Fix file reading
* Fix root string extraction
* Fix ifstream file reading
* Clean up comments
* Add version of rawdataprocess with bash wildcards
* Add version of rawdataprocess that reads inputs from txt-file, still buggy
* intermediate
* fix file loop
* fix const
* Circumevent bug with stuck threads
* Fix mutex bug
* cleanup
---------
Co-authored-by: vhinger182 <hinger_v@hv_home_lt1.localdomain>
Co-authored-by: Dhanya Thattil <dhanya.thattil@psi.ch>
Co-authored-by: Erik Fröjdh <erik.frojdh@gmail.com>
2023-05-08 16:30:37 +02:00
Erik Fröjdh
14ec4cf1da
added missing initialization of pthread_mutex ( #728 )
...
* added missing initialization of pthread_mutex
* fixed cut and past error
2023-05-05 14:45:56 +02:00
Erik Fröjdh
ea4aaf743f
modified struct ( #729 )
2023-05-05 14:09:13 +02:00
Erik Fröjdh
61f290441e
Local loop indicies in analogDetector ( #709 )
...
* making ix and iy local variables in analogDetector
2023-05-03 09:18:09 +02:00
80fc7eb220
3 - Jf rawdataprocess wildcards ( #723 )
...
* Fix ROI mapping
* Formatting
* Minor edit
* intial draft of cmake for jungfrau executables Makefile.rawdataprocess
* added the cmake file
* missed Makefile
* added libfmt
* Fix some compiler warnings
* Fix some compiler warnings
* Create filename usining fmt::format
* Rewrite command line parsing with std::string and fmt::format
* Fix file reading
* Fix root string extraction
* Fix ifstream file reading
* Clean up comments
* Add version of rawdataprocess with bash wildcards
* Add version of rawdataprocess that reads inputs from txt-file, still buggy
* fixing missing cstdint
---------
Co-authored-by: vhinger182 <hinger_v@hv_home_lt1.localdomain>
Co-authored-by: Dhanya Thattil <dhanya.thattil@psi.ch>
Co-authored-by: Erik Fröjdh <erik.frojdh@gmail.com>
2023-05-03 09:10:53 +02:00
73a9c42f62
2 - Jf rawdataprocess makefile ( #724 )
...
* Fix ROI mapping
* Formatting
* Minor edit
* intial draft of cmake for jungfrau executables Makefile.rawdataprocess
* added the cmake file
* missed Makefile
* added libfmt
* Fix some compiler warnings
* Fix some compiler warnings
* Fix MAkefile for conda env pyclang_fmt
---------
Co-authored-by: vhinger182 <hinger_v@hv_home_lt1.localdomain>
Co-authored-by: Dhanya Thattil <dhanya.thattil@psi.ch>
Co-authored-by: Erik Fröjdh <erik.frojdh@gmail.com>
2023-05-03 08:50:24 +02:00
72c992bc74
2 - Jf rawdataprocess fmt ( #725 )
...
* Fix ROI mapping
* Formatting
* Minor edit
* intial draft of cmake for jungfrau executables Makefile.rawdataprocess
* added the cmake file
* missed Makefile
* added libfmt
* Fix some compiler warnings
* Fix some compiler warnings
* Create filename usining fmt::format
* Rewrite command line parsing with std::string and fmt::format
* Fix file reading
* Fix root string extraction
* Fix ifstream file reading
* Clean up comments
* Add requested changes to helper functions
* fix const&
---------
Co-authored-by: vhinger182 <hinger_v@hv_home_lt1.localdomain>
Co-authored-by: Dhanya Thattil <dhanya.thattil@psi.ch>
2023-05-03 08:43:45 +02:00
f4e05f7a01
1 - Add cmake for jungfrauExecutables rawdataprocess ( #717 )
...
* Fix ROI mapping
* intial draft of cmake for jungfrau executables Makefile.rawdataprocess
* added the cmake file
* missed Makefile
* added libfmt
* Fix some compiler warnings
---------
Co-authored-by: vhinger182 <hinger_v@hv_home_lt1.localdomain>
Co-authored-by: Dhanya Thattil <dhanya.thattil@psi.ch>
2023-04-27 13:59:13 +02:00