File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
11
This is yet another MRI image format generated by Philips scanners. It is an
12
12
ASCII header (PAR) plus a binary blob (REC).
13
13
14
- This implementation aims to read version 4 and 4.2 of this format. Other
14
+ This implementation aims to read version 4.0 through 4.2 of this format. Other
15
15
versions could probably be supported, but we need example images to test
16
16
against. If you want us to support another version, and have an image we can
17
17
add to the test suite, let us know. You would make us very happy by submitting
32
32
. Dynamic scan <0=no 1=yes> ? : 1
33
33
. Diffusion <0=no 1=yes> ? : 0
34
34
35
- (from nibabe /tests/data/phantom_EPI_asc_CLEAR_2_1.PAR)
35
+ (from ``nibabel /tests/data/phantom_EPI_asc_CLEAR_2_1.PAR`` )
36
36
37
37
Image information
38
38
#################
48
48
# dynamic scan number (integer)
49
49
50
50
There follows a space separated table with values for these fields, each row
51
- containing all the named values. Here's the first few lines from the example
51
+ containing all the named values. Here are the first few lines from the example
52
52
file above::
53
53
54
54
# === IMAGE INFORMATION ==========================================================
You can’t perform that action at this time.
0 commit comments