mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-04-23 03:22:43 +02:00
Refresh image dataset before loading
This commit is contained in:
@@ -74,6 +74,8 @@ int main (int argc, char *argv[]) {
|
||||
n_new_pulses = 100;
|
||||
}
|
||||
|
||||
H5Drefresh(image_dataset.getId());
|
||||
|
||||
uint64_t start_pulse_id = current_file_last_processed+1;
|
||||
uint64_t end_pulse_id =
|
||||
current_file_last_processed + n_new_pulses;
|
||||
|
||||
Reference in New Issue
Block a user