AFNI Message Board

Dear AFNI users-

We are very pleased to announce that the new AFNI Message Board framework is up! Please join us at:

https://discuss.afni.nimh.nih.gov

Existing user accounts have been migrated, so returning users can login by requesting a password reset. New users can create accounts, as well, through a standard account creation process. Please note that these setup emails might initially go to spam folders (esp. for NIH users!), so please check those locations in the beginning.

The current Message Board discussion threads have been migrated to the new framework. The current Message Board will remain visible, but read-only, for a little while.

Sincerely, AFNI HQ

History of AFNI updates  

|
November 07, 2020 04:05PM
Hello,
I used 3dSeg to segment the brain volume into tissue classes from my 3dMVM output in the previous message. See the code below.
3dSeg -anat Test3.nii -mask AUTO \
-classes 'CSF ; GM ; WM' \
-bias_fwhm 25 -mixfrac UNI -main_N 5 \
-blur_meth BFT \
-prefix Test3WM

I received the following errors and warnings. How do I fix these errors and warnings?
*+ WARNING: +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*+ WARNING: ss.cp+tlrc[1] scale to shorts mean misfit error = 15.6% -- ** Take Care
+ a) Numerical precision has been lost when truncating results
from 32-bit floating point to 16-bit integers (shorts).
+ b) Consider writing datasets out in float format.
In most AFNI programs, use the '-float' option.
+ c) This warning is a new message, but is an old issue
that arises when storing results in an integer format.
+ d) Don't panic! These messages likely originate in peripheral
or unimportant voxels. They mean that you must examine your output.
"Assess the situation and keep a calm head about you,
because it doesn't do anybody any good to panic."
++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*+ WARNING: ss.cp+tlrc[3] scale to shorts mean misfit error = 16.7% -- ** Take Care
*+ WARNING: ss.cp+tlrc[5] scale to shorts mean misfit error = 17.5% -- ** Take Care
*+ WARNING: ss.cp+tlrc[7] scale to shorts mean misfit error = 17.8% -- ** Take Care
-- Error SUMA_Class_stats (SUMA_SegFunc.c:5474):
Bad parameters for class CSF
-- Error SUMA_Class_stats (SUMA_SegFunc.c:5474):
Bad parameters for class GM
-- Error SUMA_Class_stats (SUMA_SegFunc.c:5474):
Bad parameters for class WM
Bad Stats At SUMA_Class_stats() exit:
Class Key num mean stdv meanL stdvL mix init.mix
CSF 1 204 -nan 0 -nan 0 0.0001 0.333333
GM 2 204 -nan 0 -nan 0 0.0001 0.333333
WM 3 204 -nan 0 -nan 0 0.0001 0.333333
-- Error SUMA_SegEngine (SUMA_3dSeg.c:637):
Failed in class stats
-- Error 3dSeg (SUMA_3dSeg.c:1019):
Failed in SUMA_SegEngine

Thanks,
Lisa
Subject Author Posted

Analysis of Three Groups: 3dLME or 3dMEMA

antoinel October 07, 2020 10:29AM

Re: Analysis of Three Groups: 3dLME or 3dMEMA

gang October 07, 2020 03:09PM

Re: Analysis of Three Groups: 3dLME or 3dMEMA

antoinel October 09, 2020 10:55AM

Re: Analysis of Three Groups: 3dLME or 3dMEMA Attachments

antoinel November 06, 2020 08:40PM

Re: 3dSeg Error

antoinel November 07, 2020 04:05PM

Re: 3dSeg Error

gang November 08, 2020 03:05PM

Re: 3dSeg Error

antoinel November 08, 2020 04:34PM

Re: 3dSeg Error

Daniel Glen November 10, 2020 08:51AM

Re: 3dSeg Error

antoinel November 12, 2020 11:15AM