<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Dear Fieldtripers, <div class=""><br class=""></div><div class="">During one of my EEG sessions, the recording stopped because the computer was actually full. The file that results from this recording before it stopped contains almost all the data (weight 380 Mo) so I am sure that the signal have been recorded during this time period. </div><div class=""><br class=""></div><div class="">However, when I am trying to preprocess this file, I have the following error:</div><div class=""><br class=""></div><div class=""><div class=""><font color="#b51a00" class="">One or more output arguments not assigned during call to "read_24bit".</font></div><div class=""><font color="#b51a00" class=""><br class=""></font></div><div class=""><font color="#b51a00" class="">Error in read_biosemi_bdf>readLowLevel (line 282)</font></div><div class=""><font color="#b51a00" class="">  buf = read_24bit(filename, offset, numwords);</font></div><div class=""><font color="#b51a00" class=""><br class=""></font></div><div class=""><font color="#b51a00" class="">Error in read_biosemi_bdf (line 257)</font></div><div class=""><font color="#b51a00" class="">      buf = readLowLevel(filename, offset, epochlength*nchans); % see below in subfunction</font></div><div class=""><font color="#b51a00" class=""><br class=""></font></div><div class=""><font color="#b51a00" class="">Error in ft_read_data (line 403)</font></div><div class=""><font color="#b51a00" class="">    dat = read_biosemi_bdf(filename, hdr, begsample, endsample, chanindx);</font></div><div class=""><font color="#b51a00" class=""><br class=""></font></div><div class=""><font color="#b51a00" class="">Error in ft_preprocessing (line 579)</font></div><div class=""><font color="#b51a00" class="">      dat = ft_read_data(cfg.datafile, 'header', hdr, 'begsample', begsample, 'endsample', endsample,</font></div><div class=""><font color="#b51a00" class="">      'chanindx', rawindx, 'checkboundary', strcmp(cfg.continuous, 'no'), 'dataformat', cfg.dataformat);</font></div><div class=""><font color="#b51a00" class=""><br class=""></font></div><div class=""><font color="#b51a00" class="">Error in preprocessing_Shock (line 64)</font></div><div class=""><font color="#b51a00" class="">    allData_preprosses = ft_preprocessing(cfg);</font></div></div><div class=""><br class=""></div><div class="">Other data files do not have any errors in the preprocessing, so this is really related to that file only and this is also the only one for which the recording stopped. </div><div class=""><br class=""></div><div class="">I would like to know how to be able to save this data file and be able to perform my preprocessing. Since the data have been recorded normally before the crash, I guess that technically I should be able to, but I do not find any information.</div><div class=""><br class=""></div><div class="">Many thanks!</div><div class=""><br class=""></div><div class="">Emilie</div><div class=""><br class="">
<br class=""></div></body></html>