From 643be9738ffbcb18620ed9331505d99890fb7d96 Mon Sep 17 00:00:00 2001 From: Andreas Suter Date: Thu, 5 Feb 2026 12:59:10 +0100 Subject: [PATCH] fixed wrong path in NeXus IDF V2. --- src/external/nexus/PNeXus.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/external/nexus/PNeXus.cpp b/src/external/nexus/PNeXus.cpp index 6fc8b4d3..7ac89f2f 100644 --- a/src/external/nexus/PNeXus.cpp +++ b/src/external/nexus/PNeXus.cpp @@ -3892,7 +3892,7 @@ void nxH5::PNeXus::Dump() auto raw_time = std::any_cast>(fDataMap["/raw_data_1/instrument/detector_1/raw_time"]); const auto& data = raw_time.GetData(); - // Check for attributes + // Check for attributes if (raw_time.HasAttribute("units")) { try { auto units = std::any_cast(raw_time.GetAttribute("units")); @@ -3902,7 +3902,7 @@ void nxH5::PNeXus::Dump() } } - // dump the first couple of raw_times + // dump the first couple of raw_times std::cout << " "; for (unsigned int i=0; i>(fDataMap["/raw_data_1/instrument/detector_1/dead_time"]); + auto dead_time = std::any_cast>(fDataMap["/raw_data_1/detector_1/dead_time"]); const auto& data = dead_time.GetData(); - // dump the first couple of raw_times + // dump the first couple of raw_times std::cout << " "; for (unsigned int i=0; i