Skip to content

Commit 5f7feb6

Browse files
committed
remove my signature everywhere
1 parent 2fa95f0 commit 5f7feb6

File tree

8 files changed

+18
-53
lines changed

8 files changed

+18
-53
lines changed

examples/dmri_preprocessing.py

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
#!/usr/bin/env python
2-
# -*- coding: utf-8 -*-
3-
# @Author: oesteban
4-
# @Date: 2014-08-31 20:32:22
5-
# @Last Modified by: oesteban
6-
# @Last Modified time: 2014-09-04 10:55:15
1+
# coding: utf-8
2+
# emacs: -*- mode: python; py-indent-offset: 4; indent-tabs-mode: nil -*-
3+
# vi: set ft=python sts=4 ts=4 sw=4 et:
4+
75
"""
86
===================
97
dMRI: Preprocessing

nipype/algorithms/tests/test_normalize_tpms.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
1-
#!/usr/bin/env python
2-
# -*- coding: utf-8 -*-
1+
# coding: utf-8
32
# emacs: -*- mode: python; py-indent-offset: 4; indent-tabs-mode: nil -*-
43
# vi: set ft=python sts=4 ts=4 sw=4 et:
5-
#
6-
# @Author: oesteban - [email protected]
7-
# @Date: 2014-05-28 17:57:20
8-
# @Last Modified by: oesteban
9-
# @Last Modified time: 2014-05-29 13:43:09
104

115
import os
126
from shutil import rmtree

nipype/interfaces/elastix/__init__.py

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
1-
#!/usr/bin/env python
2-
# -*- coding: utf-8 -*-
1+
# coding: utf-8
32
# emacs: -*- mode: python; py-indent-offset: 4; indent-tabs-mode: nil -*-
43
# vi: set ft=python sts=4 ts=4 sw=4 et:
5-
#
6-
# @Author: oesteban - [email protected]
7-
# @Date: 2014-06-02 12:06:07
8-
# @Last Modified by: oesteban
9-
# @Last Modified time: 2014-06-17 10:59:20
4+
105
"""Top-level namespace for elastix."""
116

127
from registration import Registration, ApplyWarp, AnalyzeWarp, PointsWarp

nipype/interfaces/elastix/base.py

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
1-
#!/usr/bin/env python
2-
# -*- coding: utf-8 -*-
1+
# coding: utf-8
32
# emacs: -*- mode: python; py-indent-offset: 4; indent-tabs-mode: nil -*-
43
# vi: set ft=python sts=4 ts=4 sw=4 et:
5-
#
6-
# @Author: oesteban - [email protected]
7-
# @Date: 2014-06-03 13:42:46
8-
# @Last Modified by: oesteban
9-
# @Last Modified time: 2014-06-17 10:17:43
4+
105
"""The :py:mod:`nipype.interfaces.elastix` provides the interface to
116
the elastix registration software.
127

nipype/interfaces/elastix/registration.py

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
1-
#!/usr/bin/env python
2-
# -*- coding: utf-8 -*-
1+
# coding: utf-8
32
# emacs: -*- mode: python; py-indent-offset: 4; indent-tabs-mode: nil -*-
43
# vi: set ft=python sts=4 ts=4 sw=4 et:
5-
#
6-
# @Author: oesteban - [email protected]
7-
# @Date: 2014-06-02 12:06:50
8-
# @Last Modified by: oesteban
9-
# @Last Modified time: 2014-09-01 21:03:57
4+
105
"""
116
Interfaces to perform image registrations and to apply the resulting
127
displacement maps to images and points.

nipype/interfaces/elastix/utils.py

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
1-
#!/usr/bin/env python
2-
# -*- coding: utf-8 -*-
1+
# coding: utf-8
32
# emacs: -*- mode: python; py-indent-offset: 4; indent-tabs-mode: nil -*-
43
# vi: set ft=python sts=4 ts=4 sw=4 et:
5-
#
6-
# @Author: oesteban - [email protected]
7-
# @Date: 2014-06-17 10:17:07
8-
# @Last Modified by: oesteban
9-
# @Last Modified time: 2014-09-01 21:05:33
4+
105
"""
116
Generic interfaces to manipulate registration parameters files, including
127
transform files (to configure warpings)

nipype/workflows/data/__init__.py

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
#!/usr/bin/env python
2-
# -*- coding: utf-8 -*-
3-
# @Author: oesteban
4-
# @Date: 2014-09-05 11:23:48
5-
# @Last Modified by: oesteban
6-
# @Last Modified time: 2014-09-05 11:33:27
1+
# coding: utf-8
2+
# emacs: -*- mode: python; py-indent-offset: 4; indent-tabs-mode: nil -*-
3+
# vi: set ft=python sts=4 ts=4 sw=4 et:
74
import os.path as op
85

96

nipype/workflows/dmri/preprocess/utils.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
1-
#!/usr/bin/env python
2-
# -*- coding: utf-8 -*-
1+
# coding: utf-8
32
# emacs: -*- mode: python; py-indent-offset: 4; indent-tabs-mode: nil -*-
43
# vi: set ft=python sts=4 ts=4 sw=4 et:
5-
# @Author: oesteban
6-
# @Date: 2014-08-30 10:53:13
7-
# @Last Modified by: oesteban
8-
# @Last Modified time: 2014-09-05 11:31:30
4+
95
import nipype.pipeline.engine as pe
106
import nipype.interfaces.utility as niu
117
from nipype.interfaces import fsl

0 commit comments

Comments
 (0)