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 9b18082 commit 263bcc3Copy full SHA for 263bcc3
nibabel/dft.py
@@ -7,6 +7,8 @@
7
#
8
### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ##
9
# Copyright (C) 2011 Christian Haselgrove
10
+""" DICOM filesystem tools
11
+"""
12
13
from __future__ import division, print_function, absolute_import
14
nibabel/parrec.py
@@ -6,7 +6,7 @@
6
# copyright and license terms.
-"""Humble attempt to read images in PAR/REC format.
+"""Read images in PAR/REC format.
This is yet another MRI image format generated by Philips scanners. It is an
ASCII header (PAR) plus a binary blob (REC).
0 commit comments