Back to the main page.
Bug 666 - CTF system fault writing data?
Status | CLOSED WONTFIX |
Reported | 2011-05-13 16:59:00 +0200 |
Modified | 2012-04-11 16:48:43 +0200 |
Product: | FieldTrip |
Component: | external |
Version: | unspecified |
Hardware: | PC |
Operating System: | Linux |
Importance: | P1 minor |
Assigned to: | Robert Oostenveld |
URL: | |
Tags: | |
Depends on: | |
Blocks: | |
See also: |
Stephen Whitmarsh - 2011-05-13 16:59:28 +0200
When preprocessing my CTF data i get the following 'warning': getCTFdata: dataList error: points=2389:2388 trial=89 points/trial=12000 No. of trials=170 subsequenty I end up with one broken trial. No disaster, just want to document in case of future system issues or whatever
Robert Oostenveld - 2011-05-13 21:57:14 +0200
changed status from multiple bugs from NEW into ASSIGNED
Robert Oostenveld - 2011-05-13 21:58:09 +0200
changed status from multiple bugs from NEW to ASSIGNED
Robert Oostenveld - 2011-11-22 13:04:53 +0100
CTF writes data in segments, which (in case of continuous recordings) are usually 10 seconds long. Apparently your last segment of the file was not completely written. My conclusion is that your dataset is (mildly) broken, and that is something that FT is not able to fix.
Stephen Whitmarsh - 2011-11-22 14:31:02 +0100
Just to be clear, its not the last part of the file since the broken trial was somewhere in the middle (trial 89 of 170). This bug was filed more as a technical note, to make sure it is reported someplace, perhaps for inhouse awareness, in case it repeats itself. (I would not expect FT to be able to fix it).
Robert Oostenveld - 2011-11-23 09:15:38 +0100
(In reply to comment #4) it could still be at the end of a file. New files are created for every 2GB chunk of data. So it might be the meg_1 file, whereas the meg_2 file is again ok. And end-of file problem could also have been introduced when copying the data.