GUI for nanoindentation data
Project description
micromechanics-indentationGUI
Install
highly recommend: installing in a new environment (python >= 3.8) created by Anaconda (https://www.anaconda.com/)
In the terminal, keyboard type the following command and press Enter
pip install micromechanics-indentationGUI
Upgrade
In the terminal, keyboard type the following command and press Enter
pip install --upgrade micromechanics-indentationGUI
Usage
Users need to know:
- For fast reading using HDF5 files:
- Using the given original file (e.g. the XLSX file for G200X), the HDF5 file will be automatically generated at the first calibration/calculation (or when an HDF5 file with the same name as the XLSX file does not exist).
- The automatically generated HDF5 file has the same as the original file (e.g. the XLSX file for G200X) but the file extension of ".h5" and locates in the same folder as the original file.
- The original file extension (e.g. '.xlsx' for G200X) should be given in the path instead of the file extension of the HDF5 file (".h5").
Running by keyboard typing the following command and pressing Enter in the terminal
micromechanics-indentationGUI
Uninstall
In the terminal, keyboard type the following command and press Enter
pip uninstall micromechanics-indentationGUI
More detailed descriptions for developers
Prepare and create a new version
-
Delete RecentFiles.txt in /indentationGUI/micromechanics_indentationGUI
-
Delete *.hf in /indentationGUI/micromechanics_indentationGUI/Examples
-
Set "# pylint: skip-file" for all files named "***_ui.py"
-
Test the code: linting, documentation and then the tests from the project's main directory
pylint micromechanics_indentationGUI/
make -C docs html
# python tests/testVerification.py
Then upload/create-pull-request to GitHub, via
./commit.py 'my message'
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Hashes for micromechanics_indentationGUI-0.1.7-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9d93086dfff3f2315221b5eab2a290411d8efdbfaafbb5da622d5311aa35b24f |
|
MD5 | 3f74ccd4afd68447227d8b1425aae389 |
|
BLAKE2b-256 | 4ade95dd00cbaec4eb187ef2b2964fb5b7f4a7325817e9bdd826b15245601540 |