Skip to content

Commit

Permalink
updated readme to point to new SurfToSegmentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimbles committed Nov 15, 2018
1 parent addda7b commit 2dfe043
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Neonate/Meshing/Get_Mesh_From_Comsol.m
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
% "Mesh" structure for use in EIT software. Requires COMSOL LIVE LINK
%
% This is for the complete Neonatal mesh used in reconstructions
%
% THIS IS NOW OBSOLETE, USE SurfToSegmentation INSTEAD

%load the tetrahedral Neonatal head mesh
model=mphload('4p5mln_mesh.mph');
Expand Down
8 changes: 7 additions & 1 deletion Neonate/Meshing/readme.md
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
# Meshing Neonate tank
# Meshing Neonate tank# Meshing neonatal tank

## Generate Cylinders
To make the holes in the skull we need to make loads of cylinders aligned to the surface of the skull. You can load the mesh using `Get_Approx_Mesh_For_Holes`. Using this mesh (or the one included), you can make this macro by running `Create_Cylinder_Macro_For_Holes`. Run the `.FCMacro` file in [FREECAD](https://www.freecadweb.org/)

## Generate Mesh for EIT
Run `SurfToSegmentation` - this creates the .inr file directlty from the stl files of the scalp and skull

0 comments on commit 2dfe043

Please sign in to comment.