Back to the main page.
Bug 2267 - examples do not work
Status | ASSIGNED |
Reported | 2013-08-26 21:22:00 +0200 |
Modified | 2014-11-12 17:12:29 +0100 |
Product: | FieldTrip |
Component: | documentation |
Version: | unspecified |
Hardware: | PC |
Operating System: | Windows |
Importance: | P1 normal |
Assigned to: | Jennifer Swart |
URL: | |
Tags: | |
Depends on: | |
Blocks: | |
See also: |
Ekaterina - 2013-08-26 21:22:40 +0200
http://fieldtrip.fcdonders.nl/getting_started/bdf?s[]=vol&s[]=mm&s[]=units&s[]=dip&s[]=pos cfg = []; cfg.layout = 'biosemi160lay.mat'; cfg.zparam = 'Vdata'; figure; ft_topoplotER(cfg, source); This example and others like him do not work, since 'datatype' for ft_topoplotER can be only {'timelock', 'freq', 'comp'}, and we have 'dip'
Robert Oostenveld - 2013-08-26 21:28:06 +0200
after dipolefitting the source structure should have the model data in it, i.e. the ERF as predicted by the best fitting dipole model. That can in principle be printed. However, I can imagine that the checks in topoplotER have become more strict, causing the function nowadays to fail on the input data check. Can you attach the problematic source structure?
Ekaterina - 2013-09-02 22:40:45 +0200
Created attachment 509 test_topoplotER
Ekaterina - 2013-09-02 22:43:47 +0200
Dear Robert, I'm sorry for the delay