Back to the main page.
Bug 3196 - prepare_mesh_tetrahedral is missing for SIMBIO tetrahedral meshes
Status | CLOSED FIXED |
Reported | 2016-11-01 10:31:00 +0100 |
Modified | 2017-01-17 11:29:49 +0100 |
Product: | FieldTrip |
Component: | forward |
Version: | unspecified |
Hardware: | PC |
Operating System: | Mac OS |
Importance: | P5 normal |
Assigned to: | Robert Oostenveld |
URL: | |
Tags: | |
Depends on: | |
Blocks: | |
See also: |
Robert Oostenveld - 2016-11-01 10:31:15 +0100
Robert Oostenveld - 2016-11-01 11:37:41 +0100
I made a branch and some commits commit afa7c5651a1b584ac23ac516f088980f64166fa2 Author: Robert Oostenveld <r.oostenveld@xxx> Date: Tue Nov 1 11:36:16 2016 +0100 ENH - added implementation for tetrahedral meshes, cleaned up the code for hexahedral meshes (no functional changes) and added a test script. See http://bugzilla.fieldtriptoolbox.org/show_bug.cgi?id=3196 commit efefca5428e6a8ff9c6ea4d6afda5e4e1cb7409c Author: Robert Oostenveld <r.oostenveld@xxx> Date: Tue Nov 1 11:15:47 2016 +0100 ENH - restructured the file names, prepare_cortexhull.m is now prepare_mesh_cortexhull.m in line with the other methods commit c811467a904291889ab61d53ee3256e341de0c35 Author: Robert Oostenveld <r.oostenveld@xxx> Date: Tue Nov 1 11:09:28 2016 +0100 ENH - use reducepatch with isosurface to get the desired number of vertices commit 86d4bbb40550fe373fb207aa7d0540abe2e38027 Author: Robert Oostenveld <r.oostenveld@xxx> Date: Tue Nov 1 11:08:36 2016 +0100 DOC - improved documentation and help
Robert Oostenveld - 2016-11-01 17:28:57 +0100
I made more cleanups, added a test script, tested it (worked more-or-less on linux, not on OSX), updated external/iso2mesh and merged into the master. See https://github.com/fieldtrip/fieldtrip/pull/251