v1.0.0-rc.59

This commit is contained in:
2025-07-03 22:32:07 +02:00
parent 5f8b1d7de7
commit f5ef540ca0
138 changed files with 190 additions and 160 deletions
+3 -1
View File
@@ -13,7 +13,9 @@ class HDF5DataFilePluginAzInt : public HDF5DataFilePlugin {
std::vector<float> az_int_bin_to_q;
std::vector<float> az_int_bin_to_two_theta;
std::vector<float> az_int_bin_to_phi;
std::unique_ptr<HDF5DataSet> dataset;
std::vector<float> az_int_image;
// std::unique_ptr<HDF5DataSet> dataset;
public:
explicit HDF5DataFilePluginAzInt(const StartMessage &start);
void OpenFile(HDF5File &data_file, const DataMessage& msg) override;