Scan file:
/dls/i06-1/data/2025/mm39834-1/i06-1-366107.nxs
@axes:
/entry/ca62sr/hkl_k
@signal:
/entry/ca62sr/ca62sr
import hdfmap
f = '/dls/i06-1/data/2025/mm39834-1/i06-1-366107.nxs'
m = hdfmap.create_nexus_map(f)
with m.load_hdf() as h:
data = m.get_plot_data(h)
print(f"Plot axes: {data['axes_names']}") # -> ['h']
WARNING:hdfmap.hdfmap_class:name: 'hkl_k' not in scannables
Scan file:
/dls/i06-1/data/2025/mm39834-1/i06-1-366107.nxs
@axes:
/entry/ca62sr/hkl_k@signal:
/entry/ca62sr/ca62srWARNING:hdfmap.hdfmap_class:name: 'hkl_k' not in scannables