plot_hdf5 Namespace Reference

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
 

Variable Documentation

◆ A

plot_hdf5.A = data["snapshots/A"][:]

Definition at line 21 of file plot_hdf5.py.

◆ data

plot_hdf5.data = h5py.File("WinNet_data.h5","r")

Definition at line 12 of file plot_hdf5.py.

◆ eu151

tuple plot_hdf5.eu151 = (A==151) & (Z==63)

Definition at line 31 of file plot_hdf5.py.

◆ eu153

tuple plot_hdf5.eu153 = (A==153) & (Z==63)

Definition at line 32 of file plot_hdf5.py.

◆ label

plot_hdf5.label

Definition at line 39 of file plot_hdf5.py.

◆ ni56

tuple plot_hdf5.ni56 = (A==56) & (Z==28)

Definition at line 28 of file plot_hdf5.py.

◆ th232

tuple plot_hdf5.th232 = (A==232) & (Z==90)

Definition at line 29 of file plot_hdf5.py.

◆ time

plot_hdf5.time = data["snapshots/time"][:]

Definition at line 18 of file plot_hdf5.py.

◆ u236

tuple plot_hdf5.u236 = (A==236) & (Z==92)

Definition at line 30 of file plot_hdf5.py.

◆ Y

plot_hdf5.Y = data["snapshots/Y"][:,:]

Definition at line 25 of file plot_hdf5.py.

◆ Z

plot_hdf5.Z = data["snapshots/Z"][:]

Definition at line 22 of file plot_hdf5.py.