Refresh image dataset before loading

This commit is contained in:
2020-04-20 18:43:28 +02:00
parent ecb3644dff
commit 059bd5f9d9
+2
View File
@@ -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;