Initial commit. hdf5_lib.py contains functions to read hdf5 file as dataframe. and napp_plotlib contains functions to plot image and spectra. jupyter notebook included to illustrate functions.

This commit is contained in:
2023-08-22 14:28:27 +02:00
parent 8c4851ffea
commit 3e9a26f147
5 changed files with 235 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
*.pyc
__pycache__/