Back to the main page.
Bug 1185 - ft_connectivityplot should be extended to also support time and time_freq
Status | CLOSED FIXED |
Reported | 2011-11-26 02:21:00 +0100 |
Modified | 2017-01-17 11:30:36 +0100 |
Product: | FieldTrip |
Component: | plotting |
Version: | unspecified |
Hardware: | All |
Operating System: | All |
Importance: | P3 enhancement |
Assigned to: | Jan-Mathijs Schoffelen |
URL: | |
Tags: | |
Depends on: | |
Blocks: | |
See also: |
Robert Oostenveld - 2011-11-26 02:21:54 +0100
At the moment it does % FT_CONNECTIVITYPLOT plots frequency domain connectivity with dimord % 'chan_chan_freq'. The data are rendered in a square grid of subplots % and each subplot containing the spectrum. But it would be trivial to have it also allow dimord=chan_chan_freq, and reasonably simple to implement it for dimord=chan_chan_freq_time
Boris Reuderink - 2011-11-28 15:33:29 +0100
Defect by developer, changed status to NEW.
Jan-Mathijs Schoffelen - 2011-12-07 14:09:27 +0100
don't forget to make a test script
Jan-Mathijs Schoffelen - 2017-01-05 12:43:34 +0100
PR 293 implements TFR plotting. Since FT does not yet produce time only connectivity metrics, I'll leave the chan_chan_time untouched for now (actually now it throws an explicit error). Code currently contains some placeholders to implement it. It may even already work if the error is removed.