Skip to content

EIT-team/EITPipelineExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Making EIT images

How to go from Geometry -> Mesh -> Forward -> Inverse -> EIT image

To make an image you need to install and make visible to Matlab:

  1. iso2mesh - add folder to matlab path. This contains useful tools for handling meshes in Matlab
  2. Mesher - add MATLAB folder to path. If you are using WSL to run the linux software on Windows, its better to have this in a windows folder that in ubuntu looks like /mnt/c/Users/User/Mesher. This creates the FEM models from segmentations
  3. Supersolver - add src directory. This runs the forward model and creates the jacobian
  4. Reconstruction - add src/matlab. This inverts the jacobian and creates images
  5. paraview - views the output vtk files

Each directory has examples, some of which is repeated here, so if something is not working then check within the specific directory for more info.

About

How to go from Geometry -> Mesh -> Forward -> Inverse -> EIT image

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages