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 b708d89 commit d67f0eaCopy full SHA for d67f0ea
nibabel/dicom/__init__.py
@@ -1 +1,21 @@
1
-# init file for dicom readers
+# emacs: -*- mode: python-mode; py-indent-offset: 4; indent-tabs-mode: nil -*-
2
+# vi: set ft=python sts=4 ts=4 sw=4 et:
3
+### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ##
4
+#
5
+# See COPYING file distributed along with the NiBabel package for the
6
+# copyright and license terms.
7
8
9
+"""DICOM reader
10
+
11
+.. currentmodule:: nibabel.dicom
12
13
+.. autosummary::
14
+ :toctree: ../generated
15
16
+ csareader
17
+ dicomreaders
18
+ dicomwrappers
19
+ dwiparams
20
+ structreader
21
+"""
0 commit comments