Back to the main page.
Bug 1587 - ensure consistent handling of skin/skull/brain/source surfaces in vol
| Status |
ASSIGNED |
| Reported |
2012-07-03 12:03:00 +0200 |
| Modified |
2013-01-23 13:07:33 +0100 |
| Product: |
FieldTrip |
| Component: |
forward |
| Version: |
unspecified |
| Hardware: |
PC |
| Operating System: |
Mac OS |
| Importance: |
P3 normal |
| Assigned to: |
Robert Oostenveld |
| URL: |
|
| Tags: |
|
| Depends on: |
|
| Blocks: |
|
| See also: |
|
Robert Oostenveld - 2012-07-03 12:03:19 +0200
ft_datatype_headmodel and ft_prepare_vol_sens are now inconsistent (and perhaps more functions), They make use of
vol.source
vol.skin_surface
vol.skin
vol.inner_skull_surface
which overlap in functionality.
TODO
- inventorise their use
- see whether they should be stored in the vol (faster), or whether they can always be computed on the fly (more robust)