Back to the main page.
Bug 796 - implement support for yokogawa440 system
Status | CLOSED DUPLICATE |
Reported | 2011-07-06 11:47:00 +0200 |
Modified | 2011-09-14 14:33:39 +0200 |
Product: | FieldTrip |
Component: | yokogawa |
Version: | unspecified |
Hardware: | PC |
Operating System: | Mac OS |
Importance: | P1 normal |
Assigned to: | Kaoru Amano |
URL: | |
Tags: | |
Depends on: | |
Blocks: | |
See also: |
Robert Oostenveld - 2011-07-06 11:47:24 +0200
This involves at least ft_chantype, ft_senslabel, ft_senstype, yokogawa2grad, planarchannelset. After changes to those function, I should "grep yokogawa16"0 and go over all the functions that depend on the MEG system specifics.
Robert Oostenveld - 2011-07-06 11:48:13 +0200
note that this only involves the representation of the channels and sensor positions, and not the file reading.
Robert Oostenveld - 2011-07-06 12:20:43 +0200
manzana> svn commit Sending fileio/private/ft_senslabel.m Sending fileio/private/ft_senstype.m Sending private/planarchannelset.m Transmitting file data ... Committed revision 3776.
Robert Oostenveld - 2011-07-06 12:23:25 +0200
the second set of functions that needs to be updated are the ones that use the yokogawa160 sensortype. These functions can be found with "grep yokogawa160" ft_channelselection.m ft_combineplanar.m ft_megplanar.m ft_prepare_layout.m private/channelposition.m
Robert Oostenveld - 2011-07-06 12:37:51 +0200
I made the changes to the second set of functions manzana> svn commit Sending ft_channelselection.m Sending ft_combineplanar.m Sending ft_prepare_layout.m Adding template/layout/yokogawa440.lay Adding template/layout/yokogawa440_old.lay Transmitting file data ..... Committed revision 3778. All changes still need to be tested. The test should also include checking whether the yokogawa64 and yokogawa160 formats still work.
Stephen Whitmarsh - 2011-07-07 14:35:06 +0200
*** This bug has been marked as a duplicate of bug 801 ***