Dear freesurfer expertise:
When I perform the make_average_subject to obtain the custom average template, I encountered following error message in make_average_volume step: ---- Loading mask /usr/local/freesurfer/subjects/avgsubject/mri/brainmask.mgz ninput = 64 Chcking inputs Checking 0 /usr/local/... ... Checking 63 /usr/local/... nframestot = 64 Allocing output MRIalloc(256, 256, 256): could not allocate 262144 bytes for 11578 slice
Cannot allocate memory ERROR: make_average_volume ----
Does that mean insufficient memory? or something wrong within my data? All subjects finished recon-all step without error and the "make_average_surface" step also finished without any error.
Thank you for any advise.
probably not enough RAM. How much memory is in the machine?
Bruce On Tue, 26 Jan 2010, lordowen wrote:
Dear freesurfer expertise:
When I perform the make_average_subject to obtain the custom average template, I encountered following error message in make_average_volume step:
Loading mask /usr/local/freesurfer/subjects/avgsubject/mri/brainmask.mgz ninput = 64 Chcking inputs Checking 0 /usr/local/... ... Checking 63 /usr/local/... nframestot = 64 Allocing output MRIalloc(256, 256, 256): could not allocate 262144 bytes for 11578 slice
Cannot allocate memory ERROR: make_average_volume
Does that mean insufficient memory? or something wrong within my data? All subjects finished recon-all step without error and the "make_average_surface" step also finished without any error.
Thank you for any advise.
try including the -no-aseg flag with make_average_subject. this out-of-memory error is a known issue, that only has this work-around.
for other known-issues, see: http://surfer.nmr.mgh.harvard.edu/fswiki/ReleaseNotes
On Tue, 2010-01-26 at 17:16 +0800, lordowen wrote:
Dear freesurfer expertise:
When I perform the make_average_subject to obtain the custom average template, I encountered following error message in make_average_volume step:
Loading mask /usr/local/freesurfer/subjects/avgsubject/mri/brainmask.mgz ninput = 64 Chcking inputs Checking 0 /usr/local/... ... Checking 63 /usr/local/... nframestot = 64 Allocing output MRIalloc(256, 256, 256): could not allocate 262144 bytes for 11578 slice
Cannot allocate memory ERROR: make_average_volume
Does that mean insufficient memory? or something wrong within my data? All subjects finished recon-all step without error and the "make_average_surface" step also finished without any error.
Thank you for any advise.
Hi:
Thank you for your replies. But how I can including the flag? According to wiki there is no such optional argument in mark_average_subject, and adding "--no-aseg" did not work. Can you advise me in more detail?
Thank you for your kindness help.
2010/1/26 Nick Schmansky nicks@nmr.mgh.harvard.edu:
try including the -no-aseg flag with make_average_subject. this out-of-memory error is a known issue, that only has this work-around.
for other known-issues, see: http://surfer.nmr.mgh.harvard.edu/fswiki/ReleaseNotes
On Tue, 2010-01-26 at 17:16 +0800, lordowen wrote:
Dear freesurfer expertise:
When I perform the make_average_subject to obtain the custom average template, I encountered following error message in make_average_volume step:
Loading mask /usr/local/freesurfer/subjects/avgsubject/mri/brainmask.mgz ninput = 64 Chcking inputs Checking 0 /usr/local/... ... Checking 63 /usr/local/... nframestot = 64 Allocing output MRIalloc(256, 256, 256): could not allocate 262144 bytes for 11578 slice
Cannot allocate memory ERROR: make_average_volume
Does that mean insufficient memory? or something wrong within my data? All subjects finished recon-all step without error and the "make_average_surface" step also finished without any error.
Thank you for any advise.
sorry, i meant to say include the --no-aseg flag with make_average_volume (make_average_subject is just a wrapper script that calls make_average_volume and make_average_surface).
n.
On Wed, 2010-01-27 at 14:02 +0800, lordowen wrote:
Hi:
Thank you for your replies. But how I can including the flag? According to wiki there is no such optional argument in mark_average_subject, and adding "--no-aseg" did not work. Can you advise me in more detail?
Thank you for your kindness help.
2010/1/26 Nick Schmansky nicks@nmr.mgh.harvard.edu:
try including the -no-aseg flag with make_average_subject. this out-of-memory error is a known issue, that only has this work-around.
for other known-issues, see: http://surfer.nmr.mgh.harvard.edu/fswiki/ReleaseNotes
On Tue, 2010-01-26 at 17:16 +0800, lordowen wrote:
Dear freesurfer expertise:
When I perform the make_average_subject to obtain the custom average template, I encountered following error message in make_average_volume step:
Loading mask /usr/local/freesurfer/subjects/avgsubject/mri/brainmask.mgz ninput = 64 Chcking inputs Checking 0 /usr/local/... ... Checking 63 /usr/local/... nframestot = 64 Allocing output MRIalloc(256, 256, 256): could not allocate 262144 bytes for 11578 slice
Cannot allocate memory ERROR: make_average_volume
Does that mean insufficient memory? or something wrong within my data? All subjects finished recon-all step without error and the "make_average_surface" step also finished without any error.
Thank you for any advise.
freesurfer@nmr.mgh.harvard.edu