Home
last modified time | relevance | path

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

/dports/science/py-nilearn/nilearn-0.8.1/nilearn/
H A Dmasking.py189 def compute_epi_mask(epi_img, lower_cutoff=0.2, upper_cutoff=0.85, argument
278 lower_cutoff = int(np.floor(lower_cutoff * len(sorted_input)))
282 delta = sorted_input[lower_cutoff + 1:upper_cutoff + 1] \
283 - sorted_input[lower_cutoff:upper_cutoff]
285 threshold = 0.5 * (sorted_input[ia + lower_cutoff] +
286 sorted_input[ia + lower_cutoff + 1])
297 def compute_multi_epi_mask(epi_imgs, lower_cutoff=0.2, upper_cutoff=0.85, argument
363 lower_cutoff=lower_cutoff,
/dports/science/afni/afni-AFNI_21.3.16/src/
H A D3destpdf.c174 int lower_cutoff = 25; in initialize_program() local
192 if (sfim[ixyz] > lower_cutoff) in initialize_program()
197 printf ("%d voxels above lower cutoff = %d \n", icount, lower_cutoff); in initialize_program()
H A D3dIntracranial.c401 int lower_cutoff = 25; in initialize_program() local
427 if (sfim[ixyz] > lower_cutoff) in initialize_program()
433 printf ("%d voxels above lower cutoff = %d \n", icount, lower_cutoff); in initialize_program()
/dports/science/py-nilearn/nilearn-0.8.1/examples/06_manipulating_images/
H A Dplot_mask_computation.py113 mask_args=dict(upper_cutoff=.9, lower_cutoff=.8,