Raw frames dataset name out of format

This commit is contained in:
2018-02-12 15:34:10 +01:00
parent b08e413e98
commit a45c399edc
6 changed files with 5 additions and 11 deletions
-5
View File
@@ -897,11 +897,6 @@ class NXmxFormat : public H5Format
}));
}
string get_raw_frames_dataset_name() const override {
return "raw_data";
}
string get_frames_dataset_name() const override {
return "entry/plottable_data/data";
}