diff --git a/csaxs/CsaxsFormat.cpp b/csaxs/CsaxsFormat.cpp index d9d06a3..5cb66e8 100644 --- a/csaxs/CsaxsFormat.cpp +++ b/csaxs/CsaxsFormat.cpp @@ -1,5 +1,6 @@ #include #include +#include #include "config.hpp" #include "H5Format.hpp" @@ -19,14 +20,15 @@ class CsaxsFormat : public H5Format CsaxsFormat(const string& dataset_name) { - + input_value_type.reset(new unordered_map()); + default_values.reset(new unordered_map()); + // After format has been writen, where to move the raw datasets. dataset_move_mapping.reset(new std::unordered_map( { {config::raw_image_dataset_name, "data/" + dataset_name + "/data"}, })); - input_value_type.reset(new unordered_map()); // Definition of the file format. file_format.reset(