You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Adds nxopen as an alias to nxload, returning the NeXus file tree as a NXroot object.
Adds context manager functions to the NXroot class. This allows the use of with nxopen(...) as f: to open NeXus files in a similar way to the standard Python open syntax. In this example, f is the NXroot group of the NeXus file.
Allows NXroot objects to be sorted by their internal names.
Allows NXlink objects to be equated when they share the same target.
Fixes a bug when plotting 2D data with the 'tab10' color map.