|
musrfit 1.10.0
|
HDF4 implementation of the NeXus file reader/writer. More...
Classes | |
| class | PNeXus |
| NeXus HDF4 file reader with case-insensitive path lookup. More... | |
| class | PNeXusDeadTime |
| Dead time correction calculator for muon detector data. More... | |
| class | PNXdata |
| Template class for storing HDF4 dataset content with attributes. More... | |
Enumerations | |
| enum class | H4DataType { kINT32 , kFLOAT32 , kFLOAT64 , kCHAR8 , kUINT32 , kINT16 , kUINT16 , kINT8 , kUINT8 } |
| HDF4 data type enumeration. More... | |
HDF4 implementation of the NeXus file reader/writer.
The nxH4 namespace provides classes and functions for reading and writing NeXus files in HDF4 format. This implementation uses the HDF4 C API (mfhdf.h, hdf.h) and provides case-insensitive path lookup.
Key Classes:
Requirements:
|
strong |
HDF4 data type enumeration.
This enum maps to HDF4 numeric types (DFNT_*) for type-safe dataset handling