Home
last modified time | relevance | path

Searched refs:NCLU_GOAL (Results 1 – 1 of 1) sorted by relevance

/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dmri_fwhm.c760 #undef NCLU_GOAL
761 #define NCLU_GOAL 666 macro
780 if( cltemp->num_pt < NCLU_GOAL ) return cltemp ; in get_ACF_cluster()
792 dp = (int)rintf( (cltemp->num_pt-NCLU_BASE) / (float)(NCLU_GOAL-NCLU_BASE) ) ; in get_ACF_cluster()