Releases: MaMMoS-project/ht-data-parser
Releases · MaMMoS-project/ht-data-parser
v0.3.2 – Added NOMAD export (thickness added in .yaml)
Changes
- Added thickness export to .yaml file for NOMAD
Installation
- pip install git+https://github.com/MaMMoS-project/ht-data-parser.git
v0.3.1 – Added NOMAD export (bugfix)
Changes
- Fixed a bug where Film class was not able to read hdf5 folder (read to append mode)
Installation
- pip install git+https://github.com/MaMMoS-project/ht-data-parser.git
v0.3.0 – Added NOMAD export
Changes
- Added Film class to include processing metadata for full wafer.
- Added NOMAD export with .yaml file creation.
- Renamed class names and filenames consistently.
- All functions now have an explicit description of their inputs and outputs.
- Added quantity and ontology to results for MOKE and PROFIL classes. Upon initialisation, a check is run if any results have been added for the first time and writes corresponding attributes to quantity or ontology.
Installation
- pip install git+https://github.com/MaMMoS-project/ht-data-parser.git
v0.2.0 – Added ESRF Classes to ht-data-parser
Changes
- Added ESRFMeas and ESRFScan classes to handle XRD data from ESRF hdf5 files.
- Updated Notebook with examples to read shared HDF5 datafiles.
- Added an abstract XRDMeas class where ESRFMeas and SmartlabMeas inherit from.
- Code cleanup, added comments and deleted redundancies
Installation
- pip install git+https://github.com/MaMMoS-project/ht-data-parser.git
v0.1.0 – First version of the ht-data-parser
Changes
- Added first version (work-in-progress) using MaMMoS entities and quantities for high-throughput data from NEEL
Installation
- pip install git+https://github.com/MaMMoS-project/ht-data-parser.git