Browse Source

removed a path

second method bug in trigger acquisition is still present
Patrick Schreiber 8 years ago
parent
commit
fd06ecd88b
3 changed files with 3 additions and 3 deletions
  1. 1 1
      KCG/VERSION
  2. 1 1
      KCG/base/backendinterface.py
  3. 1 1
      setup.py

+ 1 - 1
KCG/VERSION

@@ -1 +1 @@
-0.3.2.178.0412-beta
+0.3.2.179.0413-beta

+ 1 - 1
KCG/base/backendinterface.py

@@ -1112,7 +1112,7 @@ def _bif_start_time_scan(board_id, c_frm, c_to, f_frm, f_to, timescan_progressba
                             board.flush_dma(board_id)
                         # ----------------------------------------------
                         else:
-                            f_name = "/home/blaxxun/Documents/Hiwi/KaptureSimulator/timescan/" + str(
+                            f_name = "{InsertPathToPreAcquiredTimscanDataHere}" + str(
                                 coarse) + "_" + str(fine) + ".str"
                             f = open(f_name, 'r')
                             data_raw = f.read()

+ 1 - 1
setup.py

@@ -5,7 +5,7 @@ DESCRIPTION = "KCG KAPTURE Control Gui"
 
 setup(
     name='KCG',
-    version='0.3.2.178.0412-beta',
+    version='0.3.2.179.0413-beta',
     author='Patrick Schreiber',
     author_email='uldfk@student.kit.edu',
 #    license='GPL',