|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+[](https://drone.unino.de/pvivell/radangel)
|
|
1
|
2
|
|
|
2
|
3
|
# Radangel
|
|
3
|
4
|
## Device: Kromek RadAngel
|
|
|
@@ -14,8 +15,6 @@ The digitized detector signals are sent to a PC via the mini-USB which also powe
|
|
14
|
15
|

|
|
15
|
16
|
|
|
16
|
17
|
## Daemon: radangel
|
|
17
|
|
-[](https://drone.unino.de/pvivell/radangel)
|
|
18
|
|
-
|
|
19
|
18
|
|
|
20
|
19
|
The `radangel` binary communicates with the RadAngel HID device (`04d8:0100`) via USB (`hidapi-libusb`) and uses threads (`pthreads`) to read events and push them in a queue, then pop them from the queue and write them into files.
|
|
21
|
20
|
|