A Python package for generating GMSH meshes from SCANCO HR-pQCT images.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
👷🏼 Simone Poncioni
🦴 Musculoskeletal Biomechanics Group
🎓 ARTORG Center for Biomedical Engineering Research, University of Bern
Import a voxel-based model and convert it to a geometrical simplified representation through the use of splines for each slice in the transverse plane.
A Python package for generating GMSH meshes from SCANCO HR-pQCT images. Import a voxel-based model and convert it to a geometrical simplified representation through the use of splines for each slice in the transverse plane.
_For more examples, please refer to the Documentation_
To get a local copy up and running follow these simple example steps.
Clone the repo
git clone https://github.com/artorg-unibe-ch/spline_mesher.git
Install dependencies
conda create -n meshenv python=3.9 --file requirements.txt
conda activate meshenv
python setup.py build_ext --inplace
python setup.py install
For developers: install the package in editable mode and install requirements for testing
pip install -e .
pip install -r requirements-dev.txt
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)Distributed under the MIT License. See LICENSE.txt
for more information.
Simone Poncioni - simone.poncioni@unibe.ch
This work was funded internally by the ARTORG Center for Biomedical Engineering Research and by the Department of Osteoporosis of the University of Bern. Calculations were performed on UBELIX, the HPC cluster at the University of Bern.