##// END OF EJS Templates
Signal Chain GUI...
Signal Chain GUI -Se agregaron nuevos filtros a los graficos de Spectr ay Cross Spectra (y se corrigieron los Bugs) -Se corrigio la seleccion de perfiles en los datos de la USRP -Se validaron la mayoria de las funcionalidades del GUI v2.1

File last commit:

r583:e5ed8fbe1d1e
r600:19c1076f2d8a
Show More
tools.py
14 lines | 410 B | text/x-python | PythonLexer
Miguel Valdez
Bug fixed in SchainGUI: figures were not been loaded
r583 import os, sys
def get_path ():
"""Borrowed from wxglade.py"""
try:
root = __file__
if os.path.islink (root):
root = os.path.realpath (root)
return os.path.dirname (os.path.abspath (root))
except:
print "I'm sorry, but something is wrong."
print "There is no __file__ variable. Please contact the author."
return ""