-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
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
Debugging a New File #1525
Labels
Comments
The last file can be opened and read 🎉 In openPMD-viewer, this has still some issues with the GUI cc @RemiLehe due to not-recognized
leading to a
|
import h5py
f = h5py.File("ez_00000005.h5")
f["/data/5/fields/ez"]
# <HDF5 dataset "ez": shape (512, 512), type "<f8">
list(f["/data/5/fields/ez"].attrs)
['LONG_NAME',
'UNITS',
'axisLabels',
'dataOrder',
'geometry',
'geometryParameters',
'gridGlobalOffset',
'gridSpacing',
'gridUnitSI',
'position',
'time',
'timeOffset',
'unitDimension',
'unitSI']
f["/data/5/fields/ez"].attrs["geometry"]
# b'cartesian'
# this will be fixed next to have two arguments only
f["/data/5/fields/ez"].attrs["axisLabels"]
# array([b'r', b'\\xi', b''], dtype='|S100') |
New file: readable, openPMD-viewer plotting in time series not yet showing a plot, but recognizing the field already: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Debugging a new file output with @tsung1029 right now.
passes the validator but not yet
openpmd-ls
/ the reference API reader. It seems it tries to open the group w/o the 0-prefixes.ez_00000005.h5.tar.gz
We are continuing tomorrow with a new file :)
iterationFormat
for file nameThe text was updated successfully, but these errors were encountered: