Skip to content

wrong choice of axes in hkl scan for i06-1 #31

@DanPorter

Description

@DanPorter

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions