Add HDF5 examples
Closes #50 (closed)
Added HDF5 examples for:
- exafs (1D data): energy scan with a 0D detector (diode)
- fullfield exafs (3D data): energy scan with a 2D detector
- fluoxas (1D data): 2D mapping at multiple energies with a 0D detector (diode)
- exafsgrid (1D data): energy scan at 2D grid positions with a 0D detector (diode)
The example data will be cached when used the first time
from est import resources
path = resources.generated_resource_path("exafs/EXAFS_Cu.dat")
Edited by Wout De Nolf