Hello all,
I am finally gearing up to look at the stats generated from processing. Though when I open the stats file as a tab/space delimited in excel, it really looks messy. Any other programs that would be good to view the tables with?
Thanks. -Lindsay
Try this lovely piece of code:
grep -v # aseg.stats | awk '{print $1"\t"$2"\t"$3"\t"$4"\t"$5"\t"$6"\t"$7"\t"$8"\t"$9"\t"$10}' > aseg.xls
Lindsay Casmaer wrote:
Hello all,
I am finally gearing up to look at the stats generated from processing. Though when I open the stats file as a tab/space delimited in excel, it really looks messy. Any other programs that would be good to view the tables with?
Thanks. -Lindsay _______________________________________________ Freesurfer mailing list Freesurfer@nmr.mgh.harvard.edu https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
freesurfer@nmr.mgh.harvard.edu