-
Notifications
You must be signed in to change notification settings - Fork 225
Closed
Description
I have some h5 output dumps, written by PIConGPU and tried to postprocess them. I am slightly confused, because
h5['/data/16000/fields/FieldE/x'] tells me that the shape is in my case (40000, 2000), BUT
h5['/data/16000/fields/FieldE/x'].attrs['_size'] returns (2000L, 40000L, 1L)
so x and y are swaped?
My Question acutually aims to: Where can I find the correct Grid for the data in general and particularly if I have a moving window?