new pedestal for Bernina 16M and json library in makefile

This commit is contained in:
Dmitry Ozerov
2020-06-02 09:43:46 +02:00
committed by babic_a
parent 7ca8630681
commit dce0cc1628
2 changed files with 4 additions and 3 deletions
+3 -2
View File
@@ -12,7 +12,8 @@ set_target_properties(sf-stream PROPERTIES OUTPUT_NAME sf_stream)
target_link_libraries(sf-stream
sf-stream-lib
zmq
pthread)
pthread
jsoncpp)
enable_testing()
add_subdirectory(test/)
add_subdirectory(test/)
+1 -1
View File
@@ -120,7 +120,7 @@ int main (int argc, char *argv[])
header["pulse_id"] = (Json::Value::UInt64)pulse_id;
//this needs to be re-read from external source
header["pedestal_file"] = "/sf/bernina/data/p17534/res/JF_pedestals/pedestal_20200423_1018.JF07T32V01.res.h5";
header["pedestal_file"] = "/sf/bernina/data/p17534/res/JF_pedestals/pedestal_20200529_1408.JF07T32V01.res.h5";
header["gain_file"] = "/sf/bernina/config/jungfrau/gainMaps/JF07T32V01/gains.h5";
header["number_frames_expected"] = 10000;