Browse Source

Setting loadDicom debugging

Andrej Studen 5 years ago
parent
commit
d3324b80c6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      labkeySlicerPythonExtension/loadDicom.py

+ 1 - 1
labkeySlicerPythonExtension/loadDicom.py

@@ -312,7 +312,7 @@ def isDicom(file):
 
 
 def dicomValue(file,tag,seqTag=None):
-    debug=False
+    debug=True
     dcmdump=os.path.join(os.environ['SLICER_HOME'],"bin","dcmdump")
     try:
         out=subprocess.check_output([dcmdump,'+p','+P',tag,file],shell=True)