Name | Type | Voltage | ADC channel | HUV channel |
---|---|---|---|---|
Test PMT | NightVision PM2211-1051 | 1636 V | ? | 33 |
Cal PMT | NightVision PM2208-9140 | 1696 V | ? | 31 |
LED | xxx nm | xxx | xxx | xxx |
- Open the Dark Box lid, and move light source to specific angle and distance
- Close the Dark Box lid, and put shade on it
- Turn on the test PMT and cali PMT and wait for the voltage to set level
- Change info in
/home/tao/Concentrator/data/config/setting.csv
- Waiting for xxx minutes to allow the dark noise to settle to a constant level
- Execute the
make sample
command to start data acquisition - Move data files to Backup disk
- Start next measurement according step 1-7
- A csv records the setting.
- runno
- filenum: estimate sample time duration
- angle
- distance
- The code is under
pcie_control/tools
, compile and generate the executablebuild/pcie_control
# Compile using CMake
mkdir -p build && cd build
cmake ..
make
- General configuration:
Makefile
- data output path:
datadir
the data is stored in the path.
- data output path:
- Sample as the administrator:
# check the sample setting
make mock_sample
# sample
make sample