Back to the main page.

Bug 3245 - we should have a CTF151 layout with the fancy helmet

Status CLOSED FIXED
Reported 2017-02-08 12:25:00 +0100
Modified 2019-08-10 12:40:54 +0200
Product: FieldTrip
Component: plotting
Version: unspecified
Hardware: PC
Operating System: Mac OS
Importance: P5 normal
Assigned to: Robert Oostenveld
URL:
Tags:
Depends on:
Blocks:
See also:

Robert Oostenveld - 2017-02-08 12:25:28 +0100


Robert Oostenveld - 2017-02-08 12:27:40 +0100

Created attachment 827 ctf151_helmet I made it based on the old ctf151 and the new ctf275_helmet layout: %% cfg = []; cfg.layout = 'CTF151.lay'; CTF151 = ft_prepare_layout(cfg); cfg = []; cfg.layout = 'CTF275.lay'; CTF275 = ft_prepare_layout(cfg); cfg = []; cfg.layout = 'CTF275_helmet.mat'; CTF275_helmet = ft_prepare_layout(cfg); figure; ft_plot_lay(CTF151); axis on; figure; ft_plot_lay(CTF275); axis on; figure; ft_plot_lay(CTF275_helmet); axis on; %% CTF151_helmet = []; CTF151_helmet.label = CTF151.label; CTF151_helmet.pos(:,1) = 0.95*(CTF151.pos(:,1)-0.0); CTF151_helmet.pos(:,2) = 0.98*(CTF151.pos(:,2)-0.01); CTF151_helmet.width = 0.9*CTF151.width; CTF151_helmet.height = 0.9*CTF151.height; CTF151_helmet.mask = CTF275_helmet.mask; CTF151_helmet.outline = CTF275_helmet.outline; CTF151_helmet.pos(strcmp(CTF151_helmet.label, 'SCALE'),:) = [ 0.4 0.45]; CTF151_helmet.pos(strcmp(CTF151_helmet.label, 'COMNT'),:) = [-0.4 0.45]; figure; ft_plot_lay(CTF151_helmet); axis on;


Robert Oostenveld - 2017-02-08 12:30:50 +0100

I renamed it to "lay" and saved it as >> save CTF151_helmet.mat lay I pushed it straight to the master: [master 6fd7990] ENH - added fancy helmet for 151-channel CTF system, see http://bugzilla.fieldtriptoolbox.org/show_bug.cgi?id=3245 2 files changed, 2 insertions(+) create mode 100644 template/layout/CTF151_helmet.mat


Robert Oostenveld - 2019-08-10 12:34:44 +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.


Robert Oostenveld - 2019-08-10 12:40:54 +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.