File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 #
Original file line number Diff line number Diff line change 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 #
Original file line number Diff line number Diff line change 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#-------------------------------------------------------------------------------------#
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# .
2122# print("Reloading VisSimCommon ............")
2223# slicer.util.reloadScriptedModule("VisSimCommon")
2324# slicer.util.reloadScriptedModule(self.moduleName)
24- #======================================================================================
25+
2526
2627# Non Slicer libs
2728from __future__ import print_function
You can’t perform that action at this time.
0 commit comments