![]() |
Variables | |
data = h5py.File("WinNet_data.h5","r") | |
time = data["snapshots/time"][:] | |
A = data["snapshots/A"][:] | |
Z = data["snapshots/Z"][:] | |
Y = data["snapshots/Y"][:,:] | |
tuple | ni56 = (A==56) & (Z==28) |
tuple | th232 = (A==232) & (Z==90) |
tuple | u236 = (A==236) & (Z==92) |
tuple | eu151 = (A==151) & (Z==63) |
tuple | eu153 = (A==153) & (Z==63) |
label | |
plot_hdf5.A = data["snapshots/A"][:] |
Definition at line 21 of file plot_hdf5.py.
plot_hdf5.data = h5py.File("WinNet_data.h5","r") |
Definition at line 12 of file plot_hdf5.py.
Definition at line 31 of file plot_hdf5.py.
Definition at line 32 of file plot_hdf5.py.
plot_hdf5.label |
Definition at line 39 of file plot_hdf5.py.
Definition at line 28 of file plot_hdf5.py.
Definition at line 29 of file plot_hdf5.py.
plot_hdf5.time = data["snapshots/time"][:] |
Definition at line 18 of file plot_hdf5.py.
Definition at line 30 of file plot_hdf5.py.
plot_hdf5.Y = data["snapshots/Y"][:,:] |
Definition at line 25 of file plot_hdf5.py.
plot_hdf5.Z = data["snapshots/Z"][:] |
Definition at line 22 of file plot_hdf5.py.