LightForm-group / Diffraction-postprocessing

A repository for post-processing matflow-damask simulations using python functions to calculate and plot stress, strain, etc. in a easy-to-follow jupyter notebook.
MIT License
4 stars 0 forks source link

Import data without loading in entire `.hdf5` file. #11

Open Gbowker opened 1 year ago

Gbowker commented 1 year ago

Instead of saving the simulation data imported from the workflow.hdf5 file as a python dictionary .pkl file, it would be better to only import the data required for each calculation plotting cell in the notebooks with h5py's h5.get function. See stackoverflow about this here.