Back to the main page.
Bug 1576 - actvsblT cannot handle source data (yet)
| Status | CLOSED WONTFIX |
| Reported | 2012-07-02 11:54:00 +0200 |
| Modified | 2019-08-10 12:02:58 +0200 |
| Product: | FieldTrip |
| Component: | core |
| Version: | unspecified |
| Hardware: | PC |
| Operating System: | Windows |
| Importance: | P3 normal |
| Assigned to: | |
| URL: | |
| Tags: | |
| Depends on: | |
| Blocks: | |
| See also: |
Jörn M. Horschig - 2012-07-02 11:54:24 +0200
I fixed it in my repository by adding around line 84 switch cfg.dimord case 'voxel' nchan = size(dat, 1); nfreq = 1; ntime = 1; [nsmpls,nrepl] = size(dat); (...) works fine, should be alright. I just don't know whether this actually makes sense (I beamed gamma, and want to check subject individual differences for selectint a ROI) - does it?
Robert Oostenveld - 2012-07-02 12:07:40 +0200
I don't think it makes sense. The A versus B selection pertains to different selections along the time axis. If your input data (one structure) does not contain time, actvsblT should not allow you to compute anlything.
Jörn M. Horschig - 2013-01-23 15:02:19 +0100
okidoki, wontfix