~nipy-developers/nipy/fff2

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Mask-extraction utilities
==========================

.. currentmodule:: fff2.utils.mask

The module :mod:`fff2.utils.mask` contains utilities to extract brain
masks from fMRI data:

.. autosummary::
    :toctree: generated
 
    compute_mask
    compute_mask_files
    compute_mask_sessions

The :func:`compute_mask_files` and :func:`compute_mask_sessions`
functions work with Nifti files rather than numpy ndarrays. This is
convenient to reduce memory pressure when working with long time series,
as there is no need to store the whole series in memory.