File: mask.rst

package info (click to toggle)
nipy 0.6.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,388 kB
  • sloc: python: 39,094; ansic: 30,931; makefile: 212; sh: 93
file content (20 lines) | stat: -rw-r--r-- 566 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

Mask-extraction utilities
==========================

.. currentmodule:: nipy.labs.utils.mask

The module :mod:`nipy.labs.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.