Skip to content

Commit f88ac1d

Browse files
matthew-brettjbpoline
authored andcommitted
initial commit : a start at the exploring data ipynb
1 parent 59274ee commit f88ac1d

File tree

4 files changed

+305
-0
lines changed

4 files changed

+305
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.pyc

README

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#################################################
2+
Nipy analysis of K Duncan et al open FMRI dataset
3+
#################################################
4+
5+

README.rst

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
#################################################
2+
Nipy analysis of K Duncan et al open FMRI dataset
3+
#################################################
4+
5+
Original dataset at: https://openfmri.org/dataset/ds000107
6+
7+
Downloaded https://openfmri.org/system/files/ds107_raw.tgz
8+
9+
Unpacked.
10+
11+
Article describing dataset and analysis:
12+
13+
http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2686646/
14+
15+
*******************
16+
Description of data
17+
*******************
18+
19+
* Siemens 1.5 T MR scanner
20+
* EPI
21+
* TR = 3000 ms
22+
* TE = 50 ms
23+
* FOV = 192 × 192
24+
* matrix = 64 × 64
25+
* "notional resolution" 3 × 3 × 3 mm
26+
* 164 volumes per run
27+
* T1 FLASH
28+
* TR = 12 ms
29+
* TE = 5.6 ms
30+
* 1 mm3 resolution
31+
32+
Missing information
33+
===================
34+
35+
Slice order
36+
Slice gap in time
37+
Slice width

exploring_the_data.ipynb

+262
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)