File tree 2 files changed +9
-4
lines changed
2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -848,9 +848,12 @@ def set_data_shape(self, shape):
848
848
849
849
.. _issue 100: https://github.com/nipy/nibabel/issues/100
850
850
.. _issue 309: https://github.com/nipy/nibabel/issues/309
851
- .. _save77: https://github.com/fieldtrip/fieldtrip/blob/428798b/external/freesurfer/save_nifti.m#L77-L82
852
- .. _save50: https://github.com/fieldtrip/fieldtrip/blob/428798b/external/freesurfer/save_nifti.m#L50-L56
853
- .. _load_nifti.m: https://github.com/fieldtrip/fieldtrip/blob/428798b/external/freesurfer/load_nifti.m#L86-L89
851
+ .. _save77:
852
+ https://github.com/fieldtrip/fieldtrip/blob/428798b/external/freesurfer/save_nifti.m#L77-L82
853
+ .. _save50:
854
+ https://github.com/fieldtrip/fieldtrip/blob/428798b/external/freesurfer/save_nifti.m#L50-L56
855
+ .. _load_nifti.m:
856
+ https://github.com/fieldtrip/fieldtrip/blob/428798b/external/freesurfer/load_nifti.m#L86-L89
854
857
.. _standard header: http://nifti.nimh.nih.gov/pub/dist/src/niftilib/nifti1.h
855
858
'''
856
859
hdr = self ._structarr
Original file line number Diff line number Diff line change 6
6
# copyright and license terms.
7
7
#
8
8
### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ##
9
+ # Disable line length checking for PAR fragments in module docstring
10
+ # flake8: noqa E501
9
11
"""Read images in PAR/REC format.
10
12
11
13
This is yet another MRI image format generated by Philips scanners. It is an
15
17
versions could probably be supported, but we need example images to test
16
18
against. If you want us to support another version, and have an image we can
17
19
add to the test suite, let us know. You would make us very happy by submitting
18
- a pull request. # noqa
20
+ a pull request.
19
21
20
22
###############
21
23
PAR file format
You can’t perform that action at this time.
0 commit comments