Back to the main page.
Bug 1626 - ft_plot_topo: current vs previous argin fails for ft_databrowser with components, resulting in recomputing the mask each time
Status | CLOSED FIXED |
Reported | 2012-08-02 16:28:00 +0200 |
Modified | 2013-01-17 10:39:52 +0100 |
Product: | FieldTrip |
Component: | plotting |
Version: | unspecified |
Hardware: | PC |
Operating System: | Windows |
Importance: | P3 normal |
Assigned to: | Roemer van der Meij |
URL: | |
Tags: | |
Depends on: | |
Blocks: | |
See also: |
Roemer van der Meij - 2012-08-02 16:28:14 +0200
Which is terribly slow.
Roemer van der Meij - 2012-08-02 17:03:50 +0200
I slightly optimized the 'previousness' detection. It used to compare the scaled/repositioned channel positions to the previous channel positions, I changed it to use the original channel positions. The reasoning being now, "if the previous channels are the same as the current ones, and so is the gridscale, mask and datmask, than the input is the same" (instead of the re-positioned channels)