Back to the main page.
Bug 1285 - make ft_fetch_vol similar to ft_fetch_sens
Status | CLOSED FIXED |
Reported | 2012-01-25 10:48:00 +0100 |
Modified | 2012-08-23 14:02:00 +0200 |
Product: | FieldTrip |
Component: | core |
Version: | unspecified |
Hardware: | PC |
Operating System: | Windows |
Importance: | P3 normal |
Assigned to: | Jörn M. Horschig |
URL: | |
Tags: | |
Depends on: | |
Blocks: | |
See also: |
Jörn M. Horschig - 2012-01-25 10:48:05 +0100
Reasons: 1) consistency 2) overcome the problems with prepare_headmodel for ft_fetch_sens
Jörn M. Horschig - 2012-01-25 12:43:59 +0100
Adding utilities/ft_fetch_vol.m Transmitting file data . Committed revision 5175. implemented together with fixes from bug 1090 and bug 1078
Robert Oostenveld - 2012-07-02 22:52:57 +0200
I have just updated all high-level fieldtrip function documentation. It had gotten unclear to the users how to specify electrode positions, gradiometer definitions and volume conduction models. Rather than explaining the options, the documentation pointed to cfg-parsing-helper functions which are in fieldtrip/private and hence not accessible to the end-user. The documentation that is now present for the end-user states % The volume conduction model of the head should be specified as % cfg.vol = structure with volume conduction model, see FT_PREPARE_HEADMODEL % cfg.hdmfile = name of file containing the volume conduction model, see FT_READ_VOL and % The EEG or MEG sensor positions can be present in the data or can be specified as % cfg.elec = structure with electrode positions, see FT_DATATYPE_SENS % cfg.grad = structure with gradiometer definition, see FT_DATATYPE_SENS % cfg.elecfile = name of file containing the electrode positions, see FT_READ_SENS % cfg.gradfile = name of file containing the gradiometer definition, see FT_READ_SENS