Hi Esha,
this is not how you setup a freesurfer call. What you did is create a single subjects with 1000 scans and the motion correction step tries to average all these scans into a single file. Instead you need to create for each subject a directory and put the corresponding file there:
001/mri/orig/001.mgz
002/mri/orig/001.mgz (you call it again 001 but it is a different image than the one from the first subject)
003/mri/orig/001.mgz
…
then you run recon-all a thousand times like
recon-all -autorecon1 -autorecon2 -subjid 001
recon-all -autorecon1 -autorecon2 -subjid 002
…
you can also do recon-all -all -subjid 001 (if you want to include the surface stuff).
The directory that contains all the 001, 002 .. directories is called the SUBJECTS_DIR and needs to be specified (either as environment variable or on the command line with the -sd flag to tell recon-all where to find the individual directories for each subject.
Best, Martin
Hi Bruce,
The exact command I ran was recon-all -autorecon1 -autorecon2 -subjid DNS_highRes_N892
I do have ~1000 scans, but it is not a longitudinal study. They are located under the DNS_highRes_n892/mri/orig/ directory in the .mgz format.
Let me know if you need anymore information. Thanks!
_______________________________________________
Freesurfer mailing list
Freesurfer@nmr.mgh.harvard.edu
https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
---------------------------------
Dr. Martin Reuter
Assistant in Neuroscience - Massachusetts General Hospital
Instructor in Neurology - Harvard Medical School
MGH / HMS / MIT
A.A.Martinos Center for Biomedical Imaging
149 Thirteenth Street, Suite 2301
Charlestown, MA 02129
Phone: +1-617-724-5652
Email: