help > RE: fseek error. Help!
Nov 14, 2014  02:11 AM | Alfonso Nieto-Castanon - Boston University
RE: fseek error. Help!
Hi Matt,

The most likely reason for this sort of file access errors is either a full disk or some temporally disconnected drive if using external or network drives. Could you please check if any of these conditions apply? (if the latter consider running your analyses on local storage if possible since that will make them not only more robust to this sort of errors but also considerably faster)

Hope this helps
Alfonso
Originally posted by Matt Reid:
Hello Experts,

I'm new to conn and have had no real problems until now, but here goes. After creating some ROIs/seeds in wfu_pickatlas and importing them into conn I get the following error message when running my first-level analyses:

Error using fseek
Invalid file identifier. Use fopen to generate a valid file identifier.

Error in conn_get_slice (line 15)
fseek(handle,4*sum(V.size.Nv(1:slice-1))*V.size.Nt,-1);

Error in conn_process (line 1662)
[y,idx]=conn_get_slice(Y,slice);

Error in conn_process (line 25)
case 'analyses_gui_seed',disp(['CONN: RUNNING ANALYSIS STEP (ROI-to-ROI or seed-to-voxel analyses)']); conn_process([10:12,15],CONN_x.Analysis);

Error in conn (line 3085)
conn_process('analyses_gui_seed',CONN_x.Analysis);

Error in conn_menumanager (line 102)

feval(CONN_MM.MENU{n0}.callback{n1}{1},CONN_MM.MENU{n0}.callback{n1}{2:end});

CONN v.14.n
SPM8 + ArtRepair Beamforming DEM FieldMap MEEGtools wfupickatlas
Matlab v.2013a

I recently installed the pick atlas and had no trouble prior to that. Could that somehow be the problem?
Additionally, conn seemed to get through most of my subjects (103 out of 108; first-level analyses) before encountering the error, if that helps.
Any help would be greatly appreciated!

Thank you all (in advance)!
Matt

Threaded View

TitleAuthorDate
Matt Reid Nov 4, 2014
Zengjian Wang Nov 19, 2015
RE: fseek error. Help!
Alfonso Nieto-Castanon Nov 14, 2014