Back to the main page.
Bug 161 - Test Data for 4D bivariate plotting enhancement
Status | CLOSED FIXED |
Reported | 2010-09-20 14:54:00 +0200 |
Modified | 2019-08-10 12:42:05 +0200 |
Product: | FieldTrip |
Component: | plotting |
Version: | unspecified |
Hardware: | All |
Operating System: | All |
Importance: | P1 enhancement |
Assigned to: | Craig Richter |
URL: | |
Tags: | |
Depends on: | |
Blocks: | |
See also: | http://bugzilla.fieldtriptoolbox.org/show_bug.cgi?id=3359 |
Craig Richter - 2010-09-20 14:54:52 +0200
Created attachment 6 4D coherence data (chan_chan_freq_time) This data is chan_chan_freq_time, with a kurt 217 channel montage, 3 frequency bins, and 5 time points for testing of new plotting functionality. It is coherence data.
Robert Oostenveld - 2010-09-20 15:11:39 +0200
See also http://fieldtrip.fcdonders.nl/development/visualization
Robert Oostenveld - 2017-10-05 13:26:41 +0200
I have saved this data to /home/common/matlab/fieldtrip/data/test/test_bug161.mat it contains coh = struct with fields: label: {217×1 cell} dimord: 'chan_chan_freq_time' cohspctrm: [217×217×3×5 double] freq: [12 18 24] time: [0.7500 0.8000 0.8500 0.9000 0.9500] dof: 1 cfg: [1×1 struct] with cfg = []; cfg.layout = 'ordered' cfg.parameter = 'cohspctrm' cfg.refchannel = 'gui' ft_multiplotTFR(cfg, coh) ft_singleplotTFR(cfg, coh) ft_topoplotTFR(cfg, coh) everything seems to work fine.
Robert Oostenveld - 2019-08-10 12:35:51 +0200
This closes a whole series of bugs that have been resolved (either FIXED/WONTFIX/INVALID) for quite some time. If you disagree, please file a new issue on https://github.com/fieldtrip/fieldtrip/issues.