Back to the main page.
Bug 1927 - /data/test/latest/sens/ctf275.mat is outdated, not the latest
Status | CLOSED FIXED |
Reported | 2013-01-15 19:55:00 +0100 |
Modified | 2014-02-24 10:56:30 +0100 |
Product: | FieldTrip |
Component: | test |
Version: | unspecified |
Hardware: | PC |
Operating System: | Windows |
Importance: | P3 normal |
Assigned to: | Robert Oostenveld |
URL: | |
Tags: | |
Depends on: | 1862 |
Blocks: | |
See also: |
Arjen Stolk - 2013-01-15 19:55:00 +0100
load('/home/common/matlab/fieldtrip/data/test/latest/sens/ctf275.mat') grad = pnt: [596x3 double] ori: [596x3 double] tra: [302x596 double] label: {302x1 cell} unit: 'cm' balance: [1x1 struct] should be something like: grad = tra: [301x594 double] label: {301x1 cell} unit: 'cm' balance: [1x1 struct] coilori: [594x3 double] coilpos: [594x3 double] chanpos: [301x3 double] chanori: [301x3 double] Although the testdata is in the 'latest' directory, it seems outdated.
Robert Oostenveld - 2014-02-24 09:55:27 +0100
I updated test_ft_read_sens to behave similar as test_ft_preprocessing, test_ft_timelockanalysis etc. It is now able to write the sens to mat files in the latest reference data directory. roboos@dccn-c007> svn commit test_ft_read_sens.m Sending test_ft_read_sens.m Transmitting file data . Committed revision 9233. I also ran the following to recreate the mat files. datasets = ref_datasets; test_ft_read_sens(datasets, 1);