Hello FreeSurfer group,
I am unable to run asegstats2table and cannot view asegstats2table --help. I did some looking in the archives and it seems like there were bugs in previous versions that were fixed before version 4.2.0. Any ideas on how to fix this? At this point I have been creating my own tables and viewing each individual aseg.stats file for each participant.
When I use the following:
asegstats2table --subjects *subject1 subject 2* --meas volume --tablefile aseg_stats.txt
I get the following error:
'import site' failed; use -v for traceback Traceback (most recent call last): File "/usr/local/freesurfer/bin/
asegstats2table", line 4, in ? import os; ImportError: No module named os
Thank you for your time,
Jesse (Linux-centos4-stable-pub-v4.2.0)
On Tue, Nov 30, 2010 at 3:43 PM, Jesse Bledsoe bledsoej@msu.edu wrote:
Hello,
I am having difficulty generating an aseg_stats.txt table.
When I use the following:
asegstats2table --subjects *subject1 subject 2* --meas volume --tablefile aseg_stats.txt
I get the following error:
'import site' failed; use -v for traceback Traceback (most recent call last): File "/usr/local/freesurfer/bin/asegstats2table", line 4, in ? import os; ImportError: No module named os
I am on Linux-centos4-stable-pub-v4.2.0
Any suggestions are much appreciated, Jesse