We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://scipp.github.io/scippnexus/user-guide/application-definitions.html#Writing-files explains the "advanced" method, but we lacks docs for the pedestrian way.
The text was updated successfully, but these errors were encountered:
What is the "pedestrian way"? Directly using h5py or something in-between?
h5py
Sorry, something went wrong.
Group.__setitem__, create_field and create_class. It is probably best to look in the unit tests, there are many examples.
Group.__setitem__
create_field
create_class
Note also #222 which I just discovered while looking for this.
jokasimr
Successfully merging a pull request may close this issue.
https://scipp.github.io/scippnexus/user-guide/application-definitions.html#Writing-files explains the "advanced" method, but we lacks docs for the pedestrian way.
The text was updated successfully, but these errors were encountered: