Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/computationalphysiology/cardiac-geometries-core


https://github.com/computationalphysiology/cardiac-geometries-core

Last synced: about 2 months ago
JSON representation

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