mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-14 06:05:35 +02:00
remove check for daq_rec inconsistencies between modules, can be valid setup
This commit is contained in:
committed by
Data Backend account
parent
caef068960
commit
ad59736153
@@ -163,10 +163,6 @@ ImageMetadataBlock* ImageAssembler::get_metadata_buffer(const uint64_t bunch_id)
|
||||
image_is_good_frame[i_pulse] = 0;
|
||||
}
|
||||
|
||||
if (frame_meta.daq_rec != image_daq_rec[i_pulse]) {
|
||||
image_is_good_frame[i_pulse] = 0;
|
||||
}
|
||||
|
||||
if (frame_meta.n_recv_packets != JF_N_PACKETS_PER_FRAME) {
|
||||
image_is_good_frame[i_pulse] = 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user