mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-08 06:32:03 +02:00
Add move to test dataset
This commit is contained in:
@@ -25,7 +25,9 @@ public:
|
||||
|
||||
// After format has been writen, where to move the raw datasets.
|
||||
dataset_move_mapping.reset(
|
||||
new std::unordered_map<string, string>({}));
|
||||
new std::unordered_map<string, string>({
|
||||
{config::raw_image_dataset_name, "detector/data"}
|
||||
}));
|
||||
|
||||
// Definition of the file format.
|
||||
file_format.reset(
|
||||
|
||||
Reference in New Issue
Block a user