|
@@ -48,7 +48,8 @@ class dataExplorerWidget(ScriptedLoadableModuleWidget):
|
|
|
#
|
|
|
# Parameters Area
|
|
|
#
|
|
|
- basePath='D:\\Sw\\src\\EMBRACE'
|
|
|
+ basePath=os.path.join(os.path.expanduser('~'),'.EMBRACE')
|
|
|
+ #'D:\\Sw\\src\\EMBRACE'
|
|
|
netConfig=os.path.join(basePath,'onko-nix.json')
|
|
|
self.sNet=slicerNetwork.labkeyURIHandler()
|
|
|
self.sNet.parseConfig(netConfig)
|