William Rigaut1, 2
1 Institut Néel, Centre National de la Recherche Scientifique, 38000 Grenoble, France
2 Université Grenoble Alpes, 38000 Grenoble, France
Read HDF5 is coded in Python code with a Jupyter Notebook provided by Institut Néel under the MaMMoS Project. Package used to convert data obtained from high-throughput experiments into hdf5 datasets. From these hdf5 datasets, a reader is provided to extract data into xarrays. You can contact me for any issues at [email protected]
Available on Windows, MacOS, and Linux. Requires Python 3.8+.
You will need a recent version of python (3.8 or higher) in order to run the python code Installing Jupyter Notebook is also highly recommanded since a detail tutorial is provided.
Then you will need to create a new python environnement to import the required libraries,
you can do that with the following command in a terminal:
python3 -m venv .venv
and then:
source .venv/bin/activate
Finally to import all the libraries:
pip install -r requirements.txt
Once the installation is done, you can open the Notebook Reader_HDF5_NEEL.ipynb
No example dataset is provided, contact me if you need an example.
If you require support, have questions, want to report a bug, or want to suggest an improvement, please contact me at [email protected]
MIT License