fixed wrong path in NeXus IDF V2.
This commit is contained in:
2
src/external/nexus/PNeXus.cpp
vendored
2
src/external/nexus/PNeXus.cpp
vendored
@@ -3931,7 +3931,7 @@ void nxH5::PNeXus::Dump()
|
|||||||
std::cout << std::endl << " dead_time:";
|
std::cout << std::endl << " dead_time:";
|
||||||
std::cout << std::endl;
|
std::cout << std::endl;
|
||||||
try {
|
try {
|
||||||
auto dead_time = std::any_cast<PNXdata<float>>(fDataMap["/raw_data_1/instrument/detector_1/dead_time"]);
|
auto dead_time = std::any_cast<PNXdata<float>>(fDataMap["/raw_data_1/detector_1/dead_time"]);
|
||||||
const auto& data = dead_time.GetData();
|
const auto& data = dead_time.GetData();
|
||||||
|
|
||||||
// dump the first couple of raw_times
|
// dump the first couple of raw_times
|
||||||
|
|||||||
Reference in New Issue
Block a user