Skip to content

Commit 2d6b787

Browse files
author
idhamari
committed
update comments
1 parent c2ca13c commit 2d6b787

3 files changed

Lines changed: 6 additions & 17 deletions

File tree

CochleaReg/CochleaReg.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,12 @@
44
# Sample cochlea datasets can be downloaded using Slicer Datastore module #
55
# #
66
# Contributers: #
7-
# - Christopher L. Guy, guycl@vcu.edu : Original source code. #
8-
# - Ibraheem Al-Dhamari, idhamari@uni-koblenz.de : Plugin design. #
9-
# - Michel Peltriaux, mpeltriaux@uni-koblenz.de : Programming & testing. #
10-
# - Anna Gessler, agessler@uni-koblenz.de : Programming & testing. #
11-
# - Jasper Grimmig jgrimmig@uni-koblenz.de : Programming & testing. #
12-
# - Pepe Eulzer eulzer@uni-koblenz.de : Programming & testing. #
7+
# - Ibraheem Al-Dhamari, idhamari@uni-koblenz.de #
138
# [1] https://www.slicer.org #
149
# [2] http://elastix.isi.uu.nl #
1510
# [3] Al-Dhamari et al., (2017): ACIR: automatic cochlea image registration. #
1611
# In: Proceedings SPIE Medical Imaging 2017: Image Processing;. SPIE. Bd. #
1712
# 10133. S. 10133p1-10133p5 #
18-
# [4] https://mtixnat.uni-koblenz.de #
1913
# #
2014
#-------------------------------------------------------------------------------------#
2115
# Slicer 5.0.3 #

CochleaSeg/CochleaSeg.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,12 @@
44
# Sample cochlea datasets can be downloaded using Slicer Datastore module #
55
# #
66
# Contributers: #
7-
# - Christopher L. Guy, guycl@vcu.edu : Original source code. #
87
# - Ibraheem Al-Dhamari, idhamari@uni-koblenz.de : Plugin design. #
9-
# - Michel Peltriaux, mpeltriaux@uni-koblenz.de : Programming & testing. #
10-
# - Anna Gessler, agessler@uni-koblenz.de : Programming & testing. #
11-
# - Jasper Grimmig jgrimmig@uni-koblenz.de : Programming & testing. #
12-
# - Pepe Eulzer eulzer@uni-koblenz.de : Programming & testing. #
138
# [1] https://www.slicer.org #
149
# [2] http://elastix.isi.uu.nl #
1510
# [3] Al-Dhamari et al.,(2018), Automatic Cochlear Length and Volume Size Estimation #
1611
# First International Workshop on Context-Aware Operating #
1712
# Theater OR 2, MICCAI 2018, Granada Spain. #
18-
# [4] https://mtixnat.uni-koblenz.de #
1913
# #
2014
#-------------------------------------------------------------------------------------#
2115
# Slicer 5.0.3 #

VisSimCommon/VisSimCommon.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# 3D Slicer [1] common functions used by VisSim extensions #
33
# #
44
# Contributers: #
5-
# - Ibraheem Al-Dhamari, idhamari@uni-koblenz.de : Plugin design. #
5+
# - Ibraheem Al-Dhamari, idhamari@uni-koblenz.de #
66
# [1] https://www.slicer.org #
77
# #
88
#-------------------------------------------------------------------------------------#
@@ -11,8 +11,9 @@
1111
#-------------------------------------------------------------------------------------#
1212
#TODO: check Documentation/Nightly/Developers/Tutorials/MigrationGuide #
1313
#-------------------------------------------------------------------------------------#
14-
# this file can be updated andreload automatically when call dependant module by #
15-
# modifing bin/python/slicer/ScriptedLoadableModule.py #
14+
15+
# This file can be updated and reload automatically when call dependant module by
16+
# modifing bin/python/slicer/ScriptedLoadableModule.py
1617
# def onReload(self):
1718
# .
1819
# .
@@ -21,7 +22,7 @@
2122
# print("Reloading VisSimCommon ............")
2223
# slicer.util.reloadScriptedModule("VisSimCommon")
2324
# slicer.util.reloadScriptedModule(self.moduleName)
24-
#======================================================================================
25+
2526

2627
# Non Slicer libs
2728
from __future__ import print_function

0 commit comments

Comments
 (0)