Back to the main page.
Bug 1806 - grad.type has to be updated following ft_megplanar
| Status | CLOSED FIXED |
| Reported | 2012-10-31 16:30:00 +0100 |
| Modified | 2013-02-19 10:20:17 +0100 |
| Product: | FieldTrip |
| Component: | core |
| Version: | unspecified |
| Hardware: | PC |
| Operating System: | Mac OS |
| Importance: | P3 normal |
| Assigned to: | Robert Oostenveld |
| URL: | |
| Tags: | |
| Depends on: | 1959 |
| Blocks: | |
| See also: |
Robert Oostenveld - 2012-10-31 16:30:43 +0100
as of 30 October it is set in ft_datatype_sens, which is called upon reading the header. From that moment on, it will stick. Following ft_megplanar, the representation is not ctf151 any more, but rather ctf151_planar. (a similar consideration applies to ft_componentanalysis)
Robert Oostenveld - 2012-10-31 16:45:13 +0100
ft_megrealing might also be affected, when interpolating from one to another gradiometer system
Robert Oostenveld - 2012-10-31 18:06:20 +0100
made a test script and in the process fixed some other functions. It seems to behave sane now. mac001> svn commit ft_megrealign.m utilities/ft_datatype_sens.m ft_componentanalysis.m test/test_bug1806.m Sending ft_componentanalysis.m Sending ft_megrealign.m Adding test/test_bug1806.m Sending utilities/ft_datatype_sens.m Transmitting file data .... Committed revision 6842. and a small update to the test script Committed revision 6843.