Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/computationalphysiology/cardiac-geometries-core
https://github.com/computationalphysiology/cardiac-geometries-core
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/computationalphysiology/cardiac-geometries-core
- Owner: ComputationalPhysiology
- License: mit
- Created: 2024-02-25T09:55:39.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-25T12:27:05.000Z (2 months ago)
- Last Synced: 2024-11-25T13:28:06.880Z (2 months ago)
- Language: Python
- Size: 57.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cardiac geometries core
Gmsh files for caridac geometries
Source code : https://github.com/ComputationalPhysiology/cardiac-geometries-core
## Install
You can install the package with pip
```
python3 -m pip install cardiac-geometries-core
```
or you can just run a container without any installation, i.e
```
docker run --rm -w /home/shared -v $PWD:/home/shared -it ghcr.io/computationalphysiology/cardiac-geometries-core:latest
```
For example the following command will create an lv ellipsoid and save it to a file called `lv-mesh.msh`
```
docker run --rm -w /home/shared -v $PWD:/home/shared -it ghcr.io/computationalphysiology/cardiac-geometries-core:latest lv-ellipsoid lv-mesh.msh
```## Authors
Henrik Finsberg ([email protected])## License
MIT