Hi
I have recently tried to create a new table and I received the following message after loading it in QDEC:
Loading data table /home/virtualuser/apps/freesurfer/subjects/qdec.table.dat... Number of columns: 5 fsid column: 1 Number of factors: 4 Number of subjects: 10 ERROR3: QdecDataTable::Load failed to tokenize string:
on line 4 of /home/virtualuser/apps/freesurfer/subjects/qdec.table.dat Error loading the data table.
All the information above is right except the last one since the my number of subject is not 10.
Can anyone help me solving this problem ?
Best regards.
can you email me the qdec.table.dat file? probably something is not being parsed properly and i'll have to eyeball what it might be.
n.
On Wed, 2011-07-06 at 14:50 -0400, Ignacio Letelier wrote:
Hi
I have recently tried to create a new table and I received the following message after loading it in QDEC:
Loading data table /home/virtualuser/apps/freesurfer/subjects/qdec.table.dat... Number of columns: 5 fsid column: 1 Number of factors: 4 Number of subjects: 10 ERROR3: QdecDataTable::Load failed to tokenize string:
on line 4 of /home/virtualuser/apps/freesurfer/subjects/qdec.table.dat Error loading the data table.
All the information above is right except the last one since the my number of subject is not 10.
Can anyone help me solving this problem ?
Best regards.
Ignacio _______________________________________________ Freesurfer mailing list Freesurfer@nmr.mgh.harvard.edu https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
Ignacio,
I think it is the dashes in the factor name, try changing this:
Left-Cerebral-Cortical-Thickness
to this:
Left_Cerebral_Cortical_Thickness
n.
On Wed, 2011-07-06 at 14:50 -0400, Ignacio Letelier wrote:
Hi
I have recently tried to create a new table and I received the following message after loading it in QDEC:
Loading data table /home/virtualuser/apps/freesurfer/subjects/qdec.table.dat... Number of columns: 5 fsid column: 1 Number of factors: 4 Number of subjects: 10 ERROR3: QdecDataTable::Load failed to tokenize string:
on line 4 of /home/virtualuser/apps/freesurfer/subjects/qdec.table.dat Error loading the data table.
All the information above is right except the last one since the my number of subject is not 10.
Can anyone help me solving this problem ?
Best regards.
Ignacio _______________________________________________ Freesurfer mailing list Freesurfer@nmr.mgh.harvard.edu https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
freesurfer@nmr.mgh.harvard.edu