File: simul_activation.rst

package info (click to toggle)
nipy 0.1.2%2B20100526-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 11,992 kB
  • ctags: 13,434
  • sloc: python: 47,720; ansic: 41,334; makefile: 197
file content (26 lines) | stat: -rw-r--r-- 676 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26

Generating simulated activation maps
=====================================

.. currentmodule:: nipy.neurospin.utils.simul_2d_multisubject_fmri_dataset

The module :mod:`nipy.neurospin.utils.simul_2d_multisubject_fmri_dataset`
contains a function to create simulated 2D activation maps:
:func:`make_surrogate_array`. The function can position various
activations and add noise, both as background noise and jitter in the
activation positions and amplitude.

This function is useful to test methods.

Example
--------

.. plot:: neurospin/plots/surrogate_array.py
    :include-source:


Function documentation
-------------------------

.. autofunction:: make_surrogate_array