Skip to content

Commit

Permalink
disable WIB frame error checks, as bitfield is not understood properly
Browse files Browse the repository at this point in the history
  • Loading branch information
roland-sipos committed Mar 10, 2022
1 parent b734af2 commit 0cd1442
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/fdreadoutlibs/wib/WIBFrameProcessor.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,8 @@ class WIBFrameProcessor : public readoutlibs::TaskRawDataProcessorModel<types::W
// Setup pre-processing pipeline
TaskRawDataProcessorModel<types::WIB_SUPERCHUNK_STRUCT>::add_preprocess_task(
std::bind(&WIBFrameProcessor::timestamp_check, this, std::placeholders::_1));
TaskRawDataProcessorModel<types::WIB_SUPERCHUNK_STRUCT>::add_preprocess_task(
std::bind(&WIBFrameProcessor::frame_error_check, this, std::placeholders::_1));
//TaskRawDataProcessorModel<types::WIB_SUPERCHUNK_STRUCT>::add_preprocess_task(
//std::bind(&WIBFrameProcessor::frame_error_check, this, std::placeholders::_1));

TaskRawDataProcessorModel<types::WIB_SUPERCHUNK_STRUCT>::conf(cfg);
}
Expand Down

0 comments on commit 0cd1442

Please sign in to comment.