ewoksdata.data.nexus.select_default_plot#
- ewoksdata.data.nexus.select_default_plot(nxdata)[source]#
Set the default NXdata group for visualization in the parent hierarchy.
The function walks up the group tree and sets the
defaultattribute in each parent to point to the given NXdata group.- Parameters:
nxdata (h5py.Group) – An HDF5 group representing an NXdata node.
- Return type:
None