This package provides utilities to manage H5 datasets for collating data from various types of mechanical characterisation methods.
The package is structured as follows:
manager.py: Contains classes for managing access (read/write/query) to genericH5files. Subclasses are tailored for specific datasets.interface.py: Includes classes to convert spreadsheet files intoH5files, whether generic or specific. The module also include classes to convert datasets inH5files into VTK for visualisation purposes.view.py: Collates some utilities to plot datasets inH5files, e.g., histograms, and scatter plots.
MECH5 currently supports:
- I/O for generic
H5files. - I/O for computed tomography (CT)
H5files. - Conversion from spreadsheets into the above files.