We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4271490 commit a29dc33Copy full SHA for a29dc33
nipy/modalities/fmri/experimental_paradigm.py
@@ -1,5 +1,6 @@
1
# emacs: -*- mode: python; py-indent-offset: 4; indent-tabs-mode: nil -*-
2
# vi: set ft=python sts=4 ts=4 sw=4 et:
3
+from __future__ import with_statement
4
"""
5
This module implements an object to deal with experimental paradigms.
6
In fMRI data analysis, there are two main types of experimental
0 commit comments